@charset "UTF-8";
nav, .section > *, .section-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px; }
  @media (min-width: 0) {
    nav, .section > *, .section-body {
      padding: 0 10px; } }
  @media (min-width: 576px) {
    nav, .section > *, .section-body {
      padding: 0 20px; } }
  @media (min-width: 768px) {
    nav, .section > *, .section-body {
      padding: 0 32px; } }
  @media (min-width: 992px) {
    nav, .section > *, .section-body {
      padding: 0 32px; } }
  @media (min-width: 1200px) {
    nav, .section > *, .section-body {
      padding: 0 32px; } }
.section > .vw100 {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.flex, .main-title, .section-body, .nav-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center; }
  .flex > *, .main-title > *, .section-body > *, .nav-items > * {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .flex.space-around, .space-around.main-title, .space-around.section-body, .space-around.nav-items {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .flex.top, .main-title, .section-body, .top.nav-items {
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .flex.right, .right.main-title, .right.section-body, .right.nav-items {
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .flex.vertical, .vertical.main-title, .vertical.section-body, .vertical.nav-items {
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-align-items: center;
            align-items: center; }
    .flex.vertical > *, .vertical.main-title > *, .vertical.section-body > *, .vertical.nav-items > * {
      margin-top: 1em;
      margin-bottom: 1em; }

@media (min-width: 0) {
  .section > .flex, .section > .main-title, .section > .section-body, .section > .nav-items {
    padding: 0 -5px; } }

@media (min-width: 576px) {
  .section > .flex, .section > .main-title, .section > .section-body, .section > .nav-items {
    padding: 0 5px; } }

@media (min-width: 768px) {
  .section > .flex, .section > .main-title, .section > .section-body, .section > .nav-items {
    padding: 0 17px; } }

@media (min-width: 992px) {
  .section > .flex, .section > .main-title, .section > .section-body, .section > .nav-items {
    padding: 0 17px; } }

@media (min-width: 1200px) {
  .section > .flex, .section > .main-title, .section > .section-body, .section > .nav-items {
    padding: 0 17px; } }

.flex-col {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 0) {
  .flex-col.xs-1 {
    width: 8.3333333333%; }
  .flex-col.xs-2 {
    width: 16.6666666667%; }
  .flex-col.xs-3 {
    width: 25%; }
  .flex-col.xs-4 {
    width: 33.3333333333%; }
  .flex-col.xs-5 {
    width: 41.6666666667%; }
  .flex-col.xs-6 {
    width: 50%; }
  .flex-col.xs-7 {
    width: 58.3333333333%; }
  .flex-col.xs-8 {
    width: 66.6666666667%; }
  .flex-col.xs-9 {
    width: 75%; }
  .flex-col.xs-10 {
    width: 83.3333333333%; }
  .flex-col.xs-11 {
    width: 91.6666666667%; }
  .flex-col.xs-12 {
    width: 100%; }
  .flex-col.xs-auto {
    width: auto; }
  .xs-only {
    display: none !important; }
  .flex-col.xs-offset-0 {
    margin-left: 0%; }
  .flex-col.xs-offset-1 {
    margin-left: 8.3333333333%; }
  .flex-col.xs-offset-2 {
    margin-left: 16.6666666667%; }
  .flex-col.xs-offset-3 {
    margin-left: 25%; }
  .flex-col.xs-offset-4 {
    margin-left: 33.3333333333%; }
  .flex-col.xs-offset-5 {
    margin-left: 41.6666666667%; }
  .flex-col.xs-offset-6 {
    margin-left: 50%; }
  .flex-col.xs-offset-7 {
    margin-left: 58.3333333333%; }
  .flex-col.xs-offset-8 {
    margin-left: 66.6666666667%; }
  .flex-col.xs-offset-9 {
    margin-left: 75%; }
  .flex-col.xs-offset-10 {
    margin-left: 83.3333333333%; }
  .flex-col.xs-offset-11 {
    margin-left: 91.6666666667%; }
  .flex-col.xs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 576px) {
  .flex-col.sm-1 {
    width: 8.3333333333%; }
  .flex-col.sm-2 {
    width: 16.6666666667%; }
  .flex-col.sm-3 {
    width: 25%; }
  .flex-col.sm-4 {
    width: 33.3333333333%; }
  .flex-col.sm-5 {
    width: 41.6666666667%; }
  .flex-col.sm-6 {
    width: 50%; }
  .flex-col.sm-7 {
    width: 58.3333333333%; }
  .flex-col.sm-8 {
    width: 66.6666666667%; }
  .flex-col.sm-9 {
    width: 75%; }
  .flex-col.sm-10 {
    width: 83.3333333333%; }
  .flex-col.sm-11 {
    width: 91.6666666667%; }
  .flex-col.sm-12 {
    width: 100%; }
  .flex-col.sm-auto {
    width: auto; }
  .sm-only {
    display: none !important; }
  .flex-col.sm-offset-0 {
    margin-left: 0%; }
  .flex-col.sm-offset-1 {
    margin-left: 8.3333333333%; }
  .flex-col.sm-offset-2 {
    margin-left: 16.6666666667%; }
  .flex-col.sm-offset-3 {
    margin-left: 25%; }
  .flex-col.sm-offset-4 {
    margin-left: 33.3333333333%; }
  .flex-col.sm-offset-5 {
    margin-left: 41.6666666667%; }
  .flex-col.sm-offset-6 {
    margin-left: 50%; }
  .flex-col.sm-offset-7 {
    margin-left: 58.3333333333%; }
  .flex-col.sm-offset-8 {
    margin-left: 66.6666666667%; }
  .flex-col.sm-offset-9 {
    margin-left: 75%; }
  .flex-col.sm-offset-10 {
    margin-left: 83.3333333333%; }
  .flex-col.sm-offset-11 {
    margin-left: 91.6666666667%; }
  .flex-col.sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .flex-col.md-1 {
    width: 8.3333333333%; }
  .flex-col.md-2 {
    width: 16.6666666667%; }
  .flex-col.md-3 {
    width: 25%; }
  .flex-col.md-4 {
    width: 33.3333333333%; }
  .flex-col.md-5 {
    width: 41.6666666667%; }
  .flex-col.md-6 {
    width: 50%; }
  .flex-col.md-7 {
    width: 58.3333333333%; }
  .flex-col.md-8 {
    width: 66.6666666667%; }
  .flex-col.md-9 {
    width: 75%; }
  .flex-col.md-10 {
    width: 83.3333333333%; }
  .flex-col.md-11 {
    width: 91.6666666667%; }
  .flex-col.md-12 {
    width: 100%; }
  .flex-col.md-auto {
    width: auto; }
  .md-only {
    display: none !important; }
  .flex-col.md-offset-0 {
    margin-left: 0%; }
  .flex-col.md-offset-1 {
    margin-left: 8.3333333333%; }
  .flex-col.md-offset-2 {
    margin-left: 16.6666666667%; }
  .flex-col.md-offset-3 {
    margin-left: 25%; }
  .flex-col.md-offset-4 {
    margin-left: 33.3333333333%; }
  .flex-col.md-offset-5 {
    margin-left: 41.6666666667%; }
  .flex-col.md-offset-6 {
    margin-left: 50%; }
  .flex-col.md-offset-7 {
    margin-left: 58.3333333333%; }
  .flex-col.md-offset-8 {
    margin-left: 66.6666666667%; }
  .flex-col.md-offset-9 {
    margin-left: 75%; }
  .flex-col.md-offset-10 {
    margin-left: 83.3333333333%; }
  .flex-col.md-offset-11 {
    margin-left: 91.6666666667%; }
  .flex-col.md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .flex-col.lg-1 {
    width: 8.3333333333%; }
  .flex-col.lg-2 {
    width: 16.6666666667%; }
  .flex-col.lg-3 {
    width: 25%; }
  .flex-col.lg-4 {
    width: 33.3333333333%; }
  .flex-col.lg-5 {
    width: 41.6666666667%; }
  .flex-col.lg-6 {
    width: 50%; }
  .flex-col.lg-7 {
    width: 58.3333333333%; }
  .flex-col.lg-8 {
    width: 66.6666666667%; }
  .flex-col.lg-9 {
    width: 75%; }
  .flex-col.lg-10 {
    width: 83.3333333333%; }
  .flex-col.lg-11 {
    width: 91.6666666667%; }
  .flex-col.lg-12 {
    width: 100%; }
  .flex-col.lg-auto {
    width: auto; }
  .lg-only {
    display: none !important; }
  .flex-col.lg-offset-0 {
    margin-left: 0%; }
  .flex-col.lg-offset-1 {
    margin-left: 8.3333333333%; }
  .flex-col.lg-offset-2 {
    margin-left: 16.6666666667%; }
  .flex-col.lg-offset-3 {
    margin-left: 25%; }
  .flex-col.lg-offset-4 {
    margin-left: 33.3333333333%; }
  .flex-col.lg-offset-5 {
    margin-left: 41.6666666667%; }
  .flex-col.lg-offset-6 {
    margin-left: 50%; }
  .flex-col.lg-offset-7 {
    margin-left: 58.3333333333%; }
  .flex-col.lg-offset-8 {
    margin-left: 66.6666666667%; }
  .flex-col.lg-offset-9 {
    margin-left: 75%; }
  .flex-col.lg-offset-10 {
    margin-left: 83.3333333333%; }
  .flex-col.lg-offset-11 {
    margin-left: 91.6666666667%; }
  .flex-col.lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .flex-col.xl-1 {
    width: 8.3333333333%; }
  .flex-col.xl-2 {
    width: 16.6666666667%; }
  .flex-col.xl-3 {
    width: 25%; }
  .flex-col.xl-4 {
    width: 33.3333333333%; }
  .flex-col.xl-5 {
    width: 41.6666666667%; }
  .flex-col.xl-6 {
    width: 50%; }
  .flex-col.xl-7 {
    width: 58.3333333333%; }
  .flex-col.xl-8 {
    width: 66.6666666667%; }
  .flex-col.xl-9 {
    width: 75%; }
  .flex-col.xl-10 {
    width: 83.3333333333%; }
  .flex-col.xl-11 {
    width: 91.6666666667%; }
  .flex-col.xl-12 {
    width: 100%; }
  .flex-col.xl-auto {
    width: auto; }
  .xl-only {
    display: none !important; }
  .flex-col.xl-offset-0 {
    margin-left: 0%; }
  .flex-col.xl-offset-1 {
    margin-left: 8.3333333333%; }
  .flex-col.xl-offset-2 {
    margin-left: 16.6666666667%; }
  .flex-col.xl-offset-3 {
    margin-left: 25%; }
  .flex-col.xl-offset-4 {
    margin-left: 33.3333333333%; }
  .flex-col.xl-offset-5 {
    margin-left: 41.6666666667%; }
  .flex-col.xl-offset-6 {
    margin-left: 50%; }
  .flex-col.xl-offset-7 {
    margin-left: 58.3333333333%; }
  .flex-col.xl-offset-8 {
    margin-left: 66.6666666667%; }
  .flex-col.xl-offset-9 {
    margin-left: 75%; }
  .flex-col.xl-offset-10 {
    margin-left: 83.3333333333%; }
  .flex-col.xl-offset-11 {
    margin-left: 91.6666666667%; }
  .flex-col.xl-offset-12 {
    margin-left: 100%; } }

@media (max-width: -0.1) {
  .xs-none {
    display: none !important; }
  .max-xs-text-center {
    text-align: center; } }

@media (max-height: -0.1) {
  .hxs-none {
    display: none !important; } }

@media (max-width: 575.9px) {
  .sm-none {
    display: none !important; }
  .max-sm-text-center {
    text-align: center; } }

@media (max-height: 575.9px) {
  .hsm-none {
    display: none !important; } }

@media (max-width: 767.9px) {
  .md-none {
    display: none !important; }
  .max-md-text-center {
    text-align: center; } }

@media (max-height: 767.9px) {
  .hmd-none {
    display: none !important; } }

@media (max-width: 991.9px) {
  .lg-none {
    display: none !important; }
  .max-lg-text-center {
    text-align: center; } }

@media (max-height: 991.9px) {
  .hlg-none {
    display: none !important; } }

@media (max-width: 1199.9px) {
  .xl-none {
    display: none !important; }
  .max-xl-text-center {
    text-align: center; } }

@media (max-height: 1199.9px) {
  .hxl-none {
    display: none !important; } }

.flex-col.md-basis-1 {
  max-width: 60px; }

.flex-col.md-basis-2 {
  max-width: 120px; }

.flex-col.md-basis-3 {
  max-width: 180px; }

.flex-col.md-basis-4 {
  max-width: 240px; }

.flex-col.md-basis-5 {
  max-width: 300px; }

.flex-col.md-basis-6 {
  max-width: 360px; }

.flex-col.md-basis-7 {
  max-width: 420px; }

.flex-col.md-basis-8 {
  max-width: 480px; }

.flex-col.md-basis-9 {
  max-width: 540px; }

.flex-col.md-basis-10 {
  max-width: 600px; }

.flex-col.md-basis-11 {
  max-width: 660px; }

.flex-col.md-basis-12 {
  max-width: 720px; }

.flex-col.lg-basis-1 {
  max-width: 80px; }

.flex-col.lg-basis-2 {
  max-width: 160px; }

.flex-col.lg-basis-3 {
  max-width: 240px; }

.flex-col.lg-basis-4 {
  max-width: 320px; }

.flex-col.lg-basis-5 {
  max-width: 400px; }

.flex-col.lg-basis-6 {
  max-width: 480px; }

.flex-col.lg-basis-7 {
  max-width: 560px; }

.flex-col.lg-basis-8 {
  max-width: 640px; }

.flex-col.lg-basis-9 {
  max-width: 720px; }

.flex-col.lg-basis-10 {
  max-width: 800px; }

.flex-col.lg-basis-11 {
  max-width: 880px; }

.flex-col.lg-basis-12 {
  max-width: 960px; }

.flex-col.xl-basis-1 {
  max-width: 95px; }

.flex-col.xl-basis-2 {
  max-width: 190px; }

.flex-col.xl-basis-3 {
  max-width: 285px; }

.flex-col.xl-basis-4 {
  max-width: 380px; }

.flex-col.xl-basis-5 {
  max-width: 475px; }

.flex-col.xl-basis-6 {
  max-width: 570px; }

.flex-col.xl-basis-7 {
  max-width: 665px; }

.flex-col.xl-basis-8 {
  max-width: 760px; }

.flex-col.xl-basis-9 {
  max-width: 855px; }

.flex-col.xl-basis-10 {
  max-width: 950px; }

.flex-col.xl-basis-11 {
  max-width: 1045px; }

.flex-col.xl-basis-12 {
  max-width: 1140px; }

.flex-col > video {
  width: 100%; }

._mt0 {
  margin-top: 0 !important; }

._mt1 {
  margin-top: 1rem !important; }

._mt2 {
  margin-top: 2rem !important; }

._mt3 {
  margin-top: 3rem !important; }

._mt4 {
  margin-top: 4rem !important; }

._mt5 {
  margin-top: 5rem !important; }

._mt6 {
  margin-top: 6rem !important; }

._mt7 {
  margin-top: 7rem !important; }

._mt8 {
  margin-top: 8rem !important; }

._mt9 {
  margin-top: 9rem !important; }

._mt10 {
  margin-top: 10rem !important; }

._mt11 {
  margin-top: 11rem !important; }

._mt12 {
  margin-top: 12rem !important; }

._mt13 {
  margin-top: 13rem !important; }

._mt14 {
  margin-top: 14rem !important; }

._mt15 {
  margin-top: 15rem !important; }

._mt16 {
  margin-top: 16rem !important; }

._mt17 {
  margin-top: 17rem !important; }

._mt18 {
  margin-top: 18rem !important; }

._mt19 {
  margin-top: 19rem !important; }

._mt20 {
  margin-top: 20rem !important; }

._mt21 {
  margin-top: 21rem !important; }

._mt22 {
  margin-top: 22rem !important; }

._mt23 {
  margin-top: 23rem !important; }

._mt24 {
  margin-top: 24rem !important; }

._mt25 {
  margin-top: 25rem !important; }

._mb0 {
  margin-bottom: 0 !important; }

._mb1 {
  margin-bottom: 1rem !important; }

._mb2 {
  margin-bottom: 2rem !important; }

._mb3 {
  margin-bottom: 3rem !important; }

._mb4 {
  margin-bottom: 4rem !important; }

._mb5 {
  margin-bottom: 5rem !important; }

._mb6 {
  margin-bottom: 6rem !important; }

._mb7 {
  margin-bottom: 7rem !important; }

._mb8 {
  margin-bottom: 8rem !important; }

._mb9 {
  margin-bottom: 9rem !important; }

._mb10 {
  margin-bottom: 10rem !important; }

._mb11 {
  margin-bottom: 11rem !important; }

._mb12 {
  margin-bottom: 12rem !important; }

._mb13 {
  margin-bottom: 13rem !important; }

._mb14 {
  margin-bottom: 14rem !important; }

._mb15 {
  margin-bottom: 15rem !important; }

._mb16 {
  margin-bottom: 16rem !important; }

._mb17 {
  margin-bottom: 17rem !important; }

._mb18 {
  margin-bottom: 18rem !important; }

._mb19 {
  margin-bottom: 19rem !important; }

._mb20 {
  margin-bottom: 20rem !important; }

._mb21 {
  margin-bottom: 21rem !important; }

._mb22 {
  margin-bottom: 22rem !important; }

._mb23 {
  margin-bottom: 23rem !important; }

._mb24 {
  margin-bottom: 24rem !important; }

._mb25 {
  margin-bottom: 25rem !important; }

._ml0 {
  margin-left: 0 !important; }

._ml1 {
  margin-left: 1rem !important; }

._ml2 {
  margin-left: 2rem !important; }

._ml3 {
  margin-left: 3rem !important; }

._ml4 {
  margin-left: 4rem !important; }

._ml5 {
  margin-left: 5rem !important; }

._ml6 {
  margin-left: 6rem !important; }

._ml7 {
  margin-left: 7rem !important; }

._ml8 {
  margin-left: 8rem !important; }

._ml9 {
  margin-left: 9rem !important; }

._ml10 {
  margin-left: 10rem !important; }

._ml11 {
  margin-left: 11rem !important; }

._ml12 {
  margin-left: 12rem !important; }

._ml13 {
  margin-left: 13rem !important; }

._ml14 {
  margin-left: 14rem !important; }

._ml15 {
  margin-left: 15rem !important; }

._ml16 {
  margin-left: 16rem !important; }

._ml17 {
  margin-left: 17rem !important; }

._ml18 {
  margin-left: 18rem !important; }

._ml19 {
  margin-left: 19rem !important; }

._ml20 {
  margin-left: 20rem !important; }

._ml21 {
  margin-left: 21rem !important; }

._ml22 {
  margin-left: 22rem !important; }

._ml23 {
  margin-left: 23rem !important; }

._ml24 {
  margin-left: 24rem !important; }

._ml25 {
  margin-left: 25rem !important; }

._mr0 {
  margin-right: 0 !important; }

._mr1 {
  margin-right: 1rem !important; }

._mr2 {
  margin-right: 2rem !important; }

._mr3 {
  margin-right: 3rem !important; }

._mr4 {
  margin-right: 4rem !important; }

._mr5 {
  margin-right: 5rem !important; }

._mr6 {
  margin-right: 6rem !important; }

._mr7 {
  margin-right: 7rem !important; }

._mr8 {
  margin-right: 8rem !important; }

._mr9 {
  margin-right: 9rem !important; }

._mr10 {
  margin-right: 10rem !important; }

._mr11 {
  margin-right: 11rem !important; }

._mr12 {
  margin-right: 12rem !important; }

._mr13 {
  margin-right: 13rem !important; }

._mr14 {
  margin-right: 14rem !important; }

._mr15 {
  margin-right: 15rem !important; }

._mr16 {
  margin-right: 16rem !important; }

._mr17 {
  margin-right: 17rem !important; }

._mr18 {
  margin-right: 18rem !important; }

._mr19 {
  margin-right: 19rem !important; }

._mr20 {
  margin-right: 20rem !important; }

._mr21 {
  margin-right: 21rem !important; }

._mr22 {
  margin-right: 22rem !important; }

._mr23 {
  margin-right: 23rem !important; }

._mr24 {
  margin-right: 24rem !important; }

._mr25 {
  margin-right: 25rem !important; }

._mx0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

._mx1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

._mx2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

._mx3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

._mx4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

._mx5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

._mx6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important; }

._mx7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important; }

._mx8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important; }

._mx9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important; }

