body {
  font-family: Nunito, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  
  color: rgba(0, 0, 0, .8);
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;

  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #009ddb;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

h5 {
  margin-top: 100px;
  margin-bottom: 40px;
  
  color: #494949;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 10px;
  color: #494949;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.3px;
}

a {
  text-decoration: underline;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.content.content-gray {
  background-color: #f2f2f2;
}

.content.content-blue {
  width: 100%;
  background-color: #009ddb;
}

.content.content-blue.content-namechange {
  height: auto;
  padding-top: 160px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, #1fa9df, #009ddb);
  background-image: linear-gradient(180deg, #1fa9df, #009ddb);
}

.hero_paragraph {
  max-width: 884px;
  margin-right: 40px;
  margin-left: 40px;
  color: #009ddb;
  font-size: 56px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
}

.hero_paragraph.hero--white {
  color: #f2f2f2;
}

.hero_centered-container {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_centered-container.hero_footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero_logo {
  width: 360px;
  margin-top: 56px;
  margin-bottom: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero_logo.button.button-blue {
  padding: 0px;
  border-radius: 600px;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
}

.hero_logo.button.button-blue:hover {
  box-shadow: 0 26px 70px -35px #000;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.hero_logo.logo--small {
  width: 56px;
  margin-top: 24px;
  margin-right: 16px;
  margin-bottom: 24px;
}

.hero_logo.logo--alt {
  margin-top: 24px;
  margin-bottom: 104px;
}

.nav-link {
  padding: 25px;
  -webkit-transition: color 200ms cubic-bezier(.645, .045, .355, 1), box-shadow 200ms ease;
  transition: color 200ms cubic-bezier(.645, .045, .355, 1), box-shadow 200ms ease;
  color: #acacac;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.nav-link:hover {
  box-shadow: inset 0 4px 0 0 #009ddb;
  color: #009ddb;
}

.nav-link:focus {
  color: #009ddb;
}

.nav-link.w--current {
  color: #009ddb;
}

.nav-link.nav-link--button {
  margin-top: 14px;
  margin-left: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
  -webkit-transition: color 200ms cubic-bezier(.645, .045, .355, 1), box-shadow 200ms ease, color 200ms ease;
  transition: color 200ms cubic-bezier(.645, .045, .355, 1), box-shadow 200ms ease, color 200ms ease;
  color: rgba(0, 0, 0, .4);
  text-align: center;
}

.nav-link.nav-link--button:hover {
  background-color: #009ddb;
  box-shadow: 0 16px 40px -17px rgba(0, 0, 0, .4);
  color: #fff;
}

.nav-link.nav-link--blue {
  color: #f2f2f2;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f2f2f2;
}

.navbar.navbar--transparent {
  padding-top: 0px;
  padding-bottom: 22px;
  background-color: #1ea9df;
}

.navbar.navbar--blue {
  background-color: #1fa9df;
}

.nav-container {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.button-blue {
  border-radius: 110%;
  background-color: #009ddb;
  box-shadow: 0 21px 60px -24px rgba(0, 0, 0, .5);
}

.nav-logo {
  height: 22px;
  margin-top: 23px;
}

.container {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.container.container-narrow {
  max-width: 1000px;
}

.container.container-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-bottom: 88px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container.container-flex.container-module {
  margin-top: 80px;
  margin-bottom: 0px;
}

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

.section.section-blue {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #009ddb;
}

.section.section-gray {
  background-color: #f2f2f2;
}

.section.section-gray.section-quote {
  padding-bottom: 124px;
}

.section.section--fullscreen {
  min-height: 100vh;
}

.h1-blue {
  margin-bottom: 96px;
  color: #009ddb;
  font-size: 40px;
  font-weight: 500;
}

.features-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-container.features-container_footer {
  padding-right: 0px;
  padding-left: 0px;
}

.row__2-col {
  margin-bottom: 80px;
}

.features-icon {
  width: 75px;
  margin-bottom: 8px;
}

.h1-white {
  margin-bottom: 80px;
  color: #fff;
  font-weight: 400;
}

.h2-white {
  margin-bottom: 24px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
}

.button {
  padding: 24px 32px 22px;
  border-radius: 8px;
  background-color: #009ddb;
  box-shadow: 0 16px 40px -23px #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button.button-white {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 16px 40px -23px #000;
  -webkit-transition: box-shadow 200ms cubic-bezier(.455, .03, .515, .955), letter-spacing 300ms ease, border-radius 200ms ease;
  transition: box-shadow 200ms cubic-bezier(.455, .03, .515, .955), letter-spacing 300ms ease, border-radius 200ms ease;
  color: #009ddb;
}

.button.button-white:hover {
  box-shadow: 0 22px 50px -28px #000, 0 0 0 1px #fff;
  letter-spacing: 4.5px;
}

.button.button-white:active {
  box-shadow: 0 13px 30px -20px #000, 0 0 0 1px #fff;
  letter-spacing: 3.5px;
}

.button.button-white.button--centered {
  background-color: rgba(0, 0, 0, .04);
}

.button.button--centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row__1col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 180px;
  padding-left: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.examples-container {
  margin-bottom: 40px;
}

.h3-link {
  padding-bottom: 4px;
  border-bottom: 2px solid #494949;
  -webkit-transition: padding 200ms ease, border 200ms ease, color 200ms ease, border-color 200ms ease, letter-spacing 200ms ease;
  transition: padding 200ms ease, border 200ms ease, color 200ms ease, border-color 200ms ease, letter-spacing 200ms ease;

  color: #494949;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.h3-link:hover {
  padding-right: 8px;
  padding-left: 8px;
  border-bottom-color: #009ddb;
  color: #009ddb;
  letter-spacing: 1.5px;
}

.h3-link.contact-link {
  padding-bottom: 2px;
  border-bottom-color: #fff;
}

.h3-link.contact-link:hover {
  color: #fff;
}

.h3-link.h3-link--blue {
  border-bottom-color: #009ddb;
  color: #009ddb;
  font-weight: 500;
}

.examples-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  overflow: visible;
  width: 80%;
  margin: 30% 10% 4%;
  border-radius: 20px;
  box-shadow: 0 10px 70px -7px rgba(0, 0, 0, .9);
}

.examples-shadow.shadow-macbook {
  width: 70%;
  margin-right: 15%;
  margin-bottom: 2%;
  margin-left: 15%;
}

.device-container {
  position: relative;
  margin-bottom: 32px;
}

.device-container.device-tablet {
  margin-top: 17px;
  margin-right: 10%;
  margin-left: 10%;
}

.quote {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 32px;
  line-height: 48px;
  font-style: italic;
  font-weight: 200;
}

.h4-author {
  margin-top: 31px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}

.quote-school {
  font-family: filson-soft, sans-serif;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
}

.quote-icon1 {
  width: 100px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 0.29;
  -webkit-transform: translate(153px, 28px);
  -ms-transform: translate(153px, 28px);
  transform: translate(153px, 28px);
}

.slider {
  background-color: transparent;
}

.slide {
  background-color: transparent;
}

.slider-arrow {
  -webkit-transition: color 300ms cubic-bezier(.645, .045, .355, 1);
  transition: color 300ms cubic-bezier(.645, .045, .355, 1);
  color: #e4e4e4;
}

.slider-arrow:hover {
  color: #009ddb;
}

.slider-nav {
  top: 340px;
  font-size: 10px;
}

.team-portrait {
  position: relative;
  max-height: 300px;
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.team-portrait:hover {
  background-image: url('../images/Henry2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
  opacity: 0;
}

.team-portrait.team-portrait_test {
  width: 100%;
}

.row__3-col {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.row__3-col.text-col {
  -webkit-column-count: 3;
  column-count: 3;
}

.team-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h3-white {
  color: #fff;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1px;
}

.h3-white.h3-left {
  display: inline;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 32px;
  text-align: left;
}

.contact-link {
  padding-bottom: 4px;
  color: #fff;
  text-decoration: none;
}

.team-portrait_2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-height: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text_3-col {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 6em;
  column-gap: 6em;
}

.p-link {
  padding-bottom: 2px;
  border-bottom: 1px solid #bbb;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #494949;
  line-height: 40px;
  text-decoration: none;
}

.p-link:hover {
  padding-right: 4px;
  padding-left: 4px;
  border-bottom-color: #009ddb;
  color: #009ddb;
  letter-spacing: 1px;
}

.nav-background {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

.tabs-content {
  width: 100vw;
  height: 100vh;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pricing-table {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fff;
  box-shadow: 0 15px 50px -21px #000;
  opacity: 0;
}

.currency {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
}

.pricing-table__title {
  margin-top: 0px;
  padding-top: 14px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
}

.pricing-table__header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #009ddb;
}

.h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.h2.h2--left {
  text-align: left;
}

.h2.h2-green {
  color: #367540;
}

.h2.h2-red {
  color: #992424;
}

.h4.h4--pricing {
  color: rgba(0, 0, 0, .4);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.column.column--pricing {
  padding-right: 40px;
  padding-left: 40px;
}

.range-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.range-slider__line {
  width: 496px;
  max-height: 4px;
  max-width: 496px;
  min-height: 4px;
  min-width: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .1);
}

.slider-slider_dot {
  position: relative;
  bottom: 10px;
  width: 16px;
  height: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50%;
  background-color: #009ddb;
  box-shadow: 0 3px 21px -2px rgba(0, 0, 0, .4);
}

.range-slider__form-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.range-slider__text-field {
  max-width: 80px;
  margin-top: 16px;
  margin-bottom: 4px;
  border: 0px solid #000;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: 0 5px 29px -13px rgba(0, 0, 0, .4);
  font-family: filson-soft, sans-serif;
  color: #009ddb;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.range-slider__value1 {
  position: relative;
  display: inline-block;
  max-width: 496px;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: rgba(0, 0, 0, .2);
  font-weight: 300;
  text-align: center;
}

.range-slider__value-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 544px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrapper {
  width: 500px;
  margin-bottom: 80px;
}

.form-wrapper.form-wrapper--centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.form {
  display: block;
}

.text-field {
  margin-bottom: 40px;
  padding: 24px 24px 32px 0px;
  border: 0px solid #000;
  background-color: transparent;
  box-shadow: inset 0 0 0 0 #fff, inset 0 -2px 0 0 hsla(0, 0%, 100%, .28);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 24px;
}

.text-field:hover {
  box-shadow: inset 0 -3px 0 0 #fff, inset 0 -2px 0 0 hsla(0, 0%, 100%, .28);
}

.text-field:focus {
  box-shadow: inset 0 -3px 0 0 #fff, inset 0 -2px 0 0 hsla(0, 0%, 100%, .28);
}

.text-field.text-field--large {
  height: 160px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  color: #009ddb;
  font-size: 80px;
  text-align: center;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 288px;
  margin: 24px;
  padding: 16px 16px 8px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #f1fbff;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, transform 200ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.card:hover {
  background-color: #bde5f5;
  box-shadow: 0 37px 90px -55px rgba(0, 0, 0, .6);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.card:active {
  box-shadow: 0 28px 36px -35px rgba(0, 0, 0, .6);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.card.card--selected {
  background-color: #009ddb;
  box-shadow: 0 37px 90px -55px rgba(0, 0, 0, .6);
}

.card.card--deselected {
  background-color: rgba(0, 0, 0, .04);
}

.card.card--small {
  width: 240px;
  padding-top: 12px;
  padding-right: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card.card--small:hover {
  box-shadow: 0 19px 90px -40px rgba(0, 0, 0, .6);
}

.card.card--small:active {
  box-shadow: 0 16px 35px -25px rgba(0, 0, 0, .6);
}

.paragraph--small {
  margin-bottom: 6px;
  color: rgba(0, 0, 0, .6);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.paragraph--small a{
  color: #3AB7E8;
  text-decoration: none;
}
.paragraph--small a:before{
  content: '→'
}
.paragraph--small a.withoutArrow:before{
  content: '';
}

.h4--white {
  color: #fff;
}

.h4--inactive {
  color: rgba(0, 0, 0, .2);
}

.h5 {
  margin-top: 10px;
  margin-bottom: 16px;
  color: #009ddb;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.card__info-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #f1fbff;
  opacity: 0.25;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.card__info-button:hover {
  opacity: 1;
}

.card__container {
  position: relative;
}

.card__tooltip {
  position: absolute;
  right: 0px;
  bottom: 105%;
  display: none;
  max-width: 80%;
  padding: 12px 16px 2px;
  border-radius: 4px;
  background-color: #009ddb;
  opacity: 0;
}


.p--tooltip {
  color: #f2f2f2;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.card__tooltip ul {
  color: #f2f2f2;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-left: 0px;
  padding-left: 20px;
}

.card__tooltip ul li {
  color: #f2f2f2;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-left: 0;
}

.tooltip__triangle {
  position: absolute;
  right: 8px;
  bottom: -4px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #009ddb;
  -webkit-transform: rotate(50deg) skew(18deg, 0deg);
  -ms-transform: rotate(50deg) skew(18deg, 0deg);
  transform: rotate(50deg) skew(18deg, 0deg);
}

.tooltip__icon {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
}

.h2-small {
  display: inline-block;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, .6);
  font-size: 24px;
}

.modules__icon {
  width: 56px;
  height: 56px;
  -webkit-transform: translate(0px, -9px);
  -ms-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
}

.h3-small {
  margin-top: 0px;
  color: rgba(0, 0, 0, .4);
  font-size: 18px;
  line-height: 24px;
}

.h3-small.h3-small-narrow {
  max-width: 508px;
  margin-bottom: 0px;
}

.hidden-form {
  display: none;
  overflow: hidden;
}

.field-label {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
}

.field-label.field-label--white {
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.success-message {
  padding: 24px;
  border-radius: 8px;
  background-color: #90ff8b;
}

.error-message {
  padding: 24px;
  border-radius: 8px;
  background-color: #f8a4a4;
}

.h3-bold {
  font-weight: 700;
}

.h3-blue {
  color: #009ddb;
}

html.w-mod-js *[data-ix="fade-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-load-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 39px);
  -ms-transform: translate(0px, 39px);
  transform: translate(0px, 39px);
}

@media (max-width: 991px) {
  .content.content-blue {
    height: 100%;
  }
  .content.content-blue.content-namechange {
    padding-top: 80px;
  }
  .hero_centered-container {
    width: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .nav-menu {
    height: 100vh;
    background-color: #f2f2f2;
  }
  .nav-menu.nav-menu--blue {
    background-color: #1fa9df;
  }
  .nav-link {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f2f2f2;
    font-size: 32px;
    text-align: center;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav-link.w--current {
    line-height: 40px;
  }
  .nav-link.nav-link--button {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav-link.nav-link--blue {
    background-color: #1fa9df;
  }
  .navbar.navbar--transparent {
    padding-bottom: 0px;
  }
  .nav-logo {
    margin-left: 12px;
  }
  .section {
    padding-right: 24px;
    padding-left: 24px;
  }
  .team-portrait:hover {
    opacity: 1;
  }
  .team-portrait_2 {
    display: none;
  }
  .text_3-col {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .hamburger-icon {
    color: #009ddb;
    font-size: 32px;
  }
  .hamburger-icon.hamburger--white {
    color: #f2f2f2;
  }
  .menu-button.w--open {
    background-color: #f2f2f2;
  }
  .menu-button.menu-btn--transparent.w--open {
    background-color: transparent;
  }
}

@media (max-width: 479px) {
  .hero_paragraph {
    font-size: 32px;
    line-height: 48px;
  }
  .hero_centered-container {
    max-width: 100%;
    margin-top: 39px;
  }
  .hero_logo {
    width: auto;
    max-width: 220px;
  }
  .hero_logo.logo--small {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .hero_logo.logo--alt {
    width: 240px;
    margin-bottom: 48px;
  }
  .nav-menu {
    height: 100vh;
    background-color: #f2f2f2;
  }
  .nav-link {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav-link.w--current {
    line-height: 40px;
  }
  .nav-link.nav-link--button {
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 40px;
  }
  .navbar {
    background-color: transparent;
  }
  .nav-container {
    background-color: #f2f2f2;
  }
  .nav-container.nav-container--blue {
    background-color: #1da8df;
  }
  .nav-logo {
    display: none;
  }
  .container.container-narrow.container-extra-schulen {
    display: block;
  }
  .container.container-flex {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .section.section--fullscreen {
    min-height: auto;
  }
  .features-container {
    margin-bottom: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .row__2-col {
    margin-bottom: 0px;
  }
  .row__1col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .quote {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
  .quote-icon1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, -32px);
    -ms-transform: translate(0px, -32px);
    transform: translate(0px, -32px);
  }
  .slider-arrow {
    color: transparent;
  }
  .team-portrait:hover {
    background-image: none;
    opacity: 1;
  }
  .text_3-col {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .hamburger-icon {
    font-size: 30px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .pricing-table__title {
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 4px;
  }
  .pricing-table__header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .h2.h2--left {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .h4.h4--pricing {
    margin-bottom: 0px;
  }
  .column.column--pricing {
    padding-top: 8px;
    padding-left: 24px;
  }
  .form-wrapper.form-wrapper--centered {
    width: auto;
  }
  .text-field.text-field--large {
    font-size: 40px;
  }
  .card.card--small {
    margin: 16px;
  }
}

/*@font-face {
  font-family: 'Gothamrounded';
  src: url('../fonts/GothamRounded-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamrounded';
  src: url('../fonts/GothamRounded-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Gothamrounded';
  src: url('../fonts/GothamRounded-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Gothamrounded';
  src: url('../fonts/GothamRounded-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamrounded';
  src: url('../fonts/GothamRounded-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamrounded';
  src: url('../fonts/GothamRounded-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamrounded';
  src: url('../fonts/GothamRounded-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gothamrounded';
  src: url('../fonts/GothamRounded-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}*/