/*
Theme Name: Cleo Child
Theme URI: http://underscores.me/
Template: cleo
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1756830570
Updated: 2025-09-02 16:29:30

*/

/* GENERAL CSS */


body {
	background: linear-gradient(90deg, #000 0%, #2D2126 25%, #371F16 75%, #000 100%), #000;
}
.site {
	max-width: 1440px;
	margin: 0 auto;
}
.page, .post, article, body, html {
	margin: 0!important;
}
* {
	font-family: 'proxima-nova-condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.btn {
	font-size: 16px;
  	text-decoration: none;
  	font-weight: 700;
	font-style: bold;
  	line-height: 120%;
  	padding: 11.5px 24.5px;
	border-radius: 100px;
	display: inline-block;
}
.btn.white {
	background-color: #fff;
	border: 1.46px solid #fff;
	color: #000!important;
}
.btn.dark {
	background-color: transparent;
	border: 1.46px solid #fff;
	color: #fff;
}
.btn.dark:hover {
	border: 1.5px solid #FFF;
	background: rgba(255, 255, 255, 0.20);
}
.btn.white:hover {
	border: 1.5px solid #FFF;
	background: linear-gradient(94deg, #D0A06E 0%, #DFBEAE 59.13%, #F4E4CC 100%);
}
.overlay {
	position: relative;
}
.overlay:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0000001c;
	z-index: 2;
}
.overlay > * {
	position: relative;
	z-index: 3;
}
a:focus, a:visited {
	color: #fff;
}
.at-form-submit .at-submit {
  	margin: 0!important;
  	float: none!important;
}
.site-main > article {
	padding: 120px 0;
  	color: #fff;
}
.site-main > article h1 {
	font-weight: 700;
  	font-size: 84px;
  	line-height: 90%;
  	margin: 0;
}
.site-main > article h2 {
	margin: 0;
  	font-size: 50px;
  	line-height: 100%;
  	font-weight: 600;
  	margin-bottom: 12px;
}
.site-main > article h3 {
	margin: 0;
  	font-size: 24px;
  	line-height: 140%;
  	font-weight: 700;
 	margin-bottom: 10px;
}
.site-main > article p, .site-main > article ul, .site-main > article ol {
	margin: 0;
  	font-size: 20px;
  	line-height: 140%;
  	font-weight: 500;
  	margin-bottom: 21px;
}
.site-main > article a {
	margin: 0;
  	font-size: 20px;
  	line-height: 140%;
  	font-weight: 500;
  	margin-bottom: 21px;
	color: #fff;
}
.centered {
	text-align: center;
}

/* HEADER */


.mobile-menu-container {
	display: none;
}
.site-header {
	max-width: 1208px;
  	margin: 31px auto 0;
  	display: grid;
  	grid-template-columns: 152px 360px 350px;
  	justify-content: space-between;
	align-items: center;
	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
  	width: 100%;
	top: 0px;
	z-index: 9;
	transition: all 0.3s ease;
}
.site-header.fixed {
	max-width: 1440px;
	padding: 0 116px;
    position: fixed;
    margin-top: 0;
    background: #000000bf;
}
.main-navigation a.nav-link {
	display: inline-block;
  	font-weight: 700;
  	font-size: 16px;
  	line-height: 110%;
  	text-transform: uppercase;
  	color: #fff;
	transition: 0.5s all ease-in-out;
	position: relative;
}
.main-navigation a.nav-link:hover {
	background: var(--gradient, linear-gradient(94deg, #D0A06E 0%, #DFBEAE 59.13%, #F4E4CC 100%));
  	background-clip: text;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.main-navigation a.nav-link:after {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
	background: var(--gradient, linear-gradient(94deg, #D0A06E 0%, #DFBEAE 59.13%, #F4E4CC 100%));
	transition: 0.3s all ease-in-out;
}
.main-navigation a.nav-link:hover:after {
	opacity: 1;
}
.main-navigation a.nav-link:first-of-type {
	margin-right: 48px;
}
.navigation-buttons .nav-button, .mobile-menu-box .nav-button {
	font-size: 16px;
  	text-decoration: none;
  	font-weight: 700;
	font-style: bold;
  	line-height: 120%;
  	padding: 11.5px 24.5px;
	border-radius: 100px;
	margin-right: 11px;
	transition: 0.3s all ease-in-out;
}
.navigation-buttons .nav-button.dark, .mobile-menu-box .nav-button.dark {
	background-color: transparent;
	border: 1.46px solid #fff;
	color: #fff;
}
.navigation-buttons .nav-button.dark:hover {
	border: 1.5px solid #FFF;
	background: rgba(255, 255, 255, 0.20);
}
.navigation-buttons .nav-button.white, .mobile-menu-box .nav-button.white {
	background-color: #fff;
	border: 1.46px solid #fff;
	color: #000!important;
}
.navigation-buttons .nav-button.white:hover {
	border: 1.5px solid #FFF;
	background: linear-gradient(94deg, #D0A06E 0%, #DFBEAE 59.13%, #F4E4CC 100%);
}

/* FOOTER */

.site-footer {
	background-color: #000;
	text-align: center;
	padding: 75px 0 50px;
}
.footer-grid {
	max-width: 921px;
  	display: grid;
  	grid-template-columns: 356px auto;
  	grid-gap: 104px;
  	justify-content: center;
  	margin: 0 auto 60px;
}
.footer-grid p {
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	margin: 0;
	color: #fff;
	text-align: center;
 	margin-top: 30px;
}
.footer-logo {
	width: 408px;
}
.footer-copy {
	font-weight: 500;
  	font-size: 20px;
  	line-height: 140%;
  	color: #fff;
  	margin: 0;
}
.sticky-bar {
	display: none;
	width: 1440px;
  	padding: 22px;
  	background-color: #000;
  	position: fixed;
  	bottom: 0;
  	left: 50%;
  	grid-template-columns: 162px 162px;
  	grid-gap: 11px;
  	justify-content: center;
  	z-index: 9;
  	transform: translateX(-50%);
}
.sticky-bar.visible {
	display: grid;
}
html {
	scroll-behavior: smooth;
}


/* HOME TEMPLATE */

.home-banner {
	background-image: url('/wp-content/uploads/2025/09/bg-homepage-hero-d.jpg');
  	background-size: cover;
  	position: relative;
}
.home-banner:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0000001c;
  	z-index: 2;
}
.home-container {
	padding: 230px 0px 120px 77px;
  	max-width: 660px;
  	text-align: center;
  	color: #fff;
	z-index: 3;
	position: relative;
	box-sizing: content-box;
}
.home-container h2 {
	margin: 0;
	font-weight: 700;
	font-size: 37.5px;
	line-height: 110%;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.home-container h1 {
	margin: 0;
	font-weight: 700;
	font-size: 108px;
	line-height: 90%;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.home-container p {
	margin: 0 auto;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	max-width: 484px;
}
.home-countdown-box {
	display: grid;
  	grid-template-columns: 190px 60px 60px 60px;
  	justify-content: space-between;
  	max-width: 488px;
  	margin: 34px auto;
}
.home-countdown-box h3 {
	margin: 0;
	font-weight: 700;
	font-size: 32.5px;
	line-height: 110%;
	text-align: left;
}
.home-countdown-box p {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 90%;
	position: relative;
	text-transform: uppercase;
}
.home-countdown-box p span {
	margin: 0;
	font-weight: 700;
	font-size: 54px;
	line-height: 90%;
	display: block;
}
.home-countdown-box p:after {
	content: '';
	width: 1px;
	height: 60px;
	bottom: 0;
	right: -20px;
	background-color: #fff;
	position: absolute;
}
.home-countdown-box p:nth-child(4):after {
	display: none;
}
.home-container .btn {
	padding: 11.5px 44px;
}
.home-mask {
	position: absolute;
  	top: 0;
  	right: -38px;
  	z-index: 1;
	max-height: 900px;
	-webkit-mask-image: url('/wp-content/uploads/2025/09/hero-video-mask.svg');
  	mask-image: url('/wp-content/uploads/2025/09/hero-video-mask.svg');
  	mask-repeat: no-repeat;
}

/* /////////////////// */

.meet-section {
	background-image: url('/wp-content/uploads/2025/09/bg-meet-icarus-d.jpg');
  	background-size: cover;
  	position: relative;
}
.meet-container {
	width: 386px;
  	padding: 128px 0 159px 145px;
	color: #fff;
	position: relative;
	z-index: 3;
	box-sizing: content-box;
}
.meet-container h2 {
	margin: 0;
	font-weight: 700;
	font-size: 70px;
	line-height: 90%;
	margin-bottom: 9px;
}
.meet-container h3 {
	margin: 0;
	font-weight: 500;
	font-size: 36px;
	line-height: 120%;
	margin-bottom: 36px;
}
.meet-container p {
	margin: 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 36px;
}
.meet-container p:last-of-type {
	margin-bottom: 0;
}
.meet-button {
	position: absolute;
	width: 175px;
	right: 393px;
	bottom: 260px;
	cursor: pointer;
	z-index: 3;
}
.meet-overlay {
	display: none;
	position: fixed;
  	width: 1044px;
  	height: 588px;
  	left: 50%;
  	top: 155px;
  	transform: translateX(-50%);
  	z-index: 6;
}
.meet-overlay:before {
	content: '';
	background-color: #000000A6;
	top: -155px;
  	left: -50%;
	width: 200vw;
	height: 200vh;
	position: absolute;
	z-index: 5;
}
.meet-overlay .meet-iframe {
	position: relative;
	z-index: 9;
	background-color: #B0B0B0;
	height: 100%;
}
.meet-overlay .meet-iframe iframe {
	height: 100%;
}
.meet-close {
	position: absolute;
  	right: 0;
  	top: -50px;
	cursor: pointer;
}
/* /////////////////// */

.present-section {
	background-image: url('/wp-content/uploads/2025/09/bg-our-present-d.jpg');
  	background-size: cover;
  	padding: 62px 0 217px;
  	color: #fff;
  	position: relative;
}
.present-section h2 {
	max-width: 655px;
  	margin: 0 auto;
  	text-align: center;
  	font-weight: 700;
  	font-size: 70px;
  	line-height: 100%;
  	margin-bottom: 36px;
}
.present-section p {
	max-width: 550px;
  	margin: 0 auto;
  	font-size: 20px;
  	text-align: center;
  	line-height: 140%;
  	font-weight: 500;
  	margin-bottom: 36px;
}
.present-section p:last-of-type {
	margin-bottom: 0px;
}
.present-section .present-img-d {
	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
  	bottom: -50%;
}


/* //////////// */

.science-section {
	background-image: url('/wp-content/uploads/2025/09/bg-UN.png');
  	background-size: cover;
  	padding: 341px 0 0;
}
.science-container {
	max-width: 884px;
  	margin: 0 auto;
  	display: grid;
  	grid-template-columns: 551px auto;
  	align-items: center;
  	grid-gap: 27px;
  	color: #fff;
}
.science-container .science-column h2 {
	margin: 0;
  	font-weight: 700;
  	font-size: 70px;
  	line-height: 100%;
  	margin-bottom: 36px;
}
.science-container .science-column p {
	margin: 0;
  	font-size: 20px;
  	line-height: 140%;
  	font-weight: 500;
  	margin-bottom: 32px;
}
.science-container .science-column h3 {
	margin: 0;
  	font-size: 42px;
  	font-weight: 700;
  	line-height: 100%;
  	margin-bottom: 20px;
}
.science-section .science-bottom-img {
	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	margin-bottom: -6px;
}

/* ///////////// */

.contact-section {
	background-image: url('/wp-content/uploads/2025/09/bg-petition-d.jpg');
  	background-size: cover;
  	padding: 70px 0 73px;
  	display: grid;
  	grid-template-columns: 456px 482px;
  	justify-content: center;
  	grid-gap: 86px;
  	align-items: start;
}
.contact-container {
	color: #fff;
}
.contact-container h2 {
	margin: 0;
  	font-weight: 700;
  	font-size: 50px;
  	line-height: 100%;
  	margin-bottom: 36px;
}
.contact-container p, .contact-container ul {
	margin: 0;
	font-weight: 500;
  	font-size: 20px;
  	line-height: 140%;
  	margin-bottom: 36px;
}

.contact-container p:last-of-type {
	margin-bottom: 0;
}
.contact-box {
	background-color: #fff;
  	padding: 51px 44px 37px;
  	border-radius: 10px;
	color: #000;
  	text-align: center;
}
.contact-box h2 {
	margin: 0;
	font-weight: 700;
  	font-size: 50px;
  	line-height: 90%;
  	margin-bottom: 14px;
}
.contact-box h3 {
	margin: 0;
	font-weight: 700;
  	font-size: 24px;
  	line-height: 90%;
  	margin-bottom: 14px;
}
.contact-box p {
	margin: 0;
  	font-weight: 500;
  	font-size: 20px;
  	line-height: 140%;
	margin-bottom: 51px;
}


/* //////////// */

.gform_required_legend {
	display: none!important;
}
.gform-field-label, form label {
	font-weight: 500!important;
  	font-size: 12px!important;
  	text-transform: uppercase!important;
  	line-height: 120%!important;
  	margin: 0!important;
  	margin-bottom: 10px!important;
	text-align: left;
}
.ginput_container input, form input {
	box-shadow: none!important;
  	border: 1px solid #000!important;
  	border-radius: 100px!important;
  	padding: 4px 11px 4px 23px!important;
  	color: #000!important;
  	text-align: left!important;
  	font-size: 14px!important;
}
.gform_fields {
	grid-gap: 22px!important;
}
.gform_footer {
	margin-top: 26px!important;
}
.gform_footer .gform_button, form .btn-at-primary {
	border-radius: 100px!important;
  	background-color: #000!important;
  	width: 100%!important;
	box-shadow: none!important;
  	padding: 11.66px!important;
  	font-weight: 700!important;
  	line-height: 120%!important;
  	font-size: 16px!important;
	color: #fff!important;
	text-align: center !important;
}
.gfield_required_asterisk {
	color: #000!important;
	margin-left: -5px !important;
}

/* END HOME */




/* CONTEST PAGE */


.contest-banner {
	height: 448px;
  	background-size: cover;
  	background-image: url('/wp-content/uploads/2025/09/bg-contest-hero-d.jpg');
	position: relative;
}
.contest-banner-img {
	position: absolute;
  	bottom: -250px;
  	left: 50%;
  	transform: translateX(-50%);
	z-index: 3;
}
.contest-we-are-section {
	padding: 323px 0 80px;
  	background-image: url('/wp-content/uploads/2025/09/bg-section-d.jpg');
  	background-size: cover;
}
.we-are-container {
	width: 767px;
  	margin: 0 auto;
  	color: #fff;
}
.we-are-container h1 {
	margin: 0;
  	font-size: 50px;
  	line-height: 100%;
  	font-weight: 600;
  	margin-bottom: 12px;
}
.we-are-container h2 {
	margin: 0;
  	font-weight: 500;
  	font-size: 20px;
  	line-height: 140%;
  	margin-bottom: 36px;
}
.we-are-container p {
	font-weight: 500;
  	font-size: 20px;
  	line-height: 140%;
  	margin: 0;
  	margin-bottom: 21px;
}
.we-are-container p:first-of-type {
	font-size: 20px;
}
.we-are-container p a {
	color: #fff;
}
.we-are-container hr {
	margin: 36px 0;
}
.participate-container h3 {
	font-weight: 500;
  	font-size: 24px;
  	line-height: 140%;
  	margin: 0;
  	margin-bottom: 24px;
}
.participate-container p, .participate-container p:first-of-type,
.participate-container ul {
	font-weight: 500;
  	font-size: 20px;
  	line-height: 140%;
  	margin: 0;
  	margin-bottom: 24px;
	padding-left: 50px;
	position: relative;
}

.participate-container p img {
	position: absolute;
	left: 0;
	top: 0;
}
.participate-container p:first-of-type img {
	top: 5px;
}
.competition-section {
	background-color: #fff;
	padding: 60px 20px;
}
.competition-container {
	max-width: 1040px;
	margin: 0 auto;
	color: #000;
}
.competition-container h2 {
	margin: 0;
	font-weight: 700;
	font-size: 50px;
	line-height: 100%;
	margin-bottom: 36px;
}
.competition-container h3 {
	margin: 0;
	font-size: 24px;
  	line-height: 140%;
  	font-weight: 700;
  	margin-bottom: 21px;
	margin-bottom: 10px;
}
.competition-container p, .competition-container ul {
	margin: 0;
	font-size: 20px;
	line-height: 140%;
	font-weight: 500;
	margin-bottom: 21px;
}
.competition-container hr {
	margin: 50px 0;
}
.competition-container .small-text {
	font-size: 14px;
}


/* SHARE PETITION */

.action-banner {
  	background-image: url('/wp-content/uploads/2025/09/bg-petition-d.jpg');
  	background-size: cover;
  	padding: 205px 0 96px;
}
.action-container {
  	max-width: 1080px;
  	margin: 0 auto;
  	display: grid;
  	grid-template-columns: 50% 373px;
  	gap: 40PX;
  	justify-content: space-between;
  	align-items: center;
	color: #fff;
}
.action-container .action-banner-column h1 {
  	font-weight: 700;
  	font-size: 84px;
  line-height: 90%;
  	margin: 0;
}
.action-container .action-banner-column p {
  	font-size: 24px;
  	line-height: 140%;
  	font-weight: 500;
  	margin: 0;
}
.share-petition-container {
	background-image: url('/wp-content/uploads/2025/09/bg-section-d.jpg');
  	background-size: cover;
  	padding: 81px 0 62px;
}
.share-petition-container > h2 {
	font-weight: 700;
  	font-size: 50px;
  	line-height: 100%;
  	text-align: center;
  	color: #fff;
  	max-width: 702px;
  	margin: 0 auto;
}
.share-petition-container > p.unique-link {
	color: #fff;
  	max-width: 702px;
  	margin: 33px auto 15px;
  	font-weight: 500;
  	text-align: center;
  	font-size: 20px;
  	line-height: 140%;
}
.share-petition-container > p a {
	color: #fff;
	text-decoration: none;
}
.link-box {
	max-width: 702px;
	width: 100%;
  	margin: 15px auto 50px;
  	padding: 30px;
  	display: grid;
	grid-template-columns: 43px 70px;
  	justify-content: center;
  	gap: 20px;
  	align-items: center;
  	color: #FFF;
  	border: 1px solid #fff;
  	border-radius: 10px;
	cursor: pointer;
}
.link-box a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
.link-box img {
	width: 43px;
	height: 43px;
	object-fit: contain;
}
.link-grid {
	display: grid;
	grid-template-columns: 341px 341px;
	grid-gap: 20px;
	justify-content: center;
}
.link-grid .link-box {
	margin: 0;
}

.campaign-video h3 {
	margin: 70px auto 40px;
  	text-align: center;
  	color: #fff;
  	font-weight: 700;
  	font-size: 50px;
  	line-height: 100%;
}
.campaign-video .link-box {
	max-width: 341px;
  	position: relative;
  	padding: 40px;
  	display: block;
  	text-align: center;
}
.campaign-video img:nth-child(1) {
	width: 73px;
  	height: 73px;
  	position: absolute;
  	left: 20%;
  	top: 15px;
}
.campaign-video img:nth-child(2) {
	position: absolute;
  	left: 38%;
  	top: 30px;
}
.campaign-video .link-box a {
	margin-left: 100px;
}


/* THANKYOU PAGE */

.page-template-thankyou-template .action-container {
	grid-template-columns: 52% 436px;
}
.page-template-thankyou-template .action-container p:first-of-type {
	margin-bottom: 36px;
}
.share-petition-container > p:not(.unique-link) {
	color: #fff;
  	max-width: 540px;
  	margin: 20px auto 55px;
  	font-weight: 500;
  	text-align: center;
  	font-size: 20px;
  	line-height: 140%;
}


/* ACTION TOOLKIT PAGE */

.page-template-action-toolkit-template .action-container {
  	grid-template-columns: 50% 476px;
}
.action-tab {
	background-color: #fff;
  	padding: 100px 95px;
}
.tab-header-container {
	border-bottom: 0.5px solid #000;
  	display: flex;
  	gap: 73px;
}
.tab-header-container .tab-title {
	font-weight: 700;
  	font-size: 36px;
  	color: #000;
  	line-height: 110%;
  	margin: 0;
  	height: 46px;
	cursor: pointer;
}
.tab-header-container .tab-title.active {
	border-bottom: 5px solid #000;
}
.tab-heading {
	margin-top: 78px;
  	margin-bottom: 26px;
  	font-weight: 700;
  	font-size: 30px;
  	line-height: 110%;
  	color: #000;
}
.tab-grid-container {
	display: grid;
  	grid-template-columns: 32% 32% 32%;
  	grid-gap: 80px 27px;
  	justify-content: space-evenly;
}
.tab-grid-item {
	position: relative;
}
.tab-image-box {
	background-image: url('/wp-content/uploads/2025/09/Rectangle-4370-1.png');
  	background-size: cover;
	border-radius: 10px;
  	height: 264px;
}
.tab-image {
	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
  	top: 35px;
}
.tab-video {
	width: 100%;
  	height: 100%;
}
.tab-text-box h2 {
	margin: 18px 0;
  	font-weight: 700;
  	font-size: 30px;
  	line-height: 110%;
  	color: #000;
}
.tab-text-box p {
	margin: 0 0 10px;
  	color: #000;
  	font-size: 20px;
  	line-height: 140%;
}
.tab-text-box a {
	color: #000;
  	font-size: 20px;
  	font-weight: 700;
  	line-height: 140%;
}
.tab-container {
  display: none;
}
.tab-container.active {
  display: block;
}
.tab-title.active {
  font-weight: bold;
  border-bottom: 2px solid #000; /* ejemplo de estilo */
}


.toolkit-container {
	background-color: #fff;
  	padding: 65px 100px 116px 100px;
	color: #000;
}
.support-petition {
	max-width: 765px;
}
.support-petition h2 {
	font-weight: 700;
  	font-size: 30px;
  	line-height: 110%;
  	color: #000;
  	margin: 0 0 10px;
}
.support-petition p {
	font-weight: 500;
  	font-size: 20px;
  	line-height: 140%;
  	margin: 0 0 36px;
}
.support-box {
	display: flex;
  	gap: 20px;
  	align-items: center;
}
.support-box a {
	display: block;
  	width: 43px;
  	height: 43px;
  	background-size: contain;
  	background-position: center;
}
.support-box .instagram {
	background-image: url('/wp-content/uploads/2025/09/icon-instagram-black.svg');
}
.support-box .tiktok {
	background-image: url('/wp-content/uploads/2025/09/icon-Tiktok-black.svg');
}
.support-box .facebook {
	background-image: url('/wp-content/uploads/2025/09/icon-facebook-black.svg');
}
.support-box .linkedin {
	background-image: url('/wp-content/uploads/2025/09/icon-Linkedin.svg');
}
.support-box .twitter {
	background-image: url('/wp-content/uploads/2025/09/icon-x-black.svg');
}
.support-box .account {
	width: fit-content;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	height: auto;
}

.shareable-content {
	max-width: 765px;
  	margin-top: 56px;
}
.shareable-content h2 {
	margin: 0;
  	font-size: 24px;
  	line-height: 110%;
  	font-weight: 700;
  	margin-bottom: 36px;
}
.share-item {
	margin-bottom: 53px;
}
.share-item p:nth-child(1) {
	margin: 0;
  	font-size: 20px;
  	line-height: 140%;
  	font-weight: 700;
}
.share-item p:nth-child(2) {
	margin: 10px 0;
  	font-size: 20px;
  	line-height: 140%;
  	font-weight: 500;
}
.share-item a {
	display: block;
	margin: 0;
  	font-size: 20px;
  	line-height: 140%;
  	font-weight: 700;
	color: #000;
}

.social-media-container {
	margin-top: 115px;
  	max-width: 886px;
}
.social-media-container > p {
	margin: 0;
  	margin-bottom: 36px;
  	font-weight: 700;
  	font-size: 24px;
  	line-height: 110%;
}
.social-grid {
	display: grid;
	grid-gap: 57px;
	grid-template-columns: 329px 329px 329px;
}
.social-item img {
	width: 100%;
	object-fit: cover;
	height: 411px;
}
.social-item p {
	margin-top: 15px;
  	font-weight: 700;
  	font-size: 20px;
  	line-height: 140%;
  	margin-bottom: 4px;
  	color: #000;
}
.social-item a {
	margin: 0px;
  	font-weight: 700;
  	font-size: 20px;
  	line-height: 140%;
  	display: block;
  	color: #000;
}



/* ////////////// RESPONSIVE //////////////// */

.present-img-m, .contest-banner-img-m {
	display: none;
}
.copied-toast {
    position: absolute;
    right: 8px;
    top: 8px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 6px;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 120ms ease, transform 120ms ease;
    z-index: 999;
}
.copied-toast.show {
    opacity: 1;
    transform: translateY(0);
}
.share-petition-container.mobile {
	display: none;
}
.home-mask.mobile, .swipe-mobile {
	display: none;
}
#global-toast {
    position: fixed;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 9;
}
#global-toast.show {
    opacity: 1;
}


@media screen and (max-width: 768px) {
	.footer-grid p {
		font-size: 16px;
		margin-top: 5px;
	}
	.footer-grid {
		max-width: 250px;
		grid-template-columns: 100%;
		grid-gap: 24px;
		margin: 0 auto 30px;
	}
	
	.site-header.fixed {
		padding: 0 23px;
	}
	body {
		overflow-x: hidden;
	}
	.main-navigation, .navigation-buttons {
		display: none;
	}
	.mobile-menu-container {
		display: block;
	}
	.site-header {
		padding: 0 23px;
  		justify-content: space-between;
  		grid-template-columns: 107px auto;
  		max-width: 100%;
	}
	.mobile-menu-open, .mobile-menu-close {
		cursor: pointer;
	}
	.mobile-menu-box {
		position: absolute;
  		width: 100%;
  		left: 0;
  		top: -31px;
  		height: 100vh;
  		padding: 154px 50px;
  		background-image: url('/wp-content/uploads/2025/09/Icarus-FINAL-VERSION-1-4-screenshot.png');
  		background-size: cover;
  		z-index: 4;
		text-align: center;
	}
	.mobile-menu-box a {
		display: block;
		font-size: 18px;
  		line-height: 110%;
  		text-transform: uppercase;
  		margin: 0 auto 40px;
  		font-weight: 700;
  		text-decoration: none;
		width: fit-content;
	}
	.site-branding, .mobile-menu-close, .mobile-menu-open {
		position: relative;
  		z-index: 5;
	}
	.mobile-menu-box a.nav-link {
		position: relative;
		color: #fff!important;
	}
	.mobile-menu-box a.nav-link:after {
		position: absolute;
		content: '';
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 2px;
		opacity: 1;
		background: #fff;
		transition: 0.3s all ease-in-out;
	}
	.mobile-menu-box a.nav-button {
		width: 185px;
  		margin-right: auto!important;
		margin-bottom: 18px;
		text-transform: unset;
	}
	.footer-logo {
	  	width: 198px;
	}
	.footer-copy {
  		max-width: 198px;
  		margin: 0 auto;
		font-size: 16px;
	}
	.site-footer {
		padding: 32px 0 120px;
	}
	.home-container {
		padding: 120px 0 0;
  		max-width: 100%;
	}
	.home-container h1 {
  		font-size: 60px;
  		margin-bottom: 12px;
		padding: 0 45px;
	}
	.home-container h2 {
	  	font-size: 18px;
	  	margin-bottom: 15px;
		padding: 0 45px;
	}
	.home-container p {
  		font-size: 16px;
  		max-width: 100%;
		padding: 0 45px 26px;
	}
	.home-banner {
		background-image: url('/wp-content/uploads/2025/09/bg-homepage-hero-m.jpg');
	}
	.home-countdown-box {
	  	padding: 29.6vw 60px 200px;
	  	margin: 0;
	  	background-image: url('/wp-content/uploads/2025/09/bg-section-d.jpg');
	  	grid-template-columns: 70px 70px 70px;
	  	max-width: 100%;
	  	justify-content: center;
	  	grid-gap: 14px 28px;
	}
	.home-countdown-box > h3 {
  		grid-column-start: 1;
  		grid-column-end: 4;
  		font-size: 20px;
  		text-align: center;
	}
	.home-countdown-box p {
    	font-size: 12px;
    	padding: 0;
	}
	.home-countdown-box p span {
  		font-size: 34px;
	}
	.home-countdown-box p::after {
  		height: 40px;
  		right: -15px;
	}
	.home-mask {
		display: none;
	}
	.home-mask.mobile {
		display: block;
		width: 42.133vw;
  		height: auto;
		aspect-ratio: 1/1;
  		left: 50%;
  		z-index: 4;
  		mask-image: none;
  		border-radius: 50%;
  		transform: translateX(-50%);
  		top: 0px;
		object-fit: cover;
		position: relative;
    	margin-bottom: -22.667vw;
	}
	.home-container .btn {
		position: absolute;
  		left: 50%;
  		transform: translateX(-50%);
  		bottom: 130px;
	}
	.home-container .swipe-mobile {
		display: block;
		position: absolute;
  		left: 50%;
  		transform: translateX(-50%);
  		bottom: 60px;
		cursor: pointer;
	}
	
	.meet-section {
		background-image: url('/wp-content/uploads/2025/09/bg-meet-icarus-m.jpg');
	}
	.meet-container {
	  	width: 100%;
	  	padding: 60px 32px 359px;
	  	box-sizing: border-box;
		text-align: center;
	}
	.meet-container h2 {
		font-size: 36px;
	}
	.meet-container h3 {
  		font-size: 22px;
  		margin-bottom: 16px;
	}
	.meet-container p {
  		font-size: 16px;
	}
	.meet-button {
	  	right: 50%;
	  	bottom: 80px;
	  	transform: translateX(50%);
	}
	.meet-overlay {
  		width: 90%;
  		height: auto;
  		top: 40%;
  		aspect-ratio: 16 / 9;
		top: 285px;
	}
	.meet-overlay:before {
		top: -285px;
	}
	.meet-overlay iframe {
		height: auto;
	}
	
	.present-section {
  		background-image: url('/wp-content/uploads/2025/09/bg-our-present-m.jpg');
  		padding: 36px 32px 217px;
	}
	.present-section h2 {
  		max-width: 100%;
  		font-size: 36px;
  		margin-bottom: 16px;
	}
	.present-section p {
		max-width: 100%;
		font-size: 16px;
		margin-bottom: 36px;
	}
	.present-img-d {
		display: none;
	}
	.present-img-m {
		display: block;
	}
	.present-section .present-img-m {
		position: absolute;
    	left: 50%;
    	transform: translateX(-50%);
    	bottom: -35%;
    	width: 110%;
    	max-width: unset;
	}
	
	
	.science-section {
	  	padding: 241px 37px 0;
	  	max-width: 100%;
	}
	.science-container {
  		max-width: 100%;
  		grid-template-columns: 100%;
		text-align: center;
	}
	.science-container .science-column h2 {
	  	font-size: 36px;
	  	margin-bottom: 16px;
	}
	.science-container .science-column p {
	  	font-size: 16px;
	  	margin-bottom: 16px;
	}
	.science-container .science-column h3 {
  		font-size: 20px;
  		margin-bottom: 20px;
	}
	.science-img {
		max-width: 180px;
		margin: 0 auto;
	}
	.science-section .science-bottom-img {
	  	width: 150vw;
	  	max-width: unset;
	  	left: -35vw;
	  	margin-top: 30px;
	}
	
	
	.contact-section {
  		background-image: url('/wp-content/uploads/2025/09/bg-petition-m.jpg');
  		padding: 36px 22px 53px;
  		grid-template-columns: 100%;
  		grid-gap: 40px;
	}
	.contact-container h2 {
  		font-size: 36px;
  		margin-bottom: 16px;
  		padding: 0 10px;
	}
	.contact-container p, .contact-container ul {
  		font-size: 16px;
  		margin-bottom: 36px;
  		padding: 0 10px;
	}
	.contact-container ul {
		padding-left: 25px;
	}
	.contact-box {
  		padding: 28px 30px 39px;
  		border-radius: 10px;
	}
	.contact-box h2 {
  		font-size: 36px;
	}
	.contact-box p {
  		font-size: 16px;
  		margin-bottom: 16px;
	}
	
	
/* CONTEST	 */
	
	.contest-banner-img {
		display: none;
	}
	.contest-banner-img-m {
		display: block;
		position: absolute;
  		top: 96px;
  		left: 50%;
  		transform: translateX(-50%);
  		z-index: 3;
		max-width: 90%;
		max-height: 638px;
	}
	.contest-banner {
  		height: 375px;
  		background-image: url('/wp-content/uploads/2025/09/bg-contest-hero-m.jpg');
	}
	.contest-we-are-section {
  		padding: 400px 25px 60px;
  		background-image: url('/wp-content/uploads/2025/09/bg-section-m.jpg');
	}
	.we-are-container {
  		width: 100%;
	}
	.we-are-container h1 {
  		font-size: 36px;
	}
	.competition-container h2 {
		font-size: 36px;
	}
	.we-are-container p:first-of-type, .we-are-container p, .participate-container p, .competition-container p,
	.competition-container ul, .participate-container ul, .we-are-container ul,.we-are-container ul {
  		font-size: 16px;
	}
	.competition-section {
  		padding: 26px 30px;
	}
	
	
/* ACTION TOOLKIT	 */
	.action-banner {
  		background-image: url('/wp-content/uploads/2025/09/bg-petition-m.jpg');
  		padding: 105px 30px 56px;
	}
	.page-template-action-toolkit-template .action-container, .action-container,
	.page-template-thankyou-template .action-container {
  		grid-template-columns: 100%;
  		gap: 12px;
	}
	.action-container .action-banner-column h1 {
  		font-size: 45px;
	}
	.action-container .action-banner-column p {
  		font-size: 16px;
	}
	.action-tab {
  		padding: 30px 25px;
	}
	.tab-header-container {
		gap: 14%;
	}
	.tab-header-container .tab-title {
	  	font-size: 18px;
	  	height: 34px;
	}
	.tab-heading {
  		margin-top: 54px;
  		font-size: 24px;
	}
	.tab-grid-container {
  		grid-template-columns: 100%;
  		grid-gap: 40px;
  		justify-content: center;
	}
	.tab-image-box {
  		height: 217px;
	}
	.tab-image {
  		top: 18px;
  		width: 161px;
		max-height: 198px;
		
	}
	.tab-text-box h2 {
  		font-size: 24px;
	}
	.tab-text-box p, .tab-text-box a {
		font-size: 16px;
	}
	.toolkit-container {
  		padding: 30px 30px 100px 30px;
	}
	.support-petition h2 {
		font-size: 24px;
	}
	.support-petition p {
		font-size: 16px;
	}
	.support-box {
		flex-wrap: wrap;
	}
	.support-box a {
		background-repeat: no-repeat;
	}
	.social-grid {
  		grid-gap: 52px;
  		grid-template-columns: 100%;
	}
	.social-item img {
		height: auto;
	}
	.shareable-content {
		margin-top: 40px;
	}
	.social-media-container {
		margin-top: 40px;
	}
	.share-item:last-of-type {
  		margin-bottom: 0px;
	}
/* 	.social-item:first-of-type {
		width: 234px;
	}
	.social-item:last-of-type {
		width: 184px;
	} */
	.shareable-content h2, .social-media-container > p {
/*   		margin-bottom: 0; */
/*   		padding: 24px 24px 24px 0; */
/*   		border-top: 2px solid #000; */
		position: relative;
		font-size: 20px;
	}
	.shareable-content h2:after, .social-media-container > p:after {
/* 		content: ''; */
		width: 20px;
		height: 14px;
		position: absolute;
		top: 33px;
		right: 0;
		background-image: url('/wp-content/uploads/2025/09/Frame-1000004200.svg');
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	
/* SHARE PETITION	 */
	
	.share-petition-container.desktop {
		display: none;
	}
	.share-petition-container.mobile {
		display: block;
		text-align: center;
	}

  	.tab-container.active {
    	display: block;
  	}
	.page-template-share-petition-template .tab-container.active {
		text-align: center;
	}
	.tabs-nav {
    	display: flex;
    	gap: 28px;
		border-bottom: 1px solid #fff;
		justify-content: space-between;
		margin: 0 30px;
  	}
	.tab-title {
		font-size: 18px;
  		line-height: 110%;
  		font-weight: 400;
  		color: #fff;
		margin: 0;
		padding-bottom: 6px;
	}
	.tab-title.active {
		font-weight: 700;
		border-bottom: 5px solid #fff;
	}
	.share-petition-container {
  		background-image: url('/wp-content/uploads/2025/09/bg-section-m.jpg');
  		background-size: cover;
  		padding: 20px 22px 44px;
	}
	.tab-container > h2, .tab-container > h3 {
		margin: 41px 0 21px;
  		text-align: center;
  		font-size: 30px;
  		font-weight: 700;
  		line-height: 100%;
  		color: #fff;
	}
	.link-box {
	  	width: 100%;
	  	margin: 0;
	  	padding: 20px 15px;
	  	grid-template-columns: 100%;
	  	gap: 0px;
	  	text-align: center;
	}
	.tab-container > .link-box, .share-petition-container.mobile > .link-box {
		max-width: 154px;
  		display: inline-block;
  		width: 47%;
		text-align: center;
		padding: 30px;
	}
	.tab-container > .link-box:first-of-type, 
	.share-petition-container.mobile > .link-box:first-of-type {
		margin-right: 3%;
	}
	.link-box img {
		display: block;
  		margin: 0 auto 19px;
	}
	.link-grid {
  		grid-template-columns: 31% 31% 31%;
    	grid-gap: 23px 3%;
		margin-top: 23px;
	}
	.link-grid .link-box img {
		margin: 0 auto 12px;
	}
	.link-box.video {
		width: 100%;
  		padding: 15px 20px;
  		margin: 0;
  		position: relative;
  		min-height: 103px;
		max-width: 100%;
	}
	.link-box.video img {
		position: absolute;
  		top: 32px;
  		left: 85px;
	}
	.link-box.video img:first-of-type {
		width: 73px;
  		height: 73px;
  		margin: 0;
		top: 15px;
  		left: 20px;
	}
	.link-box.video a {
		padding: 25px 0;
  		display: block;
		margin-left: 80px;
	}
	
	.page-template-thankyou-template .share-petition-container.mobile {
		padding: 35px 22px 54px;
	}
	.page-template-thankyou-template .share-petition-container > h2 {
		font-size: 36px;
	}
	.page-template-thankyou-template .share-petition-container > p:not(.unique-link) {
  		margin: 20px 20px 55px;
  		font-size: 16px;
	}
	
	
  	.page-template-share-petition-template .tab-container.active, .share-petition-container.mobile {
    	justify-content: space-between;
    	display: grid;
    	grid-template-columns: 48% 48%;
    	grid-gap: 0 4%;
  	}
  	.link-grid {
   		grid-column-end: 3;
    	grid-column-start: 1;
  	}
  	.tab-container > .link-box, .share-petition-container.mobile > .link-box {
    	max-width: unset;
    	width: 100%;
  	}
  	.tab-container > .link-box:first-of-type, .share-petition-container.mobile > .link-box:first-of-type {
    	margin-right: 0;
  	}
	.tab-container > h2, .tab-container > h3, .link-box.video, .share-petition-container > h2, .share-petition-container > p {
  		grid-column-start: 1;
  		grid-column-end: 3;
	}

	
	
	.site-main > article {
		padding: 120px 30px;
	}
	.site-main > article h1 {
		font-size: 45px;
	}
	.site-main > article h2 {
		font-size: 36px;
	}
	.site-main > article p, .site-main > article ul, .site-main > article ol, .site-main > article a {
		font-size: 16px;
	}
	
}


@media screen and (max-width: 375px) {
	.contest-we-are-section {
		padding-top: 106.667vw;
	}
}




