*, ::before, ::after {
	box-sizing: border-box;
	margin: 0
}




.mainpostsectionsarea .sectionlists .lists{
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 40px;
    padding-bottom: 0;
    margin-bottom: 40px;
    }


.mainpostsectionsarea .sectionlists .lists:last-child{
    margin-bottom: 0px
}
    .mainpostsectionsarea .sectionlists .lists .titlearea{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea{
        display: flex;
        justify-content: space-between;
        gap: 40px
    }
    
    .mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea .dropicon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    transition: .5s;
    cursor: pointer;
    transform: rotate(180deg);
	border: 1.5px solid #E4E4E4;
    }
    
    .mainpostsectionsarea .sectionlists .lists .titlearea h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #000000;
	margin: 0;
    
    }

    .postimageslider {
        width: 100%; /* Make sure the slider takes up the full width of the parent */
        overflow: hidden;
        position: relative;
    }
    
    .imagesliderlist {
        display: flex;
        transition: transform 0.3s ease-in-out;
        width: 100%;
    }
    
    .imagelist {
        min-width: 100%;
        box-sizing: border-box;
 
    }
    
    .postimagesliderdots {
        text-align: center;
        margin-top: 10px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .postimagesliderdots .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }
    
    .postimagesliderdots .dot.active {
        background-color: #000;
    }
    
    .postimagesliderprev, .postimageslidernext {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        color: #fff;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 99;
    }
    
    .postimagesliderprev {
        left: 10px;
    }
    
    .postimageslidernext {
        right: 10px;
    }

    .mainpostsectionsarea .sectionlists .lists .postsarea {
        overflow: hidden;
        padding-top: 40px;
       
    }
    



    .postsarea .postbox {
        border: 1px solid #E4E4E4;
        float: left;
        width: calc(33.33% - 28.66px); 
        margin-right: 40px;
        margin-bottom: 40px;
        min-height: 630px;
        border-radius: 20px;
        overflow: hidden;
    }

    
    .postsarea .postbox:nth-child(3n) {
        margin-right: 0;
    }




.postsarea .postbox > .postimageslider img {
    height: 100%;
    width: 100%; 
    object-fit: cover;
    max-height: 360px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 360px;
}
.postsarea .postbox .postimagers img{
    height: 100%;
    width: 100%; 
    object-fit: cover;
    max-height: 360px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.postsarea .postbox h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: white;
	margin-bottom: 0
}

 .postsarea .postbox .postsboxtextsarea{
     padding: 0 20px;
     padding-top: 20px;
 }

.postsarea .postbox .postsboxtextsarea .texts,
.postsarea .postbox .postsboxtextsarea .texts p {
  padding-top: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px!important;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: white;
}

 .postsarea .postbox  .postboxplatformarea{
      padding: 0 20px;
     padding-top: 14px;
 }
 .postsarea .postbox  .downloadbutton{
  padding: 14px 20px 20px 20px;
 }

 .download-image-button{
    background-color: #f7941c!important;
    color: #fff!important;
    transition: .3s!important;
 }



 .download-image-button:hover{
    background-color: #fff!important;
    color: #000!important;
 }
.postsarea .postbox .postimageslider{
    position: relative;
}
.postsarea .postbox > .postimageslider:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.postsarea .postbox > .postimageslider:hover:before{
     opacity: 1;
    visibility: visible;
}

.postsarea .postbox .postimageslider .preview-button,
.postsarea .postbox .postimagers .preview-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
     background-color: #f7941c;!important;
    color: #fff!important;
    transition: .3s!important;
}

.postsarea .postbox .postimageslider:hover .preview-button{
    display: block;
}

.postsarea .postbox .postimagers{
    position: relative;
}
.postsarea .postbox .postimagers:hover .preview-button{
    display: block;
}

.postsarea .postbox .postimageslider .preview-button svg path,
.postsarea .postbox .postimagers .preview-button svg path{
    stroke: white
}

.postsarea .postbox .postimageslider .preview-button:hover,
.postsarea .postbox .postimagers .preview-button:hover{
     background-color: #fff;
      border: 1px solid #000;
	color: #000!important
}

.postsarea .postbox .postimageslider .preview-button:hover svg path,
.postsarea .postbox .postimagers .preview-button:hover svg path{
    stroke: black
}

.postcontentmodal{
   position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in;
    
}
.postcontentmodal.mactive{
    opacity: 1;
    visibility: visible;
}

.postcontentmodal .mainmodal{
    width: calc(100% - 80px);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 32px;
    border-radius: 20px;
    max-width: 1240px;
}

.postsarea .postbox .postsboxtextsarea .texts{
    min-height: 76px
}

.postcontentmodal .mainmodal .contentrow{
    padding-bottom: 40px;
    overflow: hidden;
}

.postcontentmodal .mainmodal .share-post-wrapper{
    margin-top: 0;
    padding-top: 40px;
    border-top: 2px solid #4C562A
}

