@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Raleway:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Raleway','Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  outline: none;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@-webkit-keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
.nav-header {
  -webkit-box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.nav-header__container {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1140px;
  height: 6rem;
  margin: 0 auto;
  padding: 0 0 0 15px;
}

@media screen and (min-width: 992px) {
  .nav-header__container {
    padding: 0 15px;
  }
}

.nav-header__logo {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  color: #222222;
}

.nav-header__logo-image {
  display: block;
  height: 3rem;
}

.nav-header__logo-text {
  display: none;
  margin-left: 1.6rem;
  font-weight: 400;
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .nav-header__logo-text {
    display: block;
  }
}

.nav-header__menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .nav-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nav-header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.nav-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100px;
  height: 100%;
  padding: 0 16px;
  color: #222222;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

.nav-header__link:after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #08aeb0;
  content: "";
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.nav-header__link:hover:after {
  opacity: 1;
  width: 100%;
}

.nav-header__contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  margin-left: 1.6rem;
  padding: 1.2rem 3.2rem;
  border-radius: 100px;
  background-color: #08aeb0;
  color: #ffffff;
}

.nav-header__contact:hover {
  background-color: #079698;
}

.nav-header__toggle {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  background: #08aeb0;
  cursor: pointer;
}

@media (min-width: 992px) {
  .nav-header__toggle {
    display: none;
  }
}

.nav-header__toggle:hover {
  background: #079698;
}

.nav-header__toggle-line {
  display: block;
  width: 35%;
  border-bottom: 2px solid #ffffff;
}

.nav-header__toggle-line:nth-child(2) {
  margin: 10% 0;
}

.nav-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1002;
}

.nav-drawer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  max-width: 350px;
  min-width: 200px;
  background: #fff;
  border-left: #e2e2e2 1px solid;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__container {
  -webkit-animation-name: menu-container-appeared;
          animation-name: menu-container-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__container {
  -webkit-animation-name: menu-container-leaved;
          animation-name: menu-container-leaved;
}

.nav-drawer__menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.nav-drawer__menu-item {
  border-bottom: #e2e2e2 1px dashed;
}

.nav-drawer__menu-item:hover {
  background: #efefef;
}

.nav-drawer__link {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
  letter-spacing: 0.01em;
  padding: 1em 2.5em 1em 2em;
  text-decoration: none;
}

.nav-drawer__link-main {
  display: block;
  font-weight: 500;
}

.nav-drawer__link-sub {
  color: #aaa;
  display: block;
}

.nav-drawer__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.nav-drawer__button-close {
  position: relative;
  background-color: #08aeb0;
  margin: 0px 0px 0px auto;
  padding: 0px;
  width: 6rem;
  height: 6rem;
  border: none;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.nav-drawer__button-close:hover, .nav-drawer__button-close:focus {
  outline: none;
  background: #09c6c8;
}

.nav-drawer__button-close-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #fff;
}

.nav-drawer__button-close-line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav-drawer__button-close-line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.nav-drawer__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-appeared;
          animation-name: menu-overlay-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-leaved;
          animation-name: menu-overlay-leaved;
}

.nav-pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: -1000;
  width: 70px;
  height: 70px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  background: #08aeb0;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-pagetop.active {
  opacity: 1;
  z-index: 1000;
}

.nav-pagetop:before {
  display: block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5ce";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-pagetop:after {
  content: 'PAGETOP';
  display: block;
  padding: 4px 0px;
}

.nav-pagetop:hover {
  background: #079698;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.nav-pagetop:hover:before {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.mainvisual {
  position: relative;
  height: 70vh;
  padding-bottom: 6.4rem;
  background-color: #f5f5f5;
}

@media screen and (min-width: 992px) {
  .mainvisual {
    margin-bottom: 18rem;
    padding-bottom: 12.8rem;
  }
}

.mainvisual .swiper-container.swiper-container-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mainvisual .swiper-container.swiper-container-background .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: 10rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}

.mainvisual .swiper-container.swiper-container-background .swiper-slide .title {
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 4.8rem;
}

.mainvisual .swiper-container.swiper-container-background .swiper-slide .text {
  padding: 0 6rem;
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
}

.mainvisual .swiper-container.swiper-container-background .swiper-slide .text br {
  display: none;
}

@media screen and (min-width: 600px) {
  .mainvisual .swiper-container.swiper-container-background .swiper-slide .text br {
    display: inline;
  }
}

.mainvisual__control {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
  max-width: 100rem;
  border-radius: 0.8rem;
  background: #ffffff;
}

