/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0s !important;
  }
  [data-sal|=fade] {
    opacity: 1;
  }
  [data-sal|=slide], [data-sal|=zoom] {
    opacity: 1;
    transform: none;
  }
  [data-sal|=flip] {
    transform: none;
  }
}
* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
}

p, ul, ol {
  margin: 0 0 1em;
}

ul {
  margin: 0 0 1.5em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 0.5em 2em;
}
ul li li {
  list-style-type: circle;
}
ul li li li {
  list-style-type: square;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 0.5em 2em;
}
ol li li {
  list-style-type: lower-alpha;
}
ol li li li {
  list-style-type: lower-roman;
}

li ul, li ol {
  margin-bottom: 0;
  margin-top: 0.5em;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

select, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=number], input[type=password], textarea {
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=number], input[type=password], textarea {
  font: normal 14px/17px sans-serif;
  padding: 8px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  left: -999999999px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.centered, .aligncenter, .centred, .aligncentre, .center, .centre {
  text-align: center;
}

/*
	Colors
*/
/*
	Fonts
*/
/*
	Global
*/
.cursor {
  background: radial-gradient(#E0E1C6 0%, rgba(224, 225, 198, 0.5) 20%, rgba(224, 225, 198, 0) 60%);
  border-radius: 50%;
  filter: blur(20px);
  height: 160px;
  opacity: 0.3;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  transition: scale 0.1s linear;
  width: 160px;
  z-index: 3;
}
.cursor.click {
  scale: 0.8;
}

* {
  scroll-margin-top: 266px;
}

body, html {
  scroll-behavior: smooth;
}

body {
  background: #3A605C;
  color: #FFF;
  font: 300 18px/140% "Nunito Sans", sans-serif;
  text-align: center;
}

h1 {
  font: 800 50px/120% "Nunito Sans", sans-serif;
  margin-bottom: 40px;
}
h1 a {
  text-decoration: none;
}

h2 {
  font: 800 28px/130% "Nunito Sans", sans-serif;
  margin-bottom: 30px;
}
h2 a {
  text-decoration: none;
}

h3 {
  font: 700 18px/130% "Nunito Sans", sans-serif;
  margin-bottom: 1em;
}
h3 a {
  text-decoration: none;
}

blockquote {
  margin: 1.5em 3em;
}
blockquote p:last-child {
  margin-bottom: 0;
}

a {
  color: #FFF;
  text-decoration-color: #CDAD45;
  text-decoration-line: underline;
  transition: all 0.2s linear;
}
a:hover {
  font-weight: 600;
}

.wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 60px;
  position: relative;
  text-align: left;
}

.btn, a.btn {
  background: #263238;
  border-radius: 32px;
  color: #FFF !important;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  cursor: pointer;
  margin: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.btn:hover, a.btn:hover {
  color: #CDAD45 !important;
  font-weight: 700;
}
.btn svg, a.btn svg {
  fill: #CDAD45;
  margin-left: 10px;
  position: relative;
  top: 3px;
  width: 16px;
}

/**
 * Header	
*/
header {
  background: linear-gradient(#2B504C, #3A605C);
  left: 0;
  margin-bottom: 60px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 2;
}
header .wrapper {
  align-items: center;
  display: flex;
}
header .logo {
  margin-right: 30px;
  width: 330px;
}
header nav {
  align-items: center;
  flex-grow: 1;
  font-weight: 500;
  display: flex;
  margin-left: -20px;
}
header nav a {
  background: transparent;
  border-radius: 32px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
header nav a:hover {
  font-weight: inherit;
}
header ul {
  display: flex;
  margin: 0;
}
header li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: block;
  margin-right: 30px;
  margin-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
header li.hover > a, header li > a:hover {
  background: #6F9893;
}
header li > a.current {
  font-weight: 800;
}
header li ul {
  background: #6F9893;
  border-radius: 24px;
  box-shadow: 0 20px 24px rgba(38, 50, 56, 0.15);
  display: block;
  font-size: 16px;
  line-height: 130%;
  margin-top: 15px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 160px;
}
header li ul li {
  display: block;
  margin: 0;
  padding: 0;
}
header li ul a {
  background: #6F9893;
  display: inline-block;
  padding: 10px 12px;
}
header li ul a:hover {
  background: #2B504C;
}
header li ul a.current {
  font-weight: 400;
}
header li.how-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 485px;
}
header li.how-nav ul li {
  width: 50%;
}

.open-menu, .close-menu {
  display: none;
}

.download-btn {
  margin-left: auto;
}
.download-btn .btn {
  padding: 15px 50px;
}

/**
 * Home	
*/
h1.home-headline {
  transition: all 1s ease-in-out;
}
h1.home-headline em {
  font-weight: 400;
}
h1.home-headline strong {
  color: #A4CACD;
  font-weight: 800;
  transition: opacity 1s ease-in-out;
}
.js h1.home-headline {
  margin-left: -80px;
  opacity: 0;
}
.js h1.home-headline.in {
  margin-left: 0;
  opacity: 1;
}
.js h1.home-headline strong {
  opacity: 0;
}
.js h1.home-headline strong.in {
  opacity: 1;
}

.download-buttons {
  margin-top: 60px;
}
.download-buttons a {
  display: inline-block;
  margin-right: 10px;
}

/**
 * Main	
*/
main {
  padding-bottom: 100px;
}

.yellow {
  color: #CDAD45;
}

ol li::marker, ul li::marker {
  color: #CDAD45;
}

.js #page-sections, .js .page-section, .js #intro {
  transition: opacity 1s ease-in-out;
}
.js #page-sections.show, .js .page-section.show, .js #intro.show {
  opacity: 1;
}
.js #page-sections.hide, .js .page-section.hide, .js #intro.hide {
  opacity: 0;
}