._mx10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important; }

._mx11 {
  margin-left: 11rem !important;
  margin-right: 11rem !important; }

._mx12 {
  margin-left: 12rem !important;
  margin-right: 12rem !important; }

._mx13 {
  margin-left: 13rem !important;
  margin-right: 13rem !important; }

._mx14 {
  margin-left: 14rem !important;
  margin-right: 14rem !important; }

._mx15 {
  margin-left: 15rem !important;
  margin-right: 15rem !important; }

._mx16 {
  margin-left: 16rem !important;
  margin-right: 16rem !important; }

._mx17 {
  margin-left: 17rem !important;
  margin-right: 17rem !important; }

._mx18 {
  margin-left: 18rem !important;
  margin-right: 18rem !important; }

._mx19 {
  margin-left: 19rem !important;
  margin-right: 19rem !important; }

._mx20 {
  margin-left: 20rem !important;
  margin-right: 20rem !important; }

._mx21 {
  margin-left: 21rem !important;
  margin-right: 21rem !important; }

._mx22 {
  margin-left: 22rem !important;
  margin-right: 22rem !important; }

._mx23 {
  margin-left: 23rem !important;
  margin-right: 23rem !important; }

._mx24 {
  margin-left: 24rem !important;
  margin-right: 24rem !important; }