.postcontentmodal .mainmodal .contentrow .cleftsidearea{
    float: left;
    width: calc(50% - 18px);
    margin-right: 18px;
}

.postcontentmodal .mainmodal .contentrow .crightsidearea{
    float: left;
    width: calc(50% - 18px);
    margin-left: 18px;
}

.postcontentmodal .mainmodal .contentrow .cleftsidearea .postimageslider img,
.postcontentmodal .mainmodal .contentrow .cleftsidearea .postimageslider video{
    height: 100%;
    max-height: 500px;
    object-fit: contain;
    background-color: #D6CFC0;
    border-radius: 20px
}

.postcontentmodal .mainmodal .close {
    top: 10px;
    right: 10px;
    stroke: #000;
}
.postcontentmodal .mainmodal  ul.tagspostcontent{
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding: 24px 0
}
.postcontentmodal .mainmodal ul.tagspostcontent li{font-family: 'Inter';font-style: normal;font-weight: 600;font-size: 14px;line-height: 140%;letter-spacing: 0.01em;color: #000;float: left;list-style: none;justify-content: center;align-items: center;padding: 6px 10px;border: 1px solid #222;border-radius: 10px;margin-right: 10px;}

.postcontentmodal .mainmodal  ul.tagspostcontent li:last-child{
    margin-right: 10px;
}

.postcontentmodal .mainmodal  h2.postcontentmodal-content-title{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 140%;
letter-spacing: 0.01em;
color: #000000;
}

.postcontentmodal .mainmodal .postcontentmodal-description,
.postcontentmodal .mainmodal .postcontentmodal-description p{
font-family: 'Inter';
font-style: normal;
font-weight: 500!important;
font-size: 16px!important;
line-height: 140%;
letter-spacing: 0.01em;
color: #000000;

}

.postcontentmodal .mainmodal .postcontentmodal-description{
    height: 220px;
    overflow-x: hidden;
    margin-top: 24px;
  
}


.mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea .dropicon.opening{
    transform: rotate(0deg);
}

.postsarea .postbox .postimagers{
    height: 360px;
}

.rssections.postbox .postcontentmodal .mainmodal .postimagers{
    height: 500px;

}
.rssections.postbox .postcontentmodal .mainmodal .postimagers img{
    max-height: 100%;
    object-fit: contain;
    background-color: #8d54e4;
    border-radius: 20px
}

.rssections.postbox .postcontentmodal .mainmodal .contentrow{
    padding-bottom: 0
}

.rssections.postbox .postcontentmodal .mainmodal .postcontentmodal-description{
    height: 380px
}

.campaign-collaps-icon{
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 48px;
    height: 48px;
    background: transparent;
    border-radius: 30px;
    transition: .5s;
    cursor: pointer;
    padding-right: 0!important;
    border: 1px solid #ddd;
}
.campaign-collaps-icon:hover{
	background-color: transparent
}

main.campaign-card-wrapper.expanded .campaign-collaps-icon:before{
    display: none
}


.hero-title-logo-wrapper a svg path{
    stroke: black;
}
.hero-title-logo-wrapper a svg rect{
    stroke: black;
}

.social-circle-icon:hover{
    background-color: #fff!important;
}

.hero-section-wrapper .hero-title-logo-wrapper{
    justify-content: end;
    margin-bottom: -74px;
}
.hero-section-wrapper .hero-title-wrapper{
    flex-direction: column;
    text-align: left;
    justify-content: left;
    align-items: baseline;
}

.hero-section-wrapper .hero-title-wrapper h1.main-title,
.hero-section-wrapper .hero-title-wrapper .paragraph{
    width: 100%;
    max-width: 100%!important;
    color: #fff;
}
.hero-section-wrapper .hero-title-wrapper .paragraph p,
.hero-section-wrapper .hero-title-wrapper .paragraph *{
	color: #fff!important
}


.campaign-card-wrapper, .social-post-wrapper, .resource-post-wrapper{
    border: unset!important
}
.campaign-card-content .main-title{
    font-size: 36px;
}

.hero-section-wrapper .hero-title-wrapper h1.main-title{
    margin-bottom: 30px!important
}


.paragraph{
    font-size: 18px;
   line-height: 36px !important;
   }

@media(max-width:992px){
    .mainpostsectionsarea .sectionlists .lists{
        padding: 20px
    }

     .mainpostsectionsarea .sectionlists .lists .postsarea .postbox{
         width: calc(33.33% - 8.66px);
         margin-right: 10px;
     }
    .mainpostsectionsarea .sectionlists .lists .postsarea .postbox:nth-child(3n){
         margin-right: 0px;
    }
}














.hero-section-wrapper .hero-title-logo-wrapper {
    margin-bottom: -76px;
    position: relative;
    z-index: 9;
}

.mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea .dropicon {
	min-width: 48px;
}

.mainpostsectionsarea .sectionlists .lists {
	padding: 24px 20px;
}

.mainpostsectionsarea .sectionlists .lists .postsarea {
	display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.postsarea .postbox {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	float: none;
	width: 100% !important;
	margin: 0 !important;
	min-height: auto;
}

.postsarea .postbox .postboxplatformarea {
	padding-top: 20px;
}

.postsarea .postbox .downloadbutton {
	flex: 1;
	display: flex;
	align-items: flex-end;
	padding: 20px;
}

section.color-bar {
	margin: 20px 0;
	
}
section.color-bar div{
	display: none
}

.downloadbutton .download-image-button {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.01em;
}

#campaignDescription .main-title {
	margin-bottom: 16px !important;
}



@media screen and (min-width: 650px) {
	.mainpostsectionsarea .sectionlists .lists .postsarea 	{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.mainpostsectionsarea .sectionlists .lists .postsarea 	{
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
	
	.mainpostsectionsarea .sectionlists .lists {
		padding: 40px;
	}
	
	.select-field1, .select-field2 {
		min-width: 200px !important;
	}
	
}

@media screen and (min-width: 1024px) {	
	.mainpostsectionsarea .sectionlists .lists .postsarea 	{
		grid-template-columns: repeat(3, 1fr);
	}
	
	.select-field1, .select-field2 {
		width: 270px !important;
	}
}

@media screen and (max-width: 1023px) {

	.copy-button-wrapper {
		flex-direction: column;
		gap: 24px;
	}
}

@media screen and (max-width: 880px) {
	.mainpostsectionsarea .sectionlists .lists .titlearea {
		flex-direction: column;
		align-items: normal;
		position: relative;
	}
	
	.sectionlists >.lists:first-child .titlearea {
		gap: 24px;
	}
	
	.mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea .dropicon {
		position: absolute;
    right: 0;
    top: 5px;
	}
	
}

@media screen and (max-width: 767px) {
		.postcontentmodal .mainmodal {

	overflow-y: auto;
}
	
	.postcontentmodal .mainmodal {
		height: 620px;
	}
	.mainpostsectionsarea .sectionlists .lists {
		border-radius: 8px;
	}
	
	.mainpostsectionsarea .sectionlists .lists .titlearea h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0.01em;
	}
	
	.hero-section-wrapper .hero-title-logo-wrapper {
	margin-bottom: -66px;
}
	
	.hero-section-wrapper .paragraph *, #campaignDescription .paragraph * {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.01em;
	}
	
	.section-spacing {
		padding-bottom: 40px;
	}
	
	.campaign-card-wrapper {
		border-radius: 8px;
	}
	
	.campaign-card-content .main-title {
		font-size: 24px;
		line-height: 38px;
		letter-spacing: 0.01em;
	}
	
	.campaign-card-content {
		padding: 12px 20px;
	}
	
	.campaign-collaps-icon {
		top: 14px;
		right: 20px;
		width: 36px;
		height: 36px;
	}
	
	div#campaignDescription {
    padding-top: 50px !important;
	}
	
	.mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea .dropicon {
		min-width: 36px;
		min-height: 36px;
		width: 36px;
		height: 36px;
		top: 2px;
	}
	
	.mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea .dropicon svg {
		width: 20px;
		height: 20px;
	}
	
	.postsarea .postbox h3 {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0.01em;
	}
	
	.postsarea .postbox .postsboxtextsarea .texts, .postsarea .postbox .postsboxtextsarea .texts p {
		font-size: 14px !important;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: 0.01em;
	}
	
	.postsarea .postbox .postsboxtextsarea .texts {
		min-height: 24px;
	}
	
	.postsarea .postbox .postimageslider {
		max-height: 295px;
	}
	
	.postcontentmodal .mainmodal .contentrow {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	
	.postcontentmodal .mainmodal .contentrow .cleftsidearea, .postcontentmodal .mainmodal .contentrow .crightsidearea {
		width: 100%;
		margin: 0;
	}
	
	.postcontentmodal .mainmodal .postcontentmodal-description {
		height: auto;
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 22.4px;
		letter-spacing: 0.01em;
	}
	
	.postsarea .postbox .postimageslider {
		border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	}
	
	    .copy-button-wrapper {
        gap: 14px;
    }
}

@media screen and (max-width: 650px) {
	.container {
		padding-top: 40px !important;
	}
	
	.hero-section-wrapper {
		flex-direction: column-reverse !important;
	}
	
	.hero-section-wrapper .hero-title-wrapper h1.main-title {
		margin-bottom: 18px !important;
	}
	
	.hero-section-wrapper .hero-title-logo-wrapper {
		margin-bottom: 0;
		justify-content: start;
	}
	
	.mainpostsectionsarea .sectionlists .lists .titlearea .rightsidearea {
		flex-direction: column;
		gap: 20px;
	}
}


header.header-wrapper {
    margin-bottom: 40px;
}