
	@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');


	:root {
		--swiper-theme-color: #171a2e;
	}

	* {
		scrollbar-width: auto;
		scrollbar-color: #171a2e #232946;
	}

	*::-webkit-scrollbar {
		width: 0px;
	}

	*::-webkit-scrollbar-track {
		background: #232946;
	}

	*::-webkit-scrollbar-thumb {
		background-color: #171a2e;
		border-radius: 10px;
		border: 3px solid #232946;
	}


	* {
		user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: sans-serif;
	}

	.line-break{
		display: none;
	}


	body {

		color: #fffffe;
		background-image: url("/images/ooorganize.svg"), url("/images/waves.svg");
		background-size: contain, contain;

		background-repeat: no-repeat;
		background-position-y: 34px, -16px;

		background-color: #232946;
		padding: 20px;
		padding-left: 0;
		padding-right: 0;
		width: 100vw;
		height: 100vh;

		font-size: 18px;


	}



	.bottemSupport{
			margin-top: 30px;
	}

	h1 {
		font-family: 'Dela Gothic One', cursive;
		color: #fffffe;

		align-items: center;

		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		margin-top: 50px;
		font-size: 28px;
		text-align: center;

	}


	.footclass {
		color: #fffffe;

		margin-left: 15px;

		text-decoration: none;

		font-size: 15px;
		font-family: 'Kanit', sans-serif;


		transition: 0.5s;
	}

	.skew {
		text-shadow: -13px 13px 0px #171A2E;
		transform: skew(5deg, 5deg);
	}

	.header {
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;

		max-width: 1400px;
		position: relative;

		z-index: 9;


		margin-top: -10px;
		text-align: center;

		padding: 12px;

		transition: 0.5s;
		/* 	    background-color: hsla(230, 33%, 17%, 0.7); */

	}
	

	.header a {
		font-family: 'Kanit', sans-serif;
		float: left;
		color: #fffffe;


		text-align: center;
		margin-top: 14px;
		margin-left: 19px;
		margin-right: 14px;
		margin-bottom: 14px;

		text-decoration: none;


		font-size: 18px;
		line-height: 25px;


		transition: 0.5s;
	}

	.header a.logo {
		margin-left: 14px;
		font-size: 25px;
		text-align: center;
		color: #fffffe;
		font-weight: 500;
		font-family: 'Dela Gothic One', cursive;
		transition: 0.5s;
		text-shadow: 4px 4px 0px #171A2E;
	}

	.header a:hover {

		color: #b8c1ec;
		transition: 0.5s;
	}

	.header a.logo:hover {
		color: #b8c1ec;

		transition: 0.5s;
	}


	.header a.active {

		font-weight: bold;
		color: #b8c1ec;
	}

	.header a.active:hover {

		color: #C59DF1;
		transition: 0.5s;
	}

	.header a.support:hover {
		color: #FFAED8;
		transition: 0.5s;
	}

	.header-right {
		float: right;
		text-align: center;
	}

	.header-menu {
		float: right;
		text-align: center;
	}

	.aclass {
		opacity: 100%;
		color: #fffffe;
		display: inline-block;
		margin-left: 26px;
		padding: 12px;
		margin-top: 8px;
		margin-bottom: 4px;

		width: 100%;
		max-width: 152px;


		text-decoration: none;

		align-items: center;



		font-size: 16px;
		font-family: 'Kanit', sans-serif;


		background-color: #1d213a;
		border-radius: 16px;

		/* 	border: 2px solid #202540; */
		transition: 0.5s;
		text-align: center;
	}

	.aclass:hover {
		background-color: #171a2e;

	}

	.spacerHome {
		margin-top: max(15vh, 150px);
	    aspect-ratio: 960/540;
	    height: max(50vw, 500px);
	    right: 0;
	    width: max(50vw, 500px);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    margin-right: 11vw;
	}

	.layerHome {
		background-image: url('/images/lighthouse4.svg');
	}