._mx25 {
  margin-left: 25rem !important;
  margin-right: 25rem !important; }

._my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

._my1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

._my2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

._my3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

._my4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

._my5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

._my6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

._my7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important; }

._my8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

._my9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }

._my10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }

._my11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important; }

._my12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important; }

._my13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important; }

._my14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important; }

._my15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important; }

._my16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important; }

._my17 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important; }

._my18 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important; }

._my19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important; }

._my20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important; }

._my21 {
  margin-top: 21rem !important;
  margin-bottom: 21rem !important; }

._my22 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important; }

._my23 {
  margin-top: 23rem !important;
  margin-bottom: 23rem !important; }

._my24 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important; }

._my25 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important; }

._ma0 {
  margin: 0 !important; }

._ma1 {
  margin: 1rem !important; }

._ma2 {
  margin: 2rem !important; }

._ma3 {
  margin: 3rem !important; }

._ma4 {
  margin: 4rem !important; }

._ma5 {
  margin: 5rem !important; }

._ma6 {
  margin: 6rem !important; }

._ma7 {
  margin: 7rem !important; }

._ma8 {
  margin: 8rem !important; }

._ma9 {
  margin: 9rem !important; }

._ma10 {
  margin: 10rem !important; }

._ma11 {
  margin: 11rem !important; }

