.decor.black,
.decor.black1,
.decor.black2{
	background-color: var(--color10);
}
.decor.black1{
	color: var(--color2);
}
.decor.black2{
	color: var(--color1);
}
.decor.white,
.decor.white1,
.decor.white2{
	background-color: var(--color1);
}
.decor.white1{
	color: var(--color6);
}
.decor.white2{
	color: var(--color5);
}
.titleSmall{
	font-weight: 400;
	line-height: 1;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--color3);
}
.titleBig,
.titleBigBrd{
	font-weight: 300;
	letter-spacing: -.003em;
}
.titleBig:not(:first-child),
.titleBigBrd:not(:first-child){
	margin-top: 1rem;
}
.titleBigBrd{
	line-height: 1.2;
}
.white1 .titleBig,
.white1 .titleBigBrd,
.white2 .titleBig,
.white2 .titleBigBrd{
	color: var(--color5);
}
.black1 .titleBig,
.black1 .titleBigBrd,
.black2 .titleBig,
.black2 .titleBigBrd{
	color: var(--color1);
}
.titleBigBrd{
	border-left-width: 4px solid var(--color3);
	border-left-style: solid;
}
.white1 .titleBigBrd,
.white2 .titleBigBrd{
	border-left-color: var(--color3);
}
.black1 .titleBigBrd,
.black2 .titleBigBrd{
	border-left-color: var(--color4);
}
.titleBig .textGreen,
.titleBigBrd .textGreen{
	font-weight: 600;
}
.white1 .textGreen,
.white2 .textGreen{
	color: var(--color3);
}
.black1 .textGreen,
.black2 .textGreen{
	color: var(--color4);
}
.textRed{
	color: #EB5757;
}

@keyframes anCircleLine {
 	0%{
		transform: translate(-50%,-50%) rotate(0deg);
  	}
	100% {
		transform: translate(-50%,-50%) rotate(360deg);
  	}
}
@keyframes anCircleShadow {
 	0%, 100% {
		box-shadow: 0px 0px 15.625rem #00FF8080;
  	}
	25% {
		box-shadow: 0px 0px 17.625rem #00FF8090;
  	}
	50% {
		box-shadow: 0px 0px 14.625rem #00FF8075;
  	}
	75% {
		box-shadow: 0px 0px 17.625rem #00FF8095;
  	}
}
@keyframes ellipse1{
	0%, 100%{
		transform: translate(50%,50%) rotate(-36deg) scale(1);
	}
	25%{
		transform: translate(46%,45%) rotate(-36deg) scale(.76);
	}
	50%{
		transform: translate(47%,54%) rotate(-36deg) scale(.88);
	}
	75%{
		transform: translate(56%,55%) rotate(-36deg) scale(.74);
	}
}
@keyframes ellipse2{
	0%, 100%{
		transform: translate(-50%,-50%) rotate(-36deg) scale(1);
	}
	25%{
		transform: translate(-46%,-45%) rotate(-36deg) scale(.76);
	}
	50%{
		transform: translate(-47%,-54%) rotate(-36deg) scale(.88);
	}
	75%{
		transform: translate(-56%,-55%) rotate(-36deg) scale(.74);
	}
}
@keyframes ellipse3{
	0%, 100%{
		transform: translate(-50%,50%) rotate(-36deg) scale(1);
	}
	25%{
		transform: translate(-46%,45%) rotate(-36deg) scale(.76);
	}
	50%{
		transform: translate(-47%,54%) rotate(-36deg) scale(.88);
	}
	75%{
		transform: translate(-56%,55%) rotate(-36deg) scale(.74);
	}
}
.boxEllipses1 .shadowEllipse{
	overflow: hidden;
	border-radius: 100%;
	transform-origin: 50%;
}
.boxEllipses1 .shadowEllipse.neon{
	background-color: var(--color4);
}
.boxEllipses1 .shadowEllipse.black{
	background-color: var(--color10);
}
.boxEllipses1 .shadowEllipse,
.boxEllipses1 .lines{
	position: absolute;
}

