@charset "UTF-8";
@font-face {
  font-family: "Myriad Set Pro";
  font-style: normal;
  font-weight: 100;
  src: local("☺︎"), url("myriad-set-pro_thin.woff") format("woff");
  /* Copyright (c) 1992 Adobe Systems Incorporated. All Rights Reserved. Myriad is a trademark of Adobe Systems Incorporated. */
}
body.n-type {
  margin: 0;
  font-size: 12px;
  font-family: "Myriad Set Pro";
}

@media (min-width: 600px) {
  .n-header {
    padding-top: 0.1em;
  }
}
.n-header {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.3em;
}
.n-header a[href],
.n-header .n-nav li:first-child a[href],
.n-header .n-nav li:last-child a[href] {
  padding: 0.8em 2em;
  display: inline-block;
}
.n-header a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.n-header a span {
  opacity: 0;
}
.n-header.n-center .n-nav {
  text-align: center;
  padding: 0;
  margin: 0;
  --nui-control-color: #fff;
}
.n-header.n-center .n-nav .n-list {
  justify-content: center;
}

.n-slider--arrow {
  background: none;
  color: unset;
}

.n-carousel__index > * > * {
  color: unset;
  font-size: 0.4em;
  text-indent: -11em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid transparent;
  margin: 0 2em;
}

.n-carousel__index [aria-current] {
  background: none;
  border: 1px solid #0070c9;
}

.n-slider--arrow:before {
  content: "⟨";
  font-size: 9em;
  color: rgba(0, 0, 0, 0.4);
}

.n-slider--arrow.n-slider__right:before {
  content: "⟩";
  margin-left: -0.25em;
}

footer {
  background-color: #f2f2f2;
  padding-bottom: 3em;
}
footer a[href] {
  text-decoration: none;
}
footer .bottom {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}

footer .bottom a[href] {
  margin: 0 0.5em;
}

footer ul,
footer ul.n-list li,
footer ul.n-list li a[href] {
  margin: 0.3em 0;
}

footer h4 {
  font-weight: bold;
}

.n-contain {
  max-width: 1000px;
}

.boxes a {
  background: center center no-repeat;
  min-height: 17em;
}

select {
  height: 2em;
}

.n-header-banner .n-carousel__content img {
  max-width: 100%;
}
.n-header-banner .n-carousel__content h2 {
  margin-top: 2em;
  font-size: 7em;
  line-height: 1;
  overflow: hidden;
}

ul.n-list li {
  margin: 0;
}

@media screen and (max-width: 599.9px) {
  .n-header-banner .n-carousel__content h2 {
    margin-top: 0.5em;
  }

  footer {
    padding: 1em;
  }

  .n-row:not(.n-row--half) {
    display: flex;
  }
}
.n-header-banner .n-carousel__content h3 {
  font-size: 3.6em;
}

.n-header-banner .n-carousel__content > * {
  position: relative;
}

/*# sourceMappingURL=apple.css.map */
