:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.content-wrapper {
  max-width: 1140px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.section-faq {
  background-color: #f1f3f6;
  padding: 20px 30px 40px;
}

.icon {
  font-family: Material icons, sans-serif;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-family: Material icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-center {
  text-align: center;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.spoergsmaal {
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.svar {
  font-family: Roboto, sans-serif;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 50px;
}

.link {
  color: #31304e;
}

.top-divider-3 {
  height: 1px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}

.top-divider-3.white {
  border-bottom-color: #fff;
}

.henrik-og-kirsten {
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 83px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: relative;
}

.hero-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-grid-2.careers {
  grid-template-columns: 1fr .5fr;
}

.hero-grid-2.laptop {
  grid-template-columns: 1.2fr minmax(220px, 1fr);
}

.pargraph-quote-laeserloefte {
  width: 80%;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  line-height: 46px;
}

.lofter-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 22px;
  line-height: 30px;
  display: none;
}

.quote-wrapper {
  position: relative;
}

.container {
  z-index: 1;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pargraph-quote {
  width: 80%;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  line-height: 46px;
}

.pargraph-quote.icon {
  width: auto;
  opacity: .67;
  color: #31304e;
  font-family: Roboto, sans-serif;
  font-size: 120px;
  line-height: 100px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -10px;
  right: auto;
}

.pargraph-quote.icon.down {
  line-height: 0;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -10px;
}

.image-3 {
  border-radius: 21px;
}

.hero-image {
  position: relative;
}

.coppyright-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.image-instagram {
  width: 100%;
}

.top-small-text {
  color: #4830e6;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.copy-text {
  color: #6d6d6d;
  text-transform: none;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
}

.footer-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.infos-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.label-section {
  padding-left: 5%;
  padding-right: 5%;
}

.features-wrapper {
  background-color: #fff;
  border-radius: 30px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 9px 24px;
  display: flex;
}

.features-wrapper.blue {
  border: 2px solid #4830e6;
}

.footer {
  background-color: #000;
  padding: 50px 5% 40px;
  position: relative;
}

.search-text {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
  font-size: 15px;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #4830e6;
  background-image: url('../images/Arrow2x_1.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 20px 55px 20px 25px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-position: 90%;
}

.button.white {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Arrow2x.svg');
}

.button.small {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 55px;
  font-size: 12px;
}

.button.small.transpraent {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.search-icon {
  width: 32px;
  height: 30px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-icon.only-mobile {
  display: none;
}

.video-wrapper {
  height: 40vw;
  min-height: 550px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrapper.home-3 {
  height: 100%;
}

.video-wrapper.home-2 {
  width: 100%;
  min-height: 70vh;
  padding-left: 5%;
  padding-right: 5%;
}

.video-wrapper.home-2.full {
  min-height: 70vh;
}

.webflow-logo-tiny {
  width: 18px;
  opacity: .9;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.align-center {
  text-align: center;
}

.nav-text {
  font-weight: 800;
}

.margin-60px {
  margin-top: 60px;
}

.navigation-link {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 27px 15px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  opacity: .6;
}

.navigation-link.flex {
  flex-direction: row;
}

.top-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.top-text.white {
  color: #fff;
}

.with-scibble {
  background-image: url('../images/scribble.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 20px;
  padding-right: 20px;
  display: inline;
}

.with-scibble.white {
  background-image: url('../images/scribble-white.png');
}

.instagram-section {
  background-color: #000;
  padding: 40px 5%;
}

.search-input {
  width: 90%;
  height: 80px;
  float: left;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #fff;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.search-input:focus {
  border-bottom-color: #fff;
}

.search-input::-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

.search-input::placeholder {
  color: #fff;
  font-weight: 500;
}

.email-wrapper {
  order: 1;
  align-items: center;
  display: flex;
}

.arrow-up {
  transform: rotate(-90deg);
}

.social-wrapper {
  margin-left: 15px;
  display: flex;
}

.social-wrapper.vertical {
  flex-direction: column;
}

.menu-button {
  width: 50px;
  height: 50px;
}

.search-wrapper {
  height: 0;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.main-image {
  width: 900px;
  max-width: none;
}

.instagram-circle {
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  top: 50%;
  bottom: auto;
  right: auto;
}

.container-nav {
  z-index: 2;
  max-width: 1130px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-nav.flex {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.search-wrapper-animation {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.top-arrow {
  transform: rotate(-90deg);
}

.menu-flex {
  order: 1;
  align-items: center;
  display: flex;
}

.menu-flex.none {
  order: 0;
}

.team-circle {
  width: 130px;
  height: 130px;
  background-image: url('../images/team-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  position: absolute;
  top: 52px;
  bottom: auto;
  left: 52px;
  right: auto;
}

.team-circle._2 {
  background-image: url('../images/team-6.jpg');
  top: auto;
  bottom: -60px;
  left: auto;
  right: 110px;
}

.team-circle._3 {
  width: 70px;
  height: 70px;
  background-image: url('../images/team-1.jpg');
  top: auto;
  bottom: 50px;
  left: 172px;
  right: auto;
}

.team-circle._4 {
  width: 100px;
  height: 100px;
  background-image: url('../images/team-3.jpg');
  top: 90px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.careers-image {
  display: none;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.margin-40px {
  margin-top: 40px;
}

.success-message {
  color: #fff;
  background-color: #67ae8c;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 2px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-small-text {
  font-size: 15px;
}

.footer-logo {
  text-decoration: none;
}

.email-text {
  color: #000;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.logo-text {
  color: #000;
  letter-spacing: 10px;
  text-transform: none;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.logo-text.white {
  color: #fff;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: rgba(255, 255, 255, .8);
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.made-with-webflow.left-margin:hover {
  opacity: .73;
  color: #fff;
}

.banner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 57px 5% 0;
  display: flex;
  position: relative;
}

.banner.five {
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.banner.four {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.banner.second {
  padding-top: 30px;
}

.banner.six {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
}

.banner.third {
  min-height: 65vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr .6fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.banner.sub {
  padding-top: 80px;
}

.banner.sub._2 {
  background-color: #4830e6;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.banner.sub.components {
  background-color: #4830e6;
  padding-bottom: 80px;
}

.banner.sub._3 {
  background-color: #fff;
  background-image: url('../images/banner-circle.jpg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: 800px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.search-content {
  margin-bottom: 5px;
  display: block;
  position: relative;
  top: 50%;
}

.top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.get-started-form {
  width: 85%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.announcement-bar {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 16px 2%;
  display: flex;
}

.announcement-bar.white {
  background-color: #fff;
  padding-bottom: 7px;
}

.privacy-link {
  color: #000;
}

.privacy-link:hover {
  text-decoration: none;
}

.featrues-flex {
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  order: -1;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.paragraph-white {
  color: #fff;
}

.paragraph-white._20px {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.margin-70px {
  margin-top: 70px;
}

.search-button {
  width: 80px;
  height: 80px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search-outline.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px #000;
  border-bottom: 2px solid #fff;
}

.search-button:active {
  border-left-color: #000;
}

.follow-link {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.follow-link.text {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}

.search-image {
  z-index: 2;
  position: relative;
}

.copyright {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.container-2 {
  z-index: 1;
  max-width: 1130px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.green-icon {
  height: 42px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.copy-flex {
  display: flex;
}

.video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.display-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 63px;
}

.display-2.white {
  color: #fff;
}

.container-search {
  max-width: 1200px;
  flex: 1;
}

.hamburger-line {
  width: 50%;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social-icon {
  width: 32px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon._2 {
  height: 35px;
}

.dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.go-top {
  z-index: 99;
  width: 55px;
  height: 55px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.go-top:hover {
  background-color: #121217;
}

.arrow {
  width: 8px;
  margin-left: 3px;
}

.image {
  width: 948px;
  max-width: none;
  float: left;
}

.square {
  z-index: 2;
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.square.color-blue {
  background-color: #4830e6;
}

.square._3 {
  width: 40px;
  height: 40px;
  background-color: #000;
  top: -40px;
  bottom: auto;
  left: auto;
  right: -40px;
}

.square._2 {
  width: 40px;
  height: 40px;
  bottom: 60px;
  left: 60px;
}

.dropdown-list {
  min-width: 200px;
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-bottom: 2px solid rgba(0, 0, 0, .03);
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-center {
  z-index: 1;
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.instagram-wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.margin-20px {
  margin-top: 20px;
}

.display-4 {
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

.display-4.white {
  color: #fff;
}

.sticky-nav {
  z-index: 9999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-top {
  margin-right: 7px;
}

.margin-30px {
  margin-top: 30px;
}

.remove-image {
  z-index: 1;
  position: absolute;
}

.margin-50px {
  margin-top: 50px;
}

.copyright-link {
  color: #fff;
  text-decoration: none;
}

.first-part {
  order: -1;
  display: flex;
}

.text-field-primary {
  height: 100%;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 18px;
}

.text-field-primary::-ms-input-placeholder {
  color: #6b6b6b;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-field-primary::placeholder {
  color: #6b6b6b;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.banner-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 7%;
  display: flex;
}

.overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram-circle-wrppaer {
  position: absolute;
}

.paragraph-no-margin {
  margin-bottom: 0;
}

.paragraph-no-margin.blue {
  color: #4830e6;
}

.label-wrapper {
  max-width: 1120px;
  text-transform: uppercase;
  background-color: #f5f5f7;
  border-left: 3px solid #000;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
  padding: 20px 22px 20px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.copyright-flex {
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 1px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.footer-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: .7;
}

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 88px;
  font-weight: 700;
  line-height: 77px;
}

.display-1.white {
  color: #fff;
}

.display-1._78px {
  font-size: 78px;
  line-height: 70px;
}

.dropdown-link {
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: rgba(0, 0, 0, .6);
}

.margin-100px {
  margin-top: 100px;
}

.pargraph-quote-2 {
  width: 77%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  line-height: 46px;
}

.pargraph-quote-2.icon {
  width: auto;
  opacity: .85;
  color: #004d76;
  font-family: Roboto, sans-serif;
  font-size: 120px;
  line-height: 100px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 5px;
  right: auto;
}

.pargraph-quote-2.icon.down {
  line-height: 0;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 80px;
}

.image-4 {
  border-radius: 21px;
}

@media screen and (max-width: 991px) {
  .henrik-og-kirsten {
    padding-top: 50px;
  }

  .hero-grid-2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .hero-grid-2.laptop {
    grid-template-columns: 1fr;
  }

  .pargraph-quote.icon {
    left: -10px;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }

  .search-icon.only-mobile {
    order: 1;
    margin-bottom: 0;
    margin-left: 15px;
    display: flex;
  }

  .search-icon.hide-mobile {
    display: none;
  }

  .video-wrapper {
    min-height: 450px;
  }

  .video-wrapper.home-2 {
    min-height: 600px;
  }

  .navigation-link {
    align-items: flex-start;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .search-input {
    width: 80%;
    height: 60px;
    font-size: 30px;
  }

  .social-wrapper {
    margin-left: 25px;
    padding-left: 15px;
  }

  .social-wrapper.vertical {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .main-image {
    width: 100%;
  }

  .container-nav {
    z-index: 2;
    position: relative;
  }

  .menu-flex.none {
    order: 1;
  }

  .team-circle {
    width: 110px;
    height: 110px;
    top: 52px;
    left: 37px;
  }

  .team-circle._2 {
    right: 30px;
  }

  .team-circle._3 {
    left: 40px;
  }

  .team-circle._4 {
    top: 63px;
  }

  .made-with-webflow.left-margin {
    margin-top: 10px;
    margin-left: 0;
  }

  .banner {
    padding-top: 50px;
  }

  .banner.third {
    grid-row-gap: 9px;
    grid-template-columns: 1fr;
  }

  .banner.sub._2 {
    padding-bottom: 95px;
  }

  .banner.sub._3 {
    background-position: 235%;
    background-size: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .search-content {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .featrues-flex {
    align-items: center;
  }

  .logo {
    margin-right: 10px;
  }

  .search-button {
    width: 20%;
    height: 60px;
  }

  .copyright {
    margin-bottom: 0;
  }

  .container-2 {
    padding-right: 0;
  }

  .display-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .hamburger-line {
    background-color: #000;
  }

  .arrow {
    display: none;
  }

  .image {
    width: 100%;
  }

  .square._3 {
    display: none;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    position: relative;
  }

  .instagram-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .copyright-flex.right {
    align-items: flex-end;
  }

  .navbar {
    padding: 13px 3% 13px 2%;
  }

  .display-1._78px {
    font-size: 72px;
  }

  .pargraph-quote-2.icon {
    left: 25px;
  }

  .pargraph-quote-2.icon.down {
    right: 56px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-item-content {
    margin-right: 0;
  }

  .heading {
    font-size: 40px;
  }

  .hero-grid-2.careers {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .pargraph-quote-laeserloefte, .pargraph-quote {
    font-size: 35px;
    line-height: 40px;
  }

  .video-wrapper {
    min-height: 400px;
  }

  .video-wrapper.home-2 {
    min-height: 550px;
  }

  .video-wrapper.home-2.full {
    min-height: 580px;
  }

  .with-scibble.white {
    padding-left: 12px;
    padding-right: 12px;
  }

  .social-wrapper {
    margin-left: 0;
    padding-left: 0;
  }

  .menu-flex.none {
    order: 1;
  }

  .team-circle {
    top: 35px;
  }

  .team-circle._2 {
    bottom: -43px;
  }

  .team-circle._4 {
    top: 53px;
  }

  .made-with-webflow.left-margin {
    margin: 5px 0;
  }

  .banner.five {
    padding-top: 50px;
  }

  .banner.sub {
    padding-top: 60px;
  }

  .banner.sub.components {
    padding-bottom: 60px;
  }

  .banner.sub._3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
  }

  .top-grid {
    grid-template-columns: 1fr;
  }

  .announcement-bar {
    padding-left: 4%;
    padding-right: 4%;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .display-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .square.hide {
    display: none;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright-flex.right {
    align-items: flex-start;
  }

  .display-1 {
    font-size: 70px;
    line-height: 65px;
  }

  .display-1._78px {
    font-size: 60px;
    line-height: 60px;
  }

  .pargraph-quote-2.icon {
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .section-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .heading {
    font-size: 30px;
  }

  .pargraph-quote-laeserloefte {
    width: 85%;
    text-align: left;
    font-size: 28px;
    line-height: 30px;
  }

  .lofter-title {
    font-size: 25px;
  }

  .quote-wrapper {
    padding-left: 23px;
  }

  .container {
    max-width: none;
    margin-left: 0;
  }

  .pargraph-quote {
    width: 85%;
    text-align: left;
    font-size: 28px;
    line-height: 30px;
  }

  .pargraph-quote.icon.down {
    bottom: -5%;
  }

  .copy-text {
    display: none;
  }

  .infos-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .nav-menu {
    z-index: 9999;
  }

  .features-wrapper {
    margin-right: 0;
  }

  .search-icon {
    margin-left: 15px;
  }

  .video-wrapper.home-3 {
    min-height: 250px;
  }

  .margin-60px._20px {
    margin-top: 20px;
  }

  .top-text, .top-text.white {
    font-size: 14px;
  }

  .with-scibble {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .search-input {
    height: 50px;
    font-size: 20px;
    line-height: 40px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .menu-flex.none {
    flex: 1;
    order: 1;
    justify-content: flex-end;
  }

  .team-circle {
    width: 70px;
    height: 70px;
    top: 23px;
    left: 19px;
  }

  .team-circle._2 {
    bottom: -29px;
  }

  .team-circle._3 {
    width: 60px;
    height: 60px;
    bottom: 13px;
    left: 21px;
  }

  .team-circle._4 {
    width: 60px;
    height: 60px;
    top: 33px;
    right: 23px;
  }

  .careers-image {
    margin-bottom: 50px;
    display: block;
  }

  .email-text.hide {
    display: none;
  }

  .logo-text {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .banner.six {
    padding-top: 40px;
    padding-bottom: 75px;
  }

  .banner.sub {
    padding-top: 31px;
  }

  .banner.sub._2 {
    padding-top: 115px;
  }

  .banner.sub.components {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner.sub._3 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .get-started-form {
    width: 100%;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .announcement-bar {
    flex-direction: column;
  }

  .announcement-bar.white {
    padding-top: 0;
  }

  .logo {
    margin-right: 0;
    padding-left: 0;
  }

  .search-button {
    height: 50px;
    background-size: 20px;
  }

  .container-2 {
    max-width: none;
    margin-left: 0;
  }

  .container-2._100 {
    width: 100%;
    max-width: 100%;
  }

  .display-2 {
    font-size: 42px;
    line-height: 42px;
  }

  .social-icon.hide-social {
    display: none;
  }

  .dropdown-list.w--open {
    width: 100%;
  }

  .hero-center {
    max-width: none;
  }

  .instagram-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
  }

  .display-4.white {
    font-size: 30px;
    line-height: 30px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .first-part {
    flex-direction: column;
  }

  .text-field-primary {
    height: 50px;
  }

  .label-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .copyright-flex {
    flex-direction: column;
  }

  .navbar {
    padding-left: 3%;
  }

  .display-1 {
    font-size: 47px;
    line-height: 47px;
  }

  .display-1.white.font {
    font-size: 36px;
    line-height: 37px;
  }

  .display-1._78px {
    font-size: 40px;
    line-height: 44px;
  }

  .pargraph-quote-2 {
    width: 80%;
    font-size: 28px;
    line-height: 28px;
  }

  .pargraph-quote-2.icon {
    left: -9px;
  }

  .pargraph-quote-2.icon.down {
    bottom: -5%;
    right: -3px;
  }
}


@font-face {
  font-family: 'Material icons';
  src: url('../fonts/Material_Icons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}