figure img {
  display: block;
  margin: 0 auto;
}

#intro, .page-section {
  padding-bottom: 60px;
}

.page-section > h2 {
  display: none;
}

#intro {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
#intro figure {
  margin-left: auto;
  width: 33.3333333333%;
}
#intro .next-section {
  margin-top: 60px;
  width: 100%;
}
#intro.page-how-seev-works .intro-content {
  width: 53.0303030303%;
}
#intro.page-how-seev-works figure {
  width: 43.9393939394%;
}
#intro.page-about-us figure {
  width: 25.7575757576%;
}

.intro-content {
  width: 62.8787878788%;
}

.page-intro {
  font-size: 20px;
  line-height: 140%;
  max-width: 1013px;
}
.page-intro .next-section {
  margin-top: 60px;
}
.page-intro small {
  display: block;
  font: italic 14px/130% "Nunito Sans", sans-serif;
  margin-top: 20px;
}

.contact-page {
  display: flex;
}
.contact-page .page-intro {
  width: 60%;
}
.contact-page .page-form {
  margin-left: auto;
  width: 35%;
}
.contact-page .page-form h2 {
  color: #2B504C;
}
.contact-page .page-form form {
  background: #EAF3F1;
  border: 1px solid #CDAD45;
  border-radius: 24px;
  padding: 30px;
}
.contact-page .page-form form .btn {
  background: #263238;
}
.contact-page .page-form form .btn:hover {
  color: #CDAD45;
}
.contact-page .page-form form input#organization {
  display: none;
}
.contact-page .page-form .terms {
  color: #2B504C;
  font: 700 12px/140% "Nunito Sans", sans-serif;
  margin: 10px 0 0;
  text-align: center;
}
.contact-page .page-form .terms a {
  color: #263238;
  text-decoration: underline;
}
.contact-page .page-form .terms p:last-child {
  margin: 0;
}
.contact-page .page-form .field {
  margin-bottom: 15px;
}
.contact-page .page-form input[type=text], .contact-page .page-form input[type=email], .contact-page .page-form textarea {
  background: #EAF3F1;
  border: 1px solid #AFAFAF;
  border-radius: 12px;
  margin: 0;
  padding: 10px;
}
.contact-page .page-form input[type=text]::placeholder, .contact-page .page-form input[type=email]::placeholder, .contact-page .page-form textarea::placeholder {
  color: #AFAFAF;
}
.contact-page .page-form input[type=text]:focus, .contact-page .page-form input[type=email]:focus, .contact-page .page-form textarea:focus {
  background: #FFF;
  border-color: #263238;
  color: #263238;
  outline: 0;
}
.contact-page .page-form .form-thanks {
  color: #2B504C;
  font: 400 18px/140% "Nunito Sans", sans-serif;
  text-align: center;
}

#page-sections {
  align-items: flex-start;
  display: flex;
}
#page-sections > ul {
  flex-shrink: 0;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 0;
  margin-right: 30px;
  position: sticky;
  top: 266px;
  width: 330px;
}
#page-sections > ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
#page-sections > ul li svg {
  left: -30px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transition: opacity 0.3s ease-in-out;
}
#page-sections > ul a {
  color: #A4CACD;
  text-decoration: none;
}
#page-sections > ul a:hover {
  color: #FFF;
  font-weight: inherit;
}
#page-sections > ul a.active {
  color: #FFF;
  font-weight: 700;
}
#page-sections > ul a.active svg {
  opacity: 1;
}
#page-sections > ul a.active span {
  font-weight: 300;
  margin-left: 8px;
}

