@import url("https://rsms.me/inter/inter.css");
*,
*:after,
*:before {
	box-sizing: inherit;
}

html {
	font-size: 16px;
	line-height: 1.6;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-kerning: auto;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

body {
	color: rgb(183, 193, 204);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

@media (min-width: 641px) {
	html {
		font-size: 22px;
	}
}

/********************************/

/********** Typography **********/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: rgba(30, 31, 33, 0.97);
	font-weight: 800;
}

.h1,
h1 {
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -1px;
}

.h2,
h2 {
	font-size: 20px;
	line-height: 101%;
	font-weight: 700;
}
h4 {
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

@media (min-width: 641px) {
	.h1,
	h1 {
		font-size: 50px;
		letter-spacing: -2px;
	}
	.h2,
	h2 {
		font-size: 32px;
		letter-spacing: -1px;
	}
	.h3,
	h3 {
		font-size: 27px;
		line-height: 100%;
	}
	.txt-sm {
		font-size: 19px;
	}
}

p > strong {
	color: rgba(240, 250, 250, 0.85);
	font-weight: 600;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/**************************/

/********** Grid **********/

.wrap {
	background: linear-gradient(to bottom right, #fff, #fafafa);
	overflow: hidden;
	min-height: 100vh;
	/* background: url(bg.jpg) no-repeat top center; */
	background-size: cover;
}

main {
	position: relative;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
	/* display: flex; */
	flex-direction: row;
	flex-wrap: wrap;
	padding: 40px 0;
	min-height: 100vh;
}

main > section {
	z-index: 10;
	position: relative;
	max-width: 100%;
	flex: 100%;
	padding: 10px 20px;
}

.header {
	text-align: center;
	order: 1;
	z-index: 99;
}

.features {
	order: 3;
}

.form {
	position: relative;
	order: 2;
}

.bio {
	order: 4;
}

li.feature {
	list-style: none;
	padding: 1em 0;
}

@media (min-width: 801px) {
	main > section {
		padding: 30px 100px;
	}
}

@media (min-width: 1001px) {
	main {
		padding: 40px 24px;
	}
	main > section {
		padding: 20px 10px;
	}
	.features {
		max-width: 64%;
	}
	.form {
		padding-left: 0;
		padding-right: 0;
	}
	.bio {
		padding-top: 0;
	}
}

.m0 {
	margin: 0;
}

.p0 {
	padding: 0;
}

.mt0 {
	margin-top: 0;
}

.mr16 {
	margin-right: 16px;
}

/******************************/

/********** Sections **********/

.box {
	max-width: 100vw;
	margin: 0 auto;
	box-shadow: 0 16px 48px rgba(32, 41, 50, 0.12);
	overflow: hidden;
}

.is-boxed {
	background: #16171b;
}

.block {
	margin: 0 auto;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	background: linear-gradient(to bottom right, #2ed0ff, #5ca5ff);
	padding: 2em 1em;
	width: 100%;
	position: relative;
	z-index: 10;
}

.block h2 {
	color: rgba(255, 255, 255, 0.97);
}

.bio-box {
	display: flex;
	align-items: top;
	/* background: rgba(255, 255, 255, 0.97); */
	border-radius: 10px;
	border: 2px solid rgba(250, 250, 250, 0.25);
	/* box-shadow: 20px 20px 40px rgba(24, 26, 28, 0.05);; */
	/* background: #fff; */
	padding: 1em;
	margin-top: 2em;
	width: 100%;
}

.bio-pic {
	flex: 25%;
	line-height: 0.1;
}

.bio-desc {
	flex: 75%;
	padding: 0 10px;
}

.bio-pic > img {
	max-width: 100%;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 5px;
}

.feature-head {
	display: flex;
}

.feature-head > svg {
	flex: 32px;
	overflow: visible;
	margin-top: 4px;
}

@media (min-width: 641px) {
	.bio-desc {
		flex: 75%;
		padding: 0 30px;
	}
}

@media (min-width: 1001px) {
	.block {
		/* text-align: left; */
		padding: 2em;
		max-width: 480px;
	}
	.form {
		max-width: 600px;
		margin: 0 auto;
	}
	.bio-desc p {
		font-size: 16px;
		line-height: 1.5;
	}
}

/******************************/

/********** Countdown *********/

.countdown {
	text-align: center;
	margin: 1em auto 0;
}

.countdown > div {
	display: inline-block;
	text-align: center;
}

.countdown > div > .digit {
	font-size: 36px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	border: 2px solid rgba(255, 255, 255, 0.75);
	border-radius: 10px;
	width: 74px;
	line-height: 66px;
	padding-top: 4px;
	margin: 0 5px;
	display: inline-block;
}

.countdown > div > .text {
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	font-size: 10px;
	letter-spacing: 1px;
}

/**************************/

/********** Modal **********/

.cover {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 43, 50, 0.9);
}

.modal {
	background: #fff;
	position: fixed;
	width: 95%;
	max-width: 480px;
	margin: 0 auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 40px 30px;
	border-radius: 0 0 10px 10px;
	z-index: 99999;
}

.modal h2 {
	font-weight: 800;
}

.modal p {
	color: rgba(24, 26, 28, 0.95);
}

.show {
	display: block;
}

.hide {
	display: none;
}

@media (min-width: 801px) {
	.modal {
		padding: 40px 50px 32px;
	}
}

/**************************/

/********** Form **********/

input:-webkit-autofill,
      input:-webkit-autofill:focus textarea:-webkit-autofill,
      input:-webkit-autofill:hover,
      select:-webkit-autofill,
      select:-webkit-autofill:focus,
      select:-webkit-autofill:hover,
      textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
        border: 2px solid rgba(24, 26, 28, 0.35);
        -webkit-text-fill-color: rgba(24, 26, 28, 0.9);
        -webkit-box-shadow: 0 0 0 1000px transparent inset;
        box-shadow: 0 0 0 1000px transparent inset;
        transition: background-color 5000s ease-in-out 0s;
      }

      form {
        margin-top: 1em;
      }

      form input {
        width: 100%;
        background: transparent;
        color: rgba(24, 26, 28, 0.9);
        border: 2px solid rgba(24, 26, 28, 0.15);
        border-radius: 4px;
        font-size: 16px;
        padding: 14px 10px 12px;
        margin-bottom: 0.5em;
        outline: 0;
      }

      /* form input[type="email"]:valid,
      form input[type="text"]:valid {
        border: 2px solid rgba(24, 26, 28, 0.35);
        background: rgba(119, 221, 119, 0.5);
      } */

      label {
        /* background: rgba(24, 26, 28, 0.15); */
        /* border-radius: 2px 0 0 2px; */
        color: rgba(24, 26, 28, 0.9);
        padding: 4px;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
      }

      .iti {
        width: 100%;
      }
      .iti--container {
        z-index: 99999 !important;
      }

      .form-email,
      .form-name,
      .form-phone {
        text-align: left;
        position: relative;
      }

      .form-email input,
      .form-name input {
        /* padding-left: 72px; */
      }

      .form-email input:invalid + label,
      .form-email label,
      .form-name input:invalid + label,
      .form-name label {
        /* position: absolute; */
        background-color: #fff;
        transition: all cubic-bezier(0.5, 0.1, 0, 1.2) 0.2s;
        top: -16px;
        left: 10px;
      }

      .button {
        -webkit-appearance: none;
        display: inline-block;
        cursor: pointer;
        margin-top: 0.5em;
        margin-bottom: 0;
        border: 0;
        border-radius: 10px;
        padding: 26px 30px;
        font-size: 26px;
        font-weight: 800;
        /* text-transform: uppercase; */
        letter-spacing: -1px;
        line-height: 1;
        text-decoration: none;
        background: linear-gradient(to bottom right, #ffe259, #ffa751);
        color: rgba(24, 26, 28, 0.85);
        transition: 256ms;
        box-shadow: 0 16px 48px rgba(32, 41, 50, 0.25);
      }

      .button:hover {
        transition: 256ms;
        transform: translateZ(50px) translateY(-6px);
        /* background: linear-gradient(to bottom right, #FFE986, #FFAF60); */
        box-shadow: 0 32px 96px rgba(32, 41, 50, 0.25);
      }

      @media (min-width: 801px) {
        .button {
          font-size: 30px;
        }
        .button.big {
          font-size: 32px;
        }
      }

/******************************/

/********** Graphics **********/

.ill-bg,
.ill-dots,
.ill-foot,
.ill-line {
	z-index: 1;
}

.ill-line {
	display: block;
	position: absolute;
	top: 15%;
	left: 65%;
	transform: rotate(100deg);
}

.ill-dots {
	display: block;
	position: absolute;
	top: 85%;
	left: -10%;
}

.ill-foot {
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	transform: scaleX(-1);
}

.ill-blob {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
}

.ill-tri1,
.ill-tri2,
.ill-tri3,
.ill-tri4 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ill-tri1 {
	left: 10%;
	top: 50%;
}

.ill-tri2 {
	left: 90%;
	top: 40%;
}

.ill-tri3 {
	left: 10%;
	top: 50%;
}

.ill-tri4 {
	left: 90%;
	top: 40%;
}

h2 {
	margin: 45px 0 15px;
}
.checklist ul {
	padding: 0;
	margin: 0;
}
.checklist li {
    position: relative;
    list-style: none;
    margin: 0 0 60px;
    padding: 35px 35px 35px 160px;
    padding-left: 35px;
    color: #000;
    font-weight: 300;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 7%);
    counter-increment: inst;
}
.checklist li:before {
    background: url(img/tick.svg) no-repeat #eeee center center;
    content: "";
    background-size: 14px;
    position: absolute;
    left: 25px;
    top: -16px;
    padding: 16px;
    border-radius: 100px;
}
.checklist li:after {
    /*content: '0'counter(inst);*/
    position: absolute;
    font-weight: 600;
    color: #eee;
    font-size: 80px;
    top: 29px;
    left: 5px;
    width: 160px;
    text-align: center;
    line-height: 1;
}
.checklist li strong {
	color: #144a8a;
}
p.subtitle {
    margin: 0 0 50px;
    color: rgb(32 60 92);
}