@media screen and (min-width: 992px) {
  .mainvisual__control {
    display: block;
  }
}

.swiper-navigation--prev, .swiper-navigation--next {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  margin-top: -calc($button_size_sp / 2);
  border-radius: 100%;
  background: #fafafa;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .swiper-navigation--prev, .swiper-navigation--next {
    width: 5rem;
    height: 5rem;
    margin-top: -calc($button_size_pc / 2);
  }
}

.swiper-navigation--prev::before, .swiper-navigation--next::before {
  color: #08aeb0;
  font-size: 32px;
}

.swiper-navigation--prev:hover, .swiper-navigation--next:hover {
  background: #08aeb0;
}

.swiper-navigation--prev:hover::before, .swiper-navigation--next:hover::before {
  color: #ffffff;
}

.swiper-navigation--prev {
  left: 5px;
}

@media screen and (min-width: 992px) {
  .swiper-navigation--prev {
    left: 25px;
  }
}

.swiper-navigation--prev:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cb";
}

.swiper-navigation--next {
  right: 5px;
}

@media screen and (min-width: 992px) {
  .swiper-navigation--next {
    right: 25px;
  }
}

.swiper-navigation--next:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cc";
}

.swiper-pagination {
  position: absolute;
  right: 0;
  bottom: -4rem;
  left: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  opacity: 0.2;
  width: 10px;
  height: 10px;
  margin: 0 0.4rem;
  border-radius: 50%;
  background: #000000;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #08aeb0;
}

.pagevisual {
  position: relative;
  z-index: 0;
  margin: 0;
  padding-top: calc(6rem + 6.4rem);
  padding-bottom: 6.4rem;
}

@media screen and (min-width: 992px) {
  .pagevisual {
    padding-top: calc(6rem + 9.6rem);
    padding-bottom: 9.6rem;
  }
}

.pagevisual__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.pagevisual__text-main {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 3.2rem;
}

@media screen and (min-width: 992px) {
  .pagevisual__text-main {
    font-size: 4.0rem;
  }
}

.pagevisual__text-main:after {
  display: block;
  max-width: 20rem;
  margin: 1.6rem 0rem;
  border-bottom: 3px solid #222222;
  background: #222222;
  content: "";
}

.pagevisual__text-sub {
  color: #222222;
}

.breadcrumbs__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: .8rem 15px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs__list-item {
  font-size: 1.6rem;
}

.breadcrumbs__list-item:not(:first-child)::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cc";
}

.breadcrumbs__link {
  color: #222222;
}

.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  text-decoration: underline;
}

.footer {
  background: #222222;
}

.footer__container {
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .footer__content-item {
    width: calc(100% / 3);
  }
}

.footer__menu {
  /*
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        */
  list-style: none;
  margin: 0;
  padding: 4rem 0;
}

.footer__menu-item {
  font-size: 1.4rem;
  color: #fafafa;
}

.footer__menu-item:not(:first-child) {
  margin-top: .8rem;
}

.footer__menu-item-link {
  color: #fafafa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer__menu-item-link:hover, .footer__menu-item-link:focus {
  text-decoration: underline;
}

.footer__copy {
  padding: 1.6rem 0;
  color: #aaaaaa;
  font-size: 1.2rem;
  text-align: center;
}

.theme-banner {
  display: block;
  padding: 6.4rem 1.5rem;
}

@media screen and (min-width: 992px) {
  .theme-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9.6rem 3.6rem;
  }
}

.theme-banner__image {
  margin-bottom: 3.6rem;
}

@media screen and (min-width: 992px) {
  .theme-banner__image {
    width: 55%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.theme-banner__image img {
  border: 1px solid #444444;
  border-radius: 0.6rem;
}

@media screen and (min-width: 992px) {
  .theme-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45%;
    padding-left: 4.8rem;
  }
}

.theme-banner__heading {
  margin-bottom: .8rem;
  font-weight: 700;
  font-size: 3.2rem;
}

.theme-banner__description {
  margin-bottom: 3.6rem;
  font-size: 1.4rem;
}

.theme-banner__edition {
  margin-bottom: 0.8rem;
  font-weight: 400;
  font-size: 1.6rem;
}

.theme-banner__edition span {
  font-weight: 700;
}

.theme-banner__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5rem 2.4rem -0.5rem;
}

.theme-banner__button .preview, .theme-banner__button .download, .theme-banner__button .theme-edition-list__button, .theme-banner__button .theme-edition-list__button--demo, .theme-banner__button .theme-edition-list__button--download, .theme-banner__button .theme-structure__button, .theme-banner__button .theme-structure__button--demosite, .theme-banner__button .theme-structure__button--download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  width: 50%;
  margin: 0 0.5rem;
  padding: 1rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}

