.root {
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100vh;
  font-family: Nunito, sans-serif;
  color: #3c3c3c;
}
.root .navbar {
  z-index: 130;
  height: 82px;
  padding: 16px 40px;
}
@media screen and (max-width: 600px) {
  .root .navbar {
    padding: 100px 16px 40px;
  }
}
.root .navbar .navbar-brand {
  display: flex;
}
.root .navbar .navbar-brand img {
  margin-right: 12px;
  max-height: 32px;
}
.root .navbar .navbar-collapse {
  justify-content: flex-end;
}
.root .navbar .navbar-collapse links {
  display: flex;
  align-items: center;
  height: 82px;
}
.root .navbar .navbar-collapse links .nav-link {
  color: #efefef !important;
  transition: all 0.15s ease;
  text-decoration: none;
}
.root .navbar .navbar-collapse links .nav-link:hover {
  border-bottom: 3px solid #2079c5;
  margin-top: -3px;
  text-decoration: none;
}
.root .hero-push {
  height: 218px;
  z-index: 100;
}
.root .hero-container {
  position: absolute;
  top: 0;
  height: 300px;
  width: 100%;
  z-index: 120;
  overflow: hidden;
}
.root .hero-container .hero-root {
  position: relative;
  height: 300px;
}
.root .hero-container .hero-root .hero-content-container {
  margin-top: 82px;
  padding: 40px;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 218px;
  font-weight: bold;
  color: #efefef;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .root .hero-container .hero-root .hero-content-container {
    padding: 24px 16px;
  }
}
.root .hero-container .hero-root .hero-content-container .hero-title {
  color: #efefef;
  font-size: 2.5rem;
  margin: 0 0 1rem 0;
}
.root .hero-container .hero-root .hero-content-container .hero-subtitle {
  margin: 0;
  font-size: 1.25rem;
}
.root .hero-container .hero-root .hero-content-container .hero-subtitle span {
  font-weight: bold;
}
.root .hero-container .hero-root .hero-content-container .hero-title span,
.root .hero-container .hero-root .hero-content-container .hero-subtitle span {
  color: #ffb74d;
}
.root .hero-container .hero-root .hero-image-container {
  z-index: 0;
  height: 300px;
  width: -webkit-fill-available;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.root .hero-container .hero-root .hero-image-container .hero-image {
  filter: blur(5px);
  width: calc(100vw + 16px);
  height: calc(100% + 16px);
  background-image: url('https://sit.geoplatform.info/assets/images/theme/gp-backdrop.jpg');
  margin: -8px 0 0 -8px;
  background-size: cover;
}
.root .main-content {
  position: relative;
  flex-direction: column;
  padding: 40px;
  flex-grow: 1;
  display: flex;
  align-self: center;
  max-width: 960px;
  width: 100%;
}
.root .main-content img {
  max-width: 100%;
}
.root .main-content .not-found-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.root .main-content .not-found-container h1 {
  font-size: 6em;
  font-weight: bold;
}
.root .main-content .not-found-container p {
  text-align: center;
  max-width: 600px;
}
.root .main-content .not-found-container .icon-link-container {
  margin: 5px 0;
}
.root .main-content .not-found-container .icon-link-container .icon-link {
  color: #757575;
  text-decoration: none;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.15s ease;
  border-radius: 2px;
  border-bottom: 3px solid transparent;
}
.root .main-content .not-found-container .icon-link-container .icon-link .icon {
  transition: filter 0.15s ease;
  margin-bottom: 16px;
  width: 64px;
  height: 64px;
  filter: grayscale(1);
}
.root .main-content .not-found-container .icon-link-container .icon-link:hover {
  box-shadow: 0 2px 1px -1px #0003, 0 1px 1px 0 #00000024, 0 1px 3px 0 #0000001f;
  background-color: #fff;
  border-bottom: 3px solid #2079c5;
}
.root
  .main-content
  .not-found-container
  .icon-link-container
  .icon-link:hover
  .icon {
  color: #2079c5;
  filter: grayscale(0);
}
.root .footer-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background-color: #24282b;
  padding: 40px;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  .root .footer-container {
    padding: 40px 24px;
  }
}
.root .footer-container .footer-logo {
  flex: 1;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  line-height: 1;
}
.root .footer-container .footer-logo img {
  max-width: 200px;
}
.root .footer-container p {
  color: #efefef;
  font-size: 0.8em;
  line-height: 1.7;
  margin-top: 16px;
  margin-bottom: 0;
}
.root .footer-container p span {
  border-right: 2px solid #efefef;
  padding: 0 12px;
}
.root .footer-container p span:first-child {
  padding-left: 0;
}
.root .footer-container p span:last-child {
  border: none;
}
.root .footer-container p span a {
  text-decoration: underline;
  color: inherit;
}
.root .footer-container p span a:hover {
  text-decoration: none;
}
.root .footer-container small {
  font-size: 80%;
} /*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../external/scss/gp-external/gp-external.scss%22,%22../../external/scss/gp-external/_root.scss%22,%22../../_style-vars.scss%22,%22../../external/scss/gp-external/_navbar.scss%22,%22../../external/scss/gp-external/_hero.scss%22,%22../../external/scss/gp-external/_main-content.scss%22,%22../../external/scss/gp-external/_not-found-404.scss%22,%22../../external/scss/gp-external/_footer.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAeA,MCdE,yBACA,aACA,sBACA,OACA,iBACA,8BACA,MCFM,QCLR,cACE,YACA,OHOW,KGNX,kBACA,qCAJF,cAKI,yBAEF,4BACE,aACA,gCACE,kBACA,gBAGJ,+BACE,yBACA,qCACE,aACA,mBACA,OHVO,KGWP,+CACE,yBACA,yBACA,qBACA,qDACE,gCACA,gBACA,qBC3BV,iBACE,aACA,YAEF,sBACE,kBACA,MACA,OJCW,iBICX,YACA,gBACA,iCACE,kBACA,OJLS,MIMT,yDAEE,WJPO,KIQP,QAFc,KAGd,YACA,kBACA,WACA,aACA,iBACA,MFtBE,QEuBF,aACA,uBACA,sBACA,qCAbF,yDAcI,mBAEF,qEACE,MF9BA,QE+BA,iBACA,kBAEF,wEACE,SACA,kBACA,6EACE,iBAKF,uJACE,cAIN,uDACE,UACA,OJ3CO,MI4CP,6BACA,gBACA,kBACA,MACA,mEACE,iBACA,yBACA,yBACA,yFACA,qBACA,sBJ3CN,oBKlBA,kBACA,sBACA,aACA,YACA,aACA,kBACA,ULIoB,MKHpB,WACA,wBACE,eCVJ,yCACE,aACA,sBACA,uBACA,mBACA,OACA,4CACE,cACA,iBAEF,2CACE,kBACA,gBAEF,8DACE,aACA,yEACE,MJdC,QIeD,qBACA,aACA,aACA,sBACA,uBACA,mBACA,kBACA,yBACA,kBACA,oCACA,+EACE,4BACA,mBACA,WACA,YACA,oBAEF,+EACE,4EAEA,sBACA,gCACA,qFACE,MJnCD,QIoCC,oBC1CV,wBACE,aACA,sBACA,qBACA,uBACA,yBACA,QL0DY,KKtDZ,YAHA,qCAPF,wBAQI,mBAGF,qCACE,OACA,aACA,yBACA,2BACA,cACA,yCACE,gBAGJ,0BACE,MLrBI,QKsBJ,eACA,gBACA,gBACA,gBACA,+BACE,+BACA,eACA,2CACE,eAEF,0CACE,YAEF,iCACE,0BAIA,cAHA,uCACE,qBAMR,8BACE%22,%22file%22:%22gp-external.min.css%22%7D */
