html, body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
}
html .normal, body .normal {
  font-weight: 400;
}
html strong, html b, html .bold, body strong, body b, body .bold {
  font-weight: 700;
}
html .bolder, body .bolder {
  font-weight: 800;
}
html .light, body .light {
  font-weight: 300;
}

#intro-page {
  display: flex;
  height: 100vh;
  flex-direction: column;
}
#intro-page h1, #intro-page h2 {
  margin: 0px;
}
#intro-page .container {
  width: auto;
  max-width: 1260px;
  display: block;
  margin: 0 auto;
}
#intro-page .bland {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
#intro-page .content {
  flex: 1;
  align-items: center;
  justify-items: center;
  background-color: rgb(245, 245, 245);
}
#intro-page .content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  justify-content: center;
  height: 100%;
}
#intro-page .content .container .intro-box {
  overflow: hidden;
  height: 470px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  box-shadow: 0 0 15px 1px rgba(90, 80, 105, 0.2);
}
#intro-page .content .container .intro-box .left-- {
  flex: 0.5;
}
#intro-page .content .container .intro-box .left-- img {
  width: 100%;
}
#intro-page .content .container .intro-box .right-- {
  flex: 0.5;
  background-image: url("/sites/gjart/graje/images/2023/intro_02.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  position: relative;
}
#intro-page .content .container .intro-box .right-- .link-- {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  bottom: 20px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
#intro-page .content .container .intro-box .right-- .link-- a {
  flex: 1;
  max-width: 260px;
  font-size: 1.6em;
  padding: 20px 0px;
}
@media screen and (min-width: 120px) and (max-width: 980px) {
  #intro-page .content .container {
    min-height: 600px;
  }
  #intro-page .content .container .intro-box {
    flex-direction: column;
    height: 90%;
  }
  #intro-page .content .container .intro-box .left-- {
    flex: 1;
  }
  #intro-page .content .container .intro-box .right-- {
    flex: 1;
    background-position: top center;
  }
  #intro-page .content .container .intro-box .right-- .link-- {
    flex-direction: column;
    align-items: center;
    bottom: 10px;
  }
  #intro-page .content .container .intro-box .right-- .link-- a {
    width: 90%;
    padding: 15px 0px;
  }
}
#intro-page footer {
  border-top: 1px solid #ddd;
  padding: 20px;
  background: #607d8b;
  color: #ddd;
}
#intro-page footer p {
  margin: 5px 0px;
}/*# sourceMappingURL=intro.css.map */