body {
  position: relative;
  margin: 0;
  min-height: 100%;
  background-color: #000020;
  font-family: 'Nunito'; 
}
body a{
  text-decoration: none; 
}
.container{
	width: 96%;
	height: auto;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: auto;
	margin-right: auto;
}
.container_home{
	width: 100%;
	height: auto;
	position: flex;
	margin-left: auto;
	margin-right: auto;
	float: left;
	font-family: 'Nunito';
}
.container_login{
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
}
.fixed_menu_left{
	width: 17%;
	min-width: 181px;
	float: left;
	margin-right: 1%;
	margin-left: 2%;
	height: 397px;
	position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 90px;	
  margin-top: 101px;
  border-right: 5.5px solid #151B54;
}
@media (max-width: 768px) {
  .fixed_menu_left{
    display: none;
  }
}
.fixed_menu_left_links{
	width: 98%;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 0%;
}

.fixed_menu_left_links a{
	width: 18%;
	font-size: 1.2em;
	line-height: 39px;
	position: relative;
	color: #D2B9D3;
	text-stroke: 0.55px #D2B9D3;
  -webkit-text-stroke: 0.55px #D2B9D3;
}

.fixed_menu_left_links a:hover{
	color: #ffffff;
	text-stroke: 0.55px #ffffff;
  -webkit-text-stroke: 0.55px #ffffff;
}

.fixed_menu_left_links img{
	width: 28px;
	height: 28px;
	vertical-align: middle;
	object-fit: cover;
	margin-top: -3px;
}

