:root {
  --headerHeight: 112px;
  --deskWidth: 1280px;
  --deskMaxWidth: calc(100% - 340px);
}
@media (max-width: 1279px) {
  :root {
    --headerHeight: 80px;
    --deskMaxWidth: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 60px;
    --deskMaxWidth: calc(100% - 50px);
  }
}
.altfont {
  font-family: 'utopia-std-caption', serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #fff;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  cursor: pointer;
  color: #1F1E1D;
  padding: 14px 40px 14px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.button:before {
  content: '';
  position: absolute;
  z-index: 2;
  right: -14px;
  top: 8px;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: 2px solid #AF8663;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button:after {
  content: '';
  position: absolute;
  right: -3px;
  top: 19px;
  width: 14px;
  height: 14px;
  background-size: 200px 14px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/button.svg);
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
@media (min-width: 1280px) {
  .button:hover:before,
  .button:focus:before {
    width: 100%;
  }
  .button:hover:after,
  .button:focus:after {
    width: 28px;
  }
  .button:active {
    box-shadow: none;
  }
}
@media (max-width: 1279px) {
  .button {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .button:before {
    width: 30px;
    height: 30px;
  }
  .button:after {
    top: 16px;
    right: -6px;
  }
}
.cb-home {
  height: 40px;
  margin: 36px 0;
}
.section--beta .cb-page-title {
  margin-top: 200px;
}
.alphacontent {
  border-top-width: 112px;
  border-bottom-width: 204px;
}
.cb-page-layout6 .alphacontent,
.cb-page-layout7 .alphacontent {
  min-height: 772px;
}
.betacontent {
  width: 48.75%;
}
.sidecontent {
  padding-left: 17.30769231%;
  padding-right: 17.30769231%;
  margin-top: 60px;
}
.quicklinks {
  width: 88px;
}
.quicklink {
  height: 88px;
  padding-left: 88px;
  background-size: 36px 36px;
  background-position: 26px 50%;
  font-size: 14px;
  line-height: 1.71428571;
}
.quicklink:hover {
  margin-left: 88px;
}
.section--beta .side {
  margin-bottom: 45px;
}
.section--beta .base {
  margin-bottom: 35px;
}
.section--gamma .area {
  width: 100%;
}
.section--gamma .area > .unit {
  margin-right: 1.07033639%;
  margin-left: 1.07033639%;
  width: 97.85932722%;
}
.section--gamma .area .cb-album .body,
.section--gamma .area .head,
.section--gamma .area .foot,
.section--gamma .area .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--gamma .area > .slim {
  width: 31.19266055%;
}
.section--gamma .area > .slim .head,
.section--gamma .area > .slim .foot,
.section--gamma .area > .slim .part {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--gamma .area > .slim.cb-album .body {
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
}
.section--gamma .area > .slim .tiny {
  width: 100%;
}
.section--beta .base {
  width: 65.38461538%;
  margin-left: 17.30769231%;
  margin-top: 25px;
}
@media (max-width: 1279px) {
  .section--beta .base {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section--beta .base {
    margin-top: 20px;
  }
}
.section--gamma .area {
  width: 102.1875%;
  margin-left: -1.09375%;
}
.section--delta .area {
  width: 104.5045045%;
  margin-left: -2.25225225%;
}
.section--epsilon .area {
  margin-top: 0;
}
.section--delta .area .unit {
  margin-left: 2.15517241%;
  margin-right: 2.15517241%;
  width: 95.68965517%;
}
.section--delta .area .seam {
  width: 61.37931034%;
}
.section--delta .area .seam.slim {
  width: 30%;
}
/*# sourceMappingURL=./screen-large.css.map */