._ma12 {
  margin: 12rem !important; }

._ma13 {
  margin: 13rem !important; }

._ma14 {
  margin: 14rem !important; }

._ma15 {
  margin: 15rem !important; }

._ma16 {
  margin: 16rem !important; }

._ma17 {
  margin: 17rem !important; }

._ma18 {
  margin: 18rem !important; }

._ma19 {
  margin: 19rem !important; }

._ma20 {
  margin: 20rem !important; }

._ma21 {
  margin: 21rem !important; }

._ma22 {
  margin: 22rem !important; }

._ma23 {
  margin: 23rem !important; }

._ma24 {
  margin: 24rem !important; }

._ma25 {
  margin: 25rem !important; }

._pt0 {
  padding-top: 0 !important; }

._pt1 {
  padding-top: 1rem !important; }

._pt2 {
  padding-top: 2rem !important; }

._pt3 {
  padding-top: 3rem !important; }

._pt4 {
  padding-top: 4rem !important; }

._pt5 {
  padding-top: 5rem !important; }

._pt6 {
  padding-top: 6rem !important; }

._pt7 {
  padding-top: 7rem !important; }

._pt8 {
  padding-top: 8rem !important; }

._pt9 {
  padding-top: 9rem !important; }

._pt10 {
  padding-top: 10rem !important; }