.fixed_menu_left_social{
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	margin-top: -12px;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}
.fixed_menu_left_social li a{
	color: #ffffff;
	background: linear-gradient(to right, #254117, #347C17);
	font-size: 1.03em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 27px;
	padding-right: 27px;
	margin-top: 22px;
	margin-left: -12px;
	border: 2px solid #348017;
	border-radius: 123px;
	display: inline-block;
	font-family: 'Nunito';
	text-stroke: 0.39px #ffffff;
  -webkit-text-stroke: 0.39px #ffffff;
}
.fixed_menu_left_social li a:hover{
	background: linear-gradient(to right, #254117, #41A317);
}
.fixed_menu_left_social img{
	height: 27px;
	height: 27px;
	object-fit: cover;
	vertical-align: middle;
	margin-top: -6px;
}
.container_article{
	width: 96%;
	max-width: 989px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
}
.home_menu_bar {
	width: 100%;
	height: auto;
  text-align: center;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
  background-color: #000020;
	z-index: 3;
	margin-top: 0px;
	padding-top: 3.9px;
}
@media (max-width: 768px) {
  .home_menu_bar{
  	height: 22px;
	}
}
.menu_cat_wrap {
	width: 95%;
	height: 55px;
	padding-top: 1px;
	padding-bottom: 12px;
	margin-top: 7px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	background: linear-gradient(to right, #302217, #250517);
	border-radius: 123px;
}
@media (max-width: 768px) {
  .menu_cat_wrap {
	width: 100%;
	margin-top: 0px;
  }
}

.logo {
	width: 25%;
	height: auto;
	position: relative;
	float: left;
	z-index: 3;
	background: ;
	margin-top: 0px;
	margin-left: -3%;
}
@media (max-width: 768px) {
  .logo{
  width: 39%;
  text-align: left;
  margin-left: -22px;
  margin-top: 0px;
  z-index: 1;
  }
}
.logo img{
	width: 150px;
	height: auto;
	margin-top: -3.9px;
	margin-right: -7px;
	object-fit: cover;
	vertical-align: middle;
	float: left;
}
@media (max-width: 768px) {
  .logo img{
	width: 139px;
  }
}
.logo a{
	color: #ffffff;
	font-size: 1.71em;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 1.2%;
	display: inline-block;
	letter-spacing: 0px;
	font-family: 'Nunito';
	text-stroke: 0.99px #ffffff;
  -webkit-text-stroke: 0.99px #ffffff;
}
.logo a b{
	color: #52D017;
	text-stroke: 0.33px #52D017;
  -webkit-text-stroke: 0.33px #52D017;
}
.promos_slide {
	width: 50%;
	height: 55px;
	position: relative;
	float: left;
	text-align: right;
	margin-top: 3px;
	margin-right: 0%;
	background: ;
}
@media (max-width: 768px) {
  .promos_slide {
  	display: none;
  }
}
.promos {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	text-align: right;
	background: ;
	position: absolute;
  animation: linear infinite;
  animation-name: promoSlide;
  animation-duration: 5s;
}
/* Keyframes for the animation */
@keyframes promoSlide {
  0% {
    transform: translateX(0%); /* Start off-screen to the right */
  }
  100% {
    transform: translateX(-50%); /* End off-screen to the left (fully moved out) */
  }
}

@media (max-width: 768px) {
  .promos {
  	display: none;
  }
}
.promos img{
	width: 55px;
	height: 55px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 12px;
	vertical-align: middle;
}
@media (max-width: 768px) {
  .promos img{
  	display: none;
  }
}
.promos li{
	list-style: none;
  display: inline-block;
}
.promos a{
	color: #ffffff;
	text-stroke: 0.88px #ffffff;
  -webkit-text-stroke: 0.88px #ffffff;
}
.menu_cat {
	width: 20%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 7px;
	margin-right: 1%;
	background: ;
}
@media (max-width: 768px) {
  .menu_cat {
	width: 44%;
	margin-right: 0%;
	float:right;
  }
}
.menu_cat a{
	color: #2B1B17;
	font-size: 1.03em;
	padding-top: 12px;
	background: linear-gradient(to right, #808000, #FFFF00);
	padding-bottom: 12px;
	padding-left: 22px;
	padding-right: 22px;
	margin-right: 3.99%;
	border-radius: 123px;
	border: none;
	border-bottom: none;
	display: inline-block;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.33px #2B1B17;
  -webkit-text-stroke: 0.33px #2B1B17;
}
.menu_cat a:hover{
	background: linear-gradient(to right, #ffffff, #E6A9EC);
}
@media (max-width: 768px) {
.menu_cat a{
	background: linear-gradient(to right, #808000, #FFFF00);
	color: #2B1B17;
	font-size: 1.03em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0%;
	border-radius: 123px;
	border: none;
	border-bottom: none;
	display: inline-block;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.33px #2B1B17;
  -webkit-text-stroke: 0.33px #2B1B17;
 }
}
.menu_cat img{
	height: 27px;
	height: 27px;
	object-fit: cover;
	vertical-align: middle;
	margin-top: -6px;
}
/* Dropdown Button */
.dropbtn {
  display: none;
}
@media (max-width: 768px) {
  .dropbtn {
  font-size: 2.2em;
  background: transparent;
  color: #ffffff;
  text-stroke: 0.8px #ffffff;
  -webkit-text-stroke: 0.8px #ffffff;
  border: none;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 7px;
  }
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  background: ;
  float: left;
  margin-top: 12px;
  margin-left: 2%;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .dropdown {
  margin-top: 0px;
  margin-left: 1.2%;
  display: block;
  }
}
.dropdown2 {
  display: none;
}
/* Dropdown Content (Hidden by Default) */
.dropdown_content {
  display: none;
  position: absolute;
  background-color: #250517;
  width: auto;
  min-width: 292px;
  max-width: 293px;
  height: auto;
  margin-left: -3px;
  margin-top: 65px;
  margin-right: 0px;
  padding-right: 0px;
  padding: 7px;
  box-shadow: 0px 8px 7px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 22px;
}
.dropdown_content a{
	color: #FFF0F5;
	text-align: left;
  display: inline-block;
	font-size: 0.9;
	padding-bottom: 18px;
	border: 1.2px solid #FFF0F5;
	border-radius: 123px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 12px;
	margin-top: 7px;
	letter-spacing: 0.5px;
	text-stroke: 0.3px #FFF0F5;
  -webkit-text-stroke: 0.3px #FFF0F5;
}
.dropdown_content a:hover{
  color: #0600ff;
  text-stroke: 0.8px #0600ff;
  -webkit-text-stroke: 0.8px #0600ff;
}
.dropdown_content b a{
	background: linear-gradient(to right, #0097B2, #7ED957);
	color: #FFF0F5;
	text-align: left;
  display: inline-block;
	font-size: 15px;
	padding-bottom: 18px;
	border: none;
	border-radius: 123px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 22px;
	padding-right: 22px;
	margin-bottom: 12px;
	margin-top: 7px;
	letter-spacing: 0.5px;
	text-stroke: 0.3px #FFF0F5;
  -webkit-text-stroke: 0.3px #FFF0F5;
}
.dropdown_content a b:hover{
  color: #0600ff;
  text-stroke: 0.8px #0600ff;
  -webkit-text-stroke: 0.8px #0600ff;
}
.dropdown_content p{
	color: #808000;
	text-align: right;
  display: block;
	font-size: 0.77em;
	margin-top: -7px;
	border-radius: 123px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: -3px;
	text-stroke: 0px #808000;
  -webkit-text-stroke: 0px #808000;
}
.dropdown_content .logo{
  margin-left: 33.9%;
  margin-top: -8px;
}
.dropdown_content .logo a{
  font-size: 1.8em;
  letter-spacing: 0.33px;
  text-stroke: 2.8px #9d00ff;
  -webkit-text-stroke: 2.8px #9d00ff;
  padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;

}
.dropdown_content_links {
  margin-top: -22px;
  width: auto;
  height: auto;
  float: left;
  position: relative;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown_content container when the user clicks on the dropdown button) */
.show {display:block;
}
.menu_list {
	float: left; 
	width: 20%;
	height: auto;
	margin-left: 5%;
	margin-top: 33px;
	position: relative;
}
.menu_list li{
	color: #D2B9D3;
	list-style: none;
	font-size: 20px;
	display: inline-block;
	list-style: none;
	font-family: 'Montserrat';
	text-stroke: 0.5px #ffffff;
  -webkit-text-stroke: 0.5px #ffffff;
}

.subscribe {
	float: left; 
	width: 13%;
	margin-top: 44px;
	position: relative;
	margin-left: 12%;
}
.subscribe a{
	color: #D2B9D3;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-family: 'Nunito';
	text-stroke: 0.5px #ffffff;
  -webkit-text-stroke: 0.5px #ffffff;
}
.subscribe li{
	list-style: none;
}

.top_home_content {
	height: auto;
	width: 100%;
	margin-top: 67px;
	position: relative;
	float: left;
	z-index: 1;
	text-align: center;
	margin-bottom: 27px;
}
@media (max-width: 768px) {
  .top_home_content{
  }
}
.top_home_content h1{
	color: #D2B9D3;
	font-size: 3.93em;
	font-family: 'Outfit';
	text-stroke: 0.12px #D2B9D3;
  -webkit-text-stroke: .12px #D2B9D3;
}
@media (max-width: 768px) {
  .top_home_content h1{
	font-size: 2.72em;
	font-family: 'Montserrat';
	text-stroke: 1.5px #ffffff;
  -webkit-text-stroke: 1.5px #ffffff;
  }
}
.top_home_content a{
	background: linear-gradient(to right, #0097B2, #7ED957);
	color: #2B1B17;
	font-size: 1.11em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 39px;
	padding-right: 39px;
	margin-right: 3.99%;
	border-radius: 123px;
	border: none;
	border-bottom: none;
	display: inline-block;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.33px #2B1B17;
  -webkit-text-stroke: 0.33px #2B1B17;
}
.top_home_content a:hover{
	background: linear-gradient(to right, #7ED957, #0097B2);
}
.top_home_content_1 {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	margin-top: 12px;
}
@media (max-width: 768px) {
  .top_home_content_1{
	width: 100%;
	margin-top: 0px;
  }
}
.top_home_ads_wrap {
	height: auto;
	width: 100%;
	margin-top: 7px;
	position: relative;
	float: left;
	z-index: 1;
	text-align: center;
}
@media (max-width: 768px) {
  .top_home_ads_wrap{
	margin-top: 22px;
  }
}
.top_home_ads_wrap a{
	color: #ffffff;
	text-stroke: 0.2px #ffffff;
  -webkit-text-stroke: 0.2px #ffffff;
  line-height: 22px;
}
.top_home_ads {
	height: auto;
	width: 44%;
	position: relative;
	float: left;
	z-index: 1;
	padding: 1%;
	text-align: left;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 12px;
	background: linear-gradient(to right, #41A317, #302226);
}
@media (max-width: 768px) {
  .top_home_ads{
  }
}
.top_home_ads img{
	height: 70px;
	width: 70px;
	object-fit: cover;
	border-radius: 12px;
	position: relative;
	float: left;
	vertical-align: middle;
	margin-right: 22px;
}
@media (max-width: 768px) {
  .top_home_ads img{
	height: 55px;
	width: 55px;
	margin-right: 3.3px;
	margin-bottom: 33px;
  }
}
.top_home_ads h1{
	list-style: none;
	margin-top: 2px;
	font-size: 1.1em;
	color: #FFF0F5;
	text-stroke: 0px #FFF0F5;
  -webkit-text-stroke: 0px #FFF0F5;
}
@media (max-width: 768px) {
  .top_home_ads h1{
	list-style: none;
	margin-top: 2px;
	font-size: 0.88em;
	color: #FFF0F5;
	text-stroke: 0px #FFF0F5;
  -webkit-text-stroke: 0px #FFF0F5;
  }
}
.top_home_ads b{
	font-size: 0.67em;
	color: #98AFC7;
	text-stroke: 0px #98AFC7;
  -webkit-text-stroke: 0px #98AFC7;
}
.top_home_ads li{
	list-style: none;
	margin-top: 2px;
	font-size: 0.88em;
	color: #C0C0C0;
	text-stroke: 0.2px #C0C0C0;
  -webkit-text-stroke: 0.2px #C0C0C0;
}
.submit_project_mobile_home {
	display: none;
}
@media (max-width: 768px) {
  .submit_project_mobile_home{
  display: block;
  height: auto;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 33px;

  }
}
@media (max-width: 768px) {
  .submit_project_mobile_home a{
	background: linear-gradient(to right, #DAA520, #7ED957);
	color: #2B1B17;
	font-size: 1em;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 39px;
	padding-right: 39px;
	margin-right: 3.99%;
	border-radius: 123px;
	border: none;
	border-bottom: none;
	display: inline-block;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.33px #2B1B17;
  -webkit-text-stroke: 0.33px #2B1B17;
}
}
.slider {
            width: 100%;
            height: auto;
            height: 393;
            position: relative;
            float: left;
            overflow: hidden;
            box-shadow: 0 0 20px rgba(0,0,0,0.2);
            margin-top: 39px;
        }

        .slide {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.11em;
            color: #000000;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .slide.active {
            opacity: 1;
        }

.top_home_content_1 span{
	color: #D2B9D3;
	font-size: 33px;
	font-family: 'Montserrat';
	text-stroke: 1.9px #ffffff;
  -webkit-text-stroke: 1.9px #ffffff;
}
@media (max-width: 768px) {
  .top_home_content_1 span{
	font-size: 26px;
	font-family: 'Montserrat';
	text-stroke: 1.5px #ffffff;
  -webkit-text-stroke: 1.5px #ffffff;
  }
}
.top_home_content_1 li{
	list-style: none;
	margin-top: 12px;
	font-size: 11px;
	margin-left: .2%;
	font-family: 'Nunito';
	color: #D2B9D3;
	text-stroke: 0px #ffffff;
  -webkit-text-stroke: 0px #ffffff;
}
.top_home_content_1_image{
	width: 60%;
	height: auto;
	position: relative;
	float: left;
	z-index: 1;
}
@media (max-width: 768px) {
  .top_home_content_1_image{
	width: 100%;
  }
}
.top_home_content_1_image img{
	width: 100%;
	height: 359px;
	object-fit: cover;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	position: relative;
	object-fit: cover;
	float: left;
}
@media (max-width: 768px) {
  .top_home_content_1_image img{
	height: 222px;
	z-index: 2;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
  }
}
.top_home_content_right {
	height: auto;
	width: 31%;
	margin-left: 3%;
	object-fit: cover;
	border-radius: 3.3px;
	position: relative;
	float: left;  
	padding-top: 0px;
	margin-top: 20px;
}
@media (max-width: 768px) {
  .top_home_content_right{
	width: 100%;
	margin-left: 0%;
  }
}
.top_home_content_2 {
	height: auto;
	width: 100%;
	border-radius: 5.5px;
	position: relative;
	object-fit: cover;
	float: left;
	margin-bottom: 22px;
	background: #ffffff;
  box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.2);
}
.top_home_content_2 span{
	color: #000;
	font-size: 18px;
	font-family: 'Nunito';
	margin-left: 3%;
	margin-right: 3%;
	text-stroke: 1.3px #000;
  -webkit-text-stroke: 1.3px #000;
  margin-top: 8px;
  width: 96%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.top_home_content_2 span:hover{
  text-decoration: underline;
}
.top_home_content_2 li{
	font-size: 12px;
	list-style: none;
	margin-left: 3.3%;
	margin-bottom: 18px;
  margin-top: 18px;
	font-family: 'Montserrat';
	color: #374447;
	text-stroke: 0.8px #374447;
    -webkit-text-stroke: 0.8px #374447;
}
.top_home_content_2 li:hover{
	color: #9d00ff;
	text-stroke: 0.8px #9d00ff;
  -webkit-text-stroke: 0.8px #9d00ff;
}
.top_home_content_2 p{
	color: #000000;
	font-size: 0.9m;
	font-family: 'Montserrat';
	text-stroke: 0.22px #000000;
  -webkit-text-stroke: 0.22px #000000;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
	margin-left: 3.3%;
	margin-right: 2.2%;
}
@media (max-width: 768px) {
  .top_home_content_2 p{
	font-size: 26px;
	margin-bottom: 12px;
  }
}
.top_home_content_2 img{
	width: 100%;
	height: 188px;
	object-fit: cover;
	position: relative;
	object-fit: cover;
	border-top-left-radius: 7.7px;
	border-top-right-radius: 7.7px;
	float: left;
	margin-bottom: 12px;
}
.top_home_content_3 {
	height: auto;
	width: 100%;
	border-radius: 12px;
	position: relative;
	float: left;
	margin-top: -22px;
	background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.top_home_content_3 span{
	color: #000;
	font-size: 16px;
	font-family: 'Nunito';
	text-stroke: 0.3px #000;
  -webkit-text-stroke: 0.3px #000;
}
.top_home_content_3 img{
	width: 30%;
	height: 99px;
	object-fit: cover;
	border-radius: 12px;
	position: relative;
	object-fit: cover;
	float: left;
	margin-right: 3%;
}
.top_home_content_3_link_cat {
	float: left;
	padding-top: 1px;
	padding-bottom: 0px;
	width: 67%;
	position: relative;
	text-align: left;
	font-size: 12px;
	list-style: none;
	font-family: 'Montserrat';
	color: #374447;
	text-stroke: 0.8px #374447;
    -webkit-text-stroke: 0.8px #374447;
}
.top_home_content_3_link_cat span{
	color: #000;
	font-size: 18px;
	font-family: 'Nunito';
	margin-right: 2%;
	text-stroke: 0.9px #000;
  -webkit-text-stroke: 0.9px #000;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  padding-top: 12px;
}
.top_home_content_3_link_cat span:hover{
	color: #6647f9;
	text-stroke: 0.9px #6647f9;
  -webkit-text-stroke: 0.9px #6647f9;
}
.top_category_content {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
}
@media (max-width: 768px) {
  .top_category_content{
	margin-top: -33px;
  }
}
.top_category_content_image{
	width: 60%;
	height: auto;
	object-fit: cover;
	position: relative;
	float: left;
	z-index: 1;
}
@media (max-width: 768px) {
  .top_category_content_image{
	width: 100%;
  }
}
.top_category_content_image img{
	width: 100%;
	height: 393px;
	object-fit: cover;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	position: relative;
	object-fit: cover;
	float: left;
	z-index: 1;
}
@media (max-width: 768px) {
  .top_category_content_image img{
	height: 222px;
	z-index: 2;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 12px;
  }
}
.top_category_content_link{
	height: 333px;
	width: 36%;
	padding: 2%;
	object-fit: cover;
	position: relative;
	background: gray;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	float: left;
	-moz-box-shadow: inset 50px 10px 280px #000000;
  -webkit-box-shadow: inset 50px 10px 280px #000000;
  box-shadow: inset 50px 10px 280px #000000;
}
@media (max-width: 768px) {
  .top_category_content_link{
	height: auto;
	width: 94%;
	padding: 3%;
	z-index: 1;
	margin-top: -22px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
  }
}
.top_category_content_link span{
	color: #D2B9D3;
	font-size: 2.1em;
	font-family: 'Montserrat';
	text-stroke: 1.9px #ffffff;
  -webkit-text-stroke: 1.9px #ffffff;
  z-index: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 768px) {
  .top_category_content_link span{
	font-size: 26px;
	margin-bottom: 12px;
  }
}
.top_category_content_link span:hover{
	color: #1DA1F2;
	text-stroke: 1.9px #1DA1F2;
  -webkit-text-stroke: 1.9px #1DA1F2;
}
.top_category_content_link p{
	color: #D2B9D3;
	font-size: 17px;
	font-family: 'Montserrat';
	text-stroke: 0.22px #ffffff;
  -webkit-text-stroke: 0.22px #ffffff;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 768px) {
  .top_category_content_link p{
	font-size: 26px;
	margin-bottom: 12px;
  }
}
.top_category_content_link b{
	color: #D2B9D3;
	font-size: 13px;
	margin-left: 2%;
	margin-top: 22px;
	display: block;
	vertical-align:bottom;
	font-family: 'Montserrat';
	text-stroke: 0px #ffffff;
  -webkit-text-stroke: 0px #ffffff;
}
@media (max-width: 768px) {
  .top_category_content_link b{
	margin-left: 3%;
	font-size: 11px;
  }
}
.top_category_content_link b:hover{
	color: #1DA1F2;
	text-stroke: 0px #1DA1F2;
  -webkit-text-stroke: 0px #1DA1F2;
}
.trending_topics{
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 66px;
	text-align: center;
	display: none;
}
.trending_topics a{
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 111px;
	border: 1px solid gray;
	font-family: 'Montserrat';
	color: #4E6166;
	text-stroke: 0.7px #4E6166;
  -webkit-text-stroke: 0.7px #4E6166;
}
.trending_topics a:hover {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 111px;
	border: 1px solid gray;
	font-family: 'Montserrat';
	color: #4E6166;
	text-stroke: 0.7px #4E6166;
  -webkit-text-stroke: 0.7px #4E6166;
}
.trending_topics b{
	font-family: 'Montserrat';
	color: #000000;
	margin-right: 12px;
	text-stroke: 0.3px #000000;
  -webkit-text-stroke: 0.3px #000000;
}
form h2 {
	margin: 25px auto;
	text-align: center;
}
form input {
	width: 100%;
	display: block;
	padding: 13px 13px;
	font-size: 1em;
	margin: 5px auto 10px;
	border-radius: 3px;
	box-sizing : border-box;
	background: transparent;
	border: 1px solid #3E606F;
}
form input:focus {
	outline: none;
}
/* BUTTON DEFAULT */
.btn {
	color: white;
	background: #4E6166;
	text-align: center;
	border: none;
	border-radius: 5px;
	display: block;
	letter-spacing: .1em;
	margin: 10px 0px;
	padding: 13px 20px;
	
}
.title{
	height: auto;
	width: 100%;
	padding-top: 70px;
	position: relative;
	float: left;
}
@media (max-width: 768px) {
  .title {
	padding-top: 66px;
  }
}
.title h1{
	font-size: 2.82em;
	color: #000000;
	margin-bottom: 12px;
	font-family: 'Montserrat';
	text-stroke: 0.8px #424047;
    -webkit-text-stroke: 0.8px #424047;
}
@media (max-width: 768px) {
  .title h1 {
	font-size: 1.81em;
	margin-left: 2.2%;
	text-stroke: 0.5px #424047;
    -webkit-text-stroke: 0.5px #424047;
  }
}

.title li{
	list-style: none;
	font-size: 0.77em;
	margin-top: 12px;
	color: #515151;
	display: inline-block;
	font-family: 'Nunito';
  text-stroke: 0.5px #515151;
  -webkit-text-stroke: 0.5px #515151;
}
.title a{
	font-size: 0.77em;
	  display: inline;
	  color: #1DA1F2;
	  text-stroke: 0.6px #5200ff;
    -webkit-text-stroke: 0.6px #5200ff;
    padding-bottom: 12px;
    text-align: left;
	  font-family: 'Nunito';
	border-bottom: 3.9px solid transparent;
}
.title a:hover{
	border-bottom: 3.9px solid #5200ff;
}
.project_profile_wrap{
	width: 100%;
	height: auto;
	position: flex;
	margin-left: auto;
	margin-right: auto;
}
.project_profile {
	width: 47%;
	height: auto;
	background: linear-gradient(to right, #250517, #342826);
	position: relative;
	float: left;
	margin-right: 2%;
	margin-left: 3%;
	margin-top: 101px;
	border: 1px solid #;
	margin-bottom: 33px;
	border-radius: 33px;
}
@media (max-width: 768px) {
  .project_profile{
  width: 96%;
	margin-top: 89px;
	display: block;
	position: relative;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
  }
}

.project_profile a{
	text-align: center;
}
.project_profile h3{
	text-align: center;
}
.project_profile_photo {
	width: 191px;
	height: 191px;
	position: relative;
	margin-top: 33px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
  .project_profile_photo{
  width: 100%;
	margin-top: 12px;
	display: block;
	position: relative;
  }
}
.project_profile_photo img{
	width: 171px;
	height: 171px;
	object-fit: cover;
	border-radius: 123px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -22px;
}
@media (max-width: 768px) {
  .project_profile_photo img{
  width: 131px;
	height: 131px;
	margin-top: 0px;
	position: relative;
	display: block;
	z-index: 2;
  }
}
.project_details{
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  float: left;
  margin-top: -50px;
  text-align: center;
  font-family: 'Nunito';
  color: #ffffff;
  text-stroke: 0.3px #ffffff;
    -webkit-text-stroke: 0.3px #ffffff;
}
@media (max-width: 768px) {
  .project_details{
  margin-top: -65px;
  }
}
.project_details h1{
	font-size: 1.69em;
  font-family: 'Montserrat';
  color: #ffffff;
  text-stroke: 0.39px #ffffff;
    -webkit-text-stroke: 0.39px #ffffff;
}
.project_details a{
  color: #ffffff;
  text-stroke: 0.3px #ffffff;
    -webkit-text-stroke: 0.3px #ffffff;
}
.project_info{
	height: auto;
	width: 94%;
  padding-left: 3%;
  padding-right: 3%;
	position: relative;
	float: left;
	text-align: center;
}
@media (max-width: 768px) {
  .project_info{
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  }
}
.project_info h3{
  font-family: 'Montserrat';
	font-size: 1.1em;
	color: #ffffff;
	text-stroke: 0.3px #ffffff;
  -webkit-text-stroke: 0.3px #ffffff;
}
@media (max-width: 768px) {
  .project_info h3{
	font-family: 'Montserrat';
	font-size: 1.1em;
	text-stroke: 0.88px #ffffff;
  -webkit-text-stroke: 0.88px #ffffff;
  }
}
.project_info a{
   font-size: 1.1em;
   text-align: center;
   border-radius: 123px;
   border: 1px solid #5CB3FF;
   padding-top: 12px;
   padding-bottom: 12px;
   padding-left: 28px;
   padding-right: 28px;
   line-height: 88px;
   color: #5CB3FF;
   text-stroke: 0.5px #5CB3FF;
  -webkit-text-stroke: 0.5px #5CB3FF;
}
.project_info a:hover{
	 background: #5CB3FF;
   border: 1px solid #5CB3FF;
   color: #ffffff;
   text-stroke: 0.5px #ffffff;
  -webkit-text-stroke: 0.5px #ffffff;
}
.project_info p{
	text-align: left;
	font-size: 1.1em;
	font-family: 'Nunito';
	color: #ffffff;
	white-space: pre-line;     /* ← the magic line */
  /* or white-space: pre-wrap;  ← very similar but keeps trailing spaces */
  
  line-height: 1.5;          /* better readability */
  margin: 1em 0;
}
@media (max-width: 768px) {
  .project_info p{
	font-size: 1em;
  }
}

.author_profile{
	height: auto;
	width: 98%;
	position: relative;
	float: left;
	font-family: 'Nunito';
	padding: 1%;
	padding-right: 0;
}
@media (max-width: 768px) {
  .author_profile{
  	padding-top: 12px;
  }
}
.author_profile_image{
	height: auto;
	width: 30%;
	position: relative;
	float: left;
	z-index: 2;
}
@media (max-width: 768px) {
  .author_profile_image{
  height: 131px;
	width: 131px;
	float: none;
	margin-left: auto;
	margin-right: auto;
  }
}
.author_profile_image img{
	height: 131px;
	width: 131px;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 123px;
	border-top: 12px solid #DCDCDC;
	border-bottom: 12px solid #DCDCDC;
	border-left: 12px solid #ffffff;
	border-right: 12px solid #ffffff;
	margin-top: 70px;
}
.author_profile_description{
	height: auto;
	width: 60%;
	position: relative;
	float: left;
	background: #F0F8FF;
	font-size: 1.2em;
	color: #000000;
	padding: 2%;
	padding-left: 20%;
	margin-left: -18%;
	z-index: 1;
	border-radius: 12px;
}
@media (max-width: 768px) {
  .author_profile_description{
	width: 95%;
	padding: 2%;
	margin-left: 0%;
	padding-left: 3%;
	margin-top: 55px;
	text-align: center;
  }
}
.author_profile_description b{
	border-bottom: 2.2px dashed #000000;
	line-height: 39px;
}
footer {
  position: relative;
  float: left;
  color: white;
  width: 99%;
  height: auto;
  text-align: left;
  margin-top: 33px;
  padding-top: 12px;
  margin-bottom: 22px;
  z-index: 1;
  padding: 0.5%;
}
@media (max-width: 768px) {
  footer {
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    border-top: 3.3px solid #E1E8ED;
  }
}
footer a{
	display: inline-block;
	font-size: 1em;
	padding-right: 5px;
	padding-left: 5px;
	font-family: 'Montserrat';
	color: #000000;
	text-stroke: 0.7px #000000;
  -webkit-text-stroke: 0.7px #000000;
}
footer a:hover{
	color: blue;
	text-stroke: 0.5px blue;
  -webkit-text-stroke: 0.5px blue;
}
footer b{
	display: inline-block;
	font-size: 14px;
	font-family: 'Montserrat';
	color: #515151;
	padding-top: 7px;
	text-stroke: 0.1px #515151;
  -webkit-text-stroke: 0.1px #515151;
}
footer p{
	font-size: 1.088em;
	font-family: 'Montserrat';
	color: #000000;
	text-stroke: 0.33px #000000;
  -webkit-text-stroke: 0.33px #000000;
}
.footer_social_links{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  height: auto;
  margin-bottom: 22px;
  display: block;
  margin-top: -50px;
  margin-left: -12px;
}
@media (max-width: 768px) {
  .footer_social_links{
  height: 50px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  padding-bottom: 39px;
  margin-top: 3px;
  z-index: 3;
  }
}
footer img{
	height: 20px;
	width: 20px;
	position: relative;
	float: left;
	vertical-align: middle;
}
.footer_social_links img{
	height: 20px;
	width: 20px;
	position: relative;
	float: left;
	margin-top: 33px;
}
.footer_social_links a{
	margin-left: 2.2px;
	margin-right: 2.2px;
}
.footer_mobi {
	display: none;
}
@media (max-width: 768px) {
  .footer_mobi{
  display: block;
	width: 100%;
	height: auto;
	position: relative;
	width: 52%;
	float: left;
	margin-left: 1%;
	margin-top: -12px;
  }
}
.category_title{
	height: auto;
	width: 100%;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-top: 111px;
	padding-top: 22px;
}
@media (max-width: 768px) {
  .category_title {
    width: 100%;
	  margin-top: 77px;
    position: relative;
    padding-top: 33px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.category_title span{
	font-size: 20px;
	font-family: 'Nunito';
	color: #ffffff;
	text-stroke: 1.3px #ffffff;
  -webkit-text-stroke: 1.3px #ffffff;
    
}
.category_title p{
	font-size: 18px;
	font-family: 'Nunito';
	color: #98AFC7;
	text-stroke: 0.3px #98AFC7;
  -webkit-text-stroke: 0.3px #98AFC7;
    
}
.home_content_wrap{
	height: auto;
	position: relative;
	padding-bottom: 12px;
	width: 100%;
	float: left;
}
.home_content_wrap_left {
	height: auto;
	position: relative;
	width: 52%;
	float: left;
	margin-left: 1%;
	margin-top: -12px;
}
@media (max-width: 768px) {
  .home_content_wrap_left{
	width: 100%;
  }
}
.category_home_content_left {
	height: auto;
	position: relative;
	width: 66%;
	float: left;
	margin-top: ;
}
@media (max-width: 768px) {
  .category_home_content_left{
	width: 100%;
  }
}
.more_content_container {
	height: auto;
	position: relative;
	width: 66%;
	padding-top: 222px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
  .more_content_container{
	width: 100%;
	padding-top: 101px;
  }
}
.more_content_wrap {
	height: auto;
	position: relative;
	width: 100%;
	float: left;
}
@media (max-width: 768px) {
  .more_content_wrap{
	width: 100%;
	margin-left: 0%;
  }
}
.more_content_title{
	height: auto;
	width: 55%;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	background: ;
	padding-top: 77px;
	padding-bottom: 12px;
	margin-bottom: 33px;
	border-bottom: 3.9px solid #E1E8ED;
}
@media (max-width: 768px) {
  .more_content_title{
    width: 100%;
    position: relative;
    padding-top: 33px;
  }
}
.more_content_title span{
	font-size: 1.2em;
	font-family: 'Nunito';
	color: #000000;
	text-stroke: 0.9px #000000;
  -webkit-text-stroke: 0.9px #000000;
    
}
.more_content_longview{
	height: auto;
	position: relative;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	margin-top: 12px;
}
.content_mini_2 {
	height: auto;
	position: relative;
	padding-bottom: 12px;
	width: 100%;
	
	float: left;
}
.content_longview_wrap {
	height: auto;
	position: relative;
	width: 98%;
	padding: 1%;
	float: left;
	margin-bottom: 33px;
	margin-top: 33px;
	border-radius: 22px;
}
@media (max-width: 768px) {
  .content_longview_wrap{
    margin-top: 33px;
    height: auto;
  }
}
.content_longview_content {
	height: auto;
	position: relative;
	width: 45%;
	padding: 1%;
	margin-left: 2%;
	float: left;
	margin-bottom: 22px;
	border-radius: 22px;
	background: #250517;
	color: #ffffff;
}
@media (max-width: 768px) {
  .content_longview_content{
  	height: auto;
  	width: 96%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
.content_longview_content h1{
	font-size: 1.11em;
	margin-left: 22px;
}
.content_longview_content h1:hover{
	color: orange;
}
.content_longview_wrap table{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 12px;
}
.content_longview_wrap img{
	height: 65px;
	width: 65px;
	margin-top: -8px;
	border-radius: 123px;
	position: relative;
	margin-right: 7.7px;
	object-fit: cover;
	float: left;
	border: 2.2px solid #342826;
}
@media (max-width: 768px) {
  .content_longview_wrap img{
    height: 65px;
	  width: 65px;
  }
}
.content_longview_wrap td{
	color: #ffffff;
	height: auto;
	width: 20%;
}
.content_longview_wrap td b{
	color: #C68E17;
	height: auto;
	width: 25%;
	text-stroke: 0.39px #C68E17;
  -webkit-text-stroke: 0.39px #C68E17;
}
.content_longview_wrap a{
	color: #ffffff;
}
.content_longview_wrap a li{
	color: #806D7E;
	text-stroke: 0.39px #806D7E;
  -webkit-text-stroke: 0.39px #806D7E;
	list-style: none;
}
.content_longview_wrap p{
	color: #DCDCDC;
	text-stroke: 0.1px #DCDCDC;
  -webkit-text-stroke: 0.1px #DCDCDC;
	margin-left: 3%;
	margin-right: 2%;

	height: 60px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
	
}
.home_project_list_img{
	height: auto;
	min-height: 33px;
	width: 12%;
	position: relative;
	float: left;
  margin-left: 1%;
  margin-right: 1%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .home_project_list_img{
	width: 12%;
	margin-left: 0.5%;
  margin-right: 0.5%;
	
	margin-top: -292px;
  }
}
.home_project_list_name{
	height: auto;
	min-height: 33px;
	width: 20%;
	position: relative;
	float: left;
  margin-left: 22px;
  color: #ffffff;
}
/**trenchize colors #0097B2 #7ED957 **/

@media (max-width: 768px) {
  .home_project_list_name{
	width: 20%;
	padding: 2%;
  padding-top: 122px;
	min-height: 77px;
 }
}
.home_project_list_category{
	height: auto;
	min-height: 33px;
	width: 15%;
	position: relative;
	float: left;
  margin-left: 22px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .home_project_list_category{
	width: 96%;
	padding: 2%;
  padding-top: 122px;
	height: 163px;
	min-height: 77px;
	
	margin-top: -292px;
  }
}
.home_project_list_about{
	height: auto;
	min-height: 33px;
	width: 39%;
	position: relative;
	float: left;
	-webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  white-space: normal;
  margin-left: 22px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .home_project_list_about{
	width: 96%;
	padding: 2%;
  padding-top: 122px;
	height: 163px;
	min-height: 77px;
	
	margin-top: -292px;
  }
}

.content_longview_image {
	height: auto;
	width: 48%;
	border-radius: 7.7px;
	position: relative;
	margin-right: 3%;
	object-fit: cover;
	float: left;
	padding-bottom: 12px;
}
@media (max-width: 768px) {
  .content_longview_image{
    width: 30%;
    height: auto;
  }
}
.content_longview_image img{
	height: 202px;
	width: 100%;
	margin-top: 0px;
	border-radius: 12px;
	position: relative;
	object-fit: cover;
	float: left;
}
@media (max-width: 768px) {
  .content_longview_image img{
    height: 88px;
  }
}
.content_longview {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
@media (max-width: 768px) {
  .content_longview{
  padding-bottom: 0px;
  margin-top: 12px;
	border-bottom: 1px solid #E1E8ED;
  }
}
.link_and_category_more_content{
	float: left;
	width: 46%;
	position: relative;
	text-align: left;
	margin-top: ;
	list-style: none;
	font-family: 'Montserrat';
	color: #374447;
	text-stroke: 0.8px #374447;
   -webkit-text-stroke: 0.8px #374447;
}
@media (max-width: 768px) {
  .link_and_category_more_content{
    width: 67%;
    padding-bottom: 7px;
  }
}
.link_and_category_more_content h1{
	font-size: 1.3em;
  font-family: 'Nunito';
  color: #2f2e31;
	text-stroke: 0.33px #2f2e31;
  -webkit-text-stroke: 0.33px #2f2e31;
  width: 98%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .link_and_category_more_content h1{
  -webkit-line-clamp: 2;
  }
}
.link_and_category_more_content h1:hover{
	color: #6647f9;
	text-stroke: 0.33px #6647f9;
  -webkit-text-stroke: 0.33px #6647f9;
}
.link_and_category_more_content li{
	font-size: 0.9em;
  font-family: 'Nunito';
  color: #2f2e31;
	text-stroke: 0.77px #2f2e31;
  -webkit-text-stroke: 0.77px #2f2e31;
  width: 98%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.link_and_category_more_content p{
	font-size: 1.1em;
  font-family: 'Nunito';
  color: #2f2e31;
	text-stroke: 0.22px #2f2e31;
  -webkit-text-stroke: 0.22px #2f2e31;
  width: 98%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.login_register_form {
	height: auto;
	position: relative;
	width: 20%;
	background: linear-gradient(to right, #302217, #250517);
	padding: 33px;
	margin-left: 40%;
	margin-right: 40%;
	border-radius: 12px;
	margin-top: 121px;
	text-align: center;
	float: left;
	font-family: 'Nunito';
	border-radius: 22px;
	border: 1px solid #41383C;
	color: #ffffff;
}
@media (max-width: 768px) {
  .login_register_form{
  width: 86%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 2%;
	margin-top: 88px;
  }
}
.login_register_form input{
	border-radius: 12px;
	background: #F5F8FA;
	width: 100%;
	padding-bottom: 18px;
	padding-top: 18px;
}
.login_register_form button{
	border-radius: 12px;
	background: #008000;
	width: 100%;
	padding-bottom: 20px;
	cursor: pointer;
	padding-top: 20px;
	font-size: 16px;
	color: #ffffff;
	text-stroke: 0.88px #ffffff;
    -webkit-text-stroke: 0.88px #ffffff;
}
.error_redirect_404 {
	height: auto;
	position: relative;
	width: 39%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	padding-top: 77px;
	text-align: center;
	font-style: italic;
}
@media (max-width: 768px) {
  .error_redirect_404{
  height: auto;
  width: 88%;
	position: relative;
	border-radius: 12px;
	padding-top: 77px;
	text-align: center;
	font-style: italic;
  }
}
.error_redirect_404 img{
	height: auto;
	position: relative;
	margin-bottom: 22px;
	width: 100%;
	float: left;
	object-fit: cover;
}
.error_redirect_404 p{
	font-size: 16px;
	font-family: 'Nunito';
	color: #000000;
	text-stroke: 0.6px #000000;
    -webkit-text-stroke: 0.6px #000000;
}
.error_redirect_404 a{
	color: #1DA1F2;
	text-stroke: 0.6px #1DA1F2;
    -webkit-text-stroke: 0.6px #1DA1F2;
}
.more_content{
	height: auto;
	position: relative;
	margin-bottom: 33px;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 77px;
}
@media (max-width: 768px) {
  .more_content{
  margin-top: 22px;
  }
}
.more_content a{
	padding: 18px;
	padding-left: 22px;
	padding-right: 22px;
	border-radius: 111px;
	font-size: 12px;
	font-family: 'Montserrat';
	color: #374447;
	margin-left: 0.7%;
	margin-right: 0.7%;
	border: 1px solid #000000;
	text-stroke: 0.8px #374447;
    -webkit-text-stroke: 0.8px #374447;
}
@media (max-width: 768px) {
  .more_content a{
  padding: 12px;
	padding-left: 16px;
	padding-right: 16px;
  }
}
.more_content a:hover{
	color: #D2B9D3;
	background: #1DA1F2;
	border: 1px solid #1DA1F2;
	text-stroke: 0.8px #ffffff;
    -webkit-text-stroke: 0.8px #ffffff;
}
.sticky_article_wrap{
	width: 32%;
	float: left;
	margin-left: 3%;
	height: 656px;
	position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 77px;	 
}
@media (max-width: 768px) {
  .sticky_article_wrap{
    width: 100%;
    margin-left: 0%;
    position: relative;
    top: 0px;
    height: auto;
    margin-bottom: 33px;
  }
}
.sticky_article_wrap h4{
	font-size: 16px;
	font-family: 'Nunito';
	color: #6D7B8D;
	text-align: center;
	padding: 15px;
	margin-top: 12px;
	background: #ffffff;
	border-bottom: 3.3px dashed #E1E8ED;
	text-stroke: 0.2px #6D7B8D;
  -webkit-text-stroke: 0.2px #6D7B8D;
}
@media (max-width: 768px) {
  .sticky_article_wrap h4{
    margin-top: 22px;
  }
}
.sticky_article{
	width: 100%;
	float: left;
	position: relative;
	height: auto;
  background: #ffffff;
	border-left: 1.2px solid #E1E8ED;
}
@media (max-width: 768px) {
  .sticky_article{
	border-left: 0px solid #E1E8ED;
  }
}

.sticky_article_content_wrap{
	height: auto;
	width: 100%;
	position: relative;
	float: left;
}
.sticky_article_content{
	height: auto;
	width: 92.3%;
	position: relative;
	float: left;
	padding-left: 7.7%;
}
@media (max-width: 768px) {
  .sticky_article_content{
	padding-left: 3.3%;
  }
}
.sticky_article_content img{
	width: 100%;
	height: 177px;
	object-fit: cover;
	border-radius: 7.7px;
	position: relative;
	object-fit: cover;
	float: left;
	padding-bottom: 12px;
}
.sticky_article_content_link_cat{
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
	margin-bottom: 22px;
}
.sticky_article_content_link_cat span{
	color: #2f2e31;
	font-size: 1.2em;
	font-family: 'Nunito';
	margin-right: 2%;
	text-stroke: 1.2px #2f2e31;
  -webkit-text-stroke: 1.2px #2f2e31;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  padding-top: 12px;
}
.sticky_article_content_link_cat span:hover{
	color: #6647f9;
	text-stroke: 1.3px #6647f9;
  -webkit-text-stroke: 1.3px #6647f9;
}
.sticky_article_content_link_cat li{
	font-size: 0.77em;
	list-style: none;
	font-family: 'Montserrat';
	color: #374447;
	text-stroke: 0.8px #374447;
    -webkit-text-stroke: 0.8px #374447;
}
.sticky_article_content_link_cat li:hover{
	color: #6647f9;
	text-stroke: 0.8px #6647f9;
  -webkit-text-stroke: 0.8px #6647f9;
}
.sticky_home_filtered_posts{
	width: 31%;
	float: left;
	margin-left: 1%;
	margin-top: 12px;
	height: 636px;
	position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 111px;	 
}
@media (max-width: 768px) {
  .sticky_home_filtered_posts{
    width: 100%;
    margin-left: 0%;
    position: relative;
    top: 0px;
    height: auto;
    margin-bottom: 22px;
  }
}

.sticky_home_wrap{
	width: 22%;
	min-width: 171px;
	float: left;
	margin-left: 3%;
	height: 525px;
	position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 90px;	
  margin-top: 101px;
}
@media (max-width: 768px) {
  .sticky_home_wrap{
    width: 100%;
    margin-left: 0%;
    position: relative;
    top: 0px;
    height: auto;
    margin-top: 0px;
  }
}
.sticky_home{
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	padding-bottom: 12px;
  margin-bottom: 33px;
  margin-top: -12px;
}
@media (max-width: 768px) {
  .sticky_home{
  margin-top: -39px;
  }
}
.sticky_home h4{
	font-size: 1.1em;
	font-family: 'Nunito';
	color: #6D7B8D;
	text-align: center;
	padding: 15px;
	margin-bottom: -7px;
	background: transparent;
	border-radius: 12px;
	text-stroke: 0.2px #6D7B8D;
  -webkit-text-stroke: 0.2px #6D7B8D;
}
.sticky_home li{
	width: 22px;
	border-radius: 123px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1em;
	list-style: none;
	text-align: center;
	font-family: 'Nunito';
	margin-right: 7px;
	display: inline-block;
	color: gray;
	margin-left: 7.7%;
	padding: 12px;
	border-radius: 111px;
	border: 1px solid gray;
	text-stroke: 0.3px gray;
  -webkit-text-stroke: 0.3px gray;
}
.sticky_home_post {
	width: 100%;
	height: auto;
	padding-bottom: 2px;
	padding-top: 12px;
	float: left;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 7px;
	position: relative;
	background: linear-gradient(to right, #250517, #342826);
	border-radius: 22px;
}
.sticky_home_post img{
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 12px;
	margin-left: 2px;
	margin-top: -12px;
	border-radius: 12px;
	text-align: left;
	position: relative;
	display: vertical-align;
}
@media (max-width: 768px) {
  .sticky_home_post img{
  	width: 65px;
	  height: 65px;
  }
}
.sticky_home_post a{
	font-size: 16px;
	font-family: 'Nunito';
	color: #D2B9D3;
	margin-right: 5.5%;
	margin-left: 0.2%;
	display: inline-block;
	text-stroke: 0.5px #D2B9D3;
  -webkit-text-stroke: 0.5px #D2B9D3;
}

.sticky_home_post a:hover{
	color: blue;
	text-stroke: 0.5px blue;
  -webkit-text-stroke: 0.5px blue;
}
.boost_x_project{
	width: 33%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	padding-top: 68px;
	padding-bottom: 33px;
	padding-left: 33px;
	padding-right: 33px;
	background: ;
	border-radius: 22px;
	color: #ffffff;
	font-family: 'Nunito';
}
@media (max-width: 768px) {
  .boost_x_project{
  width: 90%;
	padding-left: 2%;
	padding-right: 2%;
  }
}
.boost_x_project h1{
	height: auto;
	width: 100%;
	font-size: 2.72em;
	color: #ffffff;
	margin-bottom: 12px;
}
@media (max-width: 768px) {
  .boost_x_project h1{
  font-size: 2.2em;
  }
}
.boost_x_project .error { 
	color: #ffffff; 
	margin: 0.4em 0; 
}
.boost_x_project .success { 
	color: #ffffff; 
	font-weight: 600; 
	margin: 1em 0; 
}
.boost_x_project label { 
	display: block; 
	margin: 1.1rem 0 0.3rem; 
	font-weight: 500; 
    }
.boost_x_project input, textarea {
      width: 100%;
      padding: 0.65rem;
      border: 1px solid #ccc;
      border-radius: 6px;
      box-sizing: border-box;
      font-size: 1rem;
    }
.boost_x_project textarea { 
	min-height: 140px; 
	resize: vertical; 
}
.boost_x_project button {
      margin-top: 1.81rem;
      padding: 1.21rem 1.8rem;
      background: #0066cc;
      width: 100%;
      color: white;
      border: none;
      border-radius: 6px;
      font-size: 1.05rem;
      cursor: pointer;
    }
.boost_x_project button:hover { 
	background: #0055aa; 
    }
.pricing_wrap{
	width: 78%;
	height: auto;
	margin-left: 11%;
	margin-right: 11%;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 68px;
	padding-bottom: 33px;
}
@media (max-width: 768px) {
  .pricing_wrap {
  width: 98%;
	margin-left: 1%;
	margin-right: 1%;
  }
}
.pricing_wrap li{
	list-style: none;
	color: #D2B9D3;
	font-size: 0.98em;
	text-align: left;
	line-height: 22px;
	margin-bottom: 22px;
	text-stroke: 0.1px #D2B9D3;
  -webkit-text-stroke: 0.1px #D2B9D3;
}
.pricing_wrap p{
	color: #D2B9D3;
	font-size: 1em;
	line-height: 39px;
	text-stroke: 0.1px #D2B9D3;
  -webkit-text-stroke: 0.1px #D2B9D3;
}
.pricing_wrap h1{
	height: auto;
	width: 100%;
	text-align: center;
	font-size: 2.72em;
	color: #ffffff;
	margin-bottom: 12px;
}
@media (max-width: 768px) {
  .pricing_wrap h1{
  	font-size: 2.32em;
  }
}
.pricing_wrap h2{
	border-radius: 123px;
	padding-top: 12px;
	padding-bottom: 22px;
	text-align: left;
	font-size: 1.31em;
	margin-top: 0px;
	color: #ffffff;
	text-stroke: 0px #ffffff;
  -webkit-text-stroke: 0px #ffffff;
}
.pricing_link{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding-top: 22px;
	text-align: center;
}
.popup-wrapper {
        position: relative;
        display: inline-block;
        height: auto;
        width: 100%;
        float: left;
        margin-bottom: 22px;
    }

    .trigger-btn {
        padding: 12px 24px;
        font-size: 16px;
        background-color: transparent;
        color: #D2B9D3;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.2s;
    }

    .trigger-btn:hover {
        background-color: transparent;
    }
    .trigger-btn b{
    	border-bottom: 1px dashed #D2B9D3;
    }

    .popup-container {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 8px;
        width: 320px;
        min-height: 120px;
        background: #16181c;
        border: 1px solid #302226;
        border-radius: 22px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.25); 
        z-index: 1000;
        padding: 1.5rem;
        box-sizing: border-box;
    }

    /* Arrow pointing up */
    .popup-container::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        text-align: left;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #302226;
        z-index: 1001;
    }
    .popup-container h3{
    	color: #ffffff;
        text-align: left;
    }

    .close-btn {
        position: absolute;
        top: 8px;
        right: 12px;
        font-size: 1.71em;
        color: #C0C0C0;
        cursor: pointer;
        background: none;
        border: none;
        line-height: 1;
        margin-top: -7px;
        border-radius: 123px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .close-btn:hover {
        color: #C0C0C0;
        background: #41383C;
        border-radius: 123px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 6px;
        padding-right: 6px;
    }
.pricing_1 {
	width: 28%;
	height: auto;
	padding-top: 1px;
	padding-bottom: 12px;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	padding-left: 2%;
	padding-right: 1%;
	z-index: 2;
	background: linear-gradient(to right, #302217, #250517);
	border-radius: 22px;
}
@media (max-width: 768px) {
  .pricing_1 {
  width: 86%;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 33px;
  }
}
.pricing_1 h3{
	text-align: left;
	font-size: 2.82em;
	color: #ffffff;
  font-family: 'Montserrat';
  text-stroke: 0.39px #ffffff;
  -webkit-text-stroke: 0.39px #ffffff;
  margin-top: -29px;
  margin-bottom: 12px;
}
.pricing_1 h3 sub{
	text-align: left;
	font-size: 0.33em;
	color: #696565;
  text-stroke: 0.2px #696565;
  -webkit-text-stroke: 0.2px #696565;
}
.pricing_1 a{
	color: #99C68E;
	background: #2B1B17;
	font-size: 1.03em;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 0px;
	margin-left: -12px;
	border: 2px solid #99C68E;
	border-radius: 123px;
	display: inline-block;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.55px #99C68E;
  -webkit-text-stroke: 0.55px #99C68E;
}
.pricing_1 a:hover{
	background: linear-gradient(to right, #8BB381, #99C68E);
	color: #000000;
	text-stroke: 0.55px #000000;
  -webkit-text-stroke: 0.55px #000000;
}
.pricing_2 {
	width: 28%;
	height: auto;
	padding-top: 1px;
	padding-bottom: 12px;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	padding-left: 2%;
	padding-right: 1%;
	z-index: 2;
	background: linear-gradient(to right, #302217, #250517);
	border-radius: 22px;
	border: 2px solid #254117;
}
@media (max-width: 768px) {
  .pricing_2 {
  width: 86%;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 22px;
  }
}
.pricing_2 h3{
	text-align: left;
	font-size: 2.82em;
	color: #ffffff;
  font-family: 'Montserrat';
  text-stroke: 0.39px #ffffff;
  -webkit-text-stroke: 0.39px #ffffff;
  margin-top: -29px;
  margin-bottom: 12px;
}
.pricing_2 h3 sub{
	text-align: left;
	font-size: 0.33em;
	color: #696565;
  text-stroke: 0.2px #696565;
  -webkit-text-stroke: 0.2px #696565;
}
.pricing_2 a{
	color: #99C68E;
	background: linear-gradient(to right, #254117, #347C17);
	font-size: 1.03em;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 0px;
	margin-left: -12px;
	border: 2px solid #348017;
	border-radius: 123px;
	display: inline-block;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.55px #99C68E;
  -webkit-text-stroke: 0.55px #99C68E;
}
.pricing_2_popular{
	height: auto;
	width: 67px;
	position: relative;
	color: #99C68E;
	background: linear-gradient(to right, #254117, #306754);
	font-size: 0.88em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 22px;
	margin-top: -12px;
	margin-bottom: -12px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 123px;
	text-align: center;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.22px #99C68E;
  -webkit-text-stroke: 0.22px #99C68E;
}
.pricing_3 {
	width: 28%;
	height: auto;
	padding-top: 1px;
	padding-bottom: 12px;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	padding-left: 2%;
	padding-right: 1%;
	z-index: 2;
	background: linear-gradient(to right, #302217, #250517);
	border-radius: 22px;
}
@media (max-width: 768px) {
  .pricing_3 {
  width: 86%;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 2%;
	padding-right: 2%;
  }
}
.pricing_3 h3{
	text-align: left;
	font-size: 2.82em;
	color: #ffffff;
  font-family: 'Montserrat';
  text-stroke: 0.39px #ffffff;
  -webkit-text-stroke: 0.39px #ffffff;
  margin-top: -29px;
  margin-bottom: 12px;
}
.pricing_3 h3 sub{
	text-align: left;
	font-size: 0.33em;
	color: #696565;
  text-stroke: 0.2px #696565;
  -webkit-text-stroke: 0.2px #696565;
}
.pricing_3 a{
	color: #99C68E;
	background: #2B1B17;
	font-size: 1.03em;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 0px;
	margin-left: -12px;
	border: 2px solid #99C68E;
	border-radius: 123px;
	display: inline-block;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.55px #99C68E;
  -webkit-text-stroke: 0.55px #99C68E;
}
.priority_checkout{
	width: 50%;
	height: auto;
	margin-left: 25%;
	margin-right: 25%;
	position: relative;
	float: left;
	padding-top: 68px;
	padding-bottom: 33px;
}
@media (max-width: 768px) {
  .priority_checkout {
  width: 98%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
  }
}
.priority_checkout li{
	list-style: none;
	color: #D2B9D3;
	font-size: 1em;
	line-height: 39px;
	text-stroke: 0.1px #D2B9D3;
  -webkit-text-stroke: 0.1px #D2B9D3;
}
@media (max-width: 768px) {
  .priority_checkout li{
  }
}
.priority_checkout h1{
	height: auto;
	width: 100%;
	text-align: center;
	font-size: 2.2em;
	color: #ffffff;
}
@media (max-width: 768px) {
  .priority_checkout h1{
  font-size: 1.61em;
  }
}
.priority_checkout h2{
	border-radius: 123px;
	padding-top: 12px;
	padding-bottom: 22px;
	text-align: left;
	font-size: 1.31em;
	margin-top: 0px;
	color: #ffffff;
	text-stroke: 0px #ffffff;
  -webkit-text-stroke: 0px #ffffff;
}
@media (max-width: 768px) {
  .priority_checkout h2{
  font-size: 1.39em;
  text-stroke: 0.39px #ffffff;
  -webkit-text-stroke: 0.39px #ffffff;
  }
}
.priority_checkout p{
	height: auto;
	text-align: center;
	font-size: 1.21em;
	color: #ffffff;
	margin-top: 78px;
}
.priority_checkout_link{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding-top: 22px;
	text-align: center;
}

.priority_checkout h3{
	text-align: left;
	font-size: 2.82em;
	color: #ffffff;
  font-family: 'Montserrat';
  text-stroke: 0.39px #ffffff;
  -webkit-text-stroke: 0.39px #ffffff;
  margin-top: -12px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .priority_checkout h3{
  font-size: 2.2em;
  text-stroke: 0.39px #ffffff;
  -webkit-text-stroke: 0.39px #ffffff;
  }
}
.free_checkout {
	width: 43%;
	height: 393px;
	padding-top: 7px;
	padding-bottom: 12px;
	position: relative;
	margin-left: 1%;
	margin-right: 2%;
	padding-left: 3%;
	padding-right: 1%;
	float: left;
	z-index: 2;
	background: linear-gradient(to right, #302217, #250517);
	border-radius: 22px;
}
@media (max-width: 768px) {
  .free_checkout {
  display: none;

  }
}
.free_checkout a{
	color: #99C68E;
	background: #2B1B17;
	font-size: 1.03em;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 0px;
	margin-left: -12px;
	border: 2px solid #99C68E;
	border-radius: 123px;
	display: inline-block;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.55px #99C68E;
  -webkit-text-stroke: 0.55px #99C68E;
}
@media (max-width: 768px) {
  .free_checkout a{
  font-size: 0.8em;
  text-stroke: 0.39px #ffffff;
  -webkit-text-stroke: 0.39px #ffffff;
  padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 2px;
	padding-right: 2px;
	display: block;
  }
}
.premium_checkout {
	width: 42%;
	height: 393px;
	padding-top: 1px;
	padding-bottom: 12px;
	position: relative;
	margin-left: 2%;
	margin-right: 1%;
	padding-left: 3%;
	padding-right: 1%;
	float: left;
	z-index: 2;
	border: 1.81px solid #463E3F;
	background: linear-gradient(to right, #302217, #250517);
	border-radius: 22px;
}
@media (max-width: 768px) {
  .premium_checkout {
	border: 0px solid #463E3F;
	height: auto;
	width: 80%;
  padding-left: 5%;
	padding-right: 5%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
  }
}
.premium_checkout a{
	color: #99C68E;
	background: linear-gradient(to right, #254117, #347C17);
	font-size: 1.03em;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 0px;
	margin-left: -12px;
	border: 2px solid #348017;
	border-radius: 123px;
	display: inline-block;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.55px #99C68E;
  -webkit-text-stroke: 0.55px #99C68E;
}
.free_checkout_mobile {
	display: none;
}
@media (max-width: 768px) {
  .free_checkout_mobile {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 12px;
  padding-left: 5%;
	padding-right: 5%;
	margin-left: 5%;
	margin-right: 5%; 
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	float: left;
	z-index: 2;
	background: linear-gradient(to right, #302217, #250517);
	border-radius: 22px;

  }
}
@media (max-width: 768px) {
  .free_checkout_mobile a{
  color: #99C68E;
	background: #2B1B17;
	font-size: 1.03em;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 0px;
	margin-left: -12px;
	border: 2px solid #99C68E;
	border-radius: 123px;
	display: inline-block;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.55px #99C68E;
  -webkit-text-stroke: 0.55px #99C68E;
  }
}
.submitted_page{
	width: 28%;
	height: auto;
	background: linear-gradient(to right, #250517, #342826);
	margin-left: 34%;
	margin-right: 34%;
	position: relative;
	float: left;
	margin-top: 99px;
	padding-top: 33px;
	padding-bottom: 33px;
	border-radius: 33px;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
}
@media (max-width: 768px) {
  .submitted_page {
  border-radius: 0px;
  box-shadow: none;
  border: none;
  height: auto;
  }
}
.submitted_page p{
	list-style: none;
	color: #D2B9D3;
	font-size: 1em;
	line-height: 39px;
	text-stroke: 0.39px #D2B9D3;
  -webkit-text-stroke: 0.39px #D2B9D3;
}
.how_it_works {
	width: 30%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 22px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 1%;
	z-index: 2;
	background: linear-gradient(to right, #302217, #250517);
	border-radius: 22px;
}
@media (max-width: 768px) {
  .how_it_works {
  	width: 90%;
  	padding-left: 2%;
  	padding-right: 2%;
  }
}
.how_it_works li{
	list-style: none;
	color: #D2B9D3;
	font-size: 1.1em;
	text-align: left;
	line-height: 22px;
	margin-bottom: 22px;
	text-stroke: 0.1px #D2B9D3;
  -webkit-text-stroke: 0.1px #D2B9D3;
}
.how_it_works_submit_link{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 39px;
	text-align: center;
}
.how_it_works_submit_link a{
	background: linear-gradient(to right, #0097B2, #7ED957);
	color: #2B1B17;
	font-size: 1.13em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 33px;
	padding-right: 33px;
	margin-right: 3.99%;
	border-radius: 123px;
	border: none;
	border-bottom: none;
	display: inline-block;
	letter-spacing: 0.33px;
	font-family: 'Nunito';
	text-stroke: 0.33px #2B1B17;
  -webkit-text-stroke: 0.33px #2B1B17;
}
.how_it_works_submit_link a:hover{
	background: linear-gradient(to right, #ffffff, #E6A9EC);
}
.post {
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	height: 303px;
	float: left;
	border-radius: 7px;
	margin-top: 12px;
	position: relative;
	background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);  
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .post{
    width: 100%;
    margin-left: 0%;
	margin-right: 0%;
	border-bottom: 1px solid #E1E8ED;
  }
}
.post span{
	font-size: 18px;
  font-family: 'Nunito';
  color: #2f2e31;
  width: 96%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-left: 2%;
  margin-right: 2%;
  padding-bottom: 12px;
	text-stroke: 1.3px #2f2e31;
    -webkit-text-stroke: 1.3px #2f2e31;
}
.post span:hover{
	color: #6647f9;
	text-stroke: 1.3px #6647f9;
  -webkit-text-stroke: 1.3px #6647f9;
}
.category {
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	margin-top: -12px;
	background: #ffffff;

	position: relative;
	text-align: left;
}
.category a{
	font-size: 12px;
	margin-left: 2.2%;
	font-family: 'Montserrat';
	color: #374447;
	text-stroke: 0.8px #374447;
    -webkit-text-stroke: 0.8px #374447;
}
.post_image {
	height: 181px;
	width: 100%;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	margin-bottom: 18px;
	position: relative;
	object-fit: cover;
	float: left;
	background-size: 100%;
}
@media (min-width: 600px) and (max-width: 768px) {
  .post_image{
    width: 39%;
    height: 222px;
  }
}
.message {
	width: 100%; 
	margin: 0px auto; 
	padding: 10px 0px; 
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	border-radius: 5px; 
	text-align: center;
}
.error {
	color: #a94442; 
	background: #f2dede; 
	border: 1px solid #a94442; 
	margin-bottom: 20px;
}
.validation_errors p {
	text-align: left;
	margin-left: 10px;
}
.logged_in_info {
	text-align: right; 
	padding: 10px;
}
.subscribe_footer{
  position: relative;
  text-align: left;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding-top: 33px;
  border-top: 3.9px dotted #afabb8;
}
@media (max-width: 768px) {
  .subscribe_footer {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  }
}
.subscribe_footer h2{
  font-size: 16px;
  color: gray;
  font-family: 'Montserrat';
}
.subscribe_footer .btn {
	color: white;
	height: 66px;
	background: green;
	text-align: center;
	font-size: 14px;
	border-radius: 77px;
	display: inline-block;
	margin-left: -39px;
	cursor: pointer;
	padding: 13px 20px;
	
	text-stroke: 0.7px #ffffff;
  -webkit-text-stroke: 0.7px #ffffff;
}
@media (max-width: 768px) {
  .subscribe_footer .btn {
  height: 66px;
  }
}
.subscribe_footer form input {
	width: 50%;
	height: 66px;
	display: inline-block;
	padding: 13px 13px;
	font-size: 16px;
	margin-left: 18%;
	text-align: center;
	font-family: 'Nunito';
	border-top-left-radius: 77px;
	border-bottom-left-radius: 77px;
	border: 1px solid #e0dfe3;
	background: #efeef2;
}
@media (max-width: 768px) {
  .subscribe_footer form input {
  width: 50%;
  margin-left: 7%;
  }
}
.subscribe_footer form input:focus {
	outline: none;
}
.social_footer{
  position: relative;
  width: 60%;
  margin-left: 33%;
  margin-right: auto;
  height: auto;
  margin-top: 22px;
  padding-bottom: 66px;
}
@media (max-width: 768px) {
  .social_footer {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  }
}
.social_footer a{
	text-align: center;
}
.social_footer img{
	height: 33px;
	width: 33px;
	position: relative;
	float: left;
	display: inline-block;
	background: gray;
	margin-left: 2%;
	margin-right: 2%;
	padding: 8.8px;
	border-radius: 111px;
}
.about_container{
	width: 96%;
	max-width: 969px;
	height: auto;
	position: flex;
	padding: 2%;
	float: left;
	margin-top: 33px;
	font-family: 'Nunito';
}
.about_left{
	width: 33%;
	height: 202px;
	float: left;
	margin-top: 171px;
	position: relative;
	text-align: center;
	border-right: 3px solid #AAB8C2;
	position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 77px;	
  z-index: 1;
}
@media (max-width: 768px) {
  .about_left {
  width: 100%;
  padding-left: 0%;
  top: 0px;
  margin-top: 22px;
  height: auto;
  position: relative;
	border-right: none;
  }
}
.about_left h1{
	font-size: 39px;
	color: #0b1d2c;
	text-align: center;
	margin-top: 33px;
	text-stroke: 0.8px #0b2236;
  -webkit-text-stroke: 0.8px #0b2236;
}
@media (max-width: 768px) {
  .about_left h1{
  width: 96%;
	font-size: 39px;
  height: auto;
	margin-top: 22px;
  margin-left: 2%;
  margin-right: 2%;
  }
}
.about_right{
	width: 53%;
	height: auto;
	float: left;
	margin-top: 55px;
	position: relative;
	padding-left: 3.9%;
	margin-right: 9%;
}
@media (max-width: 768px) {
  .about_right {
  width: 96%;
  margin-top: 0px;
  padding-left: 0%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 22px;
  }
}
.about_right p{
	font-size: 1.31em;
	color: #000000;
	text-align: left;
	margin-top: 12px;
}
.about_right b{
	color: #0b1d2c;
	text-align: left;
	font-size: 1.2em;
	text-stroke: 0.12px #0b1d2c;
  -webkit-text-stroke: 0.12px #0b1d2c;
}
.about_right a{
	text-decoration: none;
	color: #5200ff;
	text-stroke: 0.33px #5200ff;
  -webkit-text-stroke: 0.33px #5200ff;
  border-bottom: 1px solid #5200ff;
}
.about_right li {
   list-style: none;
   font-size: 1.1em;
   display: block;
	 font-family: 'Nunito';
}
.about_right li:before {
   content: "•";
   font-size: 1.21em; /* or whatever */
   padding-right: 12px;
   margin-left: 22px;
   color: #BC8F8F;
   margin-top: -22px;
}
@media (max-width: 768px) {
  .about_right li{
  }
}
.about_right br{
	margin-top: 72px;
}
.newsletter-popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  text-align: center;
  font-family: 'Nunito';
  color: #D2B9D3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  transition: all .3s ease;
  text-stroke: 0.55px #ffffff;
  -webkit-text-stroke: 0.55px #ffffff;
}
@media (max-width: 768px) {
  .newsletter-popup {
  width: 0%;
  height: 0%;
  }
}
@media (max-width: 768px) {
  .newsletter-popup-container {
  display: none;
  }
}
.newsletter-popup-container img{
  width: 77px;
  height: auto;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.newsletter-popup-container a{
	text-align: center;
	display: inline-block;
}
.newsletter-popup-container a img{
	height: 22px;
	width: 22px;
	display: inline-block;
	position: relative;
	background: transparent;
	padding: 10px;
	margin-top: 7px;
	border-radius: 123px;
	border: 1.71px dashed #ffffff;
}
.newsletter-popup-container a img:hover{
	background: #000000;
	border: 1.71px solid #000000;
}
.newsletter-popup .newsletter-popup-container {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 30px;
  background-color: #DAA520;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 505px;
  height: 505px;
  transform: scale(0.3);
  transition: all .3s ease;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .newsletter-popup .newsletter-popup-container {
  display: none;
  }
}
.newsletter-popup .newsletter-popup-container.open {
  transform: scale(1);
}
.newsletter-popup .newsletter-popup-container b {
  font-size: 1.81em;
  margin-top: 39px;
  text-stroke: 1.2px #ffffff;
  -webkit-text-stroke: 1.2px #ffffff;
}
.newsletter-popup .newsletter-popup-container b i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  color: #fff;
  margin-right: 10px;
}
.newsletter-popup .newsletter-popup-container p {
  margin-left: 12%;
  margin-right: 12%;
  color: #D2B9D3;
  font-size: 0.99em;
}
.newsletter-popup .newsletter-popup-container form {
  display: flex;
  padding: 15px 0 10px;
}
.newsletter-popup .newsletter-popup-container form input {
  width: 303px;
  padding: 22px;
  border: 1px solid #ddd;
  outline: none;
  background: #FFF0F5;
  border-top-left-radius: 123px;
  border-bottom-left-radius: 123px;
  color: #008B8B;
  text-stroke: 0.55px #008B8B;
  -webkit-text-stroke: 0.55px #008B8B;
}
.newsletter-popup .newsletter-popup-container form input::placeholder {
  color: #008B8B;
  text-stroke: 0.55px #008B8B;
  -webkit-text-stroke: 0.55px #008B8B;
}
.newsletter-popup .newsletter-popup-container form button {
  width: 202px;
  height: 63.9px;
  background-color: #000000;
  font-size: 0.88em;
  border: 0;
  margin-top: 5px;
  cursor: pointer;
  border-top-right-radius: 123px;
  border-bottom-right-radius: 123px;
  color: #D2B9D3;
  text-stroke: 0.55px #ffffff;
  -webkit-text-stroke: 0.55px #ffffff;
}
.newsletter-popup .newsletter-popup-container form button:hover {
  background-color: #2F4F4F;
}
.newsletter-popup .newsletter-popup-container .newsletter-popup-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  color: #D2B9D3;
  font-size: 5.5em;
  text-stroke: 1.2px #ffffff;
  -webkit-text-stroke: 1.2px #ffffff;
  line-height: 20px;
}
.newsletter-popup .newsletter-popup-container .newsletter-msg {
	margin-top: 0px;
}
.newsletter-popup.open {
  display: flex;
  background-color: rgba(0, 0, 0, 0.33);
}

/* Button trigger */
  .hover_trigger {
    position: relative;
    background: transparent;
    color: white;
    border-radius: 9999px;
    float: left;
    user-select: none;
    text-align: left;
    transition: background 0.3s ease;
  }
 .hover_trigger a{
    cursor: pointer;
    background: transparent;
    text-stroke: 0.33px #ffffff;
    -webkit-text-stroke: 0.33px #ffffff;
  }
  .hover_trigger:hover {
    background: transparent;
    text-stroke: 0.33px #ffffff;
    -webkit-text-stroke: 0.33px #ffffff;
  }

  .hover_trigger:hover a{
    background: transparent;
  }

  /* Popup container */
  .hover-popup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: auto;
    min-height: 222px;
    background: #16181c;
    border: 1px solid #2f3336;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 
      opacity 0.5s ease,
      transform 0.5s ease,
      visibility 0.5s ease;
    pointer-events: none;
  }

  /* Show popup */
  .hover_trigger:hover .hover-popup {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  /* Arrow (triangle) */
  .hover-popup::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: all 0.2s ease;
  }

  /* Content inside popup */
  .popup_content {
    padding: 16px;
  }
  .popup_content p{
    font-size: 0.99em;
    color: #FFF0F5;
    text-stroke: 0.11px #FFF0F5;
  -webkit-text-stroke: 0.11px #FFF0F5;
  }

  .popup-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }

  .name {
  	width: auto;
    font-size: 17px;
    margin-left: 22px;
    margin-right: 2%;
  }

  .username {
    margin-left: 22px;  
  }
  .username a{
    color: #92C7C7;
    font-size: 0.90em;
    text-stroke: 0.11px #92C7C7;
    -webkit-text-stroke: 0.11px #92C7C7;  
  }
  .boost {
    font-size: 17px;
    margin-left: 2%;
  }
  .popup_content .boost a{
	color: #ffffff;
	background: linear-gradient(to right, #254117, #347C17);
	font-size: 1.03em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-right: 22px;
	border: 2px solid #348017;
	border-radius: 123px;
	display: inline-block;
	font-family: 'Nunito';
	text-stroke: 0.39px #ffffff;
  -webkit-text-stroke: 0.39px #ffffff;
}
.boost a:hover{
	background: linear-gradient(to right, #254117, #41A317);
}
.about_more_link {
	height: auto;
	width: auto;
	text-align: center;
    font-size: 17px;
    margin-left: 2%;
  }
.popup_content .about_more_link a{
	background-color: transparent;
	font-size: 0.88em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
	padding-right: 22px;
	border: 1px solid #ffffff; 
	border-radius: 123px;
	display: inline-block;
	font-family: 'Nunito';
	color: #ffffff;
	text-stroke: 0.39px #ffffff;
  -webkit-text-stroke: 0.39px #ffffff;
}
.about_more_link a:hover{
	background-color: #1DA1F2;
	border: 1px solid #1DA1F2; 
	color: #ffffff;
	text-stroke: 0.39px #ffffff;
  -webkit-text-stroke: 0.39px #ffffff;
}
.boost img{
	height: 17px;
	width: 17px;
	object-fit: cover;
	vertical-align: middle;
	float: none;
	border: none;
	display: inline-block;
  }

  /* Responsive positioning classes */
  .hover-popup.above {
    bottom: 100%;
    margin-bottom: 5.5px;
    z-index: 1;
  }

  .hover-popup.above::before {
    top: 100%;
    border-top: 10px solid #2f3336;
  }

  .hover-popup.below {
    top: 100%;
    margin-top: 5.5px;
    z-index: 1;
  }

  .hover-popup.below::before {
    bottom: 100%;
    border-bottom: 10px solid #2f3336;
  }

  @media (max-width: 500px) {
    .hover-popup {
      width: 280px;
    }
  }
.slider-container {
            overflow: hidden;
            width: 100%;
            background-color: #f0f0f0;
            position: relative;
        }

        .slider-wrapper {
            display: flex;
            width: 200%; /* Twice the width for seamless looping */
            animation: slideLeft 20s linear infinite; /* Adjust duration for speed */
        }

        .slide {
            flex: 0 0 auto;
            width: 200px; /* Fixed width for each slide item; adjust as needed */
            height: 100px; /* Height of slides; adjust as needed */
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #ffffff;
            border: 1px solid #ddd;
            margin: 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            font-size: 18px;
            color: #333;
        }

        /* Keyframes for smooth leftward movement */
        @keyframes slideLeft {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        /* Pause on hover (optional, using JavaScript for control) */
        .slider-wrapper.paused {
            animation-play-state: paused;
        }
  