/* infrastructure */
.sectionInfrastructure{
	padding-top: 1px;
}
.listInfrastructureBox .boxDecor{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.listInfrastructureBox .imgLogo{
	margin: 0 auto;
	position: relative;
}
.listInfrastructureBox .imgLogoCircle{
	width: 100%;
	height: auto;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	animation: 15s linear .2s infinite anCircleLine;
}
.listInfrastructureBox .shadowCircle{
	display: block;
	position: absolute;
	box-shadow: 0px 0px 15.625rem #00FF8080;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;		
	animation: 10s linear .2s infinite anCircleShadow;
}
.listInfrastructureBox .shadowEllipse{
	position: absolute; 
	border-radius: 100%;
	background-color: var(--color3);
}
.sectionInfrastructure .boxPart1{
	background-color: var(--color1);
	text-align: center;
}
.sectionInfrastructure .decor{
	overflow: hidden;
}
.sectionInfrastructure .boxPart1 .decor{
	position: relative;
	z-index: 3;
}
.listInfrastructure .name{
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -.003em;
	color: var(--color1);
}
.listInfrastructure .desc{
	font-weight: 400;
	line-height: 1.6;
}
.listInfrastructure .desc:not(:first-child){
	margin-top: .75rem;
}

.sectionInfrastructure .boxPart2{
	overflow: hidden;
	background-color: var(--color1);
}
.sectionInfrastructure .boxPart2 .boxInfo{
	background-color: var(--color10);
}
.sectionInfrastructure .boxPart2 .textEnlarged{
	line-height: 1.6;
}
.sectionInfrastructure .boxPart2 .textEnlarged:not(:first-child){
	margin-top: 1rem;
}
.sectionInfrastructure .boxListIcon:not(:first-child){
	margin-top: -1px;
}
.sectionInfrastructure .boxListIcon:first-child::before{
	background-color: var(--color10);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
}
.listInfrastructureIcon .boxItem{
	border-left: 1px solid var(--color7);
}
.listInfrastructureIcon .name{
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -.003em;
}
.white1 .listInfrastructureIcon .name,
.white2 .listInfrastructureIcon .name{
	color: var(--color5);
}

/* capital */
.sectionVideoHero.v2{
	overflow: hidden;
}
.sectionVideoHero.v2 .decor.black1,
.sectionVideoHero.v2 .decor.black2{
	background-color: #121212;
}
.sectionVideoHero.v2 .boxVideo{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.sectionVideoHero.v2 .boxVideo::after{
	content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(0deg, #121212 0%, rgb(18 18 18 / 0%) 100%);
}
.sectionVideoHero .boxInfoDecor{
	position: relative;
	border-radius: 1.5em;
	background: #00000080; 
	box-shadow: -2.25em -2.25em 7.125em #00FF8075;
}
.sectionVideoHero .boxInfoDecor:before{
	content: '';
	position: absolute;
	inset: 0;
  	border-radius: inherit;
 	padding: 1px;
  	background: linear-gradient(118.8deg, #08F59A 0%, rgba(5, 143, 90, 0) 21.87%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  	-webkit-mask-composite: xor;
  	mask-composite: exclude;
	pointer-events: none;
  	z-index: 1;
}
.sectionVideoHero .boxInfoDecor .titleSmall,
.sectionRecords .titleSmall{
	color: var(--color4);
}
.sectionVideoHero .boxInfoDecor .textEnlarged,
.sectionVideoHero .boxInfoDecor .name{
	color: var(--color1);
}
.sectionVideoHero .boxInfoDecor .textEnlarged:not(:first-child),
.sectionVideoHero .boxInfoDecor .listCapital:not(:first-child){
	margin-top: 1.875rem;
}
.listCapital .boxItem{
	position: relative;
	padding-left: 2.875em;
}
.black1 .listCapital .boxItem::before{
	background-color: var(--color4);
}
.white2 .listCapital .boxItem::before{
	background-color: var(--color3);
}
.listCapital .boxItem::before{
	content: '';
	display: block;
	position: absolute;
	margin-top: -1px;
	top: 1em;
	left: 0;
	width: 1.875em;
	height: 2px;
}
.listCapital .boxItem:not(:last-child){
	margin-bottom: 1.5em;
}
.listCapital .name{
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -.003em;
}
.listCapital .desc:not(:first-child){
	margin-top: .5rem;
}

/* records section */
.sectionRecords{
	background-color: var(--color1);
	overflow: hidden;
}
.section .boxRow:not(:first-child){
	margin-top: 1rem;
}
.sectionRecords,
.sectionRecordsShort,
.sectionRecords a,
.sectionRecordsShort a{
	color: var(--color1);
}
.dflt .sectionRecords a,
.dflt .sectionRecordsShort a{
	color: var(--color1);
	text-decoration: none;
}
.listRecords:not(:first-child){
	margin-top: 3.75em;
}
.listRecordsShort:not(:first-child){
	margin-top: 4em;
}
.sectionRecords .titleBigBrd{
	font-weight: 600;
}
.sectionRecords .titleBigBrd .textGreen{
	font-weight: 300;
}
.listRecords .boxItem.withIframe{
	cursor: pointer;
}
.listRecords a,
.listRecordsShort a{
	display: block;
}
.listRecords .boxThumbnail{
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1em;
	background-color: var(--color5);
	overflow: hidden;
}
.listRecords .boxIframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.listRecords iframe{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: 0;
	transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
}
.listRecords iframe:not(.act){
	visibility: hidden;
	opacity: 0;
}
.listRecords .name,
.listRecordsShort .name{
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -.003em;
	padding: 0 .75rem;
}
.listRecords .name{
	margin-top: 1rem;
}
.listRecordsShort .name{
	margin-bottom: 1em;
}
.listRecordsShort .boxItem{
	border-left: 1px solid var(--color4);
}
.listRecordsShort .boxData{
	font-weight: 700;
	font-size: 1em;
	padding: 0 .75em;
	line-height: 1.3;
	letter-spacing: -.003em;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5em;
}

.nav-links{
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.nav-links span,
.nav-links a{
    color: #fff;
    text-align: center;
}
.nav-links a{
    transition: color .2s ease-in-out 0s, background-color .2s ease-in-out 0s;
}
.nav-links a:hover{
    background-color: #ffffff1a;
}
.nav-links span:not(.current),
.nav-links a:not(:hover){
    background-color: #FFFFFF0D;
}
.nav-links span.current{
    background-color: #14F29433;
}
@media(max-width: 650px){
    .nav-links{
        margin-right: -1.5rem;
        margin-left: -1.5rem;
        width: calc(100% + 3rem);
        font-size: 1.25em;
        margin-bottom: 2em;
    }
	.sectionRecords .nav-links{
		margin-top: 2.5rem;
	}
    .nav-links span,
    .nav-links a{
        min-width: 4em;
        padding: 1em;
    }
}

/* events section */
.sectionEvents .shadowEllipse0{
    position: absolute;
}
.sectionEvents{
	overflow: hidden;
}
.boxTableInfo{
	line-height: 1.3;
}
@media(max-width: 650px){
	.sectionEvents .shadowEllipse0{
        width: 465vw;
        max-width: 465vw;
        left: 91%;
        top: 50%;
        box-shadow: 0px -110px 120px #0A794B57 inset, 0px -26px 120px #0A794B66;
        height: 110vw;
        border-radius: 100%;
        transform: translate(-50%, -50%) rotate(-65deg);
    }
}

/* news section */
.sectionNews .decor.white1,
.decor.white1 .cartPost a,
.decor.white1 .cartPost a:not(:hover) .name{
	color: var(--color9);
}
@media(max-width: 650px){
	.decor.white1 .listPosts .cartPost:first-child .image{
		background-color: transparent;
	}
}

/* widgets */
@media(max-width: 650px){
	.sectionFilingsWidget:not(:first-child),
	.sectionEventsWidget:not(:first-child){
		margin-top: 2.5em;
	}
	.sectionFilingsWidget:not(:last-child),
	.sectionEventsWidget:not(:last-child){
		margin-bottom: 2.5em;
	}
}

/* documents */
.listDocuments{
	text-align: center;
	line-height: 1.5em;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.listDocuments a{
	display: block;
	text-decoration: none!important;
}
.listDocuments .grd{
	height: 22.5em;
	border-radius: 8px;
	background: linear-gradient(156.04deg, #FFFFFF 52.18%, #EBFFF5 100%);
	box-shadow: 0px 2px 8px #0A794B29;
	transition: box-shadow .2s ease-in-out 0s, transform .2s ease-in-out 0s;
}
.listDocuments a:hover .grd{
	box-shadow: 0px 4px 12px #0A794B29;
	transform: translateY(-.625em);
}
.listDocuments .logo{
	width: 8.125em;
}
.listDocuments .name{
	margin-top: -.75em;
	font-weight: 700;
}
.listDocuments .btn{
	margin-top: 1em;
}
@media(max-width: 992px){
	.listDocuments .btn span:last-child{
		display: none;
	}
	.listDocuments .btn svg{
		display: none;
	}
}
@media(max-width: 650px){
	.listDocuments{
		gap: 2em 1em;
	}
	.listDocuments .boxItem{
		width: calc(50% - .5em);
	}
	.listDocuments .grd{
		height: calc(75vw - 3rem);
		padding: 0 1em 1em;
	}
	.listDocuments .btn{
		padding: .5em 1em;
	}
}

/* form */
::-webkit-input-placeholder{ 
	color: #FFFFFF4D;
}
::-moz-placeholder{ 
	color: #FFFFFF4D;
}
:-moz-placeholder{ 
	color: #FFFFFF4D;
}
:-ms-input-placeholder{
	color: #FFFFFF4D;
}
input,
textarea,
select,
button{
	font-family: Inter, sans-serif;
}
input[type='text'],
input[type='email'],
input[type='number'],
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='month'],
input[type='week'],
textarea,
select{
	font-weight: 400;
	font-size: 1em;
	line-height: 1.6;
	display: block;
	width: 100%;
	border-radius: .5em;
	padding: 1em 1.25em;
	border: 1px solid #FFFFFF26;
	background-color: #FFFFFF0A;
	color: var(--color9);
	transition: border-color .2s ease-out 0s, color .2s ease-out 0s;
}
input[type='text']:active,
input[type='email']:active,
input[type='number']:active,
input[type='color']:active,
input[type='date']:active,
input[type='datetime']:active,
input[type='search']:active,
input[type='tel']:active,
input[type='time']:active,
input[type='url']:active,
input[type='month']:active,
input[type='week']:active,
textarea:active,
select:active{
	border-color: var(--color4);
	color: var(--color4);
}
input[type='text']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='month']:focus,
input[type='week']:focus,
textarea:focus,
select:focus{
	border-color: var(--color4);
	color: var(--color4);
}
input[type='submit']{
	font-size: 1.125em;
	line-height: 1;
	padding: .778em 1.333em;
	color: var(--font1);
	border: 0;
	background-color: var(--color4);
	transition: transform .2s ease-out 0s, color .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
	cursor: pointer;
	border-radius: 1.778em;
}
input[type='submit']:hover{
	background-color: var(--color8);
	color: var(--color4);
}
input[type='submit']:active{
	transform: translateY(2px);
}
.wpcf7 p{
	clear: both;
}
.wpcf7 br{
	display: none;
}
.wpcf7-form > p{
	position: relative;
	margin-bottom: 0;
}
.wpcf7 input[type='submit'],
.wpcf7 button{
	display: block;
	max-width: 100%;
}
.wpcf7-form-control-wrap{
	display: block;
	position: relative;
}
.wpcf7-not-valid-tip{
	padding: .1667em .8333em;
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent;
	color: #f44336;
}
.wpcf7 form .wpcf7-response-output{
	font-weight: 500;
	border: 0;
	border-radius: .5rem;
	color: #fff;
}
.wpcf7-spinner{
	position: absolute;
    bottom: 0;
    margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
	background-color: #F44336;
}
.wpcf7 form.sent .wpcf7-response-output{
	background-color: #009688;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{
	background-color: #B494B3;
}
.wpcf7 form.spam .wpcf7-response-output{
	background-color: #335E7D;
}
.wpcf7 .wpcf7-submit[disabled]{
	opacity: .7;
}

/* validation */
.sectionValidation .boxImage{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.sectionValidation .textRegular .button{
	margin-bottom: 1rem;
}
.sectionValidation .textRegular:has(.button:first-child){
	margin-bottom: -1rem;
}

/* footer */
footer,
footer a{
	color: var(--color1);
}
footer .titleCol{
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.3;
	letter-spacing: -.003em;
	color: var(--color3);
}
footer .titleCol:not(:last-child){
	margin-bottom: 1rem;
}
footer .textCopy{
	font-weight: 300;
	line-height: 1.6;
	text-transform: uppercase;
}
footer .textDev{
	font-size: .8125em;
	line-height: 1.6;
	letter-spacing: .005em;
}
footer .textDev:not(:first-child){
	margin-top: 1em;
}
footer .textDev svg{
	width: 1rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: .5rem;
}
footer .textDev a{
	opacity: .4;
	transition: opacity .2s ease-in-out;
}
footer .textDev a:hover{
	opacity: .8;
}
/* The credit is ours now. Green rather than HartAI blue: the rule above dims it
   to 40%, and at that strength blue on black reads as a smudge. A guest credit
   takes the host's palette. */
footer .textDev a.hai-by{
	display: inline-flex;
	align-items: center;
	gap: .42em;
	color: #14F294;
	text-decoration: none;
	opacity: .62;
}
footer .textDev a.hai-by:hover,
footer .textDev a.hai-by:focus-visible{
	opacity: 1;
	filter: brightness(1.08);
}
footer .textDev a.hai-by b{
	font-weight: 600;
}
/* The rule above puts margin-left on any svg in here, for a mark that sat at
   the end of the line. This one sits between two words. */
footer .textDev a.hai-by svg{
	width: .95em;
	height: auto;
	margin: 0;
	flex: none;
	display: block;
}
footer .menu{
	font-weight: 500;
	font-size: .875em;
	line-height: 1;
	letter-spacing: .008em;
	text-transform: uppercase;
}
footer .menu a:hover{
	color: var(--color4);
}
footer .menu li:not(:last-child){
	margin-bottom: 1rem;
}
footer .listSocials{
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
footer .listSocials svg{
	width: 1.5rem;
}
footer .listSocials a:hover svg *{
	fill: var(--color4);
}

@media(max-width: 992px){
	.titleBigBrd{
		padding-left: .75rem;
	}

	.boxEllipses1 .lines{
		display: none;
	}

	/* infrastructure */
	.sectionInfrastructure .boxPart1 .decor{
        padding-top: 2.5em;
		padding-bottom: 3.625em;
        border-radius: 2rem;
    }
	.listInfrastructure{
		padding-top: 23.125rem;
	}
	.listInfrastructureBox .boxDecor{
		width: 18.8125rem;		
		top: 5.375rem;
	}
	.listInfrastructureBox .imgLogo{
		width: 61.8%;
	}
	.listInfrastructureBox .shadowCircle{		
		width: 86.26%;
		padding-top: 86.26%;
	}
	.listInfrastructureBox .shadowEllipse3{
		filter: blur(13vw);
        width: 70%;
        padding-top: 340%;
        transform: translate(-50%, 0%) rotate(28deg);
        left: 138%;
        top: -90%;
	}
	.listInfrastructure .boxItem:not(:last-child){
		margin-bottom: 2.5em;
	}
	.listInfrastructure .name{
		font-size: 1.5em;
	}
	
	.sectionInfrastructure .boxPart2 .textEnlarged{
		font-size: 1.0625em;
	}
	.sectionInfrastructure .boxPart2 .boxInfo .decor.white1{
		padding: 1.875em 1.4em 1.125em;
		border-radius: 2em 2em 0 0;
	}
	.sectionInfrastructure .boxPart2 .boxListIcon:not(:first-child) .decor.white1{
		padding: 1.375em 1.4em 4.375em;
	}
	.sectionInfrastructure .boxListIcon:first-child .decor.white1{
		padding: 1.875em 1.4em 4.375em;
		border-radius: 2em 2em 0 0;
	}
	.listInfrastructureIcon .boxItem{
		padding: 0 1rem;
	}

	/* capital */
	.sectionInfrastructure + .sectionVideoHero.v2{
		margin-top: -2rem;
	}
	.sectionVideoHero .boxInfoDecor{
		padding: 2em 1.5em;
	}

	/* records section */
	.sectionRecords > .decor{
		border-radius: 2em 2em 0 0;
	}
	.sectionRecords .decor{
		padding-top: 4em;
		padding-bottom: 4em;
	}
	.sectionRecords .boxThumbnail{
		padding-top: 54.54%;
	}
	.listRecordsShort .boxItem:not(:last-child){
		margin-bottom: 2.25rem;
	}

	/* events section */
	.sectionNews .decor,
	.sectionEvents .decor{
		padding-top: 3.75em;
		padding-bottom: 3.75em;
	}
	.boxTableInfo:not(:first-child){
		margin-top: 3.5em;
	}
	.boxTableInfo:not(:last-child){
		margin-bottom: 3.5em;
	}	

	/* validation */
	.sectionVideoHero + .sectionValidation .boxStart .boxImage{
		margin-top: -2rem;
	}
	.sectionValidation{
		background-color: var(--color1);
	}
	.sectionValidation .boxStart,
	.sectionValidation .boxStart .titleBigBrd{
		color: var(--color1);
	}
	.sectionValidation .boxStart .titleSmall,
	.sectionValidation .boxStart .textGreen{
		color: var(--color4);
	}
	.sectionValidation .boxStart .boxImage{
		overflow: hidden;
		border-radius: 2rem;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.sectionValidation .boxStart .boxImage::before{
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.89%, #000000 100%);
	}
	.sectionValidation .textRegular:not(:first-child){
		margin-top: 2.5em;
	}

	/* footer */
	footer{
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
}

@media(max-width: 650px){ 
	.titleBig{
		font-size: 2em;
		line-height: 1.1;
	}
	.titleBigBrd{
		font-size: 2em;
	}

	.boxEllipses1 .shadowEllipse4,
	.boxEllipses1 .shadowEllipse5{
		width: 66.25%;
		padding-top: 192.5%;
        filter: blur(6.25rem);
	}
	.boxEllipses1 .shadowEllipse4{
		transform: translate(-50%, 50%) rotate(-22deg);
        left: -10%;
        bottom: 31%;
		animation: 10s ease-out 0s infinite alternate ellipse3;
	}
	.boxEllipses1 .shadowEllipse5{
		transform: translate(50%, 50%) rotate(22deg);
        bottom: 14%;
        right: -18%;
		animation: 10s ease-out 0s infinite alternate ellipse4;
	}
	@keyframes ellipse3{
		0%, 100%{
			transform: translate(-50%,50%) rotate(-22deg) scale(1);
		}
		25%{
			transform: translate(-46%,45%) rotate(-22deg) scale(.76);
		}
		50%{
			transform: translate(-47%,54%) rotate(-22deg) scale(.88);
		}
		75%{
			transform: translate(-56%,55%) rotate(-22deg) scale(.74);
		}
	}
	@keyframes ellipse4{
		0%, 100%{
			transform: translate(50%,50%) rotate(22deg) scale(1);
		}
		25%{
			transform: translate(46%,45%) rotate(22deg) scale(.76);
		}
		50%{
			transform: translate(47%,54%) rotate(22deg) scale(.88);
		}
		75%{
			transform: translate(56%,55%) rotate(22deg) scale(.74);
		}
	}

	/* infrastructure */
	.listInfrastructure{
		padding-top: 88vw;
	}
	.listInfrastructureBox .boxDecor{
		width: 85.52%;		
		top: 19.5vw;
	}
	.listInfrastructureBox .imgLogo{
		width: 61.8%;
	}
	.listInfrastructureBox .shadowCircle{		
		width: 86.26%;
		padding-top: 86.26%;
		background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.6) 48.01%, rgba(0, 97, 48, 0.6) 100%);
	}
	.listInfrastructureBox .shadowEllipse3{
		filter: blur(17vw);
        width: 30%;
        padding-top: 240%;
        transform: translate(-50%, 0%) rotate(22deg);
        left: 102%;
        top: 30%;
	}

	.listInfrastructureIcon .icon{
		width: 5em;
	}	
	.listInfrastructureIcon .name{
		font-size: 1.25em;
	}
	.listInfrastructureIcon .name:not(:first-child){
		margin-top: .5rem;
	}
	.listInfrastructureIcon .name:not(:last-child){
		margin-bottom: .5rem;
	}
	.listInfrastructureIcon .boxItem:not(:last-child){
		margin-bottom: 2em;
	}

	/* capital */
	.sectionInfrastructure + .sectionVideoHero.v2 > .decor{
		padding-top: 5.5em;
	}
	.sectionVideoHero.v2 > .decor{
		padding-top: 3.5em;
		padding-bottom: 5.5em;
	}
	.listCapital .name{
		font-size: 1.25em;
	}

	/* records section */
	.section .boxRow .button{
		width: 100%;
		margin-top: 1.5rem;
	}
	.listRecords .boxItem:not(:last-child){
		margin-bottom: 2rem;
	}
	.listRecords .name,
	.listRecordsShort .name{
		font-size: 1.25em;
	}

	/* events section */
	.section .boxRow .boxButtons{
        margin-top: 1.5rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		gap: 1em;
	}
	.section .boxRow .boxButtons .button{
		width: auto;
		margin-top: 0;
	}

	/* news section */
	.sectionNews .listPosts:not(:first-child){
		margin-top: 3em;
	}

	/* validation */
	.sectionValidation{
		padding: 0 1.5rem 3.75em;
	}
	.sectionValidation .boxStart{
		padding-top: 15.75em;
		padding-bottom: 2.5em;
		margin-bottom: 2.5em;
	}
	.sectionValidation .boxStart .boxImage{
		left: -1.5rem;
		right: -1.5rem;
	}
	.sectionValidation .textRegular .button{
		width: 100%;
	}

	/* forms */
    input[type='text'],
	input[type='email'],
	input[type='number'],
	input[type='color'],
	input[type='date'],
	input[type='datetime'],
	input[type='search'],
	input[type='tel'],
	input[type='time'],
	input[type='url'],
	input[type='month'],
	input[type='week'],
	textarea,
	select{
		margin: 0 0 .5em;
	    padding: 1em 1.25em;
	}
	textarea{
		height: 9.3333em;
	}
	input[type='submit']{
		width: 100%;
		font-size: .872em;
		line-height: 1.21em;
		padding: .8571em 1.4285em;
	}
	.wpcf7-form-control-wrap{
		width: 100%;
	}
	.wpcf7-not-valid-tip{
		font-size: .875em;
	}
	.wpcf7 form .wpcf7-response-output{
		margin: 1.375em 0 0;
		padding: 1em;
	}	

	/* footer */
	footer .textCopy{
		font-size: .8125em;
	}
	footer .for_mob > a,
	footer .for_mob > .logoImage{
		max-width: 53.26%;
	}
	footer .containerSmall{
		display: flex;
		flex-direction: column;
		gap: 3.5em;
	}
	footer .cols3{
		width: 100%;
		border-left: 1px solid var(--color5);
		padding-left: 1.25em;
	}
	footer .col1{
		order: 3;
	}
	footer .col1 .logoImage{
		display: none;
	}
}