._pt11 {
  padding-top: 11rem !important; }

._pt12 {
  padding-top: 12rem !important; }

._pt13 {
  padding-top: 13rem !important; }

._pt14 {
  padding-top: 14rem !important; }

._pt15 {
  padding-top: 15rem !important; }

._pt16 {
  padding-top: 16rem !important; }

._pt17 {
  padding-top: 17rem !important; }

._pt18 {
  padding-top: 18rem !important; }

._pt19 {
  padding-top: 19rem !important; }

._pt20 {
  padding-top: 20rem !important; }

._pt21 {
  padding-top: 21rem !important; }

._pt22 {
  padding-top: 22rem !important; }

._pt23 {
  padding-top: 23rem !important; }

._pt24 {
  padding-top: 24rem !important; }

._pt25 {
  padding-top: 25rem !important; }

._pb0 {
  padding-bottom: 0 !important; }

._pb1 {
  padding-bottom: 1rem !important; }

._pb2 {
  padding-bottom: 2rem !important; }

._pb3 {
  padding-bottom: 3rem !important; }

._pb4 {
  padding-bottom: 4rem !important; }

._pb5 {
  padding-bottom: 5rem !important; }

._pb6 {
  padding-bottom: 6rem !important; }

._pb7 {
  padding-bottom: 7rem !important; }

._pb8 {
  padding-bottom: 8rem !important; }

._pb9 {
  padding-bottom: 9rem !important; }

._pb10 {
  padding-bottom: 10rem !important; }

._pb11 {
  padding-bottom: 11rem !important; }

._pb12 {
  padding-bottom: 12rem !important; }

._pb13 {
  padding-bottom: 13rem !important; }

._pb14 {
  padding-bottom: 14rem !important; }

._pb15 {
  padding-bottom: 15rem !important; }

._pb16 {
  padding-bottom: 16rem !important; }

._pb17 {
  padding-bottom: 17rem !important; }

._pb18 {
  padding-bottom: 18rem !important; }

._pb19 {
  padding-bottom: 19rem !important; }

._pb20 {
  padding-bottom: 20rem !important; }

._pb21 {
  padding-bottom: 21rem !important; }

._pb22 {
  padding-bottom: 22rem !important; }

._pb23 {
  padding-bottom: 23rem !important; }

._pb24 {
  padding-bottom: 24rem !important; }

._pb25 {
  padding-bottom: 25rem !important; }

._pl0 {
  padding-left: 0 !important; }

._pl1 {
  padding-left: 1rem !important; }

._pl2 {
  padding-left: 2rem !important; }

._pl3 {
  padding-left: 3rem !important; }

._pl4 {
  padding-left: 4rem !important; }

._pl5 {
  padding-left: 5rem !important; }

._pl6 {
  padding-left: 6rem !important; }

._pl7 {
  padding-left: 7rem !important; }

._pl8 {
  padding-left: 8rem !important; }

._pl9 {
  padding-left: 9rem !important; }

._pl10 {
  padding-left: 10rem !important; }

._pl11 {
  padding-left: 11rem !important; }

._pl12 {
  padding-left: 12rem !important; }

._pl13 {
  padding-left: 13rem !important; }

._pl14 {
  padding-left: 14rem !important; }

._pl15 {
  padding-left: 15rem !important; }

._pl16 {
  padding-left: 16rem !important; }

._pl17 {
  padding-left: 17rem !important; }

._pl18 {
  padding-left: 18rem !important; }

._pl19 {
  padding-left: 19rem !important; }

._pl20 {
  padding-left: 20rem !important; }

._pl21 {
  padding-left: 21rem !important; }

._pl22 {
  padding-left: 22rem !important; }

._pl23 {
  padding-left: 23rem !important; }

._pl24 {
  padding-left: 24rem !important; }

._pl25 {
  padding-left: 25rem !important; }

._pr0 {
  padding-right: 0 !important; }

._pr1 {
  padding-right: 1rem !important; }

._pr2 {
  padding-right: 2rem !important; }

._pr3 {
  padding-right: 3rem !important; }

._pr4 {
  padding-right: 4rem !important; }

._pr5 {
  padding-right: 5rem !important; }

._pr6 {
  padding-right: 6rem !important; }

._pr7 {
  padding-right: 7rem !important; }

._pr8 {
  padding-right: 8rem !important; }

._pr9 {
  padding-right: 9rem !important; }

._pr10 {
  padding-right: 10rem !important; }

._pr11 {
  padding-right: 11rem !important; }

._pr12 {
  padding-right: 12rem !important; }

._pr13 {
  padding-right: 13rem !important; }

._pr14 {
  padding-right: 14rem !important; }

._pr15 {
  padding-right: 15rem !important; }

._pr16 {
  padding-right: 16rem !important; }

._pr17 {
  padding-right: 17rem !important; }

._pr18 {
  padding-right: 18rem !important; }

._pr19 {
  padding-right: 19rem !important; }