.theme-banner__button .preview {
  background: #eeeeee;
  color: #222222;
}

.theme-banner__button .preview::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e30b";
  margin-left: 0.4rem;
}

.theme-banner__button .preview:hover, .theme-banner__button .preview:focus {
  background: #e1e1e1;
}

.theme-banner__button .download {
  background: #08aeb0;
  color: #ffffff;
}

.theme-banner__button .download::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e2c4";
  margin-left: 0.4rem;
}

.theme-banner__button .download:hover, .theme-banner__button .download:focus {
  background: #079698;
}

@media screen and (min-width: 992px) {
  .theme-edition-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.theme-edition-list__item {
  padding: 3.2rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .theme-edition-list__item {
    width: calc(100% / 3);
  }
}

.theme-edition-list__item .heading {
  margin-bottom: .8rem;
  font-weight: 700;
  font-size: 2.0rem;
}

.theme-edition-list__item .text {
  margin-bottom: .8rem;
  font-weight: 400;
  font-size: 1.2rem;
}

.theme-edition-list .theme-banner__button .preview, .theme-banner__button .theme-edition-list .preview, .theme-edition-list .theme-banner__button .download, .theme-banner__button .theme-edition-list .download, .theme-edition-list .theme-edition-list__button, .theme-edition-list .theme-edition-list__button--demo, .theme-edition-list .theme-edition-list__button--download, .theme-edition-list .theme-structure__button, .theme-edition-list .theme-structure__button--demosite, .theme-edition-list .theme-structure__button--download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  max-width: 24rem;
  height: 4.8rem;
  margin: 0 auto;
  border-radius: 100rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.theme-edition-list .theme-banner__button .preview:not(:first-child), .theme-banner__button .theme-edition-list .preview:not(:first-child), .theme-edition-list .theme-banner__button .download:not(:first-child), .theme-banner__button .theme-edition-list .download:not(:first-child), .theme-edition-list .theme-edition-list__button:not(:first-child), .theme-edition-list .theme-edition-list__button--demo:not(:first-child), .theme-edition-list .theme-edition-list__button--download:not(:first-child), .theme-edition-list .theme-structure__button:not(:first-child), .theme-edition-list .theme-structure__button--demosite:not(:first-child), .theme-edition-list .theme-structure__button--download:not(:first-child) {
  margin-top: 1.6rem;
}

.theme-edition-list__button--demo {
  background: #efefef;
  color: #222222;
}

.theme-edition-list__button--demo:hover, .theme-edition-list__button--demo:focus {
  background: #e2e2e2;
  color: #222222;
}

.theme-edition-list__button--demo::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e30b";
  margin-left: 1.6rem;
}

.theme-edition-list__button--download {
  background: #08aeb0;
  color: #ffffff;
}

.theme-edition-list__button--download:hover, .theme-edition-list__button--download:focus {
  background: #079698;
  color: #ffffff;
}

.theme-edition-list__button--download::after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e2c4";
  margin-left: 1.6rem;
}

.theme-structure {
  display: block;
}

@media screen and (min-width: 992px) {
  .theme-structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border: 6px solid #cccccc;
  }
}

.theme-structure__edition {
  background: #fff;
  border: 6px solid #cccccc;
}

@media screen and (min-width: 992px) {
  .theme-structure__edition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% / 3);
    border: none;
  }
}

.theme-structure__edition:not(:first-child) {
  margin-top: 4.8rem;
}

@media screen and (min-width: 992px) {
  .theme-structure__edition:not(:first-child) {
    margin-top: 0;
    border-left: 6px solid #cccccc;
  }
}

.theme-structure .theme-structure__edition-item:not(:first-child), .theme-structure .theme-structure__edition-item--text:not(:first-child), .theme-structure .theme-structure__edition-item--structure:not(:first-child), .theme-structure .theme-structure__edition-item--button:not(:first-child) {
  border-top: 2px solid #cccccc;
}

@media screen and (min-width: 992px) {
  .theme-structure .theme-structure__edition-item:not(:first-child), .theme-structure .theme-structure__edition-item--text:not(:first-child), .theme-structure .theme-structure__edition-item--structure:not(:first-child), .theme-structure .theme-structure__edition-item--button:not(:first-child) {
    border-top: 6px solid #cccccc;
  }
}

.theme-structure__edition-item--text {
  padding: 3.2rem 1.6rem;
  text-align: center;
}

