@charset "utf-8";
/* CSS Document */

/*FONTS*/
@font-face {
    font-family: 'Impact';
    src: url('fonts/Impact.woff2') format('woff2'),
        url('fonts/Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*LOADER*/
.content_loading{height:100%; position:fixed; top:0; left:0; background:var(--light-blue); transition:all 0.5s ease-in-out; z-index:9999; opacity:1; justify-content:center; align-items:center;}
.content_loading.hide{opacity:0; pointer-events:none; transition-delay:0.7s;}

	.content_loading .logo{width:300px; transition:all 0.5s cubic-bezier(.68,-0.55,.27,1.55); transform:scale(0.5); opacity:0; z-index:3;}
	.content_loading.show .logo{ transform:scale(1); opacity:1;}
	.content_loading.show.hide .logo{transform:scale(0.5); opacity:0; transition-delay:0s;}


	.loading_bar {
	    width: 100%;
	    height: 10px;
	    background: rgba(255, 255, 255, 0.15);
	    overflow: hidden;
	    position: relative;
	    position:absolute;
	    bottom:0;
	    left:0;
	    z-index:4;
	}

	.loading_bar{transition:all 0.5s ease-in-out}
	.content_loading.hide .loading_bar{opacity:0; transition-delay:0s;}

	.loading_bar_fill {
	    width: 0%;
	    height: 100%;
	    background: #fff;
	}

	.loading_percent {
	    display: inline-block;
	    position:absolute; 
	    left:30px; 
	    bottom:30px;
	    color:var(--white);
	    font-weight: 400;
	    z-index:4;
	    font-size:4rem;
	}

	.loading_percent{transition:all 0.5s ease-in-out}
	.content_loading.hide .loading_percent{opacity:0; transition-delay:0s;}

	/*Full Bg*/
	.content_loading .bg_full{width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; z-index:1;}

/*COLORS*/
:root{

	/*White*/
	--white-00:rgba(250,250,250,0);
	--white-01:rgba(250,250,250,0.1);
	--white-02:rgba(250,250,250,0.2);
	--white-03:rgba(250,250,250,0.3);
	--white-04:rgba(250,250,250,0.4);
	--white-05:rgba(250,250,250,0.5);
	--white-06:rgba(250,250,250,0.6);
	--white-07:rgba(250,250,250,0.7);
	--white-08:rgba(250,250,250,0.8);
	--white-09:rgba(250,250,250,0.9);
	--white:#FFFFFF;

	/*Black*/
	--black-00:rgba(0,0,0,0);
	--black-01:rgba(0,0,0,0.1);
	--black-02:rgba(0,0,0,0.2);
	--black-03:rgba(0,0,0,0.3);
	--black-04:rgba(0,0,0,0.4);
	--black-05:rgba(0,0,0,0.5);
	--black-06:rgba(0,0,0,0.6);
	--black-07:rgba(0,0,0,0.7);
	--black-08:rgba(0,0,0,0.8);
	--black-09:rgba(0,0,0,0.9);
	--black:#000000;

	--soft-gray:#CCCCCC;
	--gray:#E5E5E5;
	--dark-gray:#333333;

	--warning:#df0b5b;
	--warning-toast:#dd6464;

	--purple:#6952C4;
	--purple-2:#483A7B;
	--blue:#272C94;
	--blue-2:#003380;
	--blue-3:#00166F;
	--red:#E26565;
	--green:#A0E990;
	--light-blue:#69a0ec;
	--light-blue-2:#B6D5FF;

	--light-yellow:#FFEFAD;
}


/*GENERICS*/

html{width:100%; height:100%}

body{width:100%; height:100%; background:var(--white); font-size:1rem; font-family:'Fuzzy Bubbles', Arial, Helvetica, sans-serif; font-weight:400; color:var(--black); -webkit-font-smoothing:antialiased;}

a{color:var(--black); text-decoration:none; transition: all 0.35s ease-in-out;}

header, section, article, aside, footer, nav, figure, div, a{box-sizing:border-box; position:relative;}

.ScrollSmoother-wrapper{z-index:2; pointer-events:none;}

img{vertical-align:top}

.no-scroll{overflow:hidden;}

.form_message {
    margin-top: 10px;
    position:absolute;
    top:-35px;
    left:0;
    right:0;
    margin:auto;
    width:265px !important;
    height:40px;
    border-radius:3px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding:0 10px;
    box-sizing:border-box;
    pointer-events:none;
    justify-content:center;
    font-size:0.8rem;
    font-weight:700;

}

.form_message.success {
    background:var(--green);
    color:var(--blue);
}

.form_message.error {
    background:var(--red);
    color:var(--white);
}

/*LAYOUT*/
.row{width:100%; display:flex; flex-wrap:wrap;}

.center_content{width:1260px; margin:0 auto; display:flex; flex-wrap:wrap;}

/*AGE*/
.content_age{height:100svh; z-index:998; background:var(--light-blue); position:fixed; top:0; left:0; justify-content:center; align-items:center; transition:all 0.5s ease-in-out;}
.content_age.hide{opacity:0; pointer-events:none;}

	/*Box*/
	.content_age .box{width:544px; height:433px;}

		/*CTA*/
		.content_age .box .cta{width:522px; position:absolute; top:-40px; left:13px; z-index:5;}

		/*Button*/
		.content_age .box .content_button{width:305px; height:70px; position:absolute; bottom:0; left:122px; z-index:6;}
		
			.content_age .box .content_button .button{width:100%; height:100%; display:flex; justify-content:center; align-items:center;}

				/*Text*/
				.content_age .box .content_button .button span{font-weight:400; font-size:1.8125rem; color:var(--white); z-index:5; text-transform:uppercase; position:relative; top:3px;}

				/*Background*/
				.content_age .box .content_button .button::before{width:100%; height:100%; position:absolute; top:0; left:0; z-index:3; background:var(--purple); border:var(--black) 2px solid; border-radius:3px; content:'';}

				.content_age .box .content_button .button::after{width:100%; height:100%; position:absolute; top:5px; left:5px; z-index:2; background:var(--black); border:var(--black) 2px solid; border-radius:3px; content:''; transition:all 0.3s ease-in-out; pointer-events:none;}
				.content_age .box .content_button .button:hover::after{top:0; left:0;}

		/*Background*/
		.content_age .box .bg{position:absolute; top:0; left:0; z-index:3;}

	/*Full Bg*/
	.content_age .bg_full{width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover; z-index:1;}

/*MODAL SIGN UP*/
.content_modal_sign_up{height:100vh; position:fixed; top:0; left:0; z-index:997; background:var(--black-07); opacity:0; pointer-events:none; display:flex; justify-content:center; align-items:center; transition:all 0.35s ease-in-out}
.content_modal_sign_up.show{opacity:1; pointer-events:all;}

	/*Bg*/
	.content_modal_sign_up .bg_create{width:896px; height:526px; position:absolute; top:0; left:0; z-index:2; bottom:0; right:0; margin:auto;}

	/*Wrapper*/
	.content_modal_sign_up .wrapper{width:755px; position:absolute; left:0; right:0; margin:auto; z-index:4; align-content:flex-start; justify-content:center; display:flex; flex-wrap:wrap;}

		/*Title*/
		.content_modal_sign_up .wrapper .title{margin:40px 0 30px;}

		/*Description*/
		.content_modal_sign_up .wrapper p{font-weight:700; color:var(--white); justify-content:center; text-align:center; line-height:1.2; text-transform:uppercase; margin:0 0 25px;}

		/*Form*/
		.content_modal_sign_up .wrapper .content_form{}

			.content_modal_sign_up .wrapper .content_form div{justify-content:center;}

			.content_modal_sign_up .wrapper .content_form .content_input{margin:0 0 10px;}

			.content_modal_sign_up .wrapper .content_form .content_button{}

				/*Input*/
				.content_modal_sign_up .wrapper .content_form input{width:285px; height:40px; box-sizing:border-box; background:transparent; border:var(--white) 2px solid; font-family:'Fuzzy Bubbles', sans-serif; font-size:1rem; color:var(--white); border-radius:3px; padding:0 10px;}

				/*Button*/
				.content_modal_sign_up .wrapper .content_form .button{width:280px; height:40px; display:flex; justify-content:center; align-items:center; margin:0 0 25px;}

					.content_modal_sign_up .wrapper .content_form .button::before{width:280px; height:40px; position:absolute; top:0; left:0; background:var(--white); border:var(--white) solid 2px; border-radius:3px; z-index:4; content:'';}
					

					.content_modal_sign_up .wrapper .content_form .button::after{width:280px; height:40px; position:absolute; top:5px; left:5px; background:transparent; border:var(--white) solid 2px; border-radius:3px; content:''; transition:all 0.3s ease-in-out;}
					.content_modal_sign_up .wrapper .content_form .button:hover::after{top:0; left:0;}

					.content_modal_sign_up .wrapper .content_form .button span{font-size:1rem; font-weight:700; color:var(--blue); text-transform:uppercase; z-index:5; position:relative; top:4px;}

				/*Privacy*/
				.content_modal_sign_up .wrapper .content_form p.privacy{font-size:0.875rem; font-weight:400; color:var(--white);}

					.content_modal_sign_up .wrapper .content_form p.privacy a{color:var(--white);}
					.content_modal_sign_up .content_updates .wrapper .content_form p.privacy a:hover{color:var(--black)}

		/*Close Modal*/
		.content_modal_sign_up .wrapper .close_modal{width:48px; height:48px; border-radius:2px; position:absolute; top:-28px; right:-78px; display:flex; justify-content:center; align-items:center;}

			.content_modal_sign_up .wrapper .close_modal::before{width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; background:var(--white); border:var(--black) 2px solid; content:'';}

			.content_modal_sign_up .wrapper .close_modal::after{width:100%; height:100%; border-radius:2px; position:absolute; top:3px; left:3px; z-index:1; background:var(--black); border:var(--black) 2px solid; content:''; transition:all 0.3s ease-in-out;}
			.content_modal_sign_up .wrapper .close_modal:hover::after{left:0; top:0;}

			.content_modal_sign_up .wrapper .close_modal img{z-index:3; position:relative; top:3px; left:2px;}

/*Intro Animations*/


	.content_modal_sign_up .wrapper .tag{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
	.content_modal_sign_up.show .wrapper .tag{transform:translateY(0); opacity:1; transition-delay:0.3s;}

	.content_modal_sign_up .wrapper .title{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
	.content_modal_sign_up.show .wrapper .title{transform:translateY(0); opacity:1; transition-delay:0.5s;}

	.content_modal_sign_up .wrapper p{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
	.content_modal_sign_up.show .wrapper p{transform:translateY(0); opacity:1; transition-delay:0.7s;}

	.content_modal_sign_up .wrapper .content_form{opacity:0; transition:all 0.75s ease-in-out;}
	.content_modal_sign_up.show .wrapper .content_form{opacity:1; transition-delay:0.9s;}


/*NAVIGATION*/
.content_navigation{position:fixed; top:40px; left:0; z-index:10;}

	.content_navigation .center_content{width:1050px; justify-content:space-between; align-items:flex-start;}

		/*Menu Mobile*/
		.content_navigation .menu_mobile{display:none;}

		/*Burger Mobile*/
		.content_navigation .btn_burger_mobile{display:none;}

		/*Logo*/
		.content_navigation .center_content .logo_up{width:200px; top:-40px; opacity:0; pointer-events:none;}
		.content_navigation .center_content .logo_up.show{opacity:1; pointer-events:all;}


		/*Links*/
		.content_navigation .center_content .content_links{height:40px; display:flex; align-items:center; position:relative;}

			.content_navigation .center_content .content_links::before{width:404px; height:38px; position:absolute; top:0; left:0; background:var(--white); border:var(--black) 2px solid; border-radius:3px; content:''; z-index:5;}
			.content_navigation .center_content .content_links::after{width:404px; height:38px; position:absolute; top:5px; left:5px; background:var(--black); border:var(--black) 2px solid; border-radius:3px; content:''; z-index:3;}

				.content_navigation .center_content .content_links li{height:100%; z-index:6; position:relative;}

					.content_navigation .center_content .content_links li a{height:100%; padding:0 30px; position:relative; font-size:0.750rem; color:var(--black);  font-weight:700; text-transform:uppercase; display:flex; align-items:center; justify-content:center;}
					.content_navigation .center_content .content_links li a:hover,
					.content_navigation .center_content .content_links li a.active{background:var(--black); color:var(--white);}


						/*.content_navigation .center_content .content_links li a::before{width:100%; height:1px; background:var(--black); position:absolute; bottom:-2px; left:0; right:0; margin:auto; content:''; transition:all 0.3s ease-in-out; transform-origin:center;}
						.content_navigation .center_content .content_links li a:hover::before{transform:scaleX(0);}*/

	/*Intro Animations*/
	.content_navigation{opacity:0; transition:all 0.75s ease-in-out;}
	.content_navigation.show{opacity:1; transition-delay:0.6s;}

/*HOME*/
.home{}

	.home .big_wrapper{}

		/*Hero*/
		.home .big_wrapper .content_hero{height:100svh; pointer-events:all; z-index:3; overflow:hidden;}

			/*Elements*/
			.home .big_wrapper .content_hero .content_elements{height:100%; z-index:3;}

				/*Information Box*/
				.home .big_wrapper .content_hero .content_elements .content_information_box{height:600px; position:absolute; left:11px; top:203px; z-index:10;}

					/*Logo*/
					.home .big_wrapper .content_hero .content_elements .content_information_box .content_logo{z-index:4; position:relative;}

						/*Lottie*/
						.home .big_wrapper .content_hero .content_elements .content_information_box .lottie_dove{width:200px; position:absolute; top:-130px; left:0; transform: scaleX(-1);}

						/*Dove 01*/
						.home .big_wrapper .content_hero .content_elements .content_information_box .content_logo .dove01{width:90px; position:absolute; top:-54px; left:-3px;}

						/*Dove 02*/
						.home .big_wrapper .content_hero .content_elements .content_information_box .content_logo .dove02{width:43px; position:absolute; top:-92px; left:52px;}

						/*Logo*/
						.home .big_wrapper .content_hero .content_elements .content_information_box .content_logo .logo{width:360px;}

					/*Big Title*/
					.home .big_wrapper .content_hero .content_elements .content_information_box .big_title{z-index:4; position:relative;}

						/*Spark*/
						.home .big_wrapper .content_hero .content_elements .content_information_box .big_title .spark{position:absolute; top:0; right:125px; z-index:5;}
					
						/*Title*/
						.home .big_wrapper .content_hero .content_elements .content_information_box .big_title_text{width:695px;}

						/*Kidness*/
						.home .big_wrapper .content_hero .content_elements .content_information_box .kidnesss{width:105px; position:absolute; top:150px; right:260px; z-index:4;}

					/*Text*/
					.home .big_wrapper .content_hero .content_elements .content_information_box .content_text{width:731px; z-index:3; position:absolute; bottom:0; left:-35px;}
					.home .big_wrapper .content_hero .content_elements .content_information_box .content_text.mobile{display:none;}
				
				/*Character Box*/
				.home .big_wrapper .content_hero .content_elements .content_character_box{position:absolute; right:92px; top:171px;}

					/*Characters*/
					.home .big_wrapper .content_hero .content_elements .character01{width:806px; height:806px; position:absolute; top:-98px; left:-200px; z-index:5; max-width:none;}

					.home .big_wrapper .content_hero .content_elements .character02{height:600px; position:absolute; top:42px; right:32px; z-index:3;}

					/*Box*/
					.home .big_wrapper .content_hero .content_elements .content_character_box .hero_box{}

			/*Rotate*/
			.home .big_wrapper .content_hero .bg_hero_rotate{width:100%; height:100%;  position:absolute; top:0; left:0; object-fit:cover; z-index:2;}

			/*Background*/
			.home .big_wrapper .content_hero .bg_hero{width:100%; height:100%; object-fit:cover; position:absolute; top:0; left:0; z-index:1;}

			/*Intro Animations*/

				.home .big_wrapper .content_hero .content_elements .content_information_box .content_logo .dove01{opacity:0; transition:all 0.75s ease-in-out;}
				.home .big_wrapper .content_hero.show .content_elements .content_information_box .content_logo .dove01{opacity:1; transition-delay:0.1s;}

				.home .big_wrapper .content_hero .content_elements .content_information_box .content_logo .dove02{opacity:0; transition:all 0.75s ease-in-out;}
				.home .big_wrapper .content_hero.show .content_elements .content_information_box .content_logo .dove02{opacity:1; transition-delay:0.3s;}	

				.home .big_wrapper .content_hero .content_elements .content_information_box .content_logo .logo{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
				.home .big_wrapper .content_hero.show .content_elements .content_information_box .content_logo .logo{transform:translateY(0); opacity:1; transition-delay:0.5s;}	

				.home .big_wrapper .content_hero .content_elements .content_information_box .big_title_text{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
				.home .big_wrapper .content_hero.show .content_elements .content_information_box .big_title_text{transform:translateY(0); opacity:1; transition-delay:0.7s;}

				.home .big_wrapper .content_hero .content_elements .content_information_box .kidnesss{opacity:0; transition:all 0.75s ease-in-out;}
				.home .big_wrapper .content_hero.show .content_elements .content_information_box .kidnesss{opacity:1; transition-delay:0.9s;}	

				.home .big_wrapper .content_hero .content_elements .content_information_box .big_title .spark{opacity:0; transition:all 0.75s ease-in-out;}
				.home .big_wrapper .content_hero.show .content_elements .content_information_box .big_title .spark{opacity:1; transition-delay:0.9s;}

				.home .big_wrapper .content_hero .content_elements .content_information_box .content_text{opacity:0; transition:all 0.75s ease-in-out;}
				.home .big_wrapper .content_hero.show .content_elements .content_information_box .content_text{opacity:1; transition-delay:0.9s;}	

				.home .big_wrapper .content_hero .content_elements .content_character_box .hero_box{opacity:0; transition:all 0.75s ease-in-out;}
				.home .big_wrapper .content_hero.show .content_elements .content_character_box .hero_box{opacity:1; transition-delay:0.3s;}

				.home .big_wrapper .content_hero .content_elements .character01{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
				.home .big_wrapper .content_hero.show .content_elements .character01{transform:translateY(0); opacity:1; transition-delay:0.7s;}

				.home .big_wrapper .content_hero .content_elements .character02{transform:translateY(-50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
				.home .big_wrapper .content_hero.show .content_elements .character02{transform:translateY(0); opacity:1; transition-delay:0.7s;}

				.home .big_wrapper .content_hero .bg_hero_rotate{transform:scale(2); transform-origin:center; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
				.home .big_wrapper .content_hero.show .bg_hero_rotate{transform:scale(1.0); transition-delay:0.1s}



		/*Big Wrapper*/
		.home .big_wrapper .content_big_wrapper_sections{z-index:6; pointer-events:all;}

			/*Overlay*/
			.home .big_wrapper .content_big_wrapper_sections::before{width:100%; height:365px; position:absolute; top:-100px; left:0; background:linear-gradient(180deg, rgba(122, 177, 254, 0.00) 0%, #7AB1FE 25.03%); content:'';}

			/*Create*/
			.home .big_wrapper .content_big_wrapper_sections .content_create{pointer-events:all; z-index:3;}

				/*Wrapper*/
				.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper{width:1134px; height:600px;}

					/*Character*/
					.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_character{width:590px; height:100%; position:absolute; top:-100px; left:0; z-index:3; pointer-events:none;}

						/*Characters*/
						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_character .characters{position:absolute; right:108px; top:69px; z-index:3;}

						/*Lights*/
						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_character .lights{position:absolute; top:52px; left:0; z-index:1; animation:rotatePause 40s linear infinite;}

							@keyframes rotatePause {
							    0% {
							        transform: rotate(0deg);
							    }
							    100% {
							        transform: rotate(360deg);
							    }
							}

					/*Information*/
					.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information{width:670px; position:absolute; right:0; top:30px; z-index:2;}

						/*Logo*/
						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .logo{width:225px; margin:6px 0 0 26px; position:relative; z-index:3;}

						/*Bubble*/
						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .bubble{width:310px; position:absolute; top:115px; right:72px; z-index:4;}

						/*Title*/
						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .title{width:677px; top:0; left:-7px; position:relative; z-index:3;}

						/*Big Text*/
						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .big_text{width:668px; position:absolute; top:-28px; left:-222px; z-index:1;}

						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .big_text.mobile{display:none;}

						/*Button*/
						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .content_button{width:430px; height:60px; position:absolute; bottom:-202px; left:2px; z-index:6; display:flex; justify-content:space-between;}
						
							.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .button{width:240px; height:100%; display:flex; justify-content:center; align-items:center;}
							.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .button.white{width:145px;}
						
								/*Text*/
								.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .button span{font-weight:700; font-size:1.3125rem; color:var(--white); z-index:5; text-transform:uppercase; position:relative; top:3px;}

								.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .button.white span{color:var(--black);}

								/*Background*/
								.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .button::before{width:100%; height:100%; position:absolute; top:0; left:0; z-index:3; background:var(--purple); border:var(--black) 2px solid; border-radius:3px; content:'';}
								.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .button.white::before{background:var(--white); border:var(--black) 2px solid;}

								.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .button::after{width:100%; height:100%; position:absolute; top:5px; left:5px; z-index:2; background:var(--black); border:var(--black) 2px solid; border-radius:3px; content:''; transition:all 0.3s ease-in-out; pointer-events:none;}
								.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .button:hover::after{top:0; left:0;}


					/*Intro Animations*/

						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_character .characters{opacity:0; transition:all 0.75s ease-in-out;}
						.home .big_wrapper .content_big_wrapper_sections .content_create.is-inview .wrapper .content_character .characters{opacity:1; transition-delay:0.1s;}	

						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_character .lights{opacity:0; transform:rotate(45deg); transform-origin:center; transition:all 0.75s ease-in-out;}
						.home .big_wrapper .content_big_wrapper_sections .content_create.is-inview .wrapper .content_character .lights{opacity:1; transform:rotate(0deg); transition-delay:0.3s;}

						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .logo{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_create.is-inview .wrapper .content_information .logo{transform:translateY(0); opacity:1; transition-delay:0.1s}

						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .title{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_create.is-inview .wrapper .content_information .title{transform:translateY(0); opacity:1; transition-delay:0.5s;}

						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .big_text{opacity:0; transition:all 0.75s ease-in-out;}
						.home .big_wrapper .content_big_wrapper_sections .content_create.is-inview .wrapper .content_information .big_text{opacity:1; transition-delay:0.3s;}

						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .bubble{opacity:0; transition:all 0.75s ease-in-out;}
						.home .big_wrapper .content_big_wrapper_sections .content_create.is-inview .wrapper .content_information .bubble{opacity:1; transition-delay:0.7s;}

						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .content_button{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_create.is-inview .wrapper .content_information .content_button{transform:translateY(0); opacity:1; transition-delay:0.7s;}

				/*Artist*/
				.home .big_wrapper .content_big_wrapper_sections .content_artist{pointer-events:all; z-index:3;}

					/*Wrapper*/
					.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper{width:1302px; height:825px; position:relative; z-index:4;}

						/*Artists Tag*/
						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .bg_artists{width:172px; position:absolute; top:60px; left:12px; right:0; margin:auto; z-index:3;}

						/*Allie*/
						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie{position:absolute; top:0; left:0; justify-content:flex-end; z-index:3;}

							/*Information*/
							.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .content_information{width:895px; position:absolute; left:0; top:0;}

								/*Title*/
								.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .content_information .title_ellis{width:373px; height:189px; position:absolute; top:283px; right:173px; z-index:3;}

								/*Bubble Text*/
								.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .content_information .bubble_text{width:893px;}

								.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .content_information .bubble_text.mobile{display:none;}

							/*Image*/
							.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .photo{width:570px; position:relative; top:323px; right:60px; z-index:1;}

						/*Chris*/
						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris{position:absolute; bottom:0; left:0; justify-content:flex-start;}

							/*Information*/
							.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .content_information{position:absolute; right:0; top:23px; z-index:3;}

								/*Title*/
								.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .content_information .title_chris{width:493px; height:167px; position:absolute; top:43px; right:208px; z-index:3;}

								/*Bubble*/
								.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .content_information .bubble_text{width:924px;}

								.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .content_information .bubble_text.mobile{display:none;}

							/*Image*/
							.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .photo{width:555px; position:relative; top:-68px; left:85px; z-index:1;}
							.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .photo_hover{width:555px; position:absolute; top:-68px; left:85px; z-index:2; display:none;}
							.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris:hover .photo_hover{display:block;}

					/*Background*/
					.home .big_wrapper .content_big_wrapper_sections .content_artist .bg_points{width:100%; height:100%; position:absolute; top:0; left:0; z-index:3; display:none;}

					/*Intro Animations*/

						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .bg_artists{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_artist.is-inview .wrapper .bg_artists{transform:translateY(0); opacity:1; transition-delay:0.1s;}

						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .content_information .bubble_text{opacity:0; transition:all 0.75s ease-in-out;}
						.home .big_wrapper .content_big_wrapper_sections .content_artist.is-inview .wrapper .content_allie .content_information .bubble_text{opacity:1; transition-delay:0.3s;}

						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .content_information .title_ellis{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_artist.is-inview .wrapper .content_allie .content_information .title_ellis{transform:translateY(0); opacity:1; transition-delay:0.7s;}

						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .photo,
						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .photo_hover{opacity:0; transition:all 0.75s ease-in-out;}
						.home .big_wrapper .content_big_wrapper_sections .content_artist.is-inview .wrapper .content_allie .photo,
						.home .big_wrapper .content_big_wrapper_sections .content_artist.is-inview .wrapper .content_allie .photo_hover{opacity:1; transition-delay:0.7s;}

						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .content_information .bubble_text{opacity:0; transition:all 0.75s ease-in-out;}
						.home .big_wrapper .content_big_wrapper_sections .content_artist.is-inview .wrapper .content_chris .content_information .bubble_text{opacity:1; transition-delay:0.3s;}

						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .content_information .title_chris{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_artist.is-inview .wrapper .content_chris .content_information .title_chris{transform:translateY(0); opacity:1; transition-delay:0.7s;}

						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .photo,
						.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .photo_hover{opacity:0; transition:all 0.75s ease-in-out;}
						.home .big_wrapper .content_big_wrapper_sections .content_artist.is-inview .wrapper .content_chris .photo,
						.home .big_wrapper .content_big_wrapper_sections .content_artist.is-inview .wrapper .content_chris .photo_hover{opacity:1; transition-delay:0.7s;}


				/*Vera*/
				.home .big_wrapper .content_big_wrapper_sections .content_vera{pointer-events:all; z-index:3; padding:150px 0 0;}

					/*Intro Animations*/
					.home .big_wrapper .content_big_wrapper_sections .content_vera article{opacity:0; transition:all 0.75s ease-in-out;}
					.home .big_wrapper .content_big_wrapper_sections .content_vera.is-inview article{opacity:1; transition-delay:0.1s;}

						.home .big_wrapper .content_big_wrapper_sections .content_vera article .mobile{display:none;}

				/*Artist*/
				.home .big_wrapper .content_big_wrapper_sections .content_learn{pointer-events:all; z-index:3; padding:110px 0 0;}

					/*Wrapper*/
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper{width:1130px; height:1570px; position:relative; z-index:4; align-content:flex-start; justify-content:center;}

						/*Title*/
						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .title{width:752px;}

						/*Subtitle*/
						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .subtitle{width:190px; position:absolute; right:0; top:250px; left:400px; margin:auto;}

						/*Info Img*/
						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .bg_info{width:566px; position:relative; top:-55px; left: -105px; z-index:5;}

						/*Boxs*/
						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box01{width:492px; position:absolute; top:210px; left:-10px; z-index:3;}
						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box02{width:492px; position:absolute; top:410px; right:-85px; z-index:3;}
						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box03{width:492px; position:absolute; top:530px; left:-10px; z-index:3;}
						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box04{width:530px; position:absolute; top:750px; right:-85px; z-index:3;}
						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box05{width:492px; position:absolute; top:980px; left:-10px; z-index:3;}

							.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box01 .mobile,
							.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box02 .mobile,
							.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box03 .mobile,
							.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box04 .mobile,
							.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box05 .mobile{display:none;}

					/*Intro Animations*/

						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .title{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_learn.is-inview .wrapper .title{transform:translateY(0); opacity:1; transition-delay:0.1s;}

						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .subtitle{opacity:0; transition:all 0.75s ease-in-out;}
						.home .big_wrapper .content_big_wrapper_sections .content_learn.is-inview .wrapper .subtitle{opacity:1; transition-delay:0.3s;}

						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .bg_info{opacity:0; transition:all 0.75s ease-in-out;}
						.home .big_wrapper .content_big_wrapper_sections .content_learn.is-inview .wrapper .bg_info{opacity:1; transition-delay:0.5s;}

						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box01{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_learn.is-inview .wrapper .content_box01{transform:translateY(0); opacity:1; transition-delay:0.7s;}

						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box02{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_learn.is-inview .wrapper .content_box02{transform:translateY(0); opacity:1; transition-delay:0.9s;}

						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box03{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_learn.is-inview .wrapper .content_box03{transform:translateY(0); opacity:1; transition-delay:1.1s;}

						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box04{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_learn.is-inview .wrapper .content_box04{transform:translateY(0); opacity:1; transition-delay:1.3s;}

						.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box05{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.home .big_wrapper .content_big_wrapper_sections .content_learn.is-inview .wrapper .content_box05{transform:translateY(0); opacity:1; transition-delay:1.5s;}

				/*Updates*/
				.home .big_wrapper .content_big_wrapper_sections .content_updates{pointer-events:all; z-index:3; margin:0 0 20px;}

					/*Wrapper*/
					.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper{width:755px; height:100%; position:absolute; left:0; right:0; margin:auto; z-index:4; align-content:flex-start; justify-content:center; display:flex; flex-wrap:wrap;}

						/*Tag*/
						.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .tag{margin:0 0 30px;}

						/*Title*/
						.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .title{margin:0 0 30px;}

						/*Description*/
						.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper p{font-weight:700; color:var(--white); justify-content:center; text-align:center; line-height:1.2; text-transform:uppercase; margin:0 0 25px;}

						/*Form*/
						.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form{}

							.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form div{justify-content:center;}

							.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form .content_input{margin:0 0 10px;}

							.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form .content_button{}

								/*Input*/
								.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form input{width:285px; height:40px; box-sizing:border-box; background:transparent; border:var(--white) 2px solid; font-family:'Fuzzy Bubbles', sans-serif; font-size:1rem; color:var(--white); border-radius:3px; padding:0 10px;}

								/*Button*/
								.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form .button{width:280px; height:40px; display:flex; justify-content:center; align-items:center; margin:0 0 25px;}

									.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form .button::before{width:280px; height:40px; position:absolute; top:0; left:0; background:var(--white); border:var(--white) solid 2px; border-radius:3px; z-index:4; content:'';}
									

									.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form .button::after{width:280px; height:40px; position:absolute; top:5px; left:5px; background:transparent; border:var(--white) solid 2px; border-radius:3px; content:''; transition:all 0.3s ease-in-out;}
									.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form .button:hover::after{top:0; left:0;}

									.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form .button span{font-size:1rem; font-weight:700; color:var(--blue); text-transform:uppercase; z-index:5; position:relative; top:4px;}

								/*Privacy*/
								.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form p.privacy{font-size:0.875rem; font-weight:400; color:var(--white);}

									.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form p.privacy a{color:var(--white);}
									.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form p.privacy a:hover{color:var(--black)}

						.home .big_wrapper .content_big_wrapper_sections .content_updates .bg_updates.mobile{display:none;}

				/*Intro Animations*/

					.home .big_wrapper .content_big_wrapper_sections .content_updates .bg_updates{opacity:0; transition:all 0.75s ease-in-out;}
					.home .big_wrapper .content_big_wrapper_sections .content_updates.is-inview .bg_updates{opacity:1; transition-delay:0.1s;}

					.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .tag{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
					.home .big_wrapper .content_big_wrapper_sections .content_updates.is-inview .wrapper .tag{transform:translateY(0); opacity:1; transition-delay:0.3s;}

					.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .title{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
					.home .big_wrapper .content_big_wrapper_sections .content_updates.is-inview .wrapper .title{transform:translateY(0); opacity:1; transition-delay:0.5s;}

					.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper p{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
					.home .big_wrapper .content_big_wrapper_sections .content_updates.is-inview .wrapper p{transform:translateY(0); opacity:1; transition-delay:0.7s;}

					.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper .content_form{opacity:0; transition:all 0.75s ease-in-out;}
					.home .big_wrapper .content_big_wrapper_sections .content_updates.is-inview .wrapper .content_form{opacity:1; transition-delay:0.9s;}

			/*Advisory*/
			.home .big_wrapper .content_big_wrapper_sections .content_advisory{pointer-events:all; z-index:3; padding:150px 0;}

				.home .big_wrapper .content_big_wrapper_sections .content_advisory article{padding:0 50px;}

					/*Logo*/
					.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_logo{justify-content:center;}

						.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_logo img{width:400px;}

					/*Title*/
					.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_title{justify-content:center;}

						.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_title img{width:740px; margin:-40px 0 60px;}

					/*Bg Advisory*/
					.home .big_wrapper .content_big_wrapper_sections .content_advisory .bg_advisory{width:100%;}

					.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_advisory_mobile{display:none;}

				/*Intro Animations*/

					.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_logo{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
					.home .big_wrapper .content_big_wrapper_sections .content_advisory.is-inview .content_logo{transform:translateY(0); opacity:1; transition-delay:0.3s;}

					.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_title{transform:translateY(50px); opacity:0; transition:all 0.75s cubic-bezier(0.25, 0.1, 0.1, 1);}
					.home .big_wrapper .content_big_wrapper_sections .content_advisory.is-inview .content_title{transform:translateY(0); opacity:1; transition-delay:0.5s;}

					.home .big_wrapper .content_big_wrapper_sections .content_advisory .bg_advisory{opacity:0; transition:all 0.75s ease-in-out;}
					.home .big_wrapper .content_big_wrapper_sections .content_advisory.is-inview .bg_advisory{opacity:1; transition-delay:0.7s;}


			/*Big Background*/
			.home .big_wrapper .content_big_wrapper_sections .content_big_background{height:100%; position:absolute; top:0; left:0; z-index:1; /*background:linear-gradient(180deg, #79B1FE 4.21%, #A2ED89 89.53%);*/ background: linear-gradient(180deg, #79B1FE 0%, #A2ED89 50%, #013380 100%);}


/*QUIZ*/
.quiz{}

	/*Nav*/
	.quiz .navigation_quiz{pointer-events:all; z-index:10; padding:50px 0 60px;}

		.quiz .navigation_quiz .center_content{display:flex; justify-content:center;}

		/*Back*/
		.quiz .navigation_quiz .btn_back{width:203px; height:40px; background:url('../../img/quiz/bg_nav_home.svg') no-repeat; display:flex; justify-content:center; align-items:center; position:absolute; left:0; top:40px;}
		.quiz .loading .navigation_quiz .btn_back{opacity:0; pointer-events:none;}

			.quiz .navigation_quiz .btn_back span{font-weight:700; font-size:1.250rem; text-transform:uppercase;}

		.quiz .navigation_quiz .btn_back_mobile{display:none;}	

	/*Box*/
	.quiz .content_quiz_box{justify-content:center; z-index:3; pointer-events:all; padding:0 0 250px; transition:all 0.5s ease-in-out;}
	.quiz .loading .content_quiz_box{opacity:0; pointer-events:none;}

		/*Content*/
		.quiz .content_quiz_box .content_box{width:950px; height:945px; background:var(--white); box-shadow: 10px 10px 0px 0px rgba(0,0,0,1); border:var(--black) 4px solid;}

			/*Question Box*/
			.quiz .content_quiz_box .content_box .question_box{width:216px; height:50px; position:absolute; top:-20px; left:40px; background:url('../../img/quiz/bg_question_box.svg') no-repeat; display:flex; justify-content:center; align-items:center; z-index:3;}

				.quiz .content_quiz_box .content_box .question_box span{font-weight:700; font-size:1.250rem; position:relative; top:-2px; left:-5px;}

			/*Questionary Box*/
			.quiz .content_quiz_box .content_box .content_questionary_box{height:100%; z-index:3;}

				/*Question*/
				.quiz .content_quiz_box .content_box .content_questionary_box .content_question{position:absolute; top:0; left:0; padding:70px 40px 0; opacity:0; pointer-events:none; transition:all 0.5s ease-in-out; transition-delay:1s;}
				.quiz .content_quiz_box .content_box .content_questionary_box .content_question.active{opacity:1; pointer-events:all; transition-delay:0s;}
				.quiz .loading .content_quiz_box .content_box .content_questionary_box .content_question.active{pointer-events:none;}

					/*Heading*/
					.quiz .content_quiz_box .content_box .content_questionary_box .content_question h3{font-family: 'Impact', sans-serif; font-weight:400; font-size:2.625rem; letter-spacing:1px; line-height:1.1; margin:0 0 50px; opacity:0; transform:translateY(20px); transition:all 0.5s cubic-bezier(0.25, 0.1, 0.1, 1);}
					.quiz .content_quiz_box .content_box .content_questionary_box .content_question.active h3{opacity:1; transform:translateY(0);}

					/*Option List*/
					.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options{}

						.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li{margin:0 0 20px; opacity:0; transform:translateY(20px); transition:all 0.5s cubic-bezier(0.25, 0.1, 0.1, 1);}
						.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li:last-child{margin:0;}

						.quiz .content_quiz_box .content_box .content_questionary_box .content_question.active .content_options li{opacity:1; transform:translateY(0);}

								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li:nth-child(1){transition-delay:0.3s;}
								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li:nth-child(2){transition-delay:0.4s;}
								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li:nth-child(3){transition-delay:0.5s;}
								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li:nth-child(4){transition-delay:0.6s;}
								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li:nth-child(5){transition-delay:0.7s;}
								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li:nth-child(6){transition-delay:0.8s;}

							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .animations{transition:all 0.3s cubic-bezier(.68,-0.55,.27,1.55);}
							
								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li:hover .animations{transform:scale(1.05); transform-origin:center;}
								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li.selected .animations{transform:scale(1.01);}

							/*Character*/
							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio .character{margin:0 20px 0 0;}

							/*Radios*/
							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio {width:100%; height:80px; position:relative; cursor:pointer; z-index:3; border:var(--black) 3px solid; border-radius:4px; background:var(--white); display:flex; align-items:center; padding:0 20px; box-sizing:border-box; box-shadow: 4px 4px 0 0 #000;}
							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li.selected .label-radio {background: var(--1, linear-gradient(180deg, #B5D167 0%, #E8EF86 100%)); box-shadow: 4.8px 4.8px 0 0 #000;}

								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio input[type="radio"] { opacity:0; position:absolute; left:0; top:0; margin:0; z-index:1; cursor:pointer; width:100%; height:100%;}

								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio span.label_radio { position:absolute; right:20px; top:0; bottom:0; margin:auto; z-index:4; background:var(--white); display:inline-block; vertical-align:bottom; width:28px; height:28px; border-radius:15px; border:var(--black) 2px solid;}
								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li.selected .label-radio span.label_radio{background:var(--black);}

								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio input[type="radio"]:checked + span:after { content:''; display:block; position:absolute; left:-4px; top:0; right:0; bottom:0; margin:auto; width:33px; height:34px; background:url('../../img/quiz/bg_check.svg') no-repeat;}
							
								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio div.text_radio{font-size:1.5rem; color:var(--black); font-weight:700; position:relative; text-transform:uppercase;}

								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .bg_hide{position:absolute; right:0; bottom:0; opacity:0; height:100%;}
								.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li.selected .bg_hide{opacity:1;}

					/*Button*/
					.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button{justify-content:space-between; padding:40px 0 0; border-top:var(--gray) 2px solid; margin:40px 0 0; opacity:0; transition:all 0.5s cubic-bezier(0.25, 0.1, 0.1, 1); transition-delay:0.9s;}
					.quiz .content_quiz_box .content_box .content_questionary_box .content_question.question01 .content_button{justify-content:center;}

					.quiz .content_quiz_box .content_box .content_questionary_box .content_question.active .content_button{opacity:1;}

						/*Button Black*/
						.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black{width:210px; height:60px; box-sizing:border-box; background:var(--black); position:relative; display:flex; justify-content:center; align-items:center;} 
						.quiz .content_quiz_box .content_box .content_questionary_box .content_question.question01 .content_button .button.black{width:280px;}

						.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black.inactive{opacity:0.5; pointer-events:none;}

							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black span{font-weight:700; font-size:1.250rem; color:var(--white); text-transform:uppercase; position:relative; z-index:3; transition:all 0.3s ease-in-out;}
							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black:hover span{color:var(--black);}

							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black::after{width:100%; height:100%; position:absolute; left:0; bottom:0; z-index:2; background:var(--black); border:var(--white) 2px solid; transition:all 0.3s ease-in-out;content:'';}
							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black:hover::after{background:var(--white); border:var(--black) 2px solid;}

							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black::before{width:100%; height:100%; position:absolute; left:10px; z-index:1; bottom:-8px; background:var(--black); transition:all 0.3s ease-in-out; content:'';}
							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black:hover::before{left:0; bottom:0;}

						/*Button White*/
						.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.white{width:210px; height:60px; box-sizing:border-box; background:var(--black); position:relative; display:flex; justify-content:center; align-items:center;} 

							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.white span{font-weight:700; font-size:1.250rem; color:var(--black); text-transform:uppercase; position:relative; z-index:3; transition:all 0.3s ease-in-out;}
							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.white:hover span{color:var(--white);}

							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.white::after{width:100%; height:100%; position:absolute; left:0; bottom:0; z-index:2; background:var(--white); border:var(--black) 2px solid; transition:all 0.3s ease-in-out;content:'';}
							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.white:hover::after{background:var(--black); border:var(--white) 2px solid;}

							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.white::before{width:100%; height:100%; position:absolute; left:10px; z-index:1; bottom:-8px; background:var(--white); border:var(--black) 2px solid; transition:all 0.3s ease-in-out; content:'';}
							.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.white:hover::before{left:0; bottom:0;}

			/*Matrix Bg*/

				/*Up*/
				.quiz .content_quiz_box .content_box .content_matrix_up{height:174px; position:absolute; top:0; left:0; z-index:1; background:url('../../img/quiz/bg_matrix_up.png') repeat-x; pointer-events:none;}

				/*Down*/
				.quiz .content_quiz_box .content_box .content_matrix_down{height:174px; position:absolute; bottom:0; left:0; z-index:1; background:url('../../img/quiz/bg_matrix_down.png') repeat-x; pointer-events:none;}

	/*Loading Character*/
	.quiz .content_loader_create_character{position:absolute; top:0; left:0; opacity:0; transition:all 0.5s ease-in-out; pointer-events:none; z-index:4;}
	.quiz .loading .content_loader_create_character{opacity:1; pointer-events:all; transition-delay:0.75s;}
	.quiz .loading.finish .content_loader_create_character{opacity:0; pointer-events:none; transition-delay:2s;}

		.quiz .content_loader_create_character .center_content{padding:230px 0 0; justify-content:center; display:flex; align-items:flex-start; flex-wrap:wrap;}

			/*Mobile*/
			.quiz .content_loader_create_character .center_content .content_mobile_character{justify-content:center; transition:all 0.5s cubic-bezier(.68,-0.55,.27,1.55); transform:scale(0.8); opacity:0;}
			.quiz .loading .content_loader_create_character .center_content .content_mobile_character{transform:scale(1.0); opacity:1; transition-delay:1s;}
			.quiz .loading.finish .content_loader_create_character .center_content .content_mobile_character{transform:scale(0.8); opacity:0;}
			
				.quiz .content_loader_create_character .center_content .mobile_character{margin:0 0 15px;}

			/*Title*/
			.quiz .content_loader_create_character .center_content .title{width:625px; margin:0 0 25px; transition:all 0.5s cubic-bezier(.68,-0.55,.27,1.55); transform:scale(0.8); opacity:0;}
			.quiz .loading .content_loader_create_character .center_content .title{transform:scale(1.0); opacity:1; transition-delay:1.3s;}
			.quiz .loading.finish .content_loader_create_character .center_content .title{transform:scale(0.8); opacity:0;}

			/*Paragraph*/
			.quiz .content_loader_create_character .center_content p{justify-content:center; text-align:center; font-weight:700; font-size:1.5rem; color:var(--black); line-height:1.4; margin:0 0 25px; transition:all 0.5s cubic-bezier(.68,-0.55,.27,1.55); transform:scale(0.8); opacity:0;}
			.quiz .loading .content_loader_create_character .center_content p{transform:scale(1.0); opacity:1; transition-delay:1.5s;}
			.quiz .loading.finish .content_loader_create_character .center_content p{transform:scale(0.8); opacity:0;}

			/*Loader*/
			.quiz .content_loader_create_character .center_content .content_loader{width:340px; height:40px; box-sizing:border-box; opacity:0; transition:all 0.5s ease-in-out;}
			.quiz .loading .content_loader_create_character .center_content .content_loader{opacity:1; transition-delay:1.7s}
			.quiz .loading.finish .content_loader_create_character .center_content .content_loader{opacity:0;}

				.quiz .content_loader_create_character .center_content .content_loader::after{width:100%; height:100%; position:absolute; bottom:0; left:0; z-index:3; border:var(--black) 3px solid; background:var(--blue-2); box-sizing:border-box; content:'';}

				.quiz .content_loader_create_character .center_content .content_loader::before{width:100%; height:100%; position:absolute; bottom:-5px; left:-5px; z-index:2; background:var(--black); content:'';}

				/*Text*/
				.quiz .content_loader_create_character .center_content .content_loader .content_text{height:100%; justify-content:center; z-index:10; position:absolute; top:0; left:0; font-weight:700; color:var(--white); align-items:center;}

				/*Bar*/
				.quiz .content_loader_create_character .center_content .content_loader .bar{height:100%; background:linear-gradient(90deg, #B5D167 5.1%, #E8EF86 94.51%); border:3px solid var(--blue-2); z-index:8;}

	/*Character Result*/
	.quiz .content_character_result{position:absolute; top:0; left:0; opacity:0; transition:all 0.5s ease-in-out; pointer-events:none; z-index:4; padding:160px 0 0;}
	.quiz .loading.finish .content_character_result{opacity:1; pointer-events:all; transition-delay:2s;}

		.quiz .content_character_result .center_content{width:970px; justify-content:space-between;}

			/*Card*/
			.quiz .content_character_result .content_card{width:480px;}

				/*Button Ink Mode*/
				.quiz .content_character_result .content_card .content_ink_mode{position:absolute; bottom:20px; right:20px; z-index:4;}

					.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode{width:164px; height:44px; display:flex; flex-wrap:wrap;}

						.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode::before{width:100%; height:100%; position:absolute; top:0; left:0; z-index:3; box-sizing:big_wrapper; background:var(--white); border:var(--black) 2px solid; border-radius:50px; content:'';}

						.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode::after{width:100%; height:100%; position:absolute; top:7px; left:7px; z-index:2; background:var(--black); border-radius:50px; content:''; transition:all 0.3s ease-in-out; pointer-events:none;}
						.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode:hover::after{top:0; left:0;}

						.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode .b_w_content{display:flex; justify-content:center; top:2px; padding:0 2px; box-sizing:border-box; z-index:5; align-items:center; transition:all 0.3s ease-in-out;}
						.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode.active .b_w_content{opacity:0;}

							.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode .b_w_content span{color:var(--black); font-weight:700; font-size:0.750rem; text-transform:uppercase; margin:0 5px 0 0;}

							.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode .b_w_content img{}

						.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode .color_content{width:100%; height:100%; opacity:0; position:absolute; top:2px; left:0; z-index:5; display:flex; justify-content:center; padding:0 2px; box-sizing:border-box; align-items:center; transition:all 0.3s ease-in-out;}
						.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode.active .color_content{opacity:1;}

							.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode .color_content span{color:var(--black); font-weight:700; font-size:0.750rem; text-transform:uppercase; margin:0 0 0 5px;}

							.quiz .content_character_result .content_card .content_ink_mode .btn_ink_mode .color_content img{width:32px;}

				/*Logo*/
				.quiz .content_character_result .content_card .logo_end{width:115px; position:absolute; bottom:20px; left:20px; z-index:4;}

				/*Character*/
				.quiz .content_character_result .content_card .content_character{width:290px; height:840px; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; z-index:3; transition:all 0.3s ease-in-out;}
				.quiz .content_character_result .content_card .content_character.active{filter:grayscale(100%);}

				/*Background*/
				.quiz .content_character_result .content_card .content_background{transition:all 0.3s ease-in-out;}
				.quiz .content_character_result .content_card .content_background.active{filter:grayscale(100%);}

			/*Information*/
			.quiz .content_character_result .content_information{width:580px; padding:45px 0 0;}

				/*Congratulation Text*/
				.quiz .content_character_result .content_information .congratulation_text{margin:0 0 20px;}
				.quiz .content_character_result .content_information .congratulation_text.mobile{display:none;}

				/*Paragraph*/
				.quiz .content_character_result .content_information p{font-weight:700; font-size:1.5rem; line-height:1.4; margin:0 0 50px;}

				/*Buttons*/
				.quiz .content_character_result .content_information .content_buttons{justify-content:space-between; margin:0 0 30px;}

					.quiz .content_character_result .content_information .content_buttons .btn_download .desktop{width:374px; position:relative; z-index:4;}
					.quiz .content_character_result .content_information .content_buttons .btn_download .desktop.shadow{width:374px; position:absolute; z-index:3; top:8px; left:-8px; transition:all 0.3s ease-in-out;}
					.quiz .content_character_result .content_information .content_buttons .btn_download:hover .desktop.shadow{top:0; left:0;}

					.quiz .content_character_result .content_information .content_buttons .btn_download .mobile{display:none;}

						.quiz .content_character_result .content_information .content_buttons .btn_download:hover{}

					.quiz .content_character_result .content_information .content_buttons .btn_another .desktop{width:193px; position:relative; z-index:4;}
					.quiz .content_character_result .content_information .content_buttons .btn_another .desktop.shadow{width:193px; position:absolute; z-index:3; top:8px; left:-8px; transition:all 0.3s ease-in-out;}
					.quiz .content_character_result .content_information .content_buttons .btn_another:hover .desktop.shadow{top:0; left:0;}

					.quiz .content_character_result .content_information .content_buttons .btn_another .mobile{display:none;}

						.quiz .content_character_result .content_information .content_buttons .btn_another:hover{}

				/*CheckBox*/
				.quiz .content_character_result .content_information .content_checkbox{margin:0 0 45px;}

					/*Check*/
					.quiz .content_character_result .content_information .content_checkbox .label-check {width:100%; display:flex; position:relative; cursor:pointer; z-index:3;}
					.quiz .content_character_result .content_information .content_checkbox .label-check input[type="checkbox"] { opacity:0; position:absolute; left:0; top:0; margin:0; z-index:1; cursor:pointer; width:40px; height:40px;}
					.quiz .content_character_result .content_information .content_checkbox .label-check span.label_check { position:relative; display:inline-block; vertical-align:bottom; margin-right:20px; width:50px; height:40px; background:url('../../img/quiz/bg_checkbox.svg') no-repeat;}
					.quiz .content_character_result .content_information .content_checkbox .label-check input[type="checkbox"]:checked + span:after,
					.quiz .content_character_result .content_information .content_checkbox .label-check input[type="checkbox"]:checked:hover + span:after{ content:''; display:block; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto; width:40px; height:40px; background:url('../../img/quiz/bg_checkbox_active.svg') no-repeat;}
					.quiz .content_character_result .content_information .content_checkbox .label-check input[type="checkbox"]:hover + span:after { content:''; display:block; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto; width:40px; height:40px; background:url('../../img/quiz/bg_checkbox_hover.svg') no-repeat;}
					.quiz .content_character_result .content_information .content_checkbox .label-check span.text_label{font-size:0.875rem; color:var(--black); font-weight:700; position:relative; top:1px;}

				/*Button Return*/
				.quiz .content_character_result .content_information .content_button_return{}

					.quiz .content_character_result .content_information .content_button_return .button_home{height:45px; background:var(--light-blue-2); justify-content:center; align-items:center;}

						.quiz .content_character_result .content_information .content_button_return .button_home span{font-weight:700; font-size:1.125rem; color:var(--blue-3); text-transform:uppercase; position:relative; z-index:3; margin:0 15px 0 0; transition:all 0.3s ease-in-out;}

						.quiz .content_character_result .content_information .content_button_return .button_home::after{width:100%; height:100%; position:absolute; left:0; bottom:0; z-index:2; background:var(--light-blue-2); border:var(--blue-3) 2px solid; transition:all 0.3s ease-in-out;content:'';}

						.quiz .content_character_result .content_information .content_button_return .button_home::before{width:100%; height:100%; position:absolute; left:-5px; z-index:1; bottom:-5px; background:var(--blue-3); border:var(--blue-3) 2px solid; transition:all 0.3s ease-in-out; content:'';}
						.quiz .content_character_result .content_information .content_button_return .button_home:hover::before{left:0; bottom:0;}

						.quiz .content_character_result .content_information .content_button_return .button_home svg{position:relative; z-index:3; top:-2px; transition:all 0.3s ease-in-out; fill:var(--blue-3);}


	/*Background*/
	.quiz .bg_quiz{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; object-position:top; z-index:1;}

	/* Quiz downscale 20% (only quiz, footer untouched) */
	.quiz .navigation_quiz{padding:36px 0 43px;}
	.quiz .navigation_quiz .btn_back{width:162px; height:38px; top:32px; background-size:100% auto;}
	.quiz .navigation_quiz .btn_back span{font-size:1rem;}
	.quiz .navigation_quiz .logo{width:338px;}

	.quiz .content_quiz_box{padding:0 0 85px;}
	.quiz .content_quiz_box .content_box{width:684px; height:680px; box-shadow:7px 7px 0 0 rgba(0,0,0,1); border-width:3px;}
	.quiz .content_quiz_box .content_box .question_box{width:156px; height:36px; top:-14px; left:29px;}
	.quiz .content_quiz_box .content_box .question_box span{font-size:1rem; top:-2px; left:-4px;}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question{padding:50px 32px 0;}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question h3{font-size:2rem; letter-spacing:1px; margin:0 0 36px; transform:translateY(14px);}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li{margin:0 0 14px; transform:translateY(14px);}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio .character{height:100%; margin:0 18px 0 0;}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio{height:58px; border-width:2px; border-radius:3px; padding:5px 20px; box-shadow:3px 3px 0 0 #000;}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li.selected .label-radio{box-shadow:3px 3px 0 0 #000;}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio span.label_radio{right:14px; width:20px; height:20px; border-radius:11px;}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio input[type="radio"]:checked + span:after{left:-3px; width:26px; height:26px; background-size:100% auto;}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio div.text_radio{font-size:1rem;}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button{padding:29px 0 0; margin:29px 0 0;}

	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black,
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.white{width:151px; height:43px;}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question.question01 .content_button .button.black{width:202px;}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black span,
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.white span{font-size:1rem;}
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black::before,
	.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.white::before{left:7px; bottom:-5px;}

	.quiz .content_quiz_box .content_box .content_matrix_up,
	.quiz .content_quiz_box .content_box .content_matrix_down{height:125px;}

	.quiz .content_loader_create_character .center_content{padding:166px 0 0;}
	.quiz .content_loader_create_character .center_content .mobile_character{margin:0 0 11px;}
	.quiz .content_loader_create_character .center_content .title{width:450px; margin:0 0 18px;}
	.quiz .content_loader_create_character .center_content p{font-size:1rem; margin:0 0 18px;}
	.quiz .content_loader_create_character .center_content .content_loader{width:245px; height:29px;}
	.quiz .content_loader_create_character .center_content .content_loader::after{border-width:2px;}
	.quiz .content_loader_create_character .center_content .content_loader::before{left:-4px; bottom:-4px;}
	.quiz .content_loader_create_character .center_content .content_loader .bar{border-width:2px;}

	.quiz .content_character_result{padding:115px 0 0;}
	.quiz .content_character_result .center_content{align-items:flex-start;}
	.quiz .content_character_result .content_card{width:346px;}
	.quiz .content_character_result .content_card .content_character{width:209px; height:605px;}
	.quiz .content_character_result .content_information .congratulation_text{margin:0 0 14px;}
	.quiz .content_character_result .content_information p{font-size:1rem; margin:0 0 5px;}
	.quiz .content_character_result .content_information .content_buttons{margin:0 0 22px;}
	.quiz .content_character_result .content_information .content_checkbox{margin:0 0 32px;}
	.quiz .content_character_result .content_information .content_checkbox .label-check input[type="checkbox"]{width:54px; height:40px;}
	.quiz .content_character_result .content_information .content_checkbox .label-check span.label_check{margin-right:14px; width:54px; height:40px;}
	.quiz .content_character_result .content_information .content_checkbox .label-check input[type="checkbox"]:checked + span:after{width:40px; height:40px;}


/*FOOTER*/
.content_footer{background:var(--blue-2); pointer-events:all; z-index:3;}

	/*Fix Line*/
	.content_footer::before{width:100%; height:40px; position:absolute; top:-20px; left:0; background:var(--blue-2); content:''; pointer-events:none;}

	/*Up*/
	.content_footer .content_up{padding:30px 0 45px; justify-content:space-between;}

		/*Logo*/
		.content_footer .content_up .logo{width:200px;}

		/*Vera Logo*/
		.content_footer .content_up .vera_logo{width:155px; position:absolute; top:60px; left:0; right:0; margin:auto;}

			.content_footer .content_up .vera_logo span{font-weight:700; font-size:0.875rem; color:var(--white); position:absolute; top:-30px; left:0; text-align:center; justify-content:center;}
		
		/**/
		.content_footer .content_up .content_logos{width:200px;}

			.content_footer .content_up .content_logos div{display:block; text-align:right; margin:30px 0 0;}

			.content_footer .content_up .content_logos span{font-weight:700; color:var(--white); font-size:0.875rem;}

			.content_footer .content_up .content_logos .line{font-weight:700; color:var(--white); font-size:0.875rem; text-decoration:underline;}
			.content_footer .content_up .content_logos a:hover .line{text-decoration:none;}

			.content_footer .content_up .content_logos svg{position:relative; margin:0 0 0 10px; top:10px;}
			.content_footer .content_up .content_logos a:hover svg{ 
				animation-duration:1.75s;
				animation-iteration-count:1;
				animation-name:wave-animation;
			}

				@keyframes wave-animation {
				  0% {
				    -webkit-transform:rotate(0deg);
				    transform:rotate(0deg)
				  }
				  10% {
				    -webkit-transform:rotate(14deg);
				    transform:rotate(14deg)
				  }
				  20% {
				    -webkit-transform:rotate(-8deg);
				    transform:rotate(-8deg)
				  }
				  30% {
				    -webkit-transform:rotate(14deg);
				    transform:rotate(14deg)
				  }
				  40% {
				    -webkit-transform:rotate(-4deg);
				    transform:rotate(-4deg)
				  }
				  50% {
				    -webkit-transform:rotate(10deg);
				    transform:rotate(10deg)
				  }
				  60% {
				    -webkit-transform:rotate(0deg);
				    transform:rotate(0deg)
				  }
				  to {
				    -webkit-transform:rotate(0deg);
				    transform:rotate(0deg)
				  }
				}

	/*Down*/
	.content_footer .content_down{padding:0 0 60px;}

		.content_footer .content_down .description{font-weight:700; font-size:0.875rem; color:var(--white); margin:0 0 15px; justify-content:center; text-align:center;}

		.content_footer .content_down .legal{font-weight:700; font-size:0.750rem; color:var(--white); margin:0 0 10px; line-height:1.3;justify-content:center; text-align:center;}
		.content_footer .content_down .legal:last-child{margin:0;}

	/*Intro Animations*/

		.content_footer .content_up{opacity:0; transition:all 0.75s ease-in-out;}
		.content_footer.is-inview .content_up{opacity:1; transition-delay:0.1s;}

		.content_footer .content_down{opacity:0; transition:all 0.75s ease-in-out;}
		.content_footer.is-inview .content_down{opacity:1; transition-delay:0.3s;}

/*Media Query 1700px Breakpoint*/
@media (max-width: 1700px) {

}

/*Media Query 1600px Breakpoint*/
@media (max-width: 1600px) {

	.home .big_wrapper .content_hero .content_elements .content_information_box{transform:scale(0.8); top:70px;}

	.home .big_wrapper .content_hero .content_elements .content_character_box{transform:scale(0.8); top:130px; right:30px;}

	.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper{top:-45px;}

}

/*Media Query 1400px Breakpoint*/
@media (max-width: 1400px) {

	/*Generics*/
	.center_content{width:1200px;}

	/*Hero*/

		.home .big_wrapper .content_hero .content_elements .content_character_box{right:30px; top:55px; transform:scale(0.7);}

		.home .big_wrapper .content_hero .content_elements .content_information_box{transform:scale(0.7); top:10px;}

	/*Big Wrapper*/

		/*Create*/
		.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper{transform:scale(0.75);}

		/*Learn*/
		.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper{transform:scale(0.75);}

		/*Update*/
		.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper{transform:scale(0.75); top:-60px;}

		/*Advisory*/

			.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_logo img{width:300px;}

			.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_title img{width:630px;}


/*Media Query 1300px Breakpoint*/
@media (max-width: 1300px) {

}

/*Media Query 1200px Breakpoint Ipad Landscape*/
@media (max-width: 1200px) {

	/*Generic*/
	.center_content{width:990px}

	/*Navigation*/
	.content_navigation{padding:0 40px;}

	/*Hero*/

		.home .big_wrapper .content_hero .content_elements .content_information_box{transform:scale(0.8); top:120px;}

		.home .big_wrapper .content_hero .content_elements .content_character_box{transform:scale(0.8); top:155px; right:0;}

	/*Create*/
	.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_character{left:-50px;}

	.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information{right:-80px}

	/*Artist*/
	.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper{width:100%; padding:140px 20px 0; height:auto;}

		.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .bg_artists{top:0;}

		.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie{position:relative;}
		
			.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .content_information{width:100%; position:relative; order:2; top:-280px;}

			.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .photo{order:1; top:auto; right:auto;}

				.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie:hover .photo_hover{display:none;}

		.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris{position:relative; top:-160px;}

			.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .content_information{width:100%; position:relative; order:2; top:-60px;}

			.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .photo{order:1; top:auto; left:auto;}

				.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris:hover .photo_hover{display:none;}

	/*Learn*/

		.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper{transform:scale(0.8);}

			.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box01,
			.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box03,
			.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box05{left:-100px;}

			.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box02,
			.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box04{right:-100px;}

	/*Update*/

		.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper{top:-95px;}

	/*Advisory*/

		.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_logo img{width:200px;}

		.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_title img{width:530px;}

}

/*Media Query Ipad Portrait General*/
@media (max-width: 1000px) {

	html.open{overflow: hidden;}

	/*Loading*/
	.loading_percent{font-size:2rem;}

	/*Age*/
	.content_age{overflow:hidden;}

	.content_age .box{width:100%; padding:0 20px; height:350px;}

		.content_age .box .cta{width:calc(100% - 250px); left:0; right:0; margin:auto; top:-110px;}

		.content_age .box .bg{width:calc(100% - 40px); left:0;}

		.content_age .box .content_button{width:250px; height:50px; left:0; right:0; bottom:-70px; margin:auto;}

			.content_age .box .content_button .button span{font-size:1.125rem;}

	/*Navigation*/
	.content_navigation{top:0; padding:0;}

		.content_navigation .center_content{width:100%; padding:0 15px;}

			.content_navigation .center_content .logo_up{width:160px; top:0; left:0;}

		/*Menu Mobile*/
		.content_navigation .menu_mobile{display:flex; width:100%; height:100dvh; background:var(--purple-2); position:absolute; top:0; left:0; z-index:7; opacity:0; pointer-events:none; transition:all 0.35s ease-in-out; align-items:flex-start;}
		.content_navigation .menu_mobile.open{opacity:1; pointer-events:all;}

			.content_navigation .menu_mobile .content_links_mobile{height:100%; padding:0; align-items:center; align-content:center;}

				.content_navigation .menu_mobile .content_links_mobile li{justify-content:center; margin:0 0 35px;}

					.content_navigation .menu_mobile .content_links_mobile li a{position:relative; width:270px; height:60px; display:flex; justify-content:center; align-items:center; position:relative;}

						.content_navigation .menu_mobile .content_links_mobile li a span{position:relative; z-index:5; font-size:1.250rem; color:var(--black); font-weight:700;}

						.content_navigation .menu_mobile .content_links_mobile li a::before{width:100%; height:100%; position:absolute; top:0; left:0; z-index:3; background:var(--white); border:var(--black) 2px solid; border-radius:3px; content:'';}

						.content_navigation .menu_mobile .content_links_mobile li a::after{width:100%; height:100%; position:absolute; top:5px; left:5px; z-index:2; background:var(--black); border:var(--black) 2px solid; border-radius:3px; content:'';}

		/*Burger*/
		.content_navigation .btn_burger_mobile{display:flex;}
		.content_navigation .btn_burger_mobile{display:block; width:35px; height:35px; position:absolute; right:15px; top:15px; z-index:9; pointer-events:all; }

			.content_navigation .btn_burger_mobile::after{width:35px; height:2px; position:absolute; top:8px; left:0; right:0; margin:auto; background:var(--blue); border:var(--white) 1px solid; content:''; border-radius:2px;}
			.content_navigation.open .btn_burger_mobile::after{background:var(--blue);}

			.content_navigation .btn_burger_mobile::before{width:35px; height:2px; position:absolute; bottom:8px; right:0; left:0; margin:auto; background:var(--blue); border:var(--white) 1px solid; content:''; transform:scaleX(1); display:flex; border-radius:2px;}
			.content_navigation.open .btn_burger_mobile::before{background:var(--blue);}

			.content_navigation .btn_burger_mobile span{width:35px; height:2px; position:absolute; top:0; bottom:0; right:0; left:0; margin:auto; background:var(--blue); border:var(--white) 1px solid; font-size:0; border-radius:2px;}
			.content_navigation.open .btn_burger_mobile span{background:var(--blue);}

				.content_navigation .btn_burger_mobile span::before{width:34px; height:2px; position:absolute; top:0; left:0; bottom:0; right:0; margin:auto; background:var(--blue); border:var(--white) 1px solid; content:''; border-radius:2px;}
				.content_navigation.open .btn_burger_mobile span::before{background:var(--blue);}

				/*Animations*/
				.content_navigation .btn_burger_mobile::before,
				.content_navigation .btn_burger_mobile::after{transition:all 0.35s ease-in-out; -webkit-transition:all 0.35s ease-in-out; will-change:opacity; transition-delay:0.5s; -webkit-transition-delay:0.5s;}

				.content_navigation.open .btn_burger_mobile::before,
				.content_navigation.open .btn_burger_mobile::after{opacity:0; transition-delay:0s; -webkit-transition-delay:0s;}

				.content_navigation .btn_burger_mobile span{transition:all 0.35s ease-in-out; -webkit-transition:all 0.35s ease-in-out; will-change:transform; transition-delay:0.35s; -webkit-transition-delay:0.35s;}
				.content_navigation.open .btn_burger_mobile span{transform:rotate(45deg); -webkit-transform:rotate(45deg);}

					.content_navigation .btn_burger_mobile span::before{transition:all 0.35s ease-in-out; -webkit-transition:all 0.35s ease-in-out; will-change:transform; transition-delay:0.35s; -webkit-transition-delay:0.35s;}
					.content_navigation.open .btn_burger_mobile span::before{transform:rotate(-90deg); -webkit-transform:rotate(-90deg);}

		/*Desktop*/
		.content_navigation .center_content .content_links{display:none;}

	/*Home*/	

		/*Hero*/
		.home .big_wrapper .content_hero{height:auto; overflow:hidden;}

			.home .big_wrapper .content_hero .content_elements{height:auto; overflow:hidden;}

				.home .big_wrapper .content_hero .content_elements .content_information_box{width:100%; transform:scale(1.0); position:relative; top:auto; left:auto; padding:40px 15px 260px; height:auto;}

					.home .big_wrapper .content_hero .content_elements .content_information_box .lottie_dove{display:none;}

					.home .big_wrapper .content_hero .content_elements .content_information_box .content_logo{width:100%; display:flex; flex-wrap:wrap; justify-content:center; margin:0 0 20px;}

						.home .big_wrapper .content_hero .content_elements .content_information_box .content_logo .logo{width:220px;}

					.home .big_wrapper .content_hero .content_elements .content_information_box .big_title .spark{display:none;}

					.home .big_wrapper .content_hero .content_elements .content_information_box .kidnesss{width:70px; right:auto; left:165px; top:90px;}

					.home .big_wrapper .content_hero .content_elements .content_information_box .content_text.desktop{display:none;}
					.home .big_wrapper .content_hero .content_elements .content_information_box .content_text.mobile{width:100%; display:flex; position:absolute; top:165px; left:0;}


				.home .big_wrapper .content_hero .content_elements .content_character_box{width:545px; margin:144px auto 0; transform:scale(1.0); position:relative; top:auto; left:auto; right:auto; padding:0 15px 100px;}

					.home .big_wrapper .content_hero .content_elements .character01{width:600px; height:600px; left:-145px;}

					.home .big_wrapper .content_hero .content_elements .character02{height:450px; top:-15px; right:0;}

				.home .big_wrapper .content_hero .bg_hero_rotate{object-fit:contain; width:100%; height:auto; transform:scale(1.0); opacity:0;}
				.home .big_wrapper .content_hero.show .bg_hero_rotate{opacity:1; transition-delay:1s;}

		/*Create*/
		.home .big_wrapper .content_big_wrapper_sections .content_create{padding:0 0 100px;}

			.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper{width:100%; transform:scale(1.0); height:auto;}

				.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_character{width:100%; height:auto; position:relative; top:0; left:auto; display:flex; justify-content:center; margin:0 0 40px; overflow:hidden;}

					.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_character .characters{width:200px; position:relative; right:0; top:auto;}

					.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_character .lights{top:0;}

				.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information{width:100%; position: relative; top:auto; right:auto; display:flex; flex-wrap:wrap; justify-content:center; padding:0 15px;}

					.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .logo{margin:0 auto 20px; order:1;}

					.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .title{order:2; position:relative; width:100%; left:0; margin:0 0 540px;}

					.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .bubble{display:none;}

					.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .big_text.desktop{display:none;}
					.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .big_text.mobile{display:block; order:3; top:30px; left:0; width:100%;}

					.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .content_button{width:100%; position:relative; bottom:auto; left:0; order:3; display:flex; flex-wrap:wrap;}

						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .content_button .button{width:100%; height:50px; display:flex; flex-wrap:wrap;}

							.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .button span{font-size:1.125rem;}

						.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .button.white{margin:30px 0 0;}


		/*Artist*/
		.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper{padding:100px 0 0;}		

			.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie{align-items:flex-start; align-content:flex-start; justify-content:flex-start; margin:0 0 75px;}

				.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .photo{width:calc(100% - 30px); left:15px;}	
				.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .photo_hover{display:none;}	

				.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .content_information{top:0;}

					.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .content_information .title_ellis{display:none;}

					.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .content_information .bubble_text.desktop{display:none;}

					.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_allie .content_information .bubble_text.mobile{display:block; width:100%;}

			.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris{align-items:flex-start; align-content:flex-start; justify-content:flex-start; top:0;}

				.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .photo{width:calc(100% - 30px); left:15px;}	
				.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .photo_hover{display:none;}	

				.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .content_information{top:0;}

					.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .content_information .title_chris{display:none;}

					.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .content_information .bubble_text.desktop{display:none;}

					.home .big_wrapper .content_big_wrapper_sections .content_artist .wrapper .content_chris .content_information .bubble_text.mobile{display:block; width:100%;}

		/*Vera*/

			.home .big_wrapper .content_big_wrapper_sections .content_vera article .desktop{display:none;}
			.home .big_wrapper .content_big_wrapper_sections .content_vera article .mobile{display:block; width:100%;}

		/*Lern*/

			.home .big_wrapper .content_big_wrapper_sections .content_learn{}

				.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper{transform:scale(1.0); height:auto; overflow:hidden; padding:0 0 100px;}

					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .title{width:100%;}

					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .subtitle{left:40px; top:245px; right:auto;}

					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .bg_info{top:0; left:auto; right:-105px;}

					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box01, 
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box03, 
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box05{left:15px;}

					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box02, 
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box04{left:15px; right:auto;}

					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box01 .mobile,
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box02 .mobile,
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box03 .mobile,
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box04 .mobile,
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box05 .mobile{display:block; width:100%;}

					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box01 .desktop,
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box02 .desktop,
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box03 .desktop,
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box04 .desktop,
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper  .content_box05 .desktop{display:none;}

					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box01{width:340px; top:225px;}
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box02{width:340px; top:430px;}
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box03{width:340px; top:630px;}
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box04{width:340px; top:840px;}
					.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box05{width:340px; top:1080px; z-index:6;}

		/*Update*/
		.home .big_wrapper .content_big_wrapper_sections .content_updates{margin:0; padding:100px 0 0;}

			.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper{width:100%; transform:scale(1.0); top:-140px;}

			.home .big_wrapper .content_big_wrapper_sections .content_updates .bg_updates.desktop{display:none;}
			.home .big_wrapper .content_big_wrapper_sections .content_updates .bg_updates.mobile{width:100%; display:block; height:400px;}

			.home .big_wrapper .content_big_wrapper_sections .content_updates .wrapper p{padding:0 15px;}

				.home .big_wrapper .content_big_wrapper_sections .content_updates.is-inview .wrapper p br{display:none;}

		/*Advisory*/
		.home .big_wrapper .content_big_wrapper_sections .content_advisory{padding:100px 0;}

			.home .big_wrapper .content_big_wrapper_sections .content_advisory article{padding:0 15px;}

				.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_logo img{width:250px;}

				.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_title img{width:100%; margin:0 0 20px;}

				.home .big_wrapper .content_big_wrapper_sections .content_advisory .bg_advisory{display:none;}

				.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_advisory_mobile{display:flex; transition:all 0.5s ease-in-out; opacity:0;}
				.home .big_wrapper .content_big_wrapper_sections .content_advisory.is-inview .content_advisory_mobile{opacity:1; transition-delay:1s;}

					.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_advisory_mobile li{margin:0 0 35px; position:relative;}
					.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_advisory_mobile li:last-child{margin:0;}

						/*Image*/
						.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_advisory_mobile li figure{width:calc(100% - 30px); position:absolute; top:-15px; left:15px; z-index:4;}

							/*Tag*/
							.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_advisory_mobile li figure .content_tag{position:absolute; left:5px; bottom:-15px; z-index:3;}

								.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_advisory_mobile li figure .content_tag span{height:100%; justify-content:center; align-items:center; font-weight:400; font-size:1.250rem; text-transform:uppercase; position:absolute; top:0; left:0;}

								.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_advisory_mobile li figure .content_tag img{width:190px}

						/*Information*/
						.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_advisory_mobile li .content_information{background:var(--light-yellow); padding:250px 15px 30px; border:var(--black) 3px solid;}

							.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_advisory_mobile li .content_information p{font-weight:400; font-size:1rem; line-height:1.2; margin:0 0 30px;}
							.home .big_wrapper .content_big_wrapper_sections .content_advisory .content_advisory_mobile li .content_information p:last-child{margin:0;}

	/*QUIZ*/

		.quiz .navigation_quiz .btn_back{left:20px;}

		.quiz .loading.finish .content_quiz_box{display:none;}

		.quiz .loading .content_character_result{padding:0;}
		.quiz .loading.finish .content_character_result{position:relative;}

			.quiz .content_character_result .center_content{width:100%; padding:0 20px 85px;}

				.quiz .content_character_result .content_card{margin:0 auto;}

				.quiz .content_character_result .content_information{width:100%;}

	/*FOOTER*/
	.content_footer{}

		.content_footer .center_content{width:100%; padding:0 15px;}

			.content_footer .content_up{justify-content:center;}

				.content_footer .content_up .vera_logo{position:relative; top:auto; width:100%; justify-content:center; display:flex; flex-wrap:wrap; margin:55px 0 30px;}

			.content_footer .content_up .content_logos{width:210px;}

				

}

/*Media Query Mobile*/
@media (max-width: 750px) {

	/*AGE*/
	.content_age .box{width:100%; padding:0 20px; height:350px;}

		.content_age .box .cta{width:100%; left:auto; top:auto; position:relative;}

		.content_age .box .bg{width:calc(100% - 40px); left:20px;}

		.content_age .box .content_button{width:250px; height:50px; position:relative; left:0; right:0; margin:auto; bottom:auto; top:-20px;}

			.content_age .box .content_button .button span{font-size:1.125rem;}


	.home .big_wrapper .content_hero{padding:0 0 15px;}

	.home .big_wrapper .content_hero .content_elements .content_information_box{padding:40px 15px 100px;}

	.home .big_wrapper .content_big_wrapper_sections .content_create .wrapper .content_information .title{margin:0 0 310px;}

	.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper{justify-content:flex-start;}

		.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .subtitle{position:relative; left:auto; top:auto; right:auto; margin:15px 0 15px 15px;}

		.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box01{width:340px; top:135px;}
		.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box02{width:340px; top:305px;}
		.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box03{width:340px; top:475px;}
		.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box04{width:340px; top:650px;}
		.home .big_wrapper .content_big_wrapper_sections .content_learn .wrapper .content_box05{width:340px; top:840px; z-index:6;}

	/*MODAL*/

		.content_modal_sign_up .wrapper{width:100%; padding:0 20px;}

			.content_modal_sign_up .wrapper p,
			.content_modal_sign_up .wrapper .content_form{padding:0 20px; box-sizing:border-box;}

			.content_modal_sign_up .wrapper .close_modal{top:-110px; right:0; left:0; margin:auto;}


	/*QUIZ*/

		.quiz .navigation_quiz .logo{width:210px;}

		.quiz .navigation_quiz .btn_back_mobile{display:flex; position:absolute; top:15px; left:15px;}
		.quiz .navigation_quiz .btn_back{display:none;}

		.quiz .content_quiz_box{ padding:0 15px 85px; }
		
			.quiz .content_quiz_box .content_box{width:100%; height:750px;}

				.quiz .content_quiz_box .content_box .question_box{left:15px;}

				.quiz .content_quiz_box .content_box .content_questionary_box .content_question{padding:30px 15px 0;}

					.quiz .content_quiz_box .content_box .content_questionary_box .content_question h3{font-size:1.75rem; margin:0 0 20px;}

					.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_options li .label-radio{padding:5px 35px 5px 10px;}

					.quiz .content_quiz_box .content_box .content_questionary_box .content_question.question01 .content_button .button.black{width:100%;}

					.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black, 
					.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.white{width:100%; margin:0 0 20px;}

					.quiz .content_quiz_box .content_box .content_questionary_box .content_question .content_button .button.black{margin:0;}

		.quiz .content_loader_create_character .center_content{padding:166px 15px 0;}

		.quiz .content_character_result .content_information .congratulation_text{display:none;}
		.quiz .content_character_result .content_information .congratulation_text.mobile{display:flex; width:100%;}

		.quiz .content_character_result .content_information p{text-align:center; justify-content:center;}

		.quiz .content_character_result .content_information .content_buttons .btn_download{width:100%; margin:0 0 25px;}

			.quiz .content_character_result .content_information .content_buttons .btn_download .desktop{display:none;}
			.quiz .content_character_result .content_information .content_buttons .btn_download .mobile{display:flex; width:100%;}

		.quiz .content_character_result .content_information .content_buttons .btn_another{width:100%}

			.quiz .content_character_result .content_information .content_buttons .btn_another .desktop{display:none;}
			.quiz .content_character_result .content_information .content_buttons .btn_another .mobile{display:flex; width:100%;}

		.quiz .content_character_result .content_information .content_checkbox .label-check{}

			.quiz .content_character_result .content_information .content_checkbox .label-check span.text_label{width:calc(100% - 60px);}

			.quiz .content_character_result .content_information .content_checkbox .label-check span.label_check{margin-right:0;}



}