._pr20 {
  padding-right: 20rem !important; }

._pr21 {
  padding-right: 21rem !important; }

._pr22 {
  padding-right: 22rem !important; }

._pr23 {
  padding-right: 23rem !important; }

._pr24 {
  padding-right: 24rem !important; }

._pr25 {
  padding-right: 25rem !important; }

._px0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

._px1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

._px2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

._px3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

._px4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

._px5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

._px6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }

._px7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important; }

._px8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important; }

._px9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important; }

._px10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important; }

._px11 {
  padding-left: 11rem !important;
  padding-right: 11rem !important; }

._px12 {
  padding-left: 12rem !important;
  padding-right: 12rem !important; }

._px13 {
  padding-left: 13rem !important;
  padding-right: 13rem !important; }

._px14 {
  padding-left: 14rem !important;
  padding-right: 14rem !important; }

._px15 {
  padding-left: 15rem !important;
  padding-right: 15rem !important; }

._px16 {
  padding-left: 16rem !important;
  padding-right: 16rem !important; }

._px17 {
  padding-left: 17rem !important;
  padding-right: 17rem !important; }

._px18 {
  padding-left: 18rem !important;
  padding-right: 18rem !important; }

._px19 {
  padding-left: 19rem !important;
  padding-right: 19rem !important; }

._px20 {
  padding-left: 20rem !important;
  padding-right: 20rem !important; }

._px21 {
  padding-left: 21rem !important;
  padding-right: 21rem !important; }

._px22 {
  padding-left: 22rem !important;
  padding-right: 22rem !important; }

._px23 {
  padding-left: 23rem !important;
  padding-right: 23rem !important; }

._px24 {
  padding-left: 24rem !important;
  padding-right: 24rem !important; }

._px25 {
  padding-left: 25rem !important;
  padding-right: 25rem !important; }

._py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

._py1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

._py2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

._py3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

._py4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

._py5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

._py6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

._py7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }

._py8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

._py9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }

._py10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }

._py11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important; }

._py12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important; }

._py13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important; }

._py14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important; }

._py15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important; }

._py16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important; }

._py17 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important; }

._py18 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important; }

._py19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important; }

._py20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important; }

._py21 {
  padding-top: 21rem !important;
  padding-bottom: 21rem !important; }

._py22 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important; }

._py23 {
  padding-top: 23rem !important;
  padding-bottom: 23rem !important; }

._py24 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important; }

._py25 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important; }

._pa0 {
  padding: 0 !important; }

._pa1 {
  padding: 1rem !important; }

._pa2 {
  padding: 2rem !important; }

._pa3 {
  padding: 3rem !important; }

._pa4 {
  padding: 4rem !important; }

._pa5 {
  padding: 5rem !important; }

._pa6 {
  padding: 6rem !important; }

._pa7 {
  padding: 7rem !important; }

._pa8 {
  padding: 8rem !important; }

._pa9 {
  padding: 9rem !important; }

._pa10 {
  padding: 10rem !important; }

._pa11 {
  padding: 11rem !important; }

._pa12 {
  padding: 12rem !important; }

._pa13 {
  padding: 13rem !important; }

._pa14 {
  padding: 14rem !important; }

._pa15 {
  padding: 15rem !important; }

._pa16 {
  padding: 16rem !important; }

._pa17 {
  padding: 17rem !important; }

._pa18 {
  padding: 18rem !important; }

._pa19 {
  padding: 19rem !important; }

._pa20 {
  padding: 20rem !important; }

._pa21 {
  padding: 21rem !important; }

._pa22 {
  padding: 22rem !important; }

._pa23 {
  padding: 23rem !important; }

._pa24 {
  padding: 24rem !important; }

._pa25 {
  padding: 25rem !important; }

._mxa {
  margin-left: auto !important;
  margin-right: auto !important; }

body {
  background: white;
  color: #251300;
  fill: #251300; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro JP", "SF Pro Display", "SF Pro Icons", 'Hiragino Sans', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "Segoe","游ゴシック Medium","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", sans-serif;
  color: #251300;
  fill: #251300; }

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro JP", "SF Pro Display", "SF Pro Icons", 'Hiragino Sans', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "Segoe","游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", sans-serif;
  font-weight: 500; }

.label, .btn {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro JP", "SF Pro Display", "SF Pro Icons", 'Hiragino Sans', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "Segoe","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", sans-serif;
  font-weight: 500; }

h1 {
  font-size: 2.5em;
  font-weight: 600; }

h2 {
  font-size: 2em;
  font-weight: 600; }

h3 {
  font-size: 1.7em;
  font-weight: 600; }

h4 {
  font-size: 1.4em;
  font-weight: 600; }

@media (max-width: 768px) {
  h1 {
    font-size: 2.3em; } }