.theme-structure__edition-item--structure {
  font-size: 1.4rem;
}

.theme-structure__edition-item--button {
  text-align: center;
}

.theme-structure__heading {
  padding: 2.4rem 1.6rem;
  border-bottom: 1px dashed #cccccc;
  background: #fafafa;
  text-align: center;
}

.theme-structure__pages {
  padding: 3.2rem;
}

@media screen and (min-width: 992px) {
  .theme-structure__pages {
    min-height: 20rem;
  }
}

.theme-structure__pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  max-width: 30rem;
  margin: 0 auto;
  padding: 0;
}

.theme-structure__pages ul li {
  width: 50%;
  padding-bottom: 0.8rem;
  font-size: 1.4rem;
}

.theme-structure__pages ul li:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e873";
  margin-right: 0.4rem;
  color: #cccccc;
  font-size: 1.8rem;
}

.theme-structure__required {
  padding: 2.4rem 1.6rem;
}

.theme-structure__required p {
  margin-bottom: 2.4em;
  color: #aaaaaa;
  font-size: 1.4rem;
  text-align: center;
}

.theme-structure__required dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 250px;
  margin: 0 auto;
}

.theme-structure__required dl dt {
  width: calc(100% - 3rem);
}

.theme-structure__required dl dd {
  width: 3rem;
  text-align: center;
}

.theme-structure__recommend {
  padding: 2.4rem 1.6rem;
}

.theme-structure__recommend ul {
  list-style: none;
  max-width: 250px;
  margin: 0 auto;
  padding: 0;
}

.theme-structure__recommend ul li {
  font-size: 1.5rem;
}

.theme-structure__recommend ul li:not(:first-child) {
  margin-top: 1rem;
}

.theme-structure__recommend ul li:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5ca";
  margin-right: 0.6rem;
  font-size: 1.6rem;
}

.theme-structure__button-list {
  list-style: none;
  margin: 0;
  padding: 2.4rem 1.6rem;
}

.theme-structure__button-list-item {
  text-align: center;
}

.theme-structure__button-list-item:not(:first-child) {
  margin-top: 0.8rem;
}

.theme-structure .theme-banner__button .preview, .theme-banner__button .theme-structure .preview, .theme-structure .theme-banner__button .download, .theme-banner__button .theme-structure .download, .theme-structure .theme-edition-list__button, .theme-structure .theme-edition-list__button--demo, .theme-structure .theme-edition-list__button--download, .theme-structure .theme-structure__button, .theme-structure .theme-structure__button--demosite, .theme-structure .theme-structure__button--download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  width: 100%;
  max-width: 400px;
  padding: 1.6rem;
  border-radius: 60px;
  font-size: 1.6rem;
}

.theme-structure__button--demosite {
  background: #fafafa;
  color: #222222;
}

.theme-structure__button--demosite:hover, .theme-structure__button--demosite:focus {
  background: #ededed;
}

.theme-structure__button--demosite:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e30b";
  margin-left: 1.6rem;
}

.theme-structure__button--download {
  background: #08aeb0;
  color: #ffffff;
}

.theme-structure__button--download:hover, .theme-structure__button--download:focus {
  background: #079698;
}

.theme-structure__button--download:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e2c4";
  margin-left: 1.6rem;
}

/*
 * LP
 * -------------------------------------------------------------------
 */
.lp-heading {
  margin: 0 0 6.4rem 0;
  text-align: center;
}

.lp-heading__text-main {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 4.8rem;
  font-size: 6.4rem;
  line-height: 1;
}

.lp-heading__text-main:after {
  display: block;
  max-width: 120px;
  height: 8px;
  margin: 2.4rem auto 0 auto;
  border-radius: 4px;
  background: #222222;
  content: "";
}

.lp-heading__text-sub {
  font-weight: 400;
  font-size: 1.5rem;
}

.lp-heading-sub {
  margin: 0 0 6.4rem 0;
  text-align: center;
}

.lp-heading-sub__text-main {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  line-height: 1;
}

.lp-heading-sub__text-sub {
  font-weight: 400;
  font-size: 1.6rem;
}

.lp-feature__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
}

.lp-feature__list {
  margin: 0 -15px 0 -15px;
  display: block;
}

