body {
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  overflow-x: hidden;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

.hero {
  position: relative;
  display: block;
  margin-bottom: 100px;
  padding-bottom: 240px;
}

.hero-content {
  width: 50%;
  max-width: 540px;
  padding-top: 150px;
}

.background-video {
  position: absolute;
  top: 20px;
  right: -100px;
  bottom: -120px;
  width: 75%;
  margin-top: 0px;
  padding-top: 56%;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  background-color: transparent;
}

.wrap {
  position: relative;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.wrap.narrow {
  max-width: 784px;
}

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

.wrap.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-top: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
}

.heading {
  margin-bottom: 20px;
}

.button {
  margin-top: 20px;
  padding: 12px 32px;
  border: 6px solid #0a1d3c;
  border-radius: 6px;
  background-color: #0a1d3c;
  box-shadow: inset 0 -2px 0 0 #7dfb9a;
  -webkit-transition: box-shadow 120ms ease-in-out;
  transition: box-shadow 120ms ease-in-out;
  color: #7dfb9a;
  font-size: 18px;
  font-weight: 500;
}

.button:hover {
  box-shadow: inset 0 -4px 0 0 #7dfb9a;
}

.button.center {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.body {
  color: #0a1d3c;
}

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

.section.gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f6f7), to(rgba(242, 246, 247, 0)));
  background-image: linear-gradient(180deg, #f2f6f7, rgba(242, 246, 247, 0));
  -o-object-fit: contain;
  object-fit: contain;
}

.feature {
  display: block;
  width: 27.5%;
  text-align: center;
}

.spot-animation {
  overflow: hidden;
  max-height: 280px;
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-2 {
  margin-bottom: 30px;
}

.paragraph {
  margin-bottom: 30px;
  font-weight: 300;
}

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  font-size: 16px;
  list-style-type: none;
}

.main-nav.footer-col {
  padding-top: 32px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.main-nav-link {
  color: #0a1d3c;
  text-decoration: none;
}

.main-nav-link:focus {
  color: #0a1d3c;
}

.main-nav-link:visited {
  color: #0a1d3c;
}

.text-button {
  background-color: transparent;
  color: #0a1d3c;
  font-weight: 400;
  text-transform: uppercase;
}

.ressource {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 46%;
  min-height: 318px;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 20px 40px 0 rgba(10, 29, 60, 0.04), 0 12px 24px 0 rgba(10, 29, 60, 0.04), 0 6px 12px 0 rgba(10, 29, 60, 0.06), 0 1px 6px 0 rgba(10, 29, 60, 0.06);
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #0a1d3c;
  font-weight: 500;
  text-decoration: none;
}

.ressource:hover {
  box-shadow: 0 30px 40px 0 rgba(10, 29, 60, 0.06), 0 20px 24px 0 rgba(10, 29, 60, 0.04), 0 10px 12px 0 rgba(10, 29, 60, 0.06), 6px 0 6px 0 rgba(10, 29, 60, 0.06);
}

.resource-title {
  position: relative;
  z-index: 2;
  max-width: 360px;
  margin-top: 0px;
  font-weight: 500;
}

.resource-meta {
  position: relative;
  z-index: 2;
  color: rgba(10, 29, 60, 0.5);
  font-size: 20px;
  font-weight: 500;
}

.resource-visual {
  position: absolute;
  top: -260px;
  right: -176px;
  z-index: 1;
  max-width: none;
}

.link-block {
  position: absolute;
  width: 100%;
  height: 39%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  padding: 60px 40px 40px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f6f7), to(#fff));
  background-image: linear-gradient(180deg, #f2f6f7, #fff);
  font-size: 16px;
  text-align: left;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}

.link-block-2 {
  display: block;
  width: 18px;
  height: 18px;
}

.social-item {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-left: 10px;
}

.icon {
  width: 100%;
}

.logo-wordmark {
  margin-bottom: 8px;
}

.footer-col {
  width: 30%;
}

.link-text {
  border-bottom: 1.5px solid rgba(10, 29, 60, 0.25);
  color: #0a1d3c;
  font-weight: 400;
  text-decoration: none;
}

.heading-narrow {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .hero {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .hero-content {
    width: 100%;
    max-width: none;
    padding-top: 60px;
    text-align: center;
  }
  .background-video {
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 130%;
    margin-left: -30%;
    padding-top: 96%;
  }
  .wrap.flex {
    -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;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.gradient {
    padding-bottom: 0px;
  }
  .feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 600px;
    margin-bottom: 60px;
    -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;
  }
  .spot-animation {
    width: 80%;
    max-height: none;
    max-width: none;
  }
  .main-nav.footer-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ressource {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .social-links {
    margin-top: 0px;
  }
  .footer-col {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .feature {
    max-width: none;
  }
  .spot-animation {
    width: 100%;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  .background-video {
    margin-left: -23%;
  }
  .wrap.flex {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .spot-animation {
    width: 70%;
    max-height: 240px;
    max-width: 100%;
  }
  .nav-bar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-nav {
    display: none;
  }
  .main-nav.footer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-nav-item {
    margin-left: 0px;
  }
  .feature-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ressource {
    min-height: 382px;
  }
  .resource-meta {
    font-size: 16px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .heading-3 {
    font-size: 24px;
  }
  .paragraph-2 {
    font-size: 16px;
  }
  .heading-4 {
    font-size: 24px;
  }
}
