@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 17, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 21, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 25, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 29, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 33, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 37, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 45, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 53, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 57, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 61, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 66, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 70, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 74, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 78, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 82, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 86, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 90, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 94, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 98, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 3, ../sass/404.scss */
#Page404 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20vmin 0;
}
/* line 20, ../sass/404.scss */
#Page404 h1 {
  position: relative;
  font-size: 6vw;
  margin-bottom: 10vmin;
  color: #000;
}
/* line 27, ../sass/404.scss */
#Page404 p {
  position: relative;
}
/* line 30, ../sass/404.scss */
#Page404 p a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #000;
  color: #000;
}
/* line 38, ../sass/404.scss */
#Page404 p a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 48, ../sass/404.scss */
  #Page404 h1 {
    font-size: 10vmin;
  }
  /* line 53, ../sass/404.scss */
  #Page404 span a {
    font-size: 4vmin;
  }
}