.page-section-wrapper {
  flex-grow: 1;
  position: relative;
}

.page-section-intro {
  width: 48%;
}

.two-columns {
  align-items: flex-start;
  display: flex;
}
.two-columns .column-one, .two-columns .column-two, .two-columns figure {
  width: 48%;
}
.two-columns .column-two {
  margin-left: auto;
}
.two-columns.membership-cards {
  align-items: stretch;
}

.text-image figure {
  margin-left: auto;
}

.callout {
  background: #EAF3F1;
  border-radius: 24px;
  color: #263238;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
.callout h3 {
  color: #2B504C;
}
.callout:hover {
  box-shadow: 0 20px 24px rgba(38, 50, 56, 0.25);
}
.callout a {
  color: #263238;
}
.callout p:last-child {
  margin-bottom: 0;
}

.callout-list ol {
  columns: 2;
}
.callout-list ol li {
  list-style-position: outside;
  margin-left: 30px;
  margin-bottom: 20px;
}
.callout-list ol li::marker {
  font-weight: 600;
}

.membership-card {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 140%;
  width: 49%;
}
.membership-card:nth-child(even) {
  margin-left: auto;
}
.membership-card h3 {
  font-size: 18px;
  line-height: 130%;
}
.membership-card .button {
  margin-top: auto;
}
.membership-card .button .btn {
  display: inline-block;
}

.table {
  margin-bottom: 1.2em;
  overflow: scroll;
}
.table table {
  width: 100%;
}
.table th, .table td {
  font-size: 16px;
  line-height: 130%;
  padding: 10px;
}
.table th {
  background: #6F9893;
  font-weight: 700;
  text-align: left;
}
.table td {
  border-bottom: 1px solid #6F9893;
}

.faq {
  border-top: 1px solid #FFF;
}
.faq h3 {
  align-items: center;
  cursor: pointer;
  display: flex;
  font: 800 18px/130% "Nunito Sans", sans-serif;
  margin: 0;
  padding: 20px 0;
}
.faq h3 svg {
  margin-left: auto;
}
.faq h3 svg .toggle-circle {
  fill: #FFF;
  transition: all 0.3s ease-in-out;
}
.faq h3 svg .toggle-symbol {
  fill: #263238;
  transform: rotate(0deg);
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.faq h3 svg.open .toggle-circle {
  fill: #263238;
}
.faq h3 svg.open .toggle-symbol {
  fill: #FFF;
  transform: rotate(45deg);
}
.js .faq .answer {
  display: none;
}

.page-faq .page-content {
  max-width: 710px;
  width: 100%;
}

.next-section {
  margin-top: 20px;
}
.next-section svg {
  animation: heartbeat 3s ease-in-out infinite both;
}

.page {
  align-items: flex-start;
  display: flex;
}
.page h1 {
  flex-shrink: 0;
  font-size: 28px;
  line-height: 130%;
  margin-right: 30px;
  width: 330px;
}

/**
 * Animation	
*/
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
/**
 * Footer	
*/
footer {
  background: linear-gradient(#3A605C);
  border-top: 1px solid #AFAFAF;
  bottom: 0;
  font-size: 14px;
  left: 0;
  line-height: 150%;
  padding: 20px 0;
  position: fixed;
  right: 0;
  z-index: 2;
}
footer .wrapper {
  display: flex;
}
footer ul {
  display: flex;
  margin: 0;
  width: 90%;
}
footer li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 33.33%;
}
footer li a:hover, footer li a.current {
  font-weight: 800;
}
footer a {
  text-decoration: none;
}
footer .social {
  align-items: center;
  display: flex;
  margin-left: auto;
}
footer .social a {
  margin: 0 10px;
  width: 18px;
}
footer .social a:hover svg {
  fill: #CDAD45;
}
footer .social svg {
  fill: #FFF;
  transition: fill 0.3s ease-in-out;
}

@media screen and (max-width: 1160px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  header .logo, header li {
    margin-right: 0;
  }
}
@media screen and (max-width: 1020px) {
  body {
    background: #2B504C;
    font-size: 16px;
    line-height: 150%;
  }
  h1 {
    font: 800 40px/120% "Nunito Sans", sans-serif;
    margin-bottom: 40px;
  }
  h2 {
    font: 800 24px/130% "Nunito Sans", sans-serif;
    margin-bottom: 30px;
  }
  .wrapper {
    padding: 0 20px;
  }
  main {
    padding-bottom: 20px;
  }
  .next-section, .cursor {
    display: none;
  }
  .download-btn {
    bottom: 20px;
    opacity: 0;
    position: fixed;
    right: -100px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  .download-btn.visible {
    opacity: 1;
    right: 20px;
  }
  .download-btn a {
    display: block;
  }
  .open-menu, .close-menu {
    display: block;
  }
  header {
    background: #2B504C;
    margin-bottom: 20px;
  }
  header .logo {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  header .open-menu {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
  }
  header .nav-wrapper {
    background: rgba(111, 152, 147, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    bottom: 0;
    display: none;
    left: 0;
    padding: 100px 30px 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
  }
  header nav {
    align-items: flex-start;
    flex-direction: column;
    font: 800 28px/150% "Nunito Sans", sans-serif;
    height: 100%;
    margin: 0;
    overflow: scroll;
    padding: 0;
    scrollbar-width: none;
  }
  header nav .close-menu {
    position: absolute;
    right: 30px;
    top: 20px;
  }
  header nav a {
    padding: 0;
  }
  header nav a:hover {
    background: transparent;
  }
  header nav > ul {
    display: block;
    width: 100%;
  }
  header nav > ul > li > a {
    align-items: center;
    display: flex;
  }
  header nav > ul > li > a .icon {
    height: 28px;
    margin-left: auto;
    width: 28px;
  }
  header nav > ul > li > a .icon.open svg {
    transform: rotate(90deg);
  }
  header nav > ul > li > a .icon svg {
    height: 100%;
    transform: rotate(0deg);
    transform-origin: center;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  header nav > ul ul {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block !important;
    font: 300 24px/120% "Nunito Sans", sans-serif;
    opacity: 1;
    padding: 0;
    position: static;
    visibility: visible;
    width: auto !important;
  }
  header nav > ul ul li {
    width: auto;
  }
  header nav > ul ul a {
    background: transparent;
    display: inline-block;
  }
  header nav footer {
    background: transparent;
    border: 0;
    margin-top: auto;
    position: static;
    width: 100%;
  }
  header nav footer .wrapper {
    display: block;
    padding: 0;
  }
  header nav footer ul {
    display: block;
    font: 400 16px/150% "Nunito Sans", sans-serif;
  }
  header nav footer ul li {
    margin-bottom: 20px;
    width: auto;
  }
  .hide {
    opacity: 1 !important;
  }
  #intro {
    display: block;
  }
  #intro figure {
    width: auto;
  }
  #intro.page-how-seev-works .intro-content {
    width: auto;
  }
  #intro.page-how-seev-works figure {
    width: auto;
  }
  #intro.page-about-us figure {
    width: auto;
  }
  .intro-content {
    width: auto;
  }
  .page-intro {
    font-size: 22px;
    line-height: 140%;
    max-width: none;
  }
  #page-sections {
    display: block;
    margin-bottom: 0;
  }
  #page-sections > ul {
    display: none;
  }
  .page-section-intro {
    width: 100%;
  }
  #intro {
    padding-bottom: 100px;
  }
  .page-section {
    padding-bottom: 60px;
  }
  .page-section h2 {
    display: block;
  }
  .page-faq .page-section-intro, .get-seev {
    max-width: none;
  }
  .two-columns {
    display: block;
  }
  .two-columns .column-one, .two-columns .column-two, .two-columns figure, .two-columns .callout {
    width: 100%;
  }
  .two-columns .column-two {
    margin-top: 0.5em;
  }
  .callout-list {
    background: transparent;
    padding: 0;
  }
  .callout-list:hover {
    box-shadow: none;
  }
  .callout-list ol {
    columns: 1;
  }
  .callout-list ol li {
    background: #EAF3F1;
    border-radius: 24px;
    list-style-position: inside;
    margin-left: 0;
    padding: 30px;
    transition: all 0.3s ease-in-out;
  }
  .membership-card:nth-child(odd) {
    margin-bottom: 20px;
  }
  .image-text figure {
    margin-bottom: 20px;
  }
  .page {
    display: block;
  }
  .page h1 {
    font-size: 24px;
    line-height: 130%;
    margin-right: 0;
    width: auto;
  }
  .contact-page {
    display: block;
  }
  .contact-page .page-intro {
    width: 100%;
  }
  .contact-page .page-form {
    margin-top: 60px;
    width: 100%;
  }
  .page-home-page #intro figure, .page-about-us #intro figure {
    display: none;
  }
  body > footer {
    background: transparent;
    padding: 50px 0;
    position: static;
  }
  body > footer .wrapper {
    display: block;
    text-align: center;
  }
  body > footer ul {
    display: block;
    font: 400 16px/150% "Nunito Sans", sans-serif;
    width: auto;
  }
  body > footer ul li {
    margin-bottom: 20px;
    width: auto;
  }
  body > footer .social {
    justify-content: center;
  }
}
