body {
  background-color: #fefcfb;
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 1.8;
}

h1 {
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #33445e;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

.top-section-bg-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  -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-color: #fefcfb;
}

.fluid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 28px 24px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
  color: #fff;
}

.nav-link {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
  font-size: 18px;
}

.nav-link-3.w--current {
  color: #7c8562;
}

.content-container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 64px;
  padding-left: 64px;
}

.content-container.jobb {
  margin-top: 48px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 128px;
  padding-bottom: 128px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.blue {
  height: 80vh;
  background-color: #33445e;
  background-image: url('../images/forest.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.section.dark {
  background-color: #292929;
}

.section.footer {
  background-image: url('../images/pattern.svg');
  background-position: 0px 0px;
  background-size: 96px;
}

.preamble {
  font-size: 24px;
  line-height: 1.6;
}

.div-block-2 {
  position: relative;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 86px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-white {
  color: #fff;
}

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

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

.muted {
  opacity: 0.6;
}

.text-span {
  font-weight: 300;
}

.paragraph {
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.fox-icon {
  margin-bottom: 64px;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 96px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  text-align: left;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.label {
  margin-bottom: 48px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 28px 24px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.illustration {
  position: relative;
  width: 600px;
  height: 550px;
  background-color: #868686;
}

.image-3 {
  position: absolute;
  bottom: 0px;
}

.image-4 {
  position: absolute;
  right: 39px;
  bottom: 96px;
}

.image-5 {
  position: absolute;
  right: 155px;
  bottom: 155px;
  z-index: 4;
}

.text-span-2 {
  color: #333;
}

.image-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-8 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 96px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 36px;
  }

  .top-section-bg-container {
    height: auto;
  }

  .fluid-container {
    padding-right: 12px;
    padding-left: 32px;
  }

  .nav-link-3 {
    font-size: 16px;
  }

  .content-container.jobb {
    margin-top: 0px;
  }

  .div-block-3 {
    grid-column-gap: 96px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fox-icon {
    padding-top: 16px;
  }

  .div-block-4 {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 48px;
    grid-row-gap: 96px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  .main-title {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

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

  .top-text.muted {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .image {
    padding-right: 70px;
    padding-left: 70px;
  }

  .footer-container {
    padding-right: 12px;
    padding-left: 32px;
  }

  .image-6 {
    position: relative;
  }

  .div-block-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-8 {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .illustration {
    width: 100%;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 28px;
  }

  .top-section-bg-container {
    height: 60vh;
  }

  .fluid-container {
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-3 {
    font-size: 16px;
  }

  .content-container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .preamble {
    font-size: 20px;
  }

  .div-block-3 {
    grid-row-gap: 16px;
  }

  .text-span {
    font-size: 20px;
  }

  .fox-icon {
    margin-top: 64px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .div-block-4 {
    justify-items: start;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .main-title {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .top-text {
    font-size: 16px;
  }

  .heading {
    font-size: 20px;
  }

  .image {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-2 {
    margin-bottom: 6px;
  }

  .footer-container {
    padding-top: 0px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#w-node-e14628df-0995-f357-c8a4-6d712f72dbfd-ff6f8273 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_76b3fd37-9f57-e5e3-84aa-45562bdc2295-2bdc2292 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_76b3fd37-9f57-e5e3-84aa-45562bdc2296-2bdc2292 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_76b3fd37-9f57-e5e3-84aa-45562bdc229c-2bdc2292 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_76b3fd37-9f57-e5e3-84aa-45562bdc22a1-2bdc2292 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7fe12d44-e4e7-4b97-0c0a-24ca0d1a9e29-ff6f8273 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e14628df-0995-f357-c8a4-6d712f72dbfd-ff6f8273 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_76b3fd37-9f57-e5e3-84aa-45562bdc2295-2bdc2292 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_76b3fd37-9f57-e5e3-84aa-45562bdc22a1-2bdc2292 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76b3fd37-9f57-e5e3-84aa-45562bdc2295-2bdc2292 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_76b3fd37-9f57-e5e3-84aa-45562bdc22a1-2bdc2292 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}