@media (max-width: 576px) {
  h1 {
    font-size: 2em; }
  h2 {
    font-size: 1.8em; }
  h3 {
    font-size: 1.3em; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + *,
p + *, figure + *, img + *, ul + *, ol + *,
figcaption + *, blockquote + *, dl + *, dd + * {
  margin-top: .8rem; }

p {
  margin-bottom: .8rem; }

em {
  font-style: normal; }

section {
  background: transparent; }

hr {
  min-width: 100px;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-top: 1px solid rgba(206, 188, 170, 0.5); }

.section > hr {
  max-width: 1076px; }

.list-inline > li {
  display: inline-block; }

dl dt {
  margin: 0 -15px .8em;
  padding-bottom: .2em;
  border-bottom: 1px solid rgba(43, 60, 62, 0.2);
  font-weight: 500; }

dl dd {
  margin-bottom: 2em;
  font-size: 0.9em; }

dl.dl-sync dt {
  color: transparent; }
  @media (max-width: 768px) {
    dl.dl-sync dt {
      color: inherit; } }
svg {
  width: 32px;
  height: 32px; }

.svg-symbol {
  vertical-align: middle;
  position: relative;
  top: -0.1em; }
  .svg-symbol.spect-logo-header {
    top: -2px;
    height: 20px;
    width: 156px; }
  .svg-symbol.spect-logo-footer {
    top: -8px;
    height: 18px;
    width: 150px; }
  .svg-symbol.icon128 {
    width: 128px;
    height: 128px;
    margin-right: 5px; }
  .svg-symbol.icon64 {
    width: 64px;
    height: 64px;
    margin-right: 5px; }
  .svg-symbol.icon48 {
    width: 48px;
    height: 48px;
    margin-right: 5px; }
  .svg-symbol.icon32 {
    width: 32px;
    height: 32px;
    margin-right: 5px; }
  .svg-symbol.icon24 {
    width: 24px;
    height: 24px;
    margin-right: 5px; }
  .svg-symbol.icon18 {
    width: 18px;
    height: 18px;
    margin-right: 5px; }
  .svg-symbol.icon16 {
    width: 16px;
    height: 16px;
    margin-right: 5px; }
  .svg-symbol.icon14 {
    width: 14px;
    height: 14px;
    margin-right: 5px; }
  .svg-symbol.icon13 {
    width: 13px;
    height: 13px;
    margin-right: 5px; }
  .svg-symbol.icon12 {
    width: 12px;
    height: 12px;
    margin-right: 5px; }
  .svg-symbol.icon11 {
    width: 11px;
    height: 11px;
    margin-right: 5px; }
  .svg-symbol.icon10 {
    width: 10px;
    height: 10px;
    margin-right: 5px; }
  .svg-symbol.icon9 {
    width: 9px;
    height: 9px;
    margin-right: 5px; }
  .svg-symbol.icon8 {
    width: 8px;
    height: 8px;
    margin-right: 5px; }
  .svg-symbol.end-cursor {
    margin-left: .5em;
    margin-right: -.5em; }

a {
  text-decoration: none;
  border-radius: 2px;
  color: inherit;
  fill: inherit; }
  a:hover {
    text-decoration: none; }

.defs {
  display: none; }

.hidden, .sr-only {
  display: none; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-large {
  font-size: 1.5em;
  font-weight: 300; }

.small {
  font-size: .9em; }

.large {
  font-size: 1.2em; }

.sub {
  font-size: 0.8em;
  opacity: 0.6;
  font-weight: 500; }

.dim {
  opacity: 0.6; }
  .dim a {
    visibility: hidden; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border-radius: .4em;
  background-color: rgba(186, 136, 85, 0.1);
  border: 1px solid transparent; }
  .well.dim {
    border: 1px solid #e3e3e3;
    background-color: transparent; }

header {
  width: 100%;
  z-index: 20;
  background-color: #F6F6F6;
  transition-duration: 0.5s; }
  header.withBackground {
    background: rgba(255, 255, 255, 0.9); }
    @supports ((-webkit-backdrop-filter: blur(13px)) or (backdrop-filter: blur(13px))) {
      header.withBackground {
        -webkit-backdrop-filter: blur(13px);
                backdrop-filter: blur(13px);
        background: rgba(255, 255, 255, 0.4); } }
  header.onDark {
    background: transparent; }
  header.onDark.withBackground {
    background: rgba(37, 19, 0, 0.9); }
    @supports ((-webkit-backdrop-filter: blur(13px)) or (backdrop-filter: blur(13px))) {
      header.onDark.withBackground {
        -webkit-backdrop-filter: blur(13px);
                backdrop-filter: blur(13px);
        background: rgba(37, 19, 0, 0.1); } }
  @media (max-width: 576px), (max-height: 576px) {
    header {
      top: 0;
      padding-top: 0; } }
.header-nav {
  position: relative;
  bottom: -28px;
  min-height: 120px;
  -webkit-align-items: center;
          align-items: center; }

.nav-logo {
  padding: 0.2em 1em 1em;
  display: inline-block;
  margin-left: -15px; }
  .nav-logo .logo {
    width: auto;
    height: 52px; }

.nav-items > li {
  padding: 6px;
  display: inline-block;
  white-space: nowrap; }
  .nav-items > li a {
    background-color: #D5CFC9;
    display: inline-block;
    position: relative;
    padding: 0.3em 1em;
    font-size: 0.8em; }
    .nav-items > li a:hover {
      text-decoration: none;
      background-color: #251300;
      color: #D5CFC9;
      fill: #D5CFC9; }

.nav-items > li.contact {
  margin-right: -15px; }

.nav-items .only-dropdown {
  display: none; }

.nav-spacer {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  height: 60px; }

#NavToggle {
  display: none; }

@media (max-width: 767.9px) {
  #NavToggle {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    right: 20px;
    top: 5px; }
    #NavToggle .icon-bar {
      position: absolute;
      display: block;
      background: #944A00;
      width: 20px;
      height: 1px;
      top: 15.5px;
      left: 6px;
      transition-duration: .5s; }
      #NavToggle .icon-bar:nth-child(2) {
        -webkit-transform: rotate(0deg) translate(0, 4px);
                transform: rotate(0deg) translate(0, 4px); }
      #NavToggle .icon-bar:nth-child(3) {
        -webkit-transform: rotate(0deg) translate(0, -4px);
                transform: rotate(0deg) translate(0, -4px); }
      #NavToggle .icon-bar:nth-child(4) {
        display: none; }
      .expanded #NavToggle .icon-bar:nth-child(2) {
        -webkit-transform: rotate(45deg) translate(0, 0px);
                transform: rotate(45deg) translate(0, 0px); }
      .expanded #NavToggle .icon-bar:nth-child(3) {
        -webkit-transform: rotate(135deg) translate(0, 0px);
                transform: rotate(135deg) translate(0, 0px); }
      .onDark #NavToggle .icon-bar {
        background: #E3E3E3; }
  .nav-items {
    transition-duration: 0.5s;
    transition-property: top;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    top: -336px;
    z-index: -1; }
    .nav-items > li {
      -webkit-flex-grow: 1;
              flex-grow: 1; }
      .nav-items > li a {
        width: 100%;
        text-align: center;
        font-size: 1.0rem; }
      .nav-items > li a.current {
        background: rgba(195, 158, 121, 0.1); }
    .nav-items::before {
      content: "";
      position: absolute;
      width: 100vw;
      height: 100vh;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      bottom: -32px;
      z-index: -1;
      background: white; }
      .onDark .nav-items::before {
        background: #944A00; }
    .nav-items .only-dropdown {
      display: block; }
  .expanded .nav-items {
    top: 64px; }
  #body-overay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 10;
    transition-duration: .5s;
    pointer-events: none; }
  #body-overay.dimmed {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(206, 188, 170, 0.5);
    pointer-events: fill; } }

