@charset "UTF-8";

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/subset-CenturyGothic.eot');
    src: url('../fonts/subset-CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-CenturyGothic.woff2') format('woff2'),
        url('../fonts/subset-CenturyGothic.woff') format('woff'),
        url('../fonts/subset-CenturyGothic.ttf') format('truetype'),
        url('../fonts/subset-CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/subset-CenturyGothic-Bold.eot');
    src: url('../fonts/subset-CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/subset-CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/subset-CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/subset-CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Happy Monkey';
    src: url('../fonts/subset-HappyMonkey-Regular.eot');
    src: url('../fonts/subset-HappyMonkey-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-HappyMonkey-Regular.woff2') format('woff2'),
        url('../fonts/subset-HappyMonkey-Regular.woff') format('woff'),
        url('../fonts/subset-HappyMonkey-Regular.ttf') format('truetype'),
        url('../fonts/subset-HappyMonkey-Regular.svg#HappyMonkey-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-size: 16px;
	text-align: center;
	color: #191e17;
	line-height: 1.5;
	background: #fff;
}

/* Section */

.section {
	position: relative;
	max-width: 1264px;
	margin: 0 auto;
}

/* Welcome */

#welcome {
	position: relative;
}

#welcome .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 100px;
	padding-bottom: 100px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#welcome .image {
	position: relative;
	width: 540px;
	--mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU1OSIgaGVpZ2h0PSI1NTUuOTQiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCA1NTkgNTU1Ljk0Ij48cGF0aCBkPSJNMjU4LjE5LjI5YzM1LjE0LTEuMzEsNzAuNjIsMS43OSwxMDQuNTgsMTEuMTIsMzUuNTcsOS43LDY5LjY5LDI3LjAzLDk1Ljc3LDUzLjQyLDE2LjE5LDE2LjYsMzEuNzUsMzMuODUsNDUuOTgsNTIuMTYsMTUuNDEsMTkuOTYsMjkuMjIsNDEuMzYsMzkuMDIsNjQuNjcsOS45NiwyMy42LDE1LjU1LDQ5LjE1LDE1LjQ1LDc0LjgxLjAzLDEyLjgyLTEuNTcsMjUuNTctMy41NSwzOC4yMS02LjIsMzguNzEtMTguMjgsNzYuNjEtMzYuOSwxMTEuMTctMTYuNTUsMzAuODEtMzguMjIsNTguOTYtNjQuNDMsODIuMTgtMjUuNDcsMjIuNjMtNTUuMjQsNDAuNDctODcuMzcsNTEuODgtMjMuMTQsOC4yMi00Ny4zOSwxMy4yOS03MS44NywxNS4xNC00OS42OSw0LjE3LTEwMC43My02LjI5LTE0NC4xMi0zMS4wNi00MS40Mi0yMy4zNy03NS40OC01OC42Mi05OS45Ni05OS4yLTIxLjc2LTM1LjkxLTM2LjI0LTc1Ljk4LTQ0LjE2LTExNy4xNEMyLjM0LDI4NS4xNy0uMjksMjYyLjMxLjAzLDIzOS40MWMuNTItNDQuMjQsMTEuNjMtODguODgsMzUuMTgtMTI2LjU4LDE0LjE5LTIyLjg0LDMyLjcxLTQyLjk3LDU0LjI0LTU5LjA3LDE5LjUyLTE0LjcsNDEuNDEtMjYuMTUsNjQuMzctMzQuNDVDMTg3LjI0LDcuMjQsMjIyLjczLDEuNDMsMjU4LjE5LjI5WiIvPjwvc3ZnPg==");
}

#welcome .image .line {
	position: absolute;
	left: 0;
	right: -2px;
	top: -12px;
	bottom: -7px;
	background: url(../images/image-circle-line.svg) no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}

#welcome .image .wrap {
	background: #191e17;
	padding: 2px;
	-webkit-mask-image: var(--mask);
	mask-image: var(--mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

#welcome .image .wrap img {
	display: block;
	width: 100%;
	-webkit-mask-image: var(--mask);
	mask-image: var(--mask);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

#welcome .text {
	width: 670px;
	margin-left: auto;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

#welcome .text .heading {
	text-align: left;
}

#welcome .text>:last-child {
	margin-bottom: 0;
}

/* Why */

#why {
	position: relative;
	background: #c2e4c8;
	border-top: 2px solid #191e17;
	z-index: 1;
}

#why:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
	height: 11px;
	background: url(../images/curvy-line01.svg) no-repeat center top;
	background-size: 100% 100%;
	z-index: -1;
}

#why:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 25px;
	background: url(../images/waves02.svg) no-repeat center top;
	background-size: 100% 100%;
	z-index: -1;
}

#why .section {
	padding-top: 50px;
	padding-bottom: 100px;
	text-align: center;
}

#why .listing {
	margin: 45px 0 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#why .listing li {
	margin: 0;
	padding: 0 50px;
	list-style: none;
	font-family: 'Happy Monkey', cursive;
	font-size: 23px;
	line-height: 1.2;
}

#why .listing li img {
	display: block;
	height: 95px;
	margin: 0 auto 15px;
		-webkit-animation: splashAnim 2s 0.2s forwards, rotateAnim 2s 0.1s forwards infinite alternate;
		animation: splashAnim 2s 0.2s forwards, rotateAnim 2s 0.1s forwards infinite alternate; 
}

