:root {
  --pale-turquoise: #bfe0ff;
  --cadet-blue: #668cad;
  --white-smoke-2: #f0f0f0;
  --salmon-2: #fc7d64;
  --dark-slate-gray-2: #404047;
  --white-smoke-3: #edeff2;
  --black: #192024;
  --dodger-blue: #2e9dff;
  --dark-slate-gray: #2d3e4f;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --light-sky-blue: #69b9ff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #2e80b6;
  background-clip: border-box;
  transition: background-color .3s;
  transform: translate(0);
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #075598;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  color: #fff;
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  font-weight: 600;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/route2.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px 10px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#2e9dff80, #2e9dff38), url('../images/route2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 195px;
  padding-bottom: 195px;
  display: flex;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
  background-color: #00000045;
}

.hollow-button.all-caps:hover {
  color: var(--pale-turquoise);
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading {
  text-align: center;
  margin-top: 20px;
}

.section-subheading.center {
  color: #5c5c6a;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: var(--cadet-blue);
  object-fit: fill;
  background-image: linear-gradient(135deg, #0e6ac7 26%, #fff);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 35px;
  padding-bottom: 35px;
  display: block;
  position: static;
  top: auto;
  bottom: -857829000000000px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
  flex-flow: column;
  place-content: center flex-start;
  align-items: stretch;
  display: flex;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #f0f5f1;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  color: var(--pale-turquoise);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  opacity: .8;
  background-color: #69b9ff;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 4px 4px 3px 1px #000;
}

.white-text {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.form {
  margin-top: 40px;
}

.spc {
  text-align: left;
}

.image {
  background-color: #fffefe00;
  margin-top: -174px;
  padding-top: 0;
}

.heading, .heading-2, .heading-3 {
  color: #fff;
}

.paragraph, .paragraph-2, .paragraph-3 {
  color: #d2d9e0;
}

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

.image-2 {
  float: right;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.columns {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-5, .paragraph-6 {
  color: var(--white-smoke-2);
  text-align: center;
}

.columns-2 {
  color: #6a859c;
  background-color: #325a82bd;
}

.container {
  padding-top: 44px;
  padding-bottom: 44px;
}

.section-2 {
  background-color: #0000;
  background-image: url('../images/route2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.button-2 {
  background-color: var(--salmon-2);
}

.dropdown-toggle {
  background-color: #0000;
  border: 1px solid #2e9dff24;
  width: 100%;
  margin-top: 28px;
}

.dropdown-toggle.w--open {
  background-color: #0000;
  border: 1px solid #2e9dff40;
}

.container-2 {
  margin-top: 25px;
}

.heading-7 {
  color: #676770;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

.paragraph-7 {
  margin-top: 22px;
}

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

.paragraph-8 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-9 {
  color: var(--cadet-blue);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  transform: translate(0);
}

.paragraph-10, .paragraph-11 {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-12 {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-13 {
  font-size: 16px;
  line-height: 30px;
}

.link {
  color: var(--cadet-blue);
  text-align: center;
  font-weight: 400;
  text-decoration: underline;
}

.link:hover {
  color: var(--dark-slate-gray-2);
}

.text-block-2 {
  text-align: center;
  line-height: 30px;
}

.heading-8 {
  color: var(--white-smoke-2);
  font-size: 10px;
}

.heading-9 {
  color: var(--white-smoke-3);
}

.paragraph-14 {
  color: #f0f5f1;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
}

.image-4 {
  margin-top: -83px;
  margin-bottom: -10px;
  padding-top: 0;
}

.image-5 {
  margin-top: -73px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-3 {
  margin-top: 0;
  padding-top: 0;
}

.heading-10 {
  color: var(--white-smoke-3);
  font-size: 10px;
}

.heading-11, .paragraph-15 {
  color: var(--white-smoke-3);
}

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

.image-6 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.link-2 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-2:hover {
  color: var(--dark-slate-gray-2);
}

.columns-5 {
  justify-content: space-around;
  align-items: flex-end;
  margin-left: -10px;
  display: block;
}

.paragraph-16 {
  font-size: 18px;
}

.heading-12 {
  font-size: 30px;
  font-weight: 300;
}

.paragraph-17 {
  font-size: 18px;
}

.container-4 {
  margin-top: 56px;
  padding-top: 0;
}

.paragraph-18, .paragraph-19, .paragraph-20 {
  font-size: 18px;
}

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

.gdprcontainer {
  margin-top: 40px;
  padding-bottom: 40px;
}

.dropdown-gdpr {
  width: 100%;
}

.icon {
  object-fit: fill;
  position: absolute;
  inset: 0%;
}

.dropdowntext {
  color: #000;
  margin-left: 40px;
  padding-left: 0;
  padding-right: 0;
}

.leesmeerknop {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #2e9dff2e;
  margin-left: 40px;
}

.dropdown-list {
  background-color: var(--dodger-blue);
}

.dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #2e9dff26;
  padding-bottom: 10px;
  padding-left: 40px;
  position: static;
}

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

.titel-gdpr {
  color: var(--black);
  text-align: left;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.titel-gdpr.hero-heading {
  color: var(--cadet-blue);
  font-size: 25px;
}

.tekstwiezijnwij {
  margin-top: 28px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 16px;
}

.subtitel-gdpr {
  color: var(--black);
  letter-spacing: 4px;
  margin-top: 35px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.subtitel-gdpr.hero-subheading {
  color: var(--cadet-blue);
}

.listitem {
  color: var(--black);
  margin-top: 12px;
  font-size: 14px;
  font-weight: 300;
}

.listgdpr {
  margin-top: 20px;
}

.listgdpr.linebreak {
  margin-left: 40px;
}

.text-span, .text-span-2 {
  text-decoration: underline;
}

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

.link-3.text-link {
  color: var(--cadet-blue);
  border: 1px #000;
}

.link-3.text-link:hover {
  color: var(--dark-slate-gray-2);
}

.link-4 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-4:hover {
  color: var(--dark-slate-gray-2);
}

.link-5 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-5:hover {
  color: var(--dark-slate-gray-2);
}

.link-6 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-6:hover {
  color: var(--dark-slate-gray-2);
}

.link-7 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-7:hover {
  color: var(--dark-slate-gray-2);
}

.link-8 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-8:hover {
  color: var(--dark-slate-gray-2);
}

.link-9 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-9:hover {
  color: var(--dark-slate-gray-2);
}

.link-10 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-10:hover {
  color: var(--dark-slate-gray-2);
}

.link-11 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-11:hover {
  color: var(--dark-slate-gray-2);
}

.text-link {
  color: var(--cadet-blue);
  text-decoration: none;
}

.text-link:hover {
  color: var(--dark-slate-gray-2);
}

.link-12 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-12:hover {
  color: var(--dark-slate-gray-2);
}

.link-13 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-13:hover {
  color: var(--dark-slate-gray-2);
}

.link-14 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-14:hover {
  color: var(--dark-slate-gray-2);
}

.link-15 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-15:hover {
  color: var(--dark-slate-gray-2);
}

.link-16 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-16:hover {
  color: var(--dark-slate-gray-2);
}

.link-17 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-17:hover {
  color: var(--dark-slate-gray-2);
}

.link-18 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-18:hover {
  color: var(--dark-slate-gray-2);
}

.link-19 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-19:hover {
  color: var(--dark-slate-gray-2);
}

.link-20 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-20:hover {
  color: var(--dark-slate-gray-2);
}

.link-21 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-21:hover {
  color: var(--dark-slate-gray-2);
}

.link-22 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-22:hover {
  color: var(--dark-slate-gray-2);
}

.link-23 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-23:hover {
  color: var(--dark-slate-gray-2);
}

.link-24 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-24:hover {
  color: var(--dark-slate-gray-2);
}

.paragraph-21, .paragraph-22 {
  font-weight: 400;
}

.link-25 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-25:hover {
  color: var(--dark-slate-gray-2);
}

.link-26 {
  color: var(--cadet-blue);
  text-decoration: none;
}

.link-26:hover {
  color: var(--dark-slate-gray-2);
}

.paragraph-23, .paragraph-24 {
  font-weight: 400;
}

.link-27 {
  color: var(--cadet-blue);
  font-weight: 400;
  text-decoration: none;
}

.link-27:hover {
  color: var(--dark-slate-gray-2);
}

.link-28 {
  color: var(--cadet-blue);
  font-weight: 400;
  text-decoration: none;
}

.link-28:hover {
  color: var(--dark-slate-gray-2);
}

.link-29 {
  color: var(--cadet-blue);
  font-weight: 400;
  text-decoration: none;
}

.link-29:hover {
  color: var(--dark-slate-gray-2);
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--cadet-blue);
  font-size: 18px;
}

.italic-text, .italic-text-2 {
  font-style: normal;
  font-weight: 600;
}

.bold-text-8 {
  color: var(--cadet-blue);
  font-size: 18px;
}

.italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8 {
  font-style: normal;
  font-weight: 600;
}

.bold-text-9 {
  color: var(--cadet-blue);
  font-size: 18px;
}

.italic-text-9, .italic-text-10, .italic-text-11, .italic-text-12, .italic-text-13 {
  font-style: normal;
  font-weight: 600;
}

.bold-text-10 {
  color: var(--cadet-blue);
  font-size: 18px;
}

.italic-text-14, .italic-text-15, .italic-text-16, .italic-text-17, .italic-text-18 {
  font-style: normal;
  font-weight: 600;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
  color: var(--cadet-blue);
  font-size: 18px;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  color: var(--cadet-blue);
}

.link-30 {
  color: var(--cadet-blue);
  font-weight: 400;
  text-decoration: none;
}

.link-30:hover {
  color: var(--dark-slate-gray-2);
}

.link-31 {
  color: var(--cadet-blue);
  font-weight: 400;
  text-decoration: none;
}

.link-31:hover {
  color: var(--dark-slate-gray-2);
}

.link-32 {
  color: var(--cadet-blue);
  font-weight: 400;
  text-decoration: none;
}

.link-32:hover {
  color: var(--dark-slate-gray-2);
}

.link-33 {
  color: var(--cadet-blue);
  font-weight: 400;
  text-decoration: none;
}

.link-33:hover {
  color: var(--dark-slate-gray-2);
}

.text-span-3 {
  font-size: 18px;
  font-weight: 700;
}

.paragraph-25 {
  text-align: center;
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 35px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.heading-14 {
  text-align: center;
  margin-top: 35px;
  display: block;
}

.list {
  line-height: 30px;
}

.column-4 {
  margin-top: 0;
}

.columns-6 {
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.image-7 {
  box-shadow: 3px 3px 5px 0 var(--dark-slate-gray);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #668cad;
  background-clip: border-box;
  border-radius: 5px;
}

.dropdown-toggle-2 {
  width: 100%;
  margin-top: 29px;
}

.dropdown {
  width: 100%;
}

.body {
  margin-top: 4px;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 0;
}

.tekst-klokkenluiders {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .white-box {
    height: 250px;
    margin-bottom: auto;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .heading, .heading-2, .heading-3 {
    font-size: 15px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 12px;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 12px;
  }

  .columns-3 {
    margin-left: -10px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .section.accent {
    padding-bottom: 0;
  }

  .white-box.transparent {
    margin-top: 0;
    margin-bottom: 103px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    font-size: 20px;
  }

  .hero-subheading {
    background-color: #0000002b;
  }

  .section-heading.centered {
    font-size: 18px;
  }

  .section-heading.centered.white {
    font-size: 20px;
    font-weight: 300;
  }

  .section-subheading.center {
    font-size: 16px;
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    font-size: 16px;
  }

  .footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-image {
    width: 35%;
  }

  .image {
    margin-top: -55px;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns {
    display: block;
  }

  .columns-2 {
    position: static;
  }

  .section-2 {
    margin-bottom: 0;
  }

  .heading-4, .heading-5, .heading-6 {
    font-size: 18px;
  }

  .heading-8, .heading-9, .heading-10, .heading-11 {
    text-align: center;
  }

  .columns-4 {
    flex-direction: column;
  }

  .link-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-2 {
    padding-bottom: 120px;
  }

  .column-3 {
    margin-bottom: 0;
    padding-bottom: 120px;
  }

  .heading-12 {
    font-size: 20px;
  }

  .container-4 {
    margin-top: 0;
  }

  .columns-6 {
    display: block;
  }
}