.section-body {
  margin-top: 45px; }
  .section-body > * {
    padding: 0; }
  .section-body main {
    width: calc( 100% - 330px); }
  .section-body .spacer {
    height: 100px;
    width: 0; }
  .section-body aside {
    margin-left: 30px;
    width: 300px; }
  @media (max-width: 768px) {
    .section-body main, .section-body aside, .section-body .spacer {
      width: 100%; } }
.main-title {
  margin-bottom: 1em;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-left: -15px;
  margin-right: -15px; }
  .main-title .container-1 {
    -webkit-flex-grow: 1;
            flex-grow: 1; }
  .main-title .container-2 {
    text-align: right; }
  .main-title .container-3 {
    margin-top: .5em;
    width: 100%; }
  .main-title .title {
    font-size: 2.2em;
    line-height: 100%; }
    .main-title .title .sub {
      display: inline-block;
      margin-left: .5em; }
  .main-title h3 {
    font-size: 1em;
    font-weight: normal;
    margin-top: .2em; }
    .main-title h3 .label {
      opacity: 0.5; }
  .main-title .breadcrumb > * {
    display: inline-block;
    padding: .1em .4em;
    margin: 0 -.2em;
    opacity: .4; }
  .main-title .breadcrumb a {
    opacity: 1; }

a.link {
  display: inline-block;
  background: rgba(209, 148, 138, 0.3);
  padding: .1em .4em;
  margin: 0 -.4em;
  border-radius: 4px; }
  a.link:hover {
    background: rgba(209, 148, 138, 0.5); }

.aside-items li a {
  display: block;
  padding: 1px;
  padding-left: 1.6em;
  border-radius: 4px; }
  .aside-items li a:hover {
    background: rgba(195, 158, 121, 0.3);
    color: #5C2F00;
    fill: #5C2F00; }

.aside-items .list-expander {
  display: none; }

.aside-items .sub-items {
  margin-bottom: .3em;
  font-size: .95em; }
  .aside-items .sub-items li a {
    padding-left: 2.6em; }

@media (min-width: 768.1px) {
  .list-expander ~ .sub-items li {
    transition-duration: .2s;
    overflow: hidden;
    height: 0em;
    opacity: 0; }
  .list-expander:checked ~ .sub-items li {
    height: 1.6em;
    opacity: 1; }
  .aside-items > li {
    position: relative; }
    .aside-items > li > label[for]::after {
      content: "▼";
      position: absolute;
      opacity: .3;
      padding: .5em;
      top: -.50em;
      left: 0;
      font-size: 1.0em;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      transition-duration: .3s; }
    .aside-items > li .list-expander:checked ~ label[for]::after {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      opacity: 1; } }

@media (max-width: 768px) {
  .section-body aside {
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
    margin: 0; }
    .section-body aside::before {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: calc( 100vw + 2px);
      content: "";
      background: #E3E3E3;
      z-index: -1; }
  .aside-items li a {
    display: inline-block;
    padding: .2em 1em; }
  .aside-items .list-expander ~ a {
    font-weight: bold; }
  .aside-items .sub-items {
    margin-left: 1em; }
    .aside-items .sub-items li {
      display: inline-block; }
      .aside-items .sub-items li a {
        padding: .2em 1em; } }

.item-cards {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: stretch;
          align-items: stretch;
  font-size: .8em;
  margin: -5px; }
  .item-cards > .item {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    position: relative;
    width: 180px;
    margin: 5px;
    padding: 7.5px;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    overflow: hidden; }
    .item-cards > .item:hover {
      background-color: #F6F6F6; }
      .item-cards > .item:hover img {
        opacity: .8;
        mix-blend-mode: multiply; }
    .item-cards > .item .title {
      font-size: 1.1em;
      margin: .5em 0 .3em; }
    .item-cards > .item .tags {
      margin: .3em 0; }
    .item-cards > .item .categories {
      font-size: 0.9em; }
    .item-cards > .item img {
      margin: -7.5px;
      margin-bottom: 0;
      width: calc( 100% + 7.5px * 2);
      max-width: 100vw;
      height: 160px;
      -o-object-fit: cover;
         object-fit: cover;
      aspect-ratio: 1 / 1; }

.sub-categories .sub-category, .tags .tag {
  font-size: 0.85em;
  font-weight: 400;
  display: inline-block;
  background-color: #8DA394;
  color: white;
  fill: white;
  border-radius: .4em;
  padding: .05em .6em;
  margin: .1em .1em;
  -webkit-line-align: edges; }

.tags div.tag {
  margin-left: -0.05em;
  margin-right: -0.05em; }

.tags a.tag {
  background-color: #C39E79; }

.sub-categories .sub-category {
  color: inherit;
  fill: inherit;
  background-color: #E3E3E3; }

.image-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  margin-left: -15px;
  margin-right: -15px; }
  .image-list figure {
    min-width: 200px;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    margin: 15px;
    width: calc(50% - 30px); }

figcaption {
  font-size: .8em;
  margin-top: .1em;
  color: #251300;
  fill: #251300;
  opacity: .5; }

@media (max-width: 767.9px) {
  .main-content1 figure img {
    margin-left: -10px;
    margin-right: -10px;
    max-width: 100vw; } }

.end-content {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }
/*# sourceMappingURL=bungu.css.map */