:root {
  --primary: #1A222E;
}

.page-template-template-landing-page .landing-header {
  background-color:var(--primary);
}
.page-template-template-landing-page .landing-header-wrapper {
  display:flex;
  justify-content: center;
  padding:15px 0;
}
.page-template-template-landing-page .landing-header-wrapper img {
  width:150px;
}

.page-template-template-landing-page .landing-footer {
  width: 100%;
  padding: 20px 0px 65px 0px;
  background: var(--primary);
}
@media (max-width: 767px) {
  .page-template-template-landing-page .landing-footer .menu {
    position: relative;
    padding-bottom: 5.2rem;
  }
}
.page-template-template-landing-page .landing-footer-wrapper {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding:25px 0;
}
.page-template-template-landing-page .landing-footer-wrapper p {
  color:white;
  margin-bottom:0;
  text-align: center;
  width:100%;
}
.page-template-template-landing-page .landing-footer-wrapper ul {
  padding:0;
  margin:0;
  list-style:none;
  justify-content: center;
  display:flex;
  flex-wrap: wrap;
  text-align: center;
}
.page-template-template-landing-page .landing-footer-wrapper ul li {
  width:100%;
}
.page-template-template-landing-page .landing-footer-wrapper ul li a {
  color:white;
}
.page-template-template-landing-page .landing-footer-wrapper ul li a:hover {
  color: #ffc600;
}

@media only screen and (min-width:768px) {
  .page-template-template-landing-page .landing-header-wrapper {
    padding:20px 0;
  }
  .page-template-template-landing-page .landing-header-wrapper img {
    width:165px;
  }
  .page-template-template-landing-page .landing-footer-wrapper ul {
    justify-content: flex-start;
    text-align: left;
  }
  .page-template-template-landing-page .landing-footer-wrapper ul li {
    width:auto;
  }
  .page-template-template-landing-page .landing-footer-wrapper ul li:not(:last-of-type) {
    margin-right:30px;
  }
}
@media only screen and (min-width:992px) {
  .page-template-template-landing-page .landing-footer-wrapper {
    padding:35px 0 65px;
  }
  .page-template-template-landing-page .landing-footer-wrapper p {
    width:auto;
    text-align: left;
    margin-right: 30px;
  }
}
@media only screen and (min-width:1600px) {
  .page-template-template-landing-page .landing-footer-wrapper ul li:not(:last-of-type) {
    margin-right:45px;
  }
  .page-template-template-landing-page .landing-footer-wrapper p {
    margin-right: 45px;
  }
}

.single-banner--img picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-insights .single-column .icon-fullscreen {
	display:none!important;
}