html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0;
  line-height: 1;
  font-family: sans-serif; }

iframe {
  border: 0; }

main {
  display: block; }

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

li {
  display: block; }

dl {
  margin-top: 0;
  margin-bottom: 0; }

dd {
  margin-left: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit; }

blockquote {
  margin: 0;
  padding: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

sup {
  position: relative;
  top: -.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

strong {
  font-weight: bold; }

figure {
  margin: 0; }

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

a {
  text-decoration: none;
  color: inherit; }

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible; }

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

body {
  overflow-x: hidden;
  scroll-behavior: smooth; }

hr {
  border: 0;
  height: 2px;
  background: #F6F9FC;
  padding: 0;
  margin: 30px 0;
  display: inline-block;
  width: 100%; }

@keyframes SlideIn {
  from {
    opacity: 0;
    left: -120px; }
  to {
    left: 0;
    opacity: 1; } }
@keyframes SlideUp {
  from {
    transform: translateX(120px); }
  to {
    transform: translateX(0px); } }
@keyframes SlideUpOne {
  from {
    transform: translateX(80px) translateY(40px); }
  to {
    transform: translateX(0px) translateY(0); } }
@keyframes SlideUpTwo {
  from {
    transform: translateX(50px) translateY(60px); }
  to {
    transform: translateX(0px) translateY(0); } }
.bold {
  font-weight: 600; }

.uppercase {
  text-transform: uppercase; }

.center {
  text-align: center; }

.hidden {
  display: none; }

.margin-md-right {
  margin-right: 20px; }

.margin-md-left {
  margin-left: 20px; }

.primary-button {
  border-radius: 6px;
  background-color: #8898AA;
  color: #fff;
  box-sizing: border-box;
  padding: 14px 24px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  outline: none;
  transition: background-color 150ms ease; }

.primary-button:hover {
  background-color: #32d293; }

.primary-button__blue {
  background-color: #3bb0e2;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.14); }

.inner-wrapper {
  width: 100%;
  max-width: 960px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }

.primary-header {
  background-color: #F6F9FC;
  padding-top: 60px;
  margin-bottom: 140px;
  position: relative; }

.primary-header::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 180%;
  bottom: -100px;
  transform: skewY(-4deg);
  background: #F6F9FC; }

.primary-header__content {
  margin-top: 100px;
  max-width: 420px;
  position: relative;
  z-index: 2; }

@media (max-width: 1120px) {
  .primary-header__content {
    margin: 100px auto 0;
    max-width: 100%;
    text-align: center; } }
.primary-header__heading {
  color: #2d3642;
  font-size: 46px;
  line-height: 48px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  animation: SlideIn 800ms ease;
  position: relative; }

.primary-header__paragraph {
  color: #3bb0e2;
  font-size: 20px;
  line-height: 26px;
  font-family: "proxima-nova", sans-serif;
  animation: SlideIn 1s ease;
  position: relative; }

.primary-header__button {
  margin-top: 40px;
  animation: SlideIn 1.2s ease;
  position: relative; }

.primary-nav {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.primary-nav__logo {
  background: url("assets/kyc-chain-logo.png") no-repeat;
  width: 200px;
  height: 90px;
  display: inline-block;
  position: relative;
  float: left;
  background-size: contain;
  transition: all 150ms ease; }

.primary-nav__link {
  text-transform: uppercase;
  color: #8898AA;
  font-size: 16px;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  margin-left: 40px; }

.primary-nav__link:hover {
  color: #2d3642; }

@media (max-width: 520px) {
  .primary-nav__link {
    display: none; } }
.inner-wrapper-overflow {
  width: 100%;
  max-width: 1180px;
  position: relative;
  margin: 0 auto; }

.primary-header__graphic {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 560px;
  top: -320px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  animation: SlideUp 1s ease; }

.header-graphic__image {
  background-image: url("assets/kyc-animation.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 420px;
  z-index: 1;
  position: relative; }

.header-graphic__heading {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px; }

.header-graphic__content {
  background: #3bb0e2;
  color: #fff;
  font-family: "pt-serif", sans-serif;
  font-size: 18px;
  line-height: 28px;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.14);
  margin-top: 20px; }

@media (max-width: 1120px) {
  .primary-header__graphic {
    position: relative;
    top: auto;
    margin: 0 auto;
    bottom: -60px;
    flex-direction: column;
    align-items: stretch; }

  .header-graphic__image {
    background-image: url("assets/kyc-animation.svg");
    position: relative; } }
@media (max-width: 680px) {
  .primary-header__graphic {
    overflow: hidden;
    flex-direction: column; }

  .header-graphic__image {
    height: 370px; } }
.primary-content__graphic::before {
  content: '';
  display: inline-block;
  background-image: url("assets/temp-img01.png");
  width: 269px;
  height: 195px;
  background-size: cover;
  left: -80px;
  top: -100px;
  position: absolute; }

.primary-content__graphic::after {
  content: '';
  display: inline-block;
  background-image: url("assets/temp-img04.png");
  width: 306px;
  height: 221px;
  background-size: cover;
  left: 220px;
  top: -70px;
  position: absolute; }

.primary-content__graphic {
  position: absolute;
  left: 0;
  width: 560px;
  top: -250px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.14); }

.content-graphic__image {
  background: url("assets/temp-img03.png");
  background-size: cover;
  width: 100%;
  height: 320px;
  z-index: 1;
  position: relative; }

@media (max-width: 1120px) {
  .primary-content__graphic {
    display: none; } }
.content-section {
  position: relative;
  padding: 60px 0; }

.content-section:nth-child(odd) {
  background-color: #F6F9FC;
  padding: 0; }

.content-section__skewed-grey {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 60px; }

.content-section__skewed-grey::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 200px;
  bottom: -100px;
  transform: skewY(-4deg);
  background: #F6F9FC; }

.content-section__skewed-white {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 60px;
  padding-top: 40px; }

.content-section__skewed-white::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 180px;
  top: -220px;
  transform: skewY(-4deg);
  background: #F6F9FC; }

.conent-section__heading {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #2d3642;
  padding-bottom: 40px; }

.conent-section__h1 {
  font-family: "proxima-nova", sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: #2d3642;
  padding-bottom: 40px; }

.content-section__h3 {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  color: #2d3642;
  font-weight: 600;
  padding-bottom: 16px; }

.content-section__paragraph {
  font-size: 18px;
  padding-bottom: 40px;
  font-family: "proxima-nova", sans-serif;
  color: #8898AA;
  line-height: 28px; }

.content-section__paragraph-intro {
  font-size: 20px;
  line-height: 34px; }

.display-flex {
  display: flex; }

.flex-vertical {
  flex-direction: row; }

.flex-vertical:first-child {
  margin-right: 20px; }

.flex-vertical:last-child {
  margin-left: 20px; }

@media (max-width: 780px) {
  .display-flex {
    flex-direction: column; }

  .flex-vertical:first-child {
    margin-right: 0; }

  .flex-vertical:last-child {
    margin-left: 0; } }
.infobox-flex {
  display: flex; }

.content-section__infobox {
  display: flex;
  width: 100%;
  max-width: 50%; }

.content-section__infobox > div:first-child {
  margin-right: 40px; }

@media (max-width: 860px) {
  .infobox-flex,
  .content-section__infobox {
    flex-direction: column;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .content-section__infobox > div:first-child {
    margin-bottom: 40px; } }
.svg-icon img {
  width: 40px; }

.svg-icon__number {
  background: #32d293;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 999em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: absolute; }

.svg-icon__circle {
  background: #f7fefb;
  border: 2px solid #32d293;
  width: 74px;
  height: 74px;
  border-radius: 999em;
  display: flex;
  align-items: center;
  justify-content: center; }

.content-section__form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.content-section__form div > input:first-of-type {
  margin-right: 10px; }

.content-section__form div > input:last-of-type {
  margin-left: 10px; }

.content-section__form textarea,
.content-section__form input {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  background: #F6F9FC;
  padding: 20px;
  font: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2d3642;
  border-radius: 6px;
  margin-bottom: 18px;
  outline: none; }

.content-section__form textarea {
  resize: vertical;
  font: "proxima-nova", sans-serif; }

.form-btn__send {
  align-self: flex-end; }

.content-section__form :-moz-placeholder {
  color: #8898AA;
  font: "proxima-nova", sans-serif; }

.content-section__form ::placeholder {
  color: #8898AA;
  font: "proxima-nova", sans-serif; }

.footer-section__content {
  display: flex;
  justify-content: space-between;
  margin-top: 60px; }

.footer-section__paragraph {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  color: #8898AA;
  line-height: 28px; }

.footer-section__paragraph a:hover {
  color: #32d293;
  text-decoration: underline; }

@media (max-width: 780px) {
  .content-section__form div > input:first-of-type {
    margin-right: 0; }

  .content-section__form div > input:last-of-type {
    margin-left: 0; }

  .footer-section__content {
    flex-direction: column; }

  .footer-section__content > div {
    margin-bottom: 40px; }

  .footer-section__content > div:last-of-type {
    margin-bottom: 0; } }