@media screen and (max-width: 1100px) {
		.spacerHome {
			opacity: 0;
			width: 0;
			margin-top: 25vh;
		    aspect-ratio: 960/540;
		   
		    right: 0;
		    height: 0;
		    background-repeat: no-repeat;
		    background-position: center;
		    background-size: cover;
		    margin-right: 11vw;
		}
}



	.loader {
		display: none;
		z-index: 1000;
		display: inline-block;
		width: 30px;
		height: 30px;
		position: absolute;
		border: 4px solid #Fff;
		animation: loader 2s infinite ease;
	}

	.loader-wrapper {
		z-index: 1000;
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #232946;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.loader-inner {
		display: none;
		vertical-align: top;
		display: inline-block;
		width: 100%;
		background-color: #fff;
		animation: loader-inner 2s infinite ease-in;
	}

	@keyframes loader {
		0% {
			transform: rotate(0deg);
		}

		25% {
			transform: rotate(180deg);
		}

		50% {
			transform: rotate(180deg);
		}

		75% {
			transform: rotate(360deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	@keyframes loader-inner {
		0% {
			height: 0%;
		}

		25% {
			height: 0%;
		}

		50% {
			height: 100%;
		}

		75% {
			height: 100%;
		}

		100% {
			height: 0%;
		}
	}


	.hero {
		z-index: 8;
		width: 1405px;
		margin: auto;
		margin-bottom: 36px;

	}

	.center {
		z-index: 8;
		padding: 12px;
		width: 1442px;
		max-width: 100vw;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		margin-bottom: 36px;

	}

	.head {
		font-size: 32px;
		color: #fffffe;
		margin-left: 28px;
		margin-right: 28px;
		font-weight: 500;
		font-family: 'Dela Gothic One', cursive;
	}

	.copy {
		margin-left: 28px;
		margin-right: 28px;
		font-size: 24px;
		font-family: 'Kanit', sans-serif;

	}

	#typewriterLarge {
		color: #b8c1ec;
		font-size: 32px;
		font-family: 'Dela Gothic One', cursive;

	}

	#typewriterSmall {
		color: #b8c1ec;
		font-size: 32px;
		font-family: 'Dela Gothic One', cursive;

	}

	#cursor {
		color: #b8c1ec;
		animation: blink 1s linear infinite;
	}

	@keyframes blink {
		0% {
			opacity: 100%;
		}

		50% {
			opacity: 0%;
		}
	}

	.glow-support:hover {

		box-shadow: 0 5px 15px rgba(184, 193, 236, .4);
	}

	.glow-join:hover {

		box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
	}

	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.menuItem {
		font-family: 'Dela Gothic One', cursive;
		text-decoration: none;
		display: block;
		margin: 2rem 4rem;
		font-size: 1.8rem;
		color: white;
		text-decoration: none;
		transition: 0.5s;
	}

	.menuItem:hover {
		text-decoration: none;

	}

	.hamburger {
		text-decoration: none;
		position: absolute;
		z-index: 100;
		top: 1rem;
		right: 1rem;
		font: size 32px;
		color: #FFFFFe;
		padding: 18px;
		border: none;
		border-radius: 18px;
		background: none;
		cursor: pointer;
	}

	.closeIcon {
		display: none;
	}

	.menu {
		position: fixed;
		transform: translateY(-100%);
		transition: transform 0.2s;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		background: #232946;
		backdrop-filter: blur(5px);

		color: white;
		list-style: none;
		padding-top: 4rem;
	}

	@supports (backdrop-filter: blur(5px)) {
		.menu {
			background: hsla(230, 33%, 1%, 0.1);
			backdrop-filter: blur(5px);
		}
	}

	.showMenu {
		transform: translateY(0);
	}

	.material-icons {

		font-size: 30px;
	}


	.menu a:hover {
		text-decoration: none;
		color: #b8c1ec;
		transition: 0.5s;
	}

	.menu a.logo:hover {
		color: #b8c1ec;
		text-decoration: none;
		transition: 0.5s;
	}


	.menu a.active {
		text-decoration: none;
		font-weight: bold;
		color: #b8c1ec;
	}

	.menu a.active:hover {
		text-decoration: none;
		color: #C59DF1;
		transition: 0.5s;
	}

	.menu a.support:hover {
		text-decoration: none;
		color: #FFAED8;
		transition: 0.5s;
	}

	.menu-right {
		text-decoration: none;
		float: right;
		text-align: center;
	}

	.menu-menu {
		text-decoration: none;
		float: right;
		text-align: center;
	}



	.moveLeft {
		opacity: 90%;
		margin-left: 4px;
		background-color: #b8c1ec;
		color: #1d213a;
		;
	}

	.moveLeft:hover {
		opacity: 100%;
		background-color: #b8c1ec;
	}


	.context {
		width: 100%;
		position: absolute;
		top: 50vh;

	}

	.context h1 {
		text-align: center;
		color: #fff;
		font-size: 50px;
	}


	.area {
		z-index: 0;
		width: 100%;


	}

	.circles {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		
		overflow: hidden;
	}

	.circles li {
		position: absolute;
		display: block;
		list-style: none;
		width: 20px;
		height: 20px;
		background: rgba(23, 26, 46, 0.6);
		animation: animate 25s linear infinite;
		bottom: -150px;

	}

	.circles li:nth-child(1) {
		left: 25%;
		width: 80px;
		height: 80px;
		animation-delay: 0s;
	}


	.circles li:nth-child(2) {
		left: 10%;
		width: 20px;
		height: 20px;
		animation-delay: 2s;
		animation-duration: 12s;
	}

	.circles li:nth-child(3) {
		left: 70%;
		width: 20px;
		height: 20px;
		animation-delay: 4s;
	}

	.circles li:nth-child(4) {
		left: 40%;
		width: 60px;
		height: 60px;
		animation-delay: 0s;
		animation-duration: 18s;
	}

	.circles li:nth-child(5) {
		left: 65%;
		width: 20px;
		height: 20px;
		animation-delay: 0s;
	}

	.circles li:nth-child(6) {
		left: 75%;
		width: 110px;
		height: 110px;
		animation-delay: 3s;
	}

	.circles li:nth-child(7) {
		left: 35%;
		width: 150px;
		height: 150px;
		animation-delay: 7s;
	}

	.circles li:nth-child(8) {
		left: 50%;
		width: 25px;
		height: 25px;
		animation-delay: 15s;
		animation-duration: 45s;
	}

	.circles li:nth-child(9) {
		left: 20%;
		width: 15px;
		height: 15px;
		animation-delay: 2s;
		animation-duration: 35s;
	}

	.circles li:nth-child(10) {
		left: 85%;
		width: 150px;
		height: 150px;
		animation-delay: 0s;
		animation-duration: 11s;
	}



	@keyframes animate {

		0% {
			transform: translateY(0) rotate(0deg);
			opacity: 0.3;
			border-radius: 0;
		}

		100% {
			transform: translateY(-1000px) rotate(720deg);
			opacity: 0.3;
			border-radius: 40%;
		}

	}

	.goals {

		user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;

		max-width: 1400px;

		margin: auto;


	}


	/* 	.nextPage{
		padding: 0;
		user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;

		background-color: aliceblue;
		width: 100%;
	    height: 100%;
	}
 */
	.textBreak {

		max-width: 720px;
	}



	.swiper {
		margin-left: 34px;

		float: left;
		z-index: 5;
		color: 000;
		border-radius: 12px;
		width: 90vw;
		max-width: 800px;
		height: 50vw;
		max-height: 450px;
	}

	.swiperNew {

		overflow: hidden;
		margin-top: -640px;
		margin-right: 2vw;

		float: right;
		z-index: 5;
		color: 000;
		border-radius: 12px;

		width: 90vw;
		max-width: 450px;

		height: 50vw;

		max-height: 680px;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		color: black;
		background: #232946;
		box-shadow:
			2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
			6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
			12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
			22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
			41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
			100px 100px 80px rgba(0, 0, 0, 0.07);


		/* Center slide text vertically */

		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.swiper-slide img {

		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	.swipePos {
		position: absolute;
		bottom: 30%;
		left: 0;
		right: 0;
		margin: auto;
		width: 100vw;
		max-width: 1440px;
	}
	

	@media screen and (max-height: 750px) {
		.swiper {

			width: 90vw;
			max-width: 700px;
			height: 50vw;
			max-height: 400px;
		}
	}

	@media screen and (max-height: 700px) {
		.swiper {

			width: 90vw;
			max-width: 600px;
			height: 50vw;
			max-height: 350px;
		}
	}

	@media screen and (max-height: 600px) {
		.swiper {
			margin-bottom: 26px;
			width: 48vh;
			max-width: 800px;
			height: 25vh;
			max-height: 450px;
		}
	}


	@media screen and (max-width: 750px) {
		.aclass {
			width: 100%;
			max-width: 147px;
		}

		.head {
			font-size: 28px;
			color: #fffffe;
			font-family: 'Dela Gothic One', cursive;
		}

		.copy {
			font-size: 22px;
			font-family: 'Kanit', sans-serif;

		}

		#typewriterLarge {
			color: #b8c1ec;
			font-size: 28px;
			font-family: 'Dela Gothic One', cursive;

		}

		#typewriterSmall {
			color: #b8c1ec;
			font-size: 28px;
			font-family: 'Dela Gothic One', cursive;

		}

	}

	@media screen and (max-width: 700px) {
		.head {
			font-size: 24px;
			color: #fffffe;
			font-family: 'Dela Gothic One', cursive;
		}

		.copy {
			font-size: 18px;
			font-family: 'Kanit', sans-serif;

		}

		#typewriterLarge {
			color: #b8c1ec;
			font-size: 28px;
			font-family: 'Dela Gothic One', cursive;

		}

		#typewriterSmall {
			color: #b8c1ec;
			font-size: 28px;
			font-family: 'Dela Gothic One', cursive;

		}

		.aclass {
			width: 100%;
			max-width: 142px;
		}


	}

	@media screen and (max-width: 610000px) {
		.hamburger {
			display: none;
		}

		.menu {
			display: none;
		}

		.menuItem {
			display: none;
		}

	}

	@media screen and (max-width: 630px) {
		.menu {
			display: block;
		}

		.menuItem {
			display: block;
		}

		.hamburger {
			display: block;
		}

		.aclass {
			width: 100%;
			max-width: 132px;
		}

		#typewriterLarge {
			color: #b8c1ec;
			font-size: 24px;
			font-family: 'Dela Gothic One', cursive;

		}

		#typewriterSmall {
			color: #b8c1ec;
			font-size: 24px;
			font-family: 'Dela Gothic One', cursive;

		}

		.head {
			font-size: 24px;
			color: #fffffe;
			font-family: 'Dela Gothic One', cursive;
		}

		.copy {
			font-size: 18px;
			font-family: 'Kanit', sans-serif;
		}

		.header a {
			float: none;
			display: none;
		}

		.header a.logo {
			font-family: 'Dela Gothic One', cursive;
			display: block;
			float: left;
		}

		.header-right {
			float: none;
		}

		h1 {
			font-family: 'Dela Gothic One', cursive;
		}
	}

	.large {
		display: block;
	}

	.small {
		display: none;
	}





	@media screen and (max-width: 480px) {

		.swiper {
			float: none;
			margin-bottom: 46px;
			float: center;
			margin-left: auto;
			margin-right: auto;
		}

		.swiperPos {
			position: absolute;
			margin-left: auto;
			margin-right: auto;
		}

		.large {
			display: none;
		}

		.small {
			display: block;

			text-align: center;
		}

		.hamburger {
			display: block;
		}

		.aclass {
			width: 100%;
			margin-left: 0px;
			max-width: 132px;
		}

		#typewriterLarge {
			color: #b8c1ec;
			font-size: 25px;
			font-family: 'Dela Gothic One', cursive;

		}

		#typewriterSmall {
			color: #b8c1ec;
			font-size: 25px;
			font-family: 'Dela Gothic One', cursive;

		}

		.head {
			font-size: 25px;
			color: #fffffe;
			line-height: 28px;
			font-family: 'Dela Gothic One', cursive;
			margin-bottom: 10px;
		}

		.copy {
			font-size: 18px;
			font-family: 'Kanit', sans-serif;
			margin-bottom: 10px;
		}

		.header a {
			float: none;

			display: none;
		}

		.header a.logo {
			font-family: 'Dela Gothic One', cursive;
			display: block;
			float: left;
		}

		.header-right {
			float: none;
		}

		h1 {
			font-family: 'Dela Gothic One', cursive;
		}
	}


	.goalsSection {
		background-color: #151830;
	}

	.teamsSection {
		background-color: #3f4068;
	}


	.teams {

		user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;

		max-width: 1400px;

		margin: auto;


	}


	.spacer {
		
		aspect-ratio: 960/540;
		height: 144vh;

		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.spacerNew {

		aspect-ratio: 960/540;
		position: absolute;
		height: 180vh;

		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.layerNew {
		background-image: url('/images/waveTestmo.svg');
	}
	.layer1 {
		background-image: url('/images/wave4.svg');
	}

	.spacer2 {
		aspect-ratio: 960/540;
		height: 180vh;

		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.layer2 {
		background-image: url('/images/wave6.svg');
	}

	.spacer3 {
		aspect-ratio: 960/540;
		position: absolute;
		height: 20vh;

		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.layer3 {
		background-image: url('/images/footerWave3.svg');
	}

	.hideme {
		opacity: 0;
	}

	.hidemeLarge {
		opacity: 0;
	}

	

	/* 	 .hero{
		z-index: 8;
		width: 1405px;
		margin: auto;
		margin-bottom: 36px;
		
  	}

	.center {
		z-index: 8;
		padding: 12px;
		width: 1442px;
		max-width: 100vw;
	   position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		margin-bottom: 36px;
		
  	} */


	.swipePosTwo {
		position: absolute;
		bottom: -20%;

		margin: auto;
		width: 100vw;
		max-width: 1440px;
	}


	/* Animation */

	@keyframes fadeInUp {
		from {
			transform: translate3d(0, 40px, 0)
		}

		to {
			transform: translate3d(0, 0, 0);
			opacity: 1
		}
	}

	@-webkit-keyframes fadeInUp {
		from {
			transform: translate3d(0, 40px, 0)
		}

		to {
			transform: translate3d(0, 0, 0);
			opacity: 1
		}
	}

	@keyframes fadeInDown {
		from {
			transform: translate3d(0, -40px, 0)
		}

		to {
			transform: translate3d(0, 0, 0);
			opacity: 1
		}
	}

	@-webkit-keyframes fadeInDown {
		from {
			transform: translate3d(0, -40px, 0)
		}

		to {
			transform: translate3d(0, 0, 0);
			opacity: 1
		}
	}

	.animated {
		animation-duration: 1s;
		animation-fill-mode: both;
		-webkit-animation-duration: 1s;
		-webkit-animation-fill-mode: both
	}

	.animatedOffset {
		animation-duration: 1s;
		animation-fill-mode: both;
		-webkit-animation-duration: 1s;
		-webkit-animation-fill-mode: both
	}



	.animatedFadeInUp {
		opacity: 0
	}

	.fadeInUp {
		opacity: 0;
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
	}

	.fadeInDown {
		opacity: 0;
		animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
	}

	
	:root {
	    --background: #fff;
	    --color: #b8c1ec;
	    --color-2: #b8c1ec;
	    --color-3: #fff;
	    --transition: all 0.25s ease 0s
	}
	
	.footer {
		margin-top: 160px;
	    font-size: 16px;
	    overflow-x: hidden;
	    scroll-behavior: smooth
	}
	
	@media screen and (max-width: 768px) {
	    .footer {
	        font-size:15px
	    }
	}
	
	@media screen and (max-width: 465px) {
	    .footer {
	        font-size:14px
	    }
	}
	
	
	
	.container {
	    max-width: 1110px;
	    margin: 0 auto;
	    position: relative;
	    padding: 2rem;
	}
	
  	@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
	
	.footer-nav{
	    padding: 1rem 0
	}
	
	.footer-nav .col {
	  max-width: 300px;
	}
	
	p.site-decription {
	  color: var(--color-3);
	  font-size: 1rem;
	  font-weight: 400;
	}
	
	.social-medias a {
	  color: var(--color-2);
	}
	
	.social-medias svg {
	  vertical-align: left;
	  width: 1.5rem;
	  height: 1.5rem;
	}
	
	.flex{
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	
	.flex-start{
	  align-items: flex-start;
	}
	
	.flex-jc-start{
	  justify-content: flex-start;
	}
	
	.flex-around{
	  justify-content: space-around;
	}
	
	.flex-column{
	  flex-direction: column;
	}
	
	.flex-g-1{
	  gap: 1rem;
	}
	
	.col{
	  flex: 1;
	}

	.logo-holder{
		color: #fffffe;
		font-weight: 500;
		font-family: 'Dela Gothic One', cursive;
	}

	.font-small{
		color: #fffffe;
		font-size: 8px;
		font-family: 'Kanit', sans-serif;
	}

	.font-med{
		color: #fffffe;
		font-size: 18px;
		font-family: 'Kanit', sans-serif;
	}
	
	.col-list ul li{
	  list-style: none;
	}
	
	.col-list ul li a{
	  text-decoration: none;
	  color: var(--color-3);
	  transition: var(--transition)
	}
	
	.col-list ul li a:hover,
	.col-list ul li a:focus{
	  color: var(--color);
	  text-decoration: underline
	}
	
	#goalsSec2{
			padding-bottom: 40px;
	}

	.swiperNew2 {
	
			overflow: hidden;
			margin-top: -580px;
			margin-left: 2vw;
	
			float: left;
			z-index: 5;
			color: 000;
			border-radius: 12px;
	
			width: 90vw;
			max-width: 580px;
	
			height: 50vw;
	
			max-height: 580px;
		}

	
	.sparkFilled2{
		filter: drop-shadow(5px 5px 8px #000);
		max-width: 70px;
	    margin-top: min(46vw,638px);
	    position: absolute;
	    z-index: 1;
	    margin-left: 875px;
	}
	.sparkUnFilled2{
		filter: drop-shadow(5px 5px 8px #000);
		max-width: 70px;
		position: absolute;
	    margin-left: 436px;
	    z-index: 3;
	    margin-top: -34px;
	    
	}

	@media screen and (max-width: 1280px) {
		.sparkFilled2{

		    margin-top: min(46vw,638px);


		    margin-left: 392px;
		}
		.sparkUnFilled2{


		    margin-left: -32px;

		    margin-top: -34px;
		    
		}
		
	}
@media screen and (max-width: 1242px) {
		.sparkFilled2{
			max-width: 70px;
		    margin-top: min(46vw,638px);
		    position: absolute;
		    z-index: 1;
		    margin-left: 875px;
		}
		.sparkUnFilled2{
			max-width: 70px;
			position: absolute;
		    margin-left: 436px;
		    z-index: 3;
		    margin-top: -34px;
		    
		}
			
	}
@media screen and (max-width: 1240px) {
		.swiperNew {
	
			overflow: hidden;
			margin-top: -580px;
			margin-right: 2vw;
	
			float: right;
			z-index: 5;
			color: 000;
			border-radius: 12px;
	
			width: 90vw;
			max-width: 440px;
	
			height: 50vw;
	
			max-height: 665px;
		}

}
	@media screen and (max-width: 1250px) {
		#pad{			
   			padding-bottom: 180px;
		}
		.sparkFilled2{

		    max-width: 70px;
		    margin-top: 444px;
			margin-left: 0;
		    position: absolute;
		    z-index: 1;
		    margin-left: 618px;
		}
		.sparkUnFilled2{
			margin-left: -35px;
		    max-width: 70px;
		    position: absolute;
		    z-index: 3;
		    margin-top: 19px;
		    
		}
		
		.swiperNew {
	
			overflow: hidden;
			margin-top: -580px;
			margin-right: 3vw;
	
			float: right;
			z-index: 5;
			color: 000;
			border-radius: 12px;
	
			width: 90vw;
			max-width: 440px;
	
			height: 50vw;
	
			max-height: 665px;
		}

	}
	
	@media screen and (max-width: 1100px){
	  .footer-nav{
	    flex-direction: column
	  }
	}

	

	@media screen and (max-width: 760px) {
			.sparkFilled2{
	
			    max-width: 70px;
			    margin-top: 444px;
				margin-left: 0;
				right: 0;
			    position: absolute;
			    z-index: 1;
			    margin-left: 0px;
			}
			.sparkUnFilled2{
				margin-left: -35px;
			    max-width: 70px;
			    position: absolute;
			    z-index: 3;
			    margin-top: 22vh;
			    
			}
	}

	@media screen and (max-width: 510px) {

			.sparkUnFilled2{
				margin-left: -35px;
			    max-width: 70px;
			    position: absolute;
			    z-index: 3;
			    margin-top: 32vh;
			    
			}
	}

	@media screen and (max-width: 1250px) {

		.textBreak{
			margin-left: auto;
    		margin-right: auto;
		}

		#goalsSec2{
			padding-bottom: 350px;
			margin-left: 26px;
		}
		.swiperNew {
	
			overflow: hidden;
			margin-top: -490px;
			margin-right: auto;
			margin-left: auto;
	
			float: right;
			z-index: 5;
			color: 000;
			border-radius: 12px;
	
			width: 90vh;
			max-width: 665px;
	
			height: 50vw;
	
			max-height: 440px;
			float: none;
		}

	}

	@media screen and (max-width: 1250px) {
		.swiperNew {
	
			overflow: hidden;
			margin-top: -490px;
			margin-right: auto;
			margin-left: auto;
	
			float: right;
			z-index: 5;
			color: 000;
			border-radius: 12px;
	
			width: 90vh;
			max-width: 665px;
	
			height: 50vw;
	
			max-height: 440px;
			float: none;
		}



	}

	@media screen and (max-width: 1250px) {
		body {

			color: #fffffe;
			background-image: url("/images/ooorganize.svg"), url("/images/waves.svg");
			background-size: contain, cover;
	
			background-repeat: no-repeat;
			background-position-y: 34px, -16px;
	
			background-color: #232946;
			padding: 20px;
			padding-left: 0;
			padding-right: 0;
			width: 100vw;
			height: 100vh;
	
			font-size: 18px;
	
	
		}



	}

	
		
	@media screen and (max-width: 730px) {
		.swiperNew {
			overflow: hidden;
			margin-top: -490px;
			margin-right: auto;
			margin-left: auto;
	
			float: right;
			z-index: 5;
			color: 000;
			border-radius: 12px;
	
			width: 90vw;
			max-width: 665px;
	
			height: 50vw;
	
			max-height: 440px;
			float: none;
		}

	}
		
	
	#callToAction{
		margin-left: 2vw;
	}
	.sparkFilled{
		filter: drop-shadow(5px 5px 8px #000);
	    z-index: 1;
		max-width: 70px;
	    position: absolute;
	    margin-left: 568px;
	    margin-top: -40px;
	}
	.sparkUnFilled{
		filter: drop-shadow(5px 5px 8px #000);
		max-width: 70px;
		z-index: 9;
	    position: absolute;
	    margin-top: -617px;
	    margin-left: -12px;
	}

	.hover-underline-animation {
	  display: inline-block;
	  position: relative;
	  color: #b8c1ec;
	}
	
	.hover-underline-animation::after {
	  font-style: italic;
	  content: '';
	  position: absolute;
	  width: 100%;
	  transform: scaleX(0);
	  height: 2px;
	  bottom: 0;
	  left: 0;
	  background-color: #b8c1ec;
	  transform-origin: bottom right;
	  transition: transform 0.25s ease-out;
	}
	
	.hover-underline-animation:hover::after {
	  transform: scaleX(1);
	  transform-origin: bottom left;
	}
/* 	Board Stuff */
		.row {
			
		  display: flex;
		  flex-wrap: wrap;
		  padding: 2em 1em;
		  text-align: center;
		}
		.column {
		  flex: 0 0 50%;
		  max-width: 50%;
		  width: 100%;
		  padding: 0.5em 0;
		}
			
		.row h1 {
		  width: 100%;
		  font-weight: 500;
		  text-align: center;
		  font-size: 1.8em;
		  color: #FFFFFF;
		}
		.card {
			margin-top: 2em;
			  -webkit-transition: background 1000ms linear;
		  -ms-transition: background 1000ms linear;
		  transition: background 1000ms linear;
		  margin-right: 8px;
		  margin-left: 8px;
		/*   box-shadow: 0 0 2.4em rgba(25, 0, 58, 0.1); */
		  padding: 3.5em 1em;
		  border-radius: 0.6em;
		  color: #ffffff;
		  cursor: pointer;
		  transition: 0.3s;
		  
		  background-color: #1b1f36;
		}
		.card .img-container {
			transition: 0.8s;
		  width: 7em;
		  height: 7em;
		  background-color: #313652;
		  padding: 0.5em;
		  border-radius: 50%;
		  margin: 0 auto 2em auto;
		}
		.card p {
			font-family: "Dela Gothic One", sans-serif;
		    margin-top: 0;
			color: #cbcbcb;
		
		}
		.card img {
		  width: 100%;
		  border-radius: 50%;
		}
		.card h3 {
			font-family: "Dela Gothic One", sans-serif;
		  font-weight: 500;
		}
		.iconSpacing {
			margin-top: 28px;
		    margin-bottom: -28px
		}
		
		.icons {
			color: #b8c1ec;
			margin-top: 24px;
		  width: 40%;
		  min-width: 120px;
		  margin: auto;
		  display: flex;
		  justify-content: space-between;
		}
		.card a {
		  text-decoration: none;
		  color: inherit;
		  
		}
		.row2 {
			width: 100%;
		    flex-wrap: wrap;
		    display: flex;
		    justify-content: center;
		}
		.card:hover {
		  background-color: #20243B;
		}
		.card:hover .img-container {
		  transform: scale(1.15);
		}

		.board {
		    padding-bottom: 16px;
			
		  }

		
		@media screen and (min-width: 1000px) {
		  .board {
		    padding: 1em 0em;
		  }
		}
		@media screen and (min-width: 1350px) {
		  .board {
		    padding: 1em;
		  }

		  .line-break{
			display: block;
		  }
		  .card {
		    padding: 5em 1em;
			margin-right: 1px;
		    margin-left: 1px;
		  }
		  .column {
		    flex: 0 0 25%;
		    max-width: 25%;
		    padding: 0 0.7em;
		  }
		}
		@media screen and (max-width: 1500px) {
			.card h3 {
			  font-weight: 500;
			  font-size: 1.2em;
			}
		
		}
			#s {
				font-size: 1em;
			}
			#s2{
				margin-bottom: -8px;
			}
		
		@media screen and (max-width: 1610px) {
			#s {
				font-size: 1.2em;
			}
		}
		@media screen and (max-width: 1485px) {
			#s {
				font-size: 1.15em;
			}
		}
		@media screen and (max-width: 600px) {
			  .column {
			    flex: 0 0 100%;
			    max-width: 100%;
			    padding: 0 0.7em;
			  }
		}

	.board {

		background-color: #2c314c;
	}

	.boardHolder {
		position: sticky;
    	z-index: 10;
		margin-top: 52vh;
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
	}

	.spacerTest {
		aspect-ratio: 960/540;
		position: absolute;
		height: 180vh;

		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.layerTest {
		background-image: url('/images/waveTest.svg');
	}


	.testimonials {
		background-color: #151830;
	}

	.testimonialsHolder {
		position: sticky;
    	z-index: 10;
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
	}

	.testimonialsCenter {
  display: grid;
  justify-content: center;
  align-items: center;
}
.testimonial img {
  max-width: 100%;
  vertical-align: bottom;
}
.testimonial {
  background-color: #20243B;
  border-radius: 12px;
  padding: 40px 25px 25px;
  flex-grow: 1;
  flex-basis: 280px;
  max-width: 360px;
  position: relative;
  transition: 0.3s;
}

.testimonial:hover{
	background-color: #212640;
    transform: scale(1.15);
}
.testimonial__text {
  font-family: "Dela Gothic One";
  font-weight: 100;
  font-size: 0.875rem;
  line-height: 21px;
  margin-bottom: 1.5625rem;
}
.testimonial__job {
  color: #cbcbcb;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 10px;
  letter-spacing: 0.5px;
}
.testimonial__name {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 0.925rem;
  line-height: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.testimonial__img {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}
.testimonial__img img {
  vertical-align: bottom;
  border-radius: 50%;
}
.testimonial__info {
  display: inline-block;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container--testimonials {
	margin-top: 58vh;
	margin-bottom: 14vh;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
  justify-content: center;
  padding: 45px 45px 90px;
}
@media (min-width: 78.125em) {
  .container--testimonials {
    padding: 0;
    max-width: 1160px;
  }
}


	@media screen and (max-width: 1350px){

		#supportUs {
			margin-left: auto;
    		margin-right: auto;
		}

		.sparkUnFilled {
			max-width: 0;
			opacity: 0;
			margin: 0;
			padding: 0;
		}

		.sparkFilled {
			max-width: 0;
			opacity: 0;
			margin: 0;
			padding: 0;
			
		}

		.swiperNew2 {
			overflow: hidden;
			margin-top: 28px;
			margin-right: auto;
			margin-left: auto;
	
			float: right;
			z-index: 5;
			color: 000;
			border-radius: 12px;
	
			width: 90vw;
			max-width: 665px;
	
			height: 90vw;
	
			max-height: 665px;
			float: none;
		}
	}
	@media screen and (max-width: 999px) {
		.spacerNew {
			 margin-top: -460px;
			 height: 220vh;
		 }
		}
	
	@media screen and (max-width: 455px) {
		#pad {
		    padding-bottom: 300px;
		}
		.swiperNew {

		    height: 100vw;

		}
	
	}

	@media screen and (max-width: 600px) {
		.spacer {
		margin-top: 244px;
		aspect-ratio: 960/540;
		height: 81vh;
		width: 100%;
		background-repeat: no-repeat;
		width: 5;
		background-size: cover;

		
			
		}
		.spacerTest {
			aspect-ratio: 960/540;
			position: absolute;
			height: 117vh;
			width: 100%;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
		}

		.container--testimonials {
			margin-top: 41vh;
			margin-bottom: 14vh;
			display: flex;
			flex-wrap: wrap;
			gap: 25px 40px;
			justify-content: center;
			padding: 45px 45px 90px;
		}

		#supportUs{
			margin-top: 317px;
		}
		.spacer2 {
			aspect-ratio: 960/540;
			height: 112vh;
			width: 100%;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
		}

		.bottemSupport{
			margin-top: -290px;
		}
	}

.out{
	color: #414452;
	pointer-events: none;
}