

@media screen and (max-width: 600px) {
  #header svg {
    height: 3rem !important;
    margin: auto !important;
  }
}
.menu-link svg {
  opacity: 0;
  display: inline-block;
  margin-left: 1rem;
  transition: opacity 0.3s ease;
}
.menu-link.nolink svg {
  opacity: 0 !important;
}
.menu-link:hover svg {
  opacity: 1;
}
#header * {
  color: #fff;
  fill: #fff;
}
header:before {
  backdrop-filter: blur(2px);
  -webkit-mask-image: linear-gradient(to bottom, black 25%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 25%, transparent 100%);
  content: "";
  /* height: inherit; */
  position: absolute;
  width: 100%;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
header.trans {
  background-color: transparent;
}
header.trans * {
  color: #ffffff;
  fill: #ffffff;
}
#header .logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
.headercol {
  display: flex;
  justify-content: inherit;
  padding: 1rem 1rem 1rem 2rem;
}
.go-back {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.go-back a {
  text-decoration: none;
}
.nolink, .nolink span {
  color: var(--color-apg-lightblue) !important;
  opacity: 0.8 !important;
  pointer-events: none !important;
}
.nolink span.arrow-move {
  display: inline-block;
  transform: scaleX(-1);
}
.nav a {
  text-decoration: none;
}
.menu-link:hover .arrow-move {
  margin-left: 1rem;
}
.arrow-move {
  font-size: inherit;
  transition: margin 0.3s;
}
#nav-background {
  width: 4.8rem;
  height: 4.8rem;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  padding: 0;
  position: fixed;
  z-index: 3;
  top: 1.2rem;
  right: 2.4rem;
}
@media screen and (min-width: 960px) {
  #nav-background {
    right: 4.8rem;
  }
}
#nav {
  position: fixed;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 3;
  visibility: hidden;
  top: 0;
  padding: 144px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 48px;
    width: 100%;
  }
}
#nav .columns {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #nav .columns {
    /* margin: 0 -6.4rem; */
    text-align: left;
    width: 100%;
    text-align: center;
  }
}
#nav .column {
  margin: 0 0 48px 0;
  width: 100%;
}
.menu-link {
  visibility: hidden;
}
@media screen and (min-width: 960px) {
  #nav .column {
    margin: 0 auto;
    width: 100%;
  }
}
#nav .column .title {
  font-style: italic;
  margin-bottom: 2.4rem;
}
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#nav ul li a {
  color: var(--font-color-default);
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  #nav ul li a {
    font-size: 3rem;
  }
}
#nav ul li a:after {
  background: #ffffff;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .row, #header #nav .columns, #nav #header .columns, #header .meta {
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .logo svg {
  display: block;
  height: 7.1rem;
  width: auto;
}
#header .logo.white svg g, #header .logo.active svg g {
  fill: #ffffff;
}
#home-content .screen {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000000;
}
#home-content .screen .image-background {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-content .screen .title {
  position: absolute;
  z-index: 1;
  bottom: 2.4rem;
  left: 2.4rem;
  color: #ffffff;
}
@media screen and (min-width: 960px) {
  #home-content .screen .title {
    bottom: 48px;
    left: 48px;
  }
}
#home-content .screen .title a {
  color: #ffffff;
}
#home-content .screen .title h2 br:after {
  content: " ";
}
@media screen and (max-width: 960px) {
  #home-content .screen .title h2 br {
    display: inline;
    content: " ";
  }
}
.btn11.black .icon-left, .btn11.black .icon-left:before, .btn11.black .icon-left:after {
  background-color: #000;
}
.btn11.black .icon-right, .btn11.black .icon-right:before, .btn11.black .icon-right:after {
  background-color: #000;
}
.btn11.black.open .icon-left:before, .btn11.black.open .icon-left:after {
  background-color: #fff;
}
.btn11.black.open .icon-right:before, .btn11.black.open .icon-right:after {
  background-color: #fff;
}
.btn11 {
  position: relative;
  width: 60px;
  height: 60px;
  transition-duration: 0.5s;
}
.btn11 .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: white;
}
.btn11 .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: white;
  content: "";
  top: -10px;
}
.btn11 .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: white;
  content: "";
  top: 10px;
}
.btn11 .icon-left:hover {
  cursor: pointer;
}
.btn11 .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 15px;
  top: 30px;
  background-color: white;
  left: 15px;
}
header.white .btn11 .icon-right:before {
  background-color: black !important;
}
header.white .btn11 .icon-right:after {
  background-color: black !important;
}
header.white .btn11 .icon-left:before {
  background-color: black !important;
}
header.white .btn11 .icon-left:after {
  background-color: black !important;
}
header.white .btn11 .icon-left {
  background-color: black !important;
}
header.white .btn11 .icon-right {
  background-color: black !important;
}
.btn11 .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: white;
  content: "";
  top: -10px;
}
.btn11 .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: white;
  content: "";
  top: 10px;
}
.btn11.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.btn11.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.btn11.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.btn11.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.btn11.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.btn11:hover {
  cursor: pointer;
}
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:home-menu] [8.49] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 122 */

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:home-menu] [8.2029] DESIGN*/
/*******************************************************************/
/* 0.3 P>P */
/* db 32 */