h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2; 
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.39;
}

.hero {
    padding: 80px 0 120px;
    background: rgba(249, 244, 255, 0.95);
    position: relative;
    overflow: hidden;
}

.hero h1 {
    background: linear-gradient(270deg, #31EAE1 5.47%, #8B1DFF 102.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 62px;
    font-weight: 800;
    margin-bottom: 30px;
	 line-height: 1.3;
}

.hero p {
    text-align: center;
    line-height: 1.5;
}

.logo {
    padding: 120px 0;
    background: #F8F8FC;
}

.logo-list {
    padding-inline: 75px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.logo-list__item{

}
.logo h2 {
    margin-bottom: 5px;
}
.logo-list__item .description {
    margin-top: 18px;
    margin-bottom: 54px;
}

.logo-links {
    display: inline-flex;
    flex-direction: column;
    gap: 18px;
}

.button-secondary.download {
    display: flex;
    gap: 15px;
	 align-items: center;
    max-width: 248px;
	 background: linear-gradient(270deg, #4827AF 5.47%, #B491E4 102.96%);
	 background-clip: text;
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 text-align: center;
	 font-size: 20px;
	 font-weight: 900;
	 line-height: 1.25px;
	 letter-spacing: 1px;
	 text-transform: uppercase;
}

.button-secondary svg{
	display:inline-block; 
	width:24px; 
	height:24px;
	flex:0 0 24px;                
	vertical-align:middle;
}

.button-secondary:hover {
    color: #fff;
    background: #4D029B;
    border-color: #4D029B;
	 -webkit-text-fill-color: #fff; 
    color: #fff;
    background-clip: border-box; 
}

.button-secondary:hover svg {
  color: #fff;
}

.logo .button-exmple {
    color: #EF6F9B;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    transition: all 0.4s ease;
}

.logo .button-exmple:hover {
    text-decoration: none;
}

.brand_avoid {
	background: #F8F8FC;;
	padding: 0 0 60px;
	display: none;
	opacity: 0;
}

.brand_avoid.active {
	display: block;
	opacity: 1;
}

.brand_avoid_container {
	background: #fff;
	padding: 45px 60px;
	border-radius: 25px;
}


.brand_avoid_container h2 {
	color: #4D029B;
	font-size: 42px;
	margin: 0 0 15px 0;
}

.brand_avoid_subheadline {
	color: #4D029B;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
}

.brand_avoid_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.brand_avoid_inner .brand_avoid_item {
	width: calc(20% - 30px);
	margin: 30px 0;
}


.brand_avoid_inner .brand_avoid_item img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.brand_avoid_inner .brand_avoid_item .brand_avoid_headline {
	font-size: 24px;
	color: #ff4843;
	font-weight: 700;
	margin: 0 0 15px;
	font-family: 'Lato', sans-serif;
}

.brand_avoid_inner .brand_avoid_item .brand_avoid_description {
	color: #4D029B;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;

}

.closer_avoid {
	position: absolute;
	top: 15px;
	right: 30px;
	width: 30px;
	height: 30px;
	transition: 0.3s ease;
}

.closer_avoid:hover {
	opacity: 0.9;
}

.colours {
     padding: 86px 0 115px 0;
}

.colours-list {
    padding-inline: 75px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.colours .description {
    margin-top: 15px;
}

.assets {
    margin: 60px 0 100px;
}

.assets-head {
    padding-inline: 75px;
}
.assets .description {
    margin-top: 10px;
}

.assets-list {
    padding: 50px 75px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 36px;
}

.assets-list__item {
    position: relative;
    flex: 0 1 calc(25% - 30px);
}
.assets-list__item:nth-child(3) {
    flex: 0 1 calc(50% - 30px);
}

.icon-top {
    position: absolute;
    top: 15px;
    right: 15px;
}
.link-container {
    display: flex;
    gap: 15px;
    position: absolute;
    bottom: 10px;
    left: 25px;
	 max-width: 190px;
}

.link-container a {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; 
    text-decoration: underline;
    transition: all 0.4s ease;
}

.link-container a:hover {
    text-decoration: none;
}

@media (min-width: 1300.98px){
	 .icon-top {
		right: 15%;
	 }
}

@media (max-width: 1399px){
}

@media (max-width: 1299px){
}

@media (max-width: 1199px){
    .hero {
        padding: 80px 0;
    }

	 .brand_avoid {
		padding: 0px 0 60px;
	}

	.brand_avoid_inner {
		justify-content: flex-start;
	}

	.brand_avoid_inner .brand_avoid_item {
		width: calc(33.33% - 30px);
		margin: 30px 15px 0;
	}

	.brand_avoid_inner .brand_avoid_item img {
		max-width: 55%;
	}
}

@media (max-width: 991px){
    .hero h1 {
        font-size: 50px;
    }
	 .hero p {
		  font-size: 17px;
	 }
	 .hero p br {
		  display: none;
	 }

	 .logo-list, .colours-list, .assets-head, .assets-list {
		padding-inline: 15px;
	 }

	 .brand_avoid_container {
		padding: 25px 25px;
	}

	.brand_avoid_inner .brand_avoid_item img {
		max-width: 100%;
	}

	 .colours {
		padding: 80px 0;
	 }

	 .colours-list p br {
		  display: none;
	 }	
	 
	 .colours-list__item, .logo-list__item {
		  flex: 1 1 50%;
	 }	
	 .assets-list__item {
		  flex: 1 0 calc(25% - 30px);
	 }
	 .assets-list__item:nth-child(3) {
		  flex: 1 0 calc(50% - 30px);
	 }

}

@media (max-width: 767px){
	.hero {
		padding: 60px 0;
	}
    .hero h1 {
        font-size: 40px;
    }

	 .hero h1 br {
		  display: none;
		}
    
    .logo, .colours {
        padding: 60px 0 60px;
    }

    .logo-list, .colours-list {
        padding-inline: 15px;
        flex-direction: column-reverse;
        align-items: center;
		  gap: 50px;
    }

	 .logo-list__item {
		  align-items: center;
		  display: flex;
		  flex-direction: column;
	 }
	 
	.button-secondary.download {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	 max-width: none;
	}

	.logo-list__item .description, .colours-list__item {
		text-align: center;
	}

	 .assets {
		margin-bottom: 65px;
	 }
    .assets-head {
        padding-inline: 15px;
		  text-align: center;
    }

    .assets-list {
        padding: 40px 15px;
        justify-content: center;
		  gap: 15px;
    }

	 .link-container {
		  bottom: 8px;
		  left: 8px;
	 }

	 .link-container a {
		  font-size: 16px;
	 }

	 .brand_avoid {
		padding: 10px 0 30px;
	}

	.brand_avoid_inner .brand_avoid_item {
		width: calc(50% - 30px);
	}

	.brand_avoid_container h2 {
		font-size: 26px;
	}

	.brand_avoid_subheadline {
		font-size: 16px;
	}

	.brand_avoid_inner .brand_avoid_item .brand_avoid_headline {
		font-size: 16px;
	}

	.brand_avoid_inner .brand_avoid_item .brand_avoid_description {
		font-size: 14px;
	}

	.brand_avoid_container {
		padding: 25px 15px;
	}

}

@media (max-width: 501px){
    .logo-list__item .description br {
		  display: none;
	 }
	 	 .assets-list__item {
		  flex: 1 1 100%;
	 }
	 .assets-list__item:nth-child(3) {
		  flex: 1 1 100%;
	 }
	 .assets-list__item img:first-child {
		  width: 100%;
	 }
	 .link-container {
		bottom: 15px;
		left: 30px;
	 }
}

@media (max-width: 479px){
    .assets {
        margin: 60px 0;
    }

	 

}

@media (max-width:389.98px) {
}


