html, body {
		width: 100%;
    	height: 100%;
    	margin: 0;
   		padding: 0;
		background: #302E2E;
		color: #fff;
		font-size: 10px;
	}
	
	.wrapper {
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	
	.wrapper::before {
		position: absolute;
		width: 49.564rem;
		height: 40.082rem;
		top: -23.6rem;
		left: 50%;
		background: #34BFFF;
		filter: blur(14.2188rem);
		content: '';
		opacity: 0.55;
		transform: translate(-50%, 0);
		z-index: 2;
	}
	
	.wrapper::after {
		position: absolute;
		width: 66.3rem;
		height: 66.2rem;
		left: 50%;
		bottom: -5.2rem;
		background: #8E6EFF;
		content: '';
		opacity: 0.55;
		filter: blur(15rem);
		transform: translate(-50%, 0);
		z-index: 2;
	}
	
	.wrapper div {
		position: relative;
		z-index: 3;
	}
	
	h1, h2, h3 {
		position: relative;
		color: #fff;
		text-align: center;
		z-index: 4;
	}
	
	h1 span, h2 span, p span {
		color: #2DABE7;
	}
	
	h1 {
		padding: 5rem 0;
    	height: 12rem;
		font-size: 8rem;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1069' height='213' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='4' d='M932.055 40.53c-2.925-1.674-5.85-3.347-14.557-5.468-8.706-2.121-23.105-4.64-95.713-8.844-72.609-4.205-202.991-10.017-307.029-11.364-104.037-1.346-177.779 1.951-234.171 6.472-56.393 4.52-93.201 10.165-121.533 15.398-28.332 5.232-47.072 9.882-62.071 14.177C70.785 58.4 52.567 67.154 37.498 76.5c-15.98 9.91-23.871 22.02-27.927 32.968-4.422 11.934 2.852 24.061 11.954 34.085 9.579 10.551 29.44 18.482 54.469 27.239 14.355 5.022 33.505 9.462 63.073 14.903 29.568 5.442 69.34 11.302 150.825 15.955 81.484 4.654 203.475 7.922 291.666 8.185 88.191.262 138.884-2.58 193.229-8.249 54.346-5.668 110.807-14.077 146.994-20.379 36.186-6.302 50.388-10.243 63.064-14.479 12.676-4.236 23.395-8.648 34.325-14.046 22.47-11.108 37.11-23.419 43.98-35.007 7.42-12.542 1.02-25.593-7.07-35.57-8.47-10.439-28.41-18.74-54.91-28.185-15.288-5.447-35.983-10.197-95.442-19.197-59.459-9-157.485-21.587-251.547-27.813C560.119.684 472.991 1.203 403.21 3.987c-69.782 2.784-119.577 7.82-158.874 13.152-39.296 5.332-66.585 10.81-91.812 16.946-25.227 6.137-47.564 12.769-65.459 18.957-17.894 6.188-30.67 11.732-41.647 17.607C34.44 76.524 25.647 82.562 18.46 88.927 11.275 95.29 5.964 101.8 3.782 109.326c-2.18 7.526-1.07 15.872 4.316 24.237 5.387 8.366 15.017 16.497 26.606 23.455 11.59 6.957 24.846 12.495 40.579 17.608 15.733 5.114 33.543 9.636 53.891 13.872 20.348 4.237 42.696 8.05 107.618 13.29 64.922 5.239 171.742 11.789 317.489 7.441 145.748-4.347 327.187-19.791 428.741-29.364'/%3E%3C/svg%3E") 50% 0 no-repeat;
		background-size: 106.9rem 21.3rem;
	}
	
	h2 {
		font-size: 5rem;
	}
	
	h3 {
		font-size: 2.3rem;
	}
	
	.poppins-regular {
	  font-family: "Poppins", sans-serif !important;
	  font-weight: 400 !important;
	  font-style: normal !important;
	}
	
	.poppins-bold {
	  font-family: "Poppins", sans-serif !important;
	  font-weight: 700 !important;
	  font-style: normal !important;
	}
	
	.poppins-extrabold {
	  font-family: "Poppins", sans-serif !important;
	  font-weight: 800 !important;
	  font-style: normal !important;
	}
	
	.two-wrapper {
		width: 86rem;
		margin: 0 auto;
	}
	
	.two {
		position: relative;
		width: 72.5rem;
		height: 36.4rem;
		margin: 0 auto;
	}
	
	.two::after {
		position: absolute;
		top: 50%;
		left: 50%;
		content: '';
		background: url('/assets/img/two/two-bg.png') 50% 50% no-repeat;
		transform: translate(-50%,-50%);
		width: 105.8rem;
		height: 61.3rem;
		background-size: 105.8rem 61.3rem;
	}
	
	.emoji {
		display: inline-block;
	    position: relative;
	    width: 7.6rem;
	    height: 100%;
	    height: 5.04rem;
	    vertical-align: top;
	}
	
	.emoji::after {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		content: '';
		width: 7.6rem;
		height: 5.2rem;
		background: url('/assets/img/two/1.png') 50% 50% no-repeat;
	    background-size: 7.6rem 5.2rem;
	}
	
	.emoji.emoji-2::after {
		background-image: url('/assets/img/two/2.png');
	}
	
	.emoji.emoji-3::after {
		background-image: url('/assets/img/two/3.png');
	}
	
	.what {
		width: 80rem;
		margin: 0 auto;
		font-size: 3.6rem;
	}
	
	.why-text {
		padding: 9rem 0 0;
    	height: 28.6rem;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1251' height='376' fill='none'%3E%3Cpath stroke='%232DABE7' stroke-linecap='round' stroke-width='4' d='M1079.27 62.174c-10.04-3.777-26.7-8.267-111.391-15.83-84.687-7.565-236.885-18.065-358.573-20.602-121.689-2.536-208.256 3.209-274.603 11.15C268.355 44.836 224.85 54.8 191.298 64.046c-33.553 9.245-55.834 17.47-73.709 25.07-31.22 13.272-53.192 28.779-71.523 45.342C26.63 152.02 16.496 173.5 10.94 192.921c-6.058 21.172 1.562 42.703 11.476 60.505 10.434 18.736 33.099 32.839 61.75 48.414 16.434 8.933 38.524 16.838 72.734 26.537 34.211 9.698 80.336 20.154 175.38 28.528 95.043 8.373 237.607 14.347 340.825 14.938 103.218.591 162.77-4.381 226.806-14.363s130.749-24.823 173.579-35.955c42.83-11.132 59.74-18.106 74.89-25.605 15.15-7.5 28.03-15.313 41.22-24.877 27.13-19.679 45.18-41.505 54.07-62.06 9.62-22.246 3.09-45.413-5.65-63.13-9.14-18.537-31.87-33.296-62.2-50.095-17.49-9.688-41.37-18.146-110.3-34.201-68.944-16.055-182.765-38.533-292.415-49.714C663.454.66 561.423 1.457 479.53 6.299c-81.893 4.841-140.556 13.706-186.951 23.113-46.395 9.406-78.744 19.087-108.728 29.942-29.984 10.855-56.623 22.59-78.027 33.546-21.405 10.955-36.77 20.775-50.054 31.185-13.285 10.411-24.025 21.113-32.906 32.398-8.882 11.284-15.58 22.827-18.69 36.179-3.109 13.352-2.426 28.165 3.262 43.017 5.689 14.852 16.361 29.296 29.414 41.659 13.052 12.364 28.161 22.208 46.201 31.305 18.04 9.097 38.554 17.147 62.061 24.693 23.507 7.547 49.386 14.346 124.998 23.737 75.612 9.39 200.173 21.165 371.109 13.657 170.936-7.508 384.471-34.656 504.061-51.5'/%3E%3C/svg%3E") 50% 0 no-repeat;
	}
	
	.why-text ul {
		width: 80rem;
		margin: 0 auto;
		font-size: 2.3rem;
	}
	
	.subscribe {
		font-size: 2.3rem;
		text-align: center;
	}
	
	.subscribe div {
		text-align: left;
	}
	
	.subscribe h2 {
		position: relative;
		display: inline-block;
	}

	.subscribe h2::after {
		position: absolute;
		left: -7.3rem;
		top: 100%;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342' height='27' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='4' d='M2 2c0 .66 0 1.32.825 1.99C3.65 4.66 5.3 5.32 60.765 5 116.23 4.68 225.46 3.36 285.36 3.175c59.9-.185 67.16.805 36.91 1.81s-98.23 1.995-146.945 4.65C126.61 12.29 99.22 16.58 83.955 19.12c-15.265 2.54-17.575 3.2-18.105 3.705-.53.505.79.835 3.45 1.17 2.66.335 6.62.665 49.25-1.64 42.63-2.305 123.81-7.255 164.475-9.64C323.69 10.33 321.38 10.66 319 11'/%3E%3C/svg%3E") 0 0 no-repeat;
		background-size: 34.2rem 2.7rem;
		content: '';
		width: 34.2rem;
		height: 2.7rem;
	}
	
	.subscribe .flex {
		display: flex;
		width: 80rem;
		margin: auto;
		gap: 1.9rem;
	}
	
	.subscribe .flex .flex-item:first-child {
		flex: 1;
	}
	
	.wrapper button {
	  width: 36.4rem;
	  height: 5.6rem;
	  padding: 0 2rem;
	  line-height: 5.6rem;
	  background: #2DABE7;
	  border-radius: 1rem;
	  border: 0;
	  color: #ffffff;
	  cursor: pointer;
	  font-size: 2rem;
	  text-transform: uppercase;
	  outline: none;
	  -webkit-appearance: none;
	     -moz-appearance: none;
	          appearance: none;
	}
	
	.wrapper button::-moz-focus-inner {
	  border: 0;
	  outline: none;
	}
	
	input {
	  width: 36.4rem;
	  height: 5.6rem;
	  margin: 0 0 2rem 0;
	  padding: 0 2rem;
	  line-height: 5.6rem;
	  font-size: 2rem;
	  background: #f9fafb;
	  background: rgba(39, 38, 38, .5);
	  border: 0;
	  border: 1px solid #666666;
	  border-radius: 1rem;
	  color: #ffffff;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
	  outline: none;
	}
	
	input:focus {
	  border: 0;
	  border: 1px solid #ffffff;
	  outline: none;
	}
	
	input:focus-visible {
	  border: 0;
	  border: 1px solid #ffffff;
	  outline: none;
	}
	
	.footer {
		width: 80rem;
		margin: 11.9rem auto 0;
		padding-top: 9.2rem;
		padding-bottom: 5.3rem;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='92' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M16.74 1c.881 15.53 1.655 44.58 2.495 61.19 1.008 19.94 2.84 25.29 3.675 27.795C24.055 93.422 11.155 76.57 1.145 66.73c-1.26-1.239 5.89 4.39 14.74 11.58 1.853 1.506 3.17 2.83 4.51 3.51 1.34.68 2.66.68 4-.145 2.66-2.475 5.34-6.485 8.66-13.12 2-4.325 4.64-10.595 7.36-17.055'/%3E%3C/svg%3E") 50% 0 no-repeat;
		background-size: 4.2rem 9.2rem;
		font-size: 1.8rem;
	}
	
	.footer-table {
		width: 100%;
	}
	
	.footer-table td {
		width: 38rem;
		vertical-align: top;
	}
	
	.footer-table td a, .footer-table td a:hover, .footer-table td a:link, .footer-table td a:visited, .footer-table td a:focus {
		color: #ffffff;
		text-decoration: underline;
	}
	
	.footer-table td:first-child {
		text-align: right;
	}
	
	.footer-table td.middle {
		width: 3.2rem;
	}
	
	.footer-social {
		margin: 2.35rem auto 5.6rem;
	    font-size: 0;
	    text-align:center;
	}
	
	a.footer-social__link:after {
	    display: none !important;
	}
	
	a.footer-social__link:hover, a.footer-social__link:active {
	    text-decoration: none;
	}
	
	a.footer-social__link, .footer-social__link {
	    display: inline-block;
	    width: 24px;
	    height: 24px;
	    background-size: auto;
	    background-repeat: no-repeat;
	    background-position: 50% 100%;
	    text-decoration: none;
	}
	
	.footer-social__link + .footer-social__link {
	    margin-left: 23px;
	}
	
	a.footer-social__link-tw, .footer-social__link-tw {
	    width: 21px;
	}
	
	a.footer-social__link-yt, .footer-social__link-yt {
	    width: 30px;
	}
	
	a.footer-social__link-insta, .footer-social__link-insta {
	    width: 21px;
	}
	
	a.footer-social__link-adquantum, .footer-social__link-adquantum {
	    width: 23px;
	}
	
	.footer-social__link-adquantum {
	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' fill='none'%3E%3Cpath fill='%23fff' d='M5.002 12.484C5.396 15.857 6.77 19.26 9.432 22 4.547 21.14.735 17.296.075 12.484h4.926ZM22.924 12.484c-.627 4.566-4.09 8.26-8.613 9.36 2.564-2.711 3.892-6.051 4.278-9.36h4.335ZM16.3 12.484c-.42 3.208-1.835 6.365-4.504 8.768-2.67-2.403-4.084-5.56-4.504-8.768H16.3ZM15.55.514c4.14 1.508 7.147 5.261 7.45 9.732h-4.29a18.16 18.16 0 0 0-.04-1.091c-.175-2.562-.886-5.01-2.029-7.023A12.531 12.531 0 0 0 15.549.514ZM8.255.253a12.352 12.352 0 0 0-1.304 1.88c-1.143 2.012-1.854 4.46-2.03 7.022-.024.36-.036.725-.039 1.091H0C.322 5.49 3.705 1.546 8.255.253ZM11.796 0c1.069.66 2.041 1.715 2.825 3.095.98 1.725 1.62 3.884 1.777 6.19.022.319.033.64.036.961H7.157c.003-.322.015-.642.037-.96.157-2.306.797-4.466 1.776-6.19C9.754 1.715 10.727.66 11.796 0Z'/%3E%3C/svg%3E");
	}
	
	.footer-social__link-yt {
	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='21' fill='none'%3E%3Cpath fill='%23fff' d='M24.956.675c2.69 0 4.856 2.378 4.857 5.304v9.49c.01 2.937-2.168 5.304-4.857 5.304h-20.1C2.167 20.773 0 18.394 0 15.47v-9.49C0 3.04 2.178.675 4.856.675h20.1ZM11.725 15.45l8.455-4.876L11.725 5.7v9.752Z'/%3E%3C/svg%3E");
	}
	
	.footer-social__link-tw {
	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M12.5 8.893 20.319 0h-1.852l-6.792 7.72L6.254 0H0l8.2 11.675L0 21h1.852l7.168-8.155L14.746 21H21M2.52 1.367h2.846l13.1 18.333h-2.847'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h21v21H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	
	.footer-social__link-in {
	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23fff' d='M5.295 7.71h-4.9v15.625h4.9V7.711ZM18.549 7.372a8.79 8.79 0 0 0-.565-.045 5.718 5.718 0 0 0-4.832 2.213c-.146.192-.214.304-.214.304V7.756H8.253V23.38h4.899V16.042c0-1.06-.079-2.19.452-3.16.452-.813 1.264-1.22 2.179-1.22 2.71 0 2.766 2.45 2.766 2.676v9.11h4.9V13.254c0-3.489-1.773-5.543-4.9-5.882ZM2.845 5.69a2.845 2.845 0 1 0 0-5.69 2.845 2.845 0 0 0 0 5.69Z'/%3E%3C/svg%3E");
	}
	
	.footer-social__link-fb {
	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M12 0c6.627 0 12 5.373 12 12 0 5.99-4.388 10.954-10.125 11.855v-8.386h2.796L17.203 12h-3.328V9.75c0-.178.016-.355.053-.525.036-.17.092-.335.173-.486a1.528 1.528 0 0 1 .456-.521c.3-.213.715-.343 1.274-.343h1.513V4.922s-1.374-.234-2.687-.234c-2.74 0-4.532 1.661-4.532 4.668V12H7.078v3.469h3.047v8.386C4.388 22.955 0 17.989 0 12 0 5.373 5.373 0 12 0Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	
	.footer-social__link-insta {
	    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='M10.5 1.89c2.806 0 3.138.013 4.241.062 1.025.045 1.58.218 1.948.361.488.189.841.419 1.206.784.37.369.595.717.784 1.206.143.369.315.926.36 1.948.05 1.107.062 1.44.062 4.24 0 2.806-.012 3.139-.061 4.242-.046 1.025-.218 1.579-.361 1.948-.19.488-.419.84-.784 1.206a3.23 3.23 0 0 1-1.206.783c-.369.144-.927.316-1.948.361-1.107.05-1.44.062-4.241.062-2.805 0-3.138-.012-4.241-.062-1.025-.045-1.58-.217-1.948-.36a3.247 3.247 0 0 1-1.206-.784 3.23 3.23 0 0 1-.784-1.206c-.143-.37-.315-.927-.36-1.948-.05-1.108-.062-1.44-.062-4.241 0-2.806.012-3.138.062-4.241.045-1.026.217-1.58.36-1.948.19-.489.419-.841.784-1.206a3.23 3.23 0 0 1 1.206-.784c.369-.143.927-.316 1.948-.36 1.103-.05 1.436-.062 4.241-.062Zm0-1.89C7.65 0 7.293.012 6.173.062 5.057.11 4.29.292 3.626.55c-.693.27-1.28.627-1.862 1.214A5.145 5.145 0 0 0 .55 3.622C.29 4.29.11 5.053.062 6.169.012 7.293 0 7.649 0 10.5c0 2.85.012 3.207.062 4.327.049 1.116.23 1.883.488 2.547.27.693.627 1.28 1.214 1.862a5.132 5.132 0 0 0 1.858 1.21c.668.259 1.431.44 2.547.488 1.12.05 1.476.062 4.327.062 2.85 0 3.207-.012 4.327-.062 1.116-.049 1.883-.23 2.547-.488a5.131 5.131 0 0 0 1.858-1.21 5.132 5.132 0 0 0 1.21-1.858c.259-.668.439-1.431.488-2.547.05-1.12.062-1.476.062-4.327 0-2.85-.013-3.207-.062-4.327-.049-1.116-.23-1.883-.488-2.547a4.917 4.917 0 0 0-1.202-1.866 5.132 5.132 0 0 0-1.858-1.21c-.668-.259-1.431-.44-2.547-.488C13.707.012 13.351 0 10.5 0Z'/%3E%3Cpath d='M10.5 5.106A5.395 5.395 0 0 0 5.106 10.5a5.395 5.395 0 0 0 5.394 5.394 5.395 5.395 0 0 0 5.394-5.394A5.395 5.395 0 0 0 10.5 5.106Zm0 8.893A3.5 3.5 0 1 1 10.501 7 3.5 3.5 0 0 1 10.5 14ZM17.366 4.893a1.26 1.26 0 1 1-2.519 0 1.26 1.26 0 0 1 2.519 0Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h21v21H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	
	.logo {
		width: 23.4rem;
		height: 3rem;
	}
	
	.logo img {
		width: 23.4rem;
		height: 3rem;
	}
	
	a.logo, a.logo:link, a.logo:visited, a.logo:hover, a.logo:focus {
		text-decoration: none;
		vertical-align: top;
	}
	
	.head-btn {
		float: right;
		width: 20rem;
	}
	
	.two-header {
		max-width: 165.5rem;
		margin: 0 auto;
		padding: 5.3rem 2rem 1.3rem;
		box-sizing: border-box;
	}
	
	@media(max-width: 1000px) {
		html, body {
			font-size: calc(5px + 10 * 100vw/1920);
		}
	}
	
	@media(max-width: 900px) {
		html, body {
			font-size: calc(4px + 10 * 100vw/1920);
		}
	}
	
	@media(max-width: 800px) {
		html, body {
			font-size: calc(3px + 10 * 100vw/1920);
		}
		
		.subscribe .flex {
			display: block;
		}
		
		.subscribe .flex-item + .flex-item {
			margin-top: 2rem;
		}
		
		.wrapper .subscribe input, .subscribe button {
			width: 100% !important;
		}
	}
	
	@media(max-width: 700px) {
		html, body {
			font-size: calc(2px + 10 * 100vw/1920);
		}
	}
	
	@media(max-width: 380px) {
		html, body {
			font-size: calc(1.5px + 10 * 100vw/1920);
		}
	}