#why .listing li p {
	margin: 0;
}

/* Environments */

#environments .section {
	padding-top: 80px;
	padding-bottom: 80px;
}

#environments .listing {
	--gap: 20px;
	margin: 0 calc(var(--gap) * -1);
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#environments .listing li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: var(--gap) 0;
	padding: 0 var(--gap);
	list-style: none;
	width: 33.33333333333333%;
}

#environments .listing li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(73, 78, 166, 0.5);
	        box-shadow: 0px 0px 14px 0px rgba(73, 78, 166, 0.5);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #333333;
	-webkit-transition: -webkit-transform 0.7s;
	transition: -webkit-transform 0.7s;
	-o-transition: transform 0.7s;
	transition: transform 0.7s;
	transition: transform 0.7s, -webkit-transform 0.7s;
}

#environments .listing li:nth-child(3n+2) a {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(60, 180, 86, 0.5);
	        box-shadow: 0px 0px 14px 0px rgba(60, 180, 86, 0.5);
}

#environments .listing li:nth-child(3n+3) a {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(217, 54, 59, 0.5);
	        box-shadow: 0px 0px 14px 0px rgba(217, 54, 59, 0.5);
}

#environments .listing li .image {
	position: relative;
	margin-bottom: 5px;
}

#environments .listing li .image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 29px;
	background: url(../images/image-curve.svg) no-repeat center top;
	background-size: 100% 100%;
}

#environments .listing li .image img {
	display: block;
	width: 100%;
}

#environments .listing li .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	padding-bottom: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#environments .listing li .text .name {
	display: block;
	font-family: 'Happy Monkey', cursive;
	font-size: 25px;
	margin-bottom: 13px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

#environments .listing li .text .moreBtn {
	display: inline-block;
	font-size: 17px;
	padding: 5px 28px;
	background: #494ea6;
	color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(102, 102, 102, 0.29);
	        box-shadow: 0px 0px 14px 0px rgba(102, 102, 102, 0.29);
}

#environments .listing li:nth-child(3n+2) .text .moreBtn {
	background-color: #3cb456;
}

#environments .listing li:nth-child(3n+3) .text .moreBtn {
	background-color: #d9363b;
}

#environments .listing li a:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.wiggleLine {
	max-width: 1336px;
	height: 13px;
	margin: 0 auto;
	background: url(../images/curvy-line03.svg) no-repeat center top;
	background-size: 100% 100%;
}

/* Animations */

/* Splash Animation */

@-webkit-keyframes rotateAnim {
	to {
        -webkit-transform: rotate(8deg);
                transform: rotate(8deg);
	}
}

@keyframes rotateAnim {
	to {
        -webkit-transform: rotate(8deg);
                transform: rotate(8deg);
	}
}

@-webkit-keyframes splashAnim { 
    0% { 
        -webkit-transform: scale(0.2); 
                transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        -webkit-transform: scale(1.3); 
                transform: scale(1.3); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
                transform: scale(1); 
        opacity:1;
    } 
}

@keyframes splashAnim { 
    0% { 
        -webkit-transform: scale(0.2); 
                transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        -webkit-transform: scale(1.3); 
                transform: scale(1.3); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
                transform: scale(1); 
        opacity:1;
    } 
} 

.splashAnim { 
    opacity:0;
}

.splashAnim.go{
    -webkit-animation: splashAnim 2s 0.2s forwards, rotateAnim 2s 0.1s forwards infinite alternate;
            animation: splashAnim 2s 0.2s forwards, rotateAnim 2s 0.1s forwards infinite alternate; 
}

@-webkit-keyframes curvesAnim {
	from {
		height: 5px;
	}
}

@keyframes curvesAnim {
	from {
		height: 5px;
	}
}

@-webkit-keyframes zoomAnimation {
	to {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
	}
}

@keyframes zoomAnimation {
	to {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
	}
}

/* Underlined */

.underlined {
	display: inline-block;
	position: relative;
}

.underlined svg {
	position: absolute;
	left: 0;
	bottom: -33px;
	pointer-events: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
}

.underlined path {
	-webkit-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	-o-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s; 
}
  
.underlined path:last-child {
	opacity: 0.2; 
}

.underlined.start> svg {
	opacity: 1; 
}

.underlined.start> svg path {
	stroke-dashoffset: 0; 
}


/* Miscelleneous */

p {
	margin: 0 0 18px;
}

ul,ol {
	margin-bottom: 24px;
	padding: 0 0 0 20px;
}

h1,h2,h3,h4,h5,h6,.heading {
	margin: 0 0 25px;
	font-family: 'Happy Monkey', cursive;
	font-weight: normal;
	padding: 0;
	line-height: 1.178;
}

.heading {
	font-size: 42px;
	margin-bottom: 50px;
	text-align: center;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #015c9a;
}

.linkBtn {
	position: relative;
	display: table;
	text-align: center;
	font-family: 'Happy Monkey', cursive;
	font-size: 21px;
	font-weight: normal;
	color: #2c2c2c !important;
	background: #f4e75f;
	margin: 20px 0;
	padding: 0.3095238095238095em 0.9523809523809524em;
	text-align: center;
	border: none;
	border-radius: 2.380952380952381em;
	line-height: 1.2;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.linkBtn:hover {
	color: #fff;
	background-color: #fff96f !important;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}