@media screen and (min-width: 992px) {
  .lp-feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.lp-feature__list-item {
  margin: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  .lp-feature__list-item {
    width: calc(100% / 3);
    margin: 0 15px 0 15px;
  }
}

.lp-feature__list-item:not(:first-child) {
  margin-top: 6.4rem;
}

@media screen and (min-width: 992px) {
  .lp-feature__list-item:not(:first-child) {
    margin-top: 0;
  }
}

.lp-feature .lp-feature__circle, .lp-feature .lp-feature__circle--icon-1, .lp-feature .lp-feature__circle--icon-2, .lp-feature .lp-feature__circle--icon-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
  margin: 0 auto 3.2rem auto;
  background: #fafafa;
  border-radius: 100%;
}

.lp-feature .lp-feature__circle:before, .lp-feature .lp-feature__circle--icon-1:before, .lp-feature .lp-feature__circle--icon-2:before, .lp-feature .lp-feature__circle--icon-3:before {
  width: 100%;
  max-width: 110px;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.lp-feature__circle--icon-1:before {
  background-image: url("/img/feature-icon-1.png");
}

.lp-feature__circle--icon-2:before {
  background-image: url("/img/feature-icon-2.png");
}

.lp-feature__circle--icon-3:before {
  background-image: url("/img/feature-icon-3.png");
}

.lp-feature__item-heading {
  margin-bottom: 3.2rem;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

.lp-feature__item-text {
  color: #666666;
  font-size: 1.6rem;
  text-align: center;
}

.lp-feature__item-text p {
  margin-bottom: 2.4rem;
}

.lp-structure__container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 12.4rem 0;
}

.lp-structure__section:nth-child(even) {
  background: #fafafa;
}

.lp-structure__section-inner {
  max-width: 140rem;
  margin: 0 auto;
}

/*
 * PREVIEW
 * -------------------------------------------------------------------
 */
.preview-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #000000;
}

.preview-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  height: 6rem;
  margin: 0 auto;
  padding: 0 15px;
}

.preview-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preview-header__logo img {
  display: block;
  height: 3.0rem;
}

.preview-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.preview-header__menu-select {
  display: block;
  width: 16rem;
  height: 3.0rem;
  padding: 0 .4rem;
  border: none;
  border-radius: .2rem;
  background: #fafafa;
  font: inherit;
  font-weight: 700;
  font-size: 1.2rem;
  outline: none;
  cursor: pointer;
  /*
        -webkit-appearance: none;
            -moz-appearance: none;
                appearance: none;
        */
}

.preview-header__menu-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.0rem;
  margin-left: .4rem;
  padding: 0 1.6rem;
  border: none;
  border-radius: .2rem;
  background: #efefef;
  font: inherit;
  font-weight: 700;
  font-size: 1.2rem;
  color: #222;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.preview-header__menu-download::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e2c4";
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
  margin-right: .4rem;
}

.preview-header__menu-download:hover, .preview-header__menu-download:focus {
  background: #e2e2e2;
}

.preview-content {
  position: fixed;
  top: 6rem;
  bottom: 6rem;
  display: block;
  width: 100%;
}

.preview-content__frame {
  width: 100%;
  height: 100%;
  border: none;
}

.preview-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6rem;
  background: #000000;
  -webkit-transition: all .3s lenear;
  transition: all .3s lenear;
}

.preview-footer__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
  color: #fff;
  cursor: pointer;
}

.preview-footer__toggle::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5ce";
  font-size: 4rem;
}

.preview-footer__toggle:hover, .preview-footer__toggle:focus {
  color: #f2f2f2;
  background: #0d0d0d;
  -webkit-transition: all .3s lenear;
  transition: all .3s lenear;
}

/*
 * PRIVACY
 * -------------------------------------------------------------------
 */
.terms {
  background: #fafafa;
}

.terms__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
}

.terms__content {
  max-width: 100rem;
  margin: 0 auto;
}

.terms__content h1 {
  margin-bottom: 4.8rem;
  font-weight: 700;
  font-size: 3.2rem;
}

.terms__content h2 {
  margin-top: 4.8rem;
  margin-bottom: 3.2rem;
  font-weight: 700;
  font-size: 2.0rem;
}

.terms__content p {
  margin-bottom: 2.4rem;
}

/*
 * PRIVACY
 * -------------------------------------------------------------------
 */
.privacy {
  background: #fafafa;
}

.privacy__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
}

.privacy__content {
  max-width: 100rem;
  margin: 0 auto;
}

.privacy__content h1 {
  margin-bottom: 4.8rem;
  font-weight: 700;
  font-size: 3.2rem;
}

.privacy__content h2 {
  margin-top: 4.8rem;
  margin-bottom: 3.2rem;
  font-weight: 700;
  font-size: 2.0rem;
}

.privacy__content p {
  margin-bottom: 2.4rem;
}
/*# sourceMappingURL=style.css.map */