:root {
  --dark-green: #10522f;
  --gainsboro: #f1f1f1;
  --yellow: #dda730;
  --red: #7f1522;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #e6eaed;
  margin-top: 0;
  margin-bottom: 19px;
}

.navigation {
  background-color: var(--dark-green);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  display: flex;
  top: -220px;
  box-shadow: 0 1px #00000021;
}

.nav-link {
  color: var(--gainsboro);
  text-transform: capitalize;
  padding: 26px 17px;
  font-family: Montserrat, sans-serif;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  color: var(--yellow);
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 var(--yellow);
  color: var(--gainsboro);
}

.section {
  background-color: var(--dark-green);
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.main {
  background-color: var(--dark-green);
  color: #fff;
  text-shadow: 0 1px #0000003b;
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer {
  background-color: var(--dark-green);
  color: #e4e8eb;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  background-color: var(--red);
  color: #939596;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.section.footer.background {
  background-image: linear-gradient(5deg, #0009, #082b18bd 20%, var(--dark-green) 68%), url('../images/Skoolgebou-hoof-ingang-1.jpg');
  background-position: 0 0, 50% 45%;
}

.section.purple {
  background-color: #fff;
  background-image: url('../images/top-div.svg'), url('../images/bottom-div.svg');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 165px;
  padding-bottom: 302px;
  display: flex;
}

.section.clients {
  background-color: var(--red);
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  background-color: var(--dark-green);
  padding-top: 29px;
  padding-bottom: 38px;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.main-subtitle.dark {
  color: var(--dark-green);
  text-align: center;
  font-weight: 500;
}

.nav-notification-banner {
  display: flex;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .67;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: capitalize;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: var(--gainsboro);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  display: block;
}

.page-link.in-footer:hover {
  color: var(--yellow);
  border-bottom-color: #0000;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.social-icon-group {
  margin-top: 10px;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.section-subtitle {
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 68px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  min-height: 300px;
  padding: 17px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
}

.feature {
  text-align: left;
}

.feature-row {
  z-index: 6;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: -22px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
}

.small-text {
  color: #ffffff4f;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.div-block {
  justify-content: center;
  display: flex;
}

.logo {
  width: 14%;
  margin-left: 2%;
  margin-right: 2%;
}

.footer-text {
  color: var(--gainsboro);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.video {
  z-index: 0;
  background-image: linear-gradient(#e584d5, #e584d5), url('../images/client_logo_ouya.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.background-video {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 850px;
  display: flex;
}

.yellow-div {
  background-image: url('../images/yellow-div.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  display: none;
  position: absolute;
  inset: 979px 0% 0%;
}

.lines-div {
  z-index: 3;
  background-image: url('../images/Div-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: absolute;
  inset: auto 0% -1%;
}

.heading {
  color: var(--gainsboro);
  text-align: left;
  margin-top: -23px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading.dark {
  color: var(--dark-green);
  text-align: center;
  font-weight: 600;
}

.heading-2 {
  color: var(--gainsboro);
}

.paragraph {
  color: var(--gainsboro);
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  line-height: 26px;
}

.paragraph.dark {
  color: var(--red);
}

.content-wrapper {
  z-index: 5;
  width: 700px;
  padding-left: 10px;
  position: relative;
}

.container {
  flex-flow: row;
  position: relative;
  top: -58px;
}

.column {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.slider-2 {
  background-color: #0000;
  width: 90%;
  height: 200px;
}

.slide-2 {
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper-wide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-wrapper-wide {
  justify-content: center;
  align-items: center;
  width: 18%;
  margin-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon {
  color: var(--dark-green);
  font-size: 25px;
}

.button-2 {
  background-color: var(--red);
  color: #fff;
  border-radius: 20px 2px 50px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-part-left {
  background-color: var(--yellow);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 2px;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-part-right {
  background-color: var(--yellow);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 50px;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block {
  z-index: 2;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

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

.button-wrapper.middle {
  justify-content: center;
  align-items: center;
}

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

.container-2 {
  justify-content: center;
  align-items: center;
  margin-left: 65.719px;
  margin-right: 65.719px;
  display: flex;
}

.text-block-2 {
  color: var(--gainsboro);
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-right: 100px;
  padding-left: 0;
  font-size: 33px;
  display: flex;
}

.image {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 100px;
  margin-left: 30px;
  box-shadow: 6px 6px 12px 3px #0003;
}

.spacer {
  height: 30px;
}

.heading-3, .heading-4 {
  font-family: Montserrat, sans-serif;
}

.spacer-2 {
  width: 90%;
  height: 60px;
  line-height: 30px;
}

.small-accordion-item {
  background-color: #f1f1f1;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.2rem;
  transition: box-shadow .35s;
  box-shadow: 3px 4px 19px #0003;
}

.small-accordion-item:hover {
  box-shadow: 0 6px 22px -8px #bbb;
}

.small-accordion-item.last {
  margin-bottom: 0;
}

.small-accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-icon {
  width: 40px;
  margin-left: 1.5rem;
  margin-right: 15px;
}

.accordion-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 70px;
  display: flex;
}

.accordion-tab-button-dark {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  min-height: 70px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 60px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.h3 {
  color: #c15c21;
  text-align: center;
  margin-top: 10px;
}

.simple-accordion-arrow {
  width: 1.5rem;
}

.accordion-pane-content {
  margin-bottom: 5px;
  padding: 0 25px 20px 60px;
}

.small-accordion-header {
  color: #1f1f1f;
  text-align: left;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 2rem;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
}

.small-accordion-header.with-icon {
  color: var(--red);
  width: 80%;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.small-accordion-text {
  color: #6b7065;
  width: 95%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-3 {
  z-index: 6;
  position: relative;
}

.heading-5 {
  color: var(--dark-green);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.link {
  color: var(--red);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: var(--yellow);
}

.link.light {
  color: var(--gainsboro);
  font-weight: 500;
}

.div-block-10, .kontak-wrapper {
  margin-bottom: 16px;
}

.slide-nav-2 {
  color: var(--dark-green);
  bottom: -76px;
}

.bottom-yello-div {
  z-index: 9;
  background-image: url('../images/yellow-div.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: absolute;
  bottom: -563%;
  left: 0%;
  right: 0%;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3, .column-4, .column-5 {
  padding-top: 20px;
}

.image-8, .image-11 {
  width: 90px;
}

.image-22 {
  margin-top: 44px;
}

.image-23 {
  margin-top: 21px;
}

.container-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 11px;
}

.div-block-11 {
  background-color: var(--dark-green);
  height: 50px;
  position: relative;
  top: -61px;
}

.columns-2 {
  position: relative;
  top: -30px;
}

.green-div {
  background-color: var(--dark-green);
  height: 50px;
  position: relative;
  top: -195px;
}

.image-24 {
  margin-top: 54px;
}

.image-25 {
  margin-top: 22px;
}

.kontak-opskrif {
  color: var(--dark-green);
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.column-6 {
  padding-top: 10px;
  padding-left: 55px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

._404-error {
  margin-bottom: 38px;
}

._404 {
  color: var(--yellow);
}

._404-error-text {
  color: var(--gainsboro);
}

.code-embed {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-top: 40px;
  display: flex;
}

.spacer-3 {
  width: 90%;
  height: 60px;
  margin-top: 14px;
  line-height: 30px;
}

.spacer-3.line {
  border-bottom: 1px solid var(--dark-green);
}

.wrapper, .div-block-12 {
  display: flex;
}

.banner {
  display: none;
}

@media screen and (min-width: 1440px) {
  .feature-row {
    top: -36px;
  }

  .yellow-div {
    height: 700px;
    top: 910px;
  }

  .slider-2 {
    height: 200px;
  }

  .container-4 {
    top: 48px;
  }

  .div-block-11 {
    top: -65px;
  }

  .green-div {
    top: -189px;
  }
}

@media screen and (min-width: 1920px) {
  .navigation {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 100px;
  }

  .section.footer.background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.purple {
    padding-top: 211px;
  }

  .feature-row {
    justify-content: flex-start;
    align-items: center;
    top: -29px;
  }

  .yellow-div {
    height: 900px;
    top: 780px;
  }

  .slider-2 {
    height: 300px;
  }

  .button-block {
    border-bottom-right-radius: 50px;
  }

  .button-2 {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 50px;
  }

  .button-part-left {
    border-top-left-radius: 20px;
  }

  .button-part-right {
    border-bottom-right-radius: 50px;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
  }

  .image {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 100px;
  }

  .h3 {
    font-size: 25px;
  }

  .small-accordion-text {
    padding: 0 60px;
  }

  .image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21 {
    width: 200px;
  }

  .div-block-11 {
    top: -97px;
  }

  .columns-2 {
    top: -15px;
  }

  .green-div {
    top: -228px;
  }
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .navigation {
    z-index: 4;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    top: -160px;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0 18px 33px;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    background-color: var(--dark-green);
    color: var(--dark-green);
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    background-color: var(--dark-green);
    color: #fff;
  }

  .section.purple {
    padding-top: 111px;
    padding-bottom: 197px;
  }

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

  .nav-notification-banner {
    background-color: var(--dark-green);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    inset: 0% 0% auto;
  }

  .social-icon-group {
    display: flex;
  }

  .main-feature-group {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 49px;
    padding-left: 125px;
    padding-right: 125px;
    display: flex;
  }

  .main-image {
    margin-top: 49px;
  }

  .heading {
    text-align: center;
  }

  .paragraph {
    text-align: center;
    padding-right: 0;
  }

  .paragraph.dark {
    text-align: left;
  }

  .content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .logo-wrapper-wide {
    margin-top: 72px;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .button-wrapper.hero {
    justify-content: flex-start;
    align-items: center;
  }

  .columns {
    flex-flow: column;
  }

  .container-2 {
    margin-left: auto;
    margin-right: 81px;
  }

  .text-block-2 {
    margin-right: 0;
  }

  .small-accordion-item {
    width: 80vw;
    margin-bottom: 10px;
  }

  .small-accordion-pane {
    width: 100%;
  }

  .small-accordion-header.with-icon {
    width: 75%;
  }

  .columns-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-2 {
    color: var(--yellow);
  }

  .wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .body {
    background-color: var(--dark-green);
  }

  .banner {
    z-index: 100;
    background-color: var(--dark-green);
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    display: flex;
    position: relative;
    top: -112px;
    left: -103px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .navigation {
    top: -122px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.main {
    margin-top: 0;
  }

  .section.footer.background {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.purple {
    padding-top: 109px;
  }

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

  .nav-notification-banner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

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

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 17px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .background-video {
    width: 100%;
  }

  .paragraph {
    padding-right: 0;
  }

  .content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container {
    display: flex;
    top: -15px;
  }

  .column {
    justify-content: center;
    align-items: flex-start;
  }

  .slider-2 {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logo-wrapper-wide {
    flex-wrap: wrap;
    width: 30%;
    margin-top: 20px;
  }

  .button-block {
    margin-bottom: 70px;
  }

  .button-block.mobile {
    margin-bottom: 10px;
  }

  .button-wrapper.middle {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button-wrapper.hero {
    justify-content: center;
    align-items: center;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .image {
    z-index: 6;
    margin-top: -34px;
    position: relative;
  }

  .spacer-2 {
    height: 20px;
  }

  .small-accordion-item, .accordion-tab-button-dark {
    width: 90vw;
  }

  .accordion-pane-content {
    text-align: left;
  }

  .small-accordion-header {
    font-size: 1.4em;
  }

  .container-3 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .column-3, .column-4, .column-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-11 {
    top: -30px;
  }

  .green-div {
    width: 100%;
    top: -149px;
  }

  .spacer-3 {
    height: 30px;
  }

  .banner {
    top: -84px;
    left: -86px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.menu {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .section.main {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-subtitle {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 280px;
    display: flex;
  }

  .nav-notification-banner {
    justify-content: flex-start;
    align-items: center;
  }

  .main-heading {
    font-size: 30px;
  }

  .main-feature-group {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-logo {
    width: 33.33%;
  }

  .background-video {
    width: 100%;
  }

  .heading {
    justify-content: center;
    align-items: center;
    width: 280px;
    font-size: 25px;
    display: flex;
  }

  .heading.dark {
    font-size: 25px;
  }

  .paragraph {
    padding-right: 0;
  }

  .content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-2 {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .button-block {
    margin-bottom: 0;
    position: relative;
  }

  .button-2 {
    width: 250px;
  }

  .text-block {
    text-transform: none;
  }

  .button-wrapper, .button-wrapper.hero {
    flex-flow: column;
  }

  .container-2 {
    border-bottom-right-radius: 30px;
    margin-left: 15px;
    margin-right: -165px;
  }

  .text-block-2 {
    font-size: 14px;
    position: relative;
    top: -9px;
  }

  .image {
    max-width: 80%;
    margin-top: 22px;
    margin-left: 0;
  }

  .accordion-arrow-wrap {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-tab-button-dark {
    padding-left: 7px;
    padding-right: 7px;
  }

  .accordion-pane-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-accordion-header {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1.2em;
  }

  .small-accordion-header.with-icon {
    width: 70%;
    font-size: 1em;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
  }

  .green-div {
    width: 100%;
    top: -156px;
  }

  .banner {
    font-size: 14px;
    top: -74px;
    left: -41px;
  }
}


