@charset "UTF-8";
/* -- Colors -- */
/* -- Z-index -- */
/* -- Grid -- */
/* -- make a video responsive -- */
.videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* Global classes
*/
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horz-align {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vert-horz-align {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.lazyload-loading {
  opacity: 0;
  transition: opacity 0.5 ease;
}

.lazyload-loading.lazyload-show {
  opacity: 1;
}

/* for fullscreen video/slider
.fix-footer {
  min-height: calc(100vh - 70px);
}
*/
/* spectral-300 - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Spectral/Spectral-Light.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197, U+25C3;
}
/* spectral-300italic - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Spectral/Spectral-LightItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197, U+25C3;
}
/* spectral-regular - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Spectral/Spectral-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197, U+25C3;
}
/* spectral-italic - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Spectral/Spectral-Italic.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197;
}
/* spectral-500 - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Spectral/Spectral-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197, U+25C3;
}
/* spectral-500italic - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Spectral/Spectral-MediumItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197, U+25C3;
}
/* spectral-600 - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Spectral/Spectral-SemiBold.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197, U+25C3;
}
/* spectral-600italic - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Spectral/Spectral-SemiBoldItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197, U+25C3;
}
/* spectral-700 - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Spectral/Spectral-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197, U+25C3;
}
/* spectral-700italic - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Spectral/Spectral-BoldItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197, U+25C3;
}
/* spectral-800 - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Spectral/Spectral-ExtraBold.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197, U+25C3;
}
/* spectral-800italic - vietnamese_latin-ext_latin_cyrillic */
@font-face {
  font-family: "Spectral-Numeral";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/Spectral/Spectral-ExtraBoldItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
  unicode-range: U+30-39, U+2197, U+25C3;
}
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 10px;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

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

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 10px;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 10%;
  max-width: 10%;
  padding: 0 10px;
}

.col-xs-offset-1 {
  margin-left: 10%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 20%;
  max-width: 20%;
  padding: 0 10px;
}

.col-xs-offset-2 {
  margin-left: 20%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 30%;
  max-width: 30%;
  padding: 0 10px;
}

.col-xs-offset-3 {
  margin-left: 30%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 40%;
  max-width: 40%;
  padding: 0 10px;
}

.col-xs-offset-4 {
  margin-left: 40%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 10px;
}

.col-xs-offset-5 {
  margin-left: 50%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 60%;
  max-width: 60%;
  padding: 0 10px;
}

.col-xs-offset-6 {
  margin-left: 60%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 70%;
  max-width: 70%;
  padding: 0 10px;
}

.col-xs-offset-7 {
  margin-left: 70%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 80%;
  max-width: 80%;
  padding: 0 10px;
}

.col-xs-offset-8 {
  margin-left: 80%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 90%;
  max-width: 90%;
  padding: 0 10px;
}

.col-xs-offset-9 {
  margin-left: 90%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 10px;
}

.col-xs-offset-10 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 577px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 10px;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 10%;
    max-width: 10%;
    padding: 0 10px;
  }

  .col-sm-offset-1 {
    margin-left: 10%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 10px;
  }

  .col-sm-offset-2 {
    margin-left: 20%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 30%;
    max-width: 30%;
    padding: 0 10px;
  }

  .col-sm-offset-3 {
    margin-left: 30%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 40%;
    max-width: 40%;
    padding: 0 10px;
  }

  .col-sm-offset-4 {
    margin-left: 40%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px;
  }

  .col-sm-offset-5 {
    margin-left: 50%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 60%;
    max-width: 60%;
    padding: 0 10px;
  }

  .col-sm-offset-6 {
    margin-left: 60%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 70%;
    max-width: 70%;
    padding: 0 10px;
  }

  .col-sm-offset-7 {
    margin-left: 70%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 80%;
    max-width: 80%;
    padding: 0 10px;
  }

  .col-sm-offset-8 {
    margin-left: 80%;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 90%;
    max-width: 90%;
    padding: 0 10px;
  }

  .col-sm-offset-9 {
    margin-left: 90%;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .col-sm-offset-10 {
    margin-left: 100%;
  }

  .row.start-sm {
    justify-content: flex-start;
  }

  .row.center-sm {
    justify-content: center;
  }

  .row.end-sm {
    justify-content: flex-end;
  }

  .row.top-sm {
    align-items: flex-start;
  }

  .row.middle-sm {
    align-items: center;
  }

  .row.bottom-sm {
    align-items: flex-end;
  }

  .row.around-sm {
    justify-content: space-around;
  }

  .row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 10px;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 10%;
    max-width: 10%;
    padding: 0 10px;
  }

  .col-md-offset-1 {
    margin-left: 10%;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 10px;
  }

  .col-md-offset-2 {
    margin-left: 20%;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 30%;
    max-width: 30%;
    padding: 0 10px;
  }

  .col-md-offset-3 {
    margin-left: 30%;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 40%;
    max-width: 40%;
    padding: 0 10px;
  }

  .col-md-offset-4 {
    margin-left: 40%;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px;
  }

  .col-md-offset-5 {
    margin-left: 50%;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 60%;
    max-width: 60%;
    padding: 0 10px;
  }

  .col-md-offset-6 {
    margin-left: 60%;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 70%;
    max-width: 70%;
    padding: 0 10px;
  }

  .col-md-offset-7 {
    margin-left: 70%;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 80%;
    max-width: 80%;
    padding: 0 10px;
  }

  .col-md-offset-8 {
    margin-left: 80%;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 90%;
    max-width: 90%;
    padding: 0 10px;
  }

  .col-md-offset-9 {
    margin-left: 90%;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .col-md-offset-10 {
    margin-left: 100%;
  }

  .row.start-md {
    justify-content: flex-start;
  }

  .row.center-md {
    justify-content: center;
  }

  .row.end-md {
    justify-content: flex-end;
  }

  .row.top-md {
    align-items: flex-start;
  }

  .row.middle-md {
    align-items: center;
  }

  .row.bottom-md {
    align-items: flex-end;
  }

  .row.around-md {
    justify-content: space-around;
  }

  .row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 10px;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 10%;
    max-width: 10%;
    padding: 0 10px;
  }

  .col-lg-offset-1 {
    margin-left: 10%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 10px;
  }

  .col-lg-offset-2 {
    margin-left: 20%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 30%;
    max-width: 30%;
    padding: 0 10px;
  }

  .col-lg-offset-3 {
    margin-left: 30%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 40%;
    max-width: 40%;
    padding: 0 10px;
  }

  .col-lg-offset-4 {
    margin-left: 40%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px;
  }

  .col-lg-offset-5 {
    margin-left: 50%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 60%;
    max-width: 60%;
    padding: 0 10px;
  }

  .col-lg-offset-6 {
    margin-left: 60%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 70%;
    max-width: 70%;
    padding: 0 10px;
  }

  .col-lg-offset-7 {
    margin-left: 70%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 80%;
    max-width: 80%;
    padding: 0 10px;
  }

  .col-lg-offset-8 {
    margin-left: 80%;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 90%;
    max-width: 90%;
    padding: 0 10px;
  }

  .col-lg-offset-9 {
    margin-left: 90%;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .col-lg-offset-10 {
    margin-left: 100%;
  }

  .row.start-lg {
    justify-content: flex-start;
  }

  .row.center-lg {
    justify-content: center;
  }

  .row.end-lg {
    justify-content: flex-end;
  }

  .row.top-lg {
    align-items: flex-start;
  }

  .row.middle-lg {
    align-items: center;
  }

  .row.bottom-lg {
    align-items: flex-end;
  }

  .row.around-lg {
    justify-content: space-around;
  }

  .row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1281px) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 10px;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 10%;
    max-width: 10%;
    padding: 0 10px;
  }

  .col-xl-offset-1 {
    margin-left: 10%;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 10px;
  }

  .col-xl-offset-2 {
    margin-left: 20%;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 30%;
    max-width: 30%;
    padding: 0 10px;
  }

  .col-xl-offset-3 {
    margin-left: 30%;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 40%;
    max-width: 40%;
    padding: 0 10px;
  }

  .col-xl-offset-4 {
    margin-left: 40%;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px;
  }

  .col-xl-offset-5 {
    margin-left: 50%;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 60%;
    max-width: 60%;
    padding: 0 10px;
  }

  .col-xl-offset-6 {
    margin-left: 60%;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 70%;
    max-width: 70%;
    padding: 0 10px;
  }

  .col-xl-offset-7 {
    margin-left: 70%;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 80%;
    max-width: 80%;
    padding: 0 10px;
  }

  .col-xl-offset-8 {
    margin-left: 80%;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 90%;
    max-width: 90%;
    padding: 0 10px;
  }

  .col-xl-offset-9 {
    margin-left: 90%;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .col-xl-offset-10 {
    margin-left: 100%;
  }

  .row.start-xl {
    justify-content: flex-start;
  }

  .row.center-xl {
    justify-content: center;
  }

  .row.end-xl {
    justify-content: flex-end;
  }

  .row.top-xl {
    align-items: flex-start;
  }

  .row.middle-xl {
    align-items: center;
  }

  .row.bottom-xl {
    align-items: flex-end;
  }

  .row.around-xl {
    justify-content: space-around;
  }

  .row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 0 10px;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 576px) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 577px) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1281px) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}
.glide__track {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.glide__slides {
  height: 100%;
  margin: 0;
}

[data-glide-el=controls] {
  float: right;
  font-size: 0.75em;
}

.glide--anim-fade .glide__slides {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
  transform: translate3d(0, 0, 0) !important;
}
.glide--anim-fade .glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  order: 2;
  opacity: 0;
  margin: 0 !important;
  transition: opacity 1250ms ease-in-out;
  height: 100%;
}
.glide--anim-fade .glide__slide.glide__slide--active {
  position: relative;
  order: 1;
  opacity: 1;
  z-index: 1;
}

.glide--img-contain .glide__slide img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.glide--img-cover .glide__slide div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*
* Base/global css style
*/
* ::-moz-selection {
  color: white;
  background: black;
}
* ::selection {
  color: white;
  background: black;
}
* :focus {
  outline: none;
}
* ::-moz-focus-inner {
  border: 0;
}
* ::-moz-focus-outer {
  border: 0;
}

p, h1, h2, h3, h4, h5, ul, li {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: underline;
  background-color: none;
}
a:focus {
  text-decoration: none;
}

body {
  padding: 0;
  margin: 0;
}

button {
  margin: 0;
  padding: 0;
  font-size: initial;
  line-height: initial;
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
}

button:active {
  outline: none;
  border: 0;
}

img {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

ul {
  list-style: none;
}

html {
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 19px;
  }
}

* {
  font-family: "Spectral-Numeral", "Spectral", serif;
  font-size: 1rem;
  line-height: 1.3;
  font-variant-numeric: oldstyle-nums proportional-nums;
}

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

p {
  font-weight: 500;
}

h1 {
  font-size: 2em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 3.75em;
  }
}

b, strong {
  font-weight: 800;
  font-style: italic;
}

.link--underlined, p.highlight__title, .footer__nav a p:hover, .menu-mobile__nav li.active > a, .menu-mobile__nav li.active > p, .menu--2 > ul > li > ul li:not(.menu__logo):hover > a,
.menu--2 > ul > li > ul li:not(.menu__logo).active > a, .menu > ul > li:not(.menu__logo):hover > a, .menu > ul > li:not(.menu__logo).active > a, .menu > ul > li:not(.menu__logo):hover > p, .menu > ul > li:not(.menu__logo).active > p {
  border-bottom: 1px solid black;
}
.ua-mobile-iphone.ua-safari .link--underlined, .ua-mobile-iphone.ua-safari p.highlight__title, .ua-mobile-iphone.ua-safari .footer__nav a p:hover, .footer__nav a .ua-mobile-iphone.ua-safari p:hover, .ua-mobile-iphone.ua-safari .menu-mobile__nav li.active > a, .menu-mobile__nav .ua-mobile-iphone.ua-safari li.active > a, .ua-mobile-iphone.ua-safari .menu-mobile__nav li.active > p, .menu-mobile__nav .ua-mobile-iphone.ua-safari li.active > p, .ua-mobile-iphone.ua-safari .menu--2 > ul > li > ul li:not(.menu__logo):hover > a, .menu--2 > ul > li > ul .ua-mobile-iphone.ua-safari li:not(.menu__logo):hover > a,
.ua-mobile-iphone.ua-safari .menu--2 > ul > li > ul li:not(.menu__logo).active > a,
.menu--2 > ul > li > ul .ua-mobile-iphone.ua-safari li:not(.menu__logo).active > a, .ua-mobile-iphone.ua-safari .menu > ul > li:not(.menu__logo):hover > a, .ua-mobile-iphone.ua-safari .menu > ul > li:not(.menu__logo).active > a, .ua-mobile-iphone.ua-safari .menu > ul > li:not(.menu__logo):hover > p, .ua-mobile-iphone.ua-safari .menu > ul > li:not(.menu__logo).active > p, .ua-desktop-macintosh.ua-chrome .link--underlined, .ua-desktop-macintosh.ua-chrome p.highlight__title, .ua-desktop-macintosh.ua-chrome .footer__nav a p:hover, .footer__nav a .ua-desktop-macintosh.ua-chrome p:hover, .ua-desktop-macintosh.ua-chrome .menu-mobile__nav li.active > a, .menu-mobile__nav .ua-desktop-macintosh.ua-chrome li.active > a, .ua-desktop-macintosh.ua-chrome .menu-mobile__nav li.active > p, .menu-mobile__nav .ua-desktop-macintosh.ua-chrome li.active > p, .ua-desktop-macintosh.ua-chrome .menu--2 > ul > li > ul li:not(.menu__logo):hover > a, .menu--2 > ul > li > ul .ua-desktop-macintosh.ua-chrome li:not(.menu__logo):hover > a,
.ua-desktop-macintosh.ua-chrome .menu--2 > ul > li > ul li:not(.menu__logo).active > a,
.menu--2 > ul > li > ul .ua-desktop-macintosh.ua-chrome li:not(.menu__logo).active > a, .ua-desktop-macintosh.ua-chrome .menu > ul > li:not(.menu__logo):hover > a, .ua-desktop-macintosh.ua-chrome .menu > ul > li:not(.menu__logo).active > a, .ua-desktop-macintosh.ua-chrome .menu > ul > li:not(.menu__logo):hover > p, .ua-desktop-macintosh.ua-chrome .menu > ul > li:not(.menu__logo).active > p, .ua-desktop-macintosh.ua-safari .link--underlined, .ua-desktop-macintosh.ua-safari p.highlight__title, .ua-desktop-macintosh.ua-safari .footer__nav a p:hover, .footer__nav a .ua-desktop-macintosh.ua-safari p:hover, .ua-desktop-macintosh.ua-safari .menu-mobile__nav li.active > a, .menu-mobile__nav .ua-desktop-macintosh.ua-safari li.active > a, .ua-desktop-macintosh.ua-safari .menu-mobile__nav li.active > p, .menu-mobile__nav .ua-desktop-macintosh.ua-safari li.active > p, .ua-desktop-macintosh.ua-safari .menu--2 > ul > li > ul li:not(.menu__logo):hover > a, .menu--2 > ul > li > ul .ua-desktop-macintosh.ua-safari li:not(.menu__logo):hover > a,
.ua-desktop-macintosh.ua-safari .menu--2 > ul > li > ul li:not(.menu__logo).active > a,
.menu--2 > ul > li > ul .ua-desktop-macintosh.ua-safari li:not(.menu__logo).active > a, .ua-desktop-macintosh.ua-safari .menu > ul > li:not(.menu__logo):hover > a, .ua-desktop-macintosh.ua-safari .menu > ul > li:not(.menu__logo).active > a, .ua-desktop-macintosh.ua-safari .menu > ul > li:not(.menu__logo):hover > p, .ua-desktop-macintosh.ua-safari .menu > ul > li:not(.menu__logo).active > p {
  border-bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(1%, black));
  background-image: linear-gradient(white 1%, black 1%);
  background-repeat: repeat-x;
  background-position: 0 1.2em;
  background-size: 1px 1px;
  transition: opacity 0.2s;
}

.link--underlined-on-hover:hover {
  border-bottom: 1px solid black;
}

.link--underlined-on-hover {
  text-decoration: none;
}
.link--underlined-on-hover:hover {
  text-decoration: none;
  border-bottom: 1px solid black;
}
.ua-mobile-iphone.ua-safari .link--underlined-on-hover, .ua-desktop-macintosh.ua-chrome .link--underlined-on-hover, .ua-desktop-macintosh.ua-safari .link--underlined-on-hover {
  border-bottom: 0;
  background-repeat: repeat-x;
  background-position: 0 1.2em;
  background-size: 1px 1px;
}
.ua-mobile-iphone.ua-safari .link--underlined-on-hover:hover, .ua-desktop-macintosh.ua-chrome .link--underlined-on-hover:hover, .ua-desktop-macintosh.ua-safari .link--underlined-on-hover:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(1%, black));
  background-image: linear-gradient(white 1%, black 1%);
}
.link--underlined-on-hover.active {
  border-bottom: 1px solid black;
}
.ua-mobile-iphone.ua-safari .link--underlined-on-hover.active, .ua-desktop-macintosh.ua-chrome .link--underlined-on-hover.active, .ua-desktop-macintosh.ua-safari .link--underlined-on-hover.active {
  border-bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(1%, black));
  background-image: linear-gradient(white 1%, black 1%);
}

.body-container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}
@media only screen and (min-width: 769px) {
  .body-container {
    width: calc(100% - 30px*2);
  }
}

.box-example {
  margin-top: 30px;
  min-height: calc(100vh - 30px* 2);
}

.body-container > .row .box-example {
  outline: 1px solid rgba(50, 204, 0, 0.7);
  background-color: rgba(50, 204, 0, 0.2);
}
@media only screen and (min-width: 1025px) {
  .body-container > .row .box-example {
    outline: 1px solid rgba(255, 204, 204, 0.7);
    background-color: rgba(255, 204, 204, 0.2);
  }
}

.row {
  margin-left: calc(10px * -1);
  margin-right: calc(10px * -1);
  width: calc(100% + 10px * 2);
}

main {
  margin-top: calc(0.5em*2*1.2 + 15px*2);
}
@media only screen and (min-width: 577px) {
  main {
    margin-top: calc(1em*2*1.1 + 15px*2);
  }
}
@media only screen and (min-width: 1025px) {
  main {
    margin-top: calc(1.2em*3 + 15px*4);
  }
}

@media only screen and (min-width: 1025px) {
  .menu-mobile {
    display: none;
  }
}

.menu-desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .menu-desktop {
    display: block;
  }
}

.menu-desktop {
  position: fixed;
  top: 0;
  z-index: 20;
  background-color: white;
  width: calc(100% - 30px);
}
@media only screen and (min-width: 769px) {
  .menu-desktop {
    width: calc(100% - 30px*2);
  }
}
@media only screen and (min-width: 1281px) {
  .menu-desktop {
    width: 1220px;
  }
}

.menu {
  z-index: 2;
  position: relative;
}
.menu li p {
  display: inline;
}
.menu > ul {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.menu > ul > li {
  padding: 15px 0;
}
.menu > ul ul li * {
  line-height: 1;
}

.menu--2 > ul > li {
  flex-grow: 1;
  text-align: center;
}
.menu--2 > ul > li:first-child {
  text-align: left;
}
.menu--2 > ul > li:last-child {
  text-align: right;
}
.menu--2 > ul > li:hover ul {
  display: block;
}
.menu--2 > ul > li, .menu--2 > ul > li * {
  font-size: 0.87rem;
}
.menu--2 > ul > li > ul {
  position: absolute;
  display: none;
  top: calc(0.95em + 15px*2);
  left: 0;
  min-width: 220px;
  background-color: white;
  padding: 10px;
}
.menu--2 > ul > li > ul ul {
  padding-bottom: 5px;
}
.menu--2 > ul > li > ul li {
  text-align: left;
  padding-top: 5px;
}
.menu--2 > ul > li > ul li p {
  display: inline;
}
.menu--2 > ul > li > ul ul {
  padding-left: 30px;
}
.menu--2 > ul > li > ul ul, .menu--2 > ul > li > ul ul * {
  font-weight: 300;
}
.menu--2 > ul > li > ul:hover {
  display: block;
}

.menu__opt--has-children {
  cursor: pointer;
}

.search {
  position: relative;
}
.search input {
  width: 100px;
  height: 1.2rem;
  border: 1px solid #cc0000;
  padding-left: calc(1.2em + 0.2rem);
  line-height: initial !important;
}
.search:before {
  content: " ";
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 1.2rem;
  height: 1.2rem;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/icons/search.svg");
}

.menu__logo-icjp a {
  padding: 0;
  display: flex;
}
.menu__logo-icjp a img {
  width: auto;
  padding-right: 10px;
  font-size: 0.5rem;
  height: calc(1em*2);
}
@media only screen and (min-width: 577px) {
  .menu__logo-icjp a img {
    font-size: 1rem;
  }
}
.menu__logo-icjp a p {
  text-transform: uppercase;
}

.menu--1 {
  color: #cc0000;
}
.menu--1 ul {
  border-bottom: 1px solid;
}
.menu--1 ul * {
  font-size: 0.87rem;
  font-weight: 500;
}
.menu--1 ul li:not(.menu__logo):hover > a,
.menu--1 ul li:not(.menu__logo).active > a,
.menu--1 ul li:not(.menu__logo):hover > p,
.menu--1 ul li:not(.menu__logo).active > p {
  border-color: #cc0000;
}
.ua-mobile-iphone.ua-safari .menu--1 ul li:not(.menu__logo):hover > a, .ua-desktop-macintosh.ua-chrome .menu--1 ul li:not(.menu__logo):hover > a, .ua-desktop-macintosh.ua-safari .menu--1 ul li:not(.menu__logo):hover > a,
.ua-mobile-iphone.ua-safari .menu--1 ul li:not(.menu__logo).active > a,
.ua-desktop-macintosh.ua-chrome .menu--1 ul li:not(.menu__logo).active > a,
.ua-desktop-macintosh.ua-safari .menu--1 ul li:not(.menu__logo).active > a,
.ua-mobile-iphone.ua-safari .menu--1 ul li:not(.menu__logo):hover > p,
.ua-desktop-macintosh.ua-chrome .menu--1 ul li:not(.menu__logo):hover > p,
.ua-desktop-macintosh.ua-safari .menu--1 ul li:not(.menu__logo):hover > p,
.ua-mobile-iphone.ua-safari .menu--1 ul li:not(.menu__logo).active > p,
.ua-desktop-macintosh.ua-chrome .menu--1 ul li:not(.menu__logo).active > p,
.ua-desktop-macintosh.ua-safari .menu--1 ul li:not(.menu__logo).active > p {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(1%, #cc0000));
  background-image: linear-gradient(white 1%, #cc0000 1%);
}

.menu--2 ul * {
  font-weight: 600;
}

.menu--3 {
  position: fixed;
  top: 0;
  z-index: 10;
  width: calc(100% - 30px);
  color: #cc0000;
  background-color: white;
}
@media only screen and (min-width: 769px) {
  .menu--3 {
    width: calc(100% - 30px*2);
  }
}
.menu--3,
.menu--3 p {
  font-size: 0.5rem;
}
@media only screen and (min-width: 577px) {
  .menu--3,
.menu--3 p {
    font-size: 1rem;
  }
}
.menu--3 .menu__logo-icjp {
  width: 12em;
}
.menu--3 .menu__logo-icjp p {
  line-height: 1.2;
}
@media only screen and (min-width: 577px) {
  .menu--3 .menu__logo-icjp {
    width: 24em;
  }
  .menu--3 .menu__logo-icjp p {
    line-height: 1.1;
  }
}

.menu-hamb {
  line-height: 1;
  color: #cc0000;
}
.menu-hamb span {
  border-top: 1px solid #cc0000;
  width: 0.8em;
  height: 0.5em;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: -1px;
}
.menu-hamb span:before {
  content: "";
  position: absolute;
  top: calc(0.5em/2 - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cc0000;
}
.menu-hamb span:after {
  content: "";
  position: absolute;
  top: calc(0.5em - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cc0000;
}
.menu-mobile--active .menu-hamb span {
  border-top: 0;
}
.menu-mobile--active .menu-hamb span:before {
  transform: rotate(35deg);
  width: 115%;
}
.menu-mobile--active .menu-hamb span:after {
  transform: rotate(-35deg);
  top: 3px;
  width: 115%;
}
.menu-hamb:hover {
  cursor: pointer;
}

.menu-mobile__full-window {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  background-color: white;
  top: calc(30px + 0.6em*2);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.menu-mobile--active .menu-mobile__full-window {
  display: block;
}

body.menu-mobile--active {
  overflow: hidden;
}

.menu-mobile__full-window-container {
  padding: calc(30px/2);
  padding-top: calc(30px*2);
}

.menu-mobile__nav {
  padding-bottom: 2em;
}
.menu-mobile__nav, .menu-mobile__nav * {
  font-size: 1.3rem;
}
.menu-mobile__nav li {
  padding-bottom: 5px;
}
.menu-mobile__nav > ul .menu__opt--has-children ul.active {
  max-height: 50vh;
  transition: max-height 0.5s ease;
}
.menu-mobile__nav > ul .menu__opt--has-children ul {
  max-height: 0;
  height: auto;
  overflow: hidden;
  padding-left: 30px;
}
.menu-mobile__nav > ul .menu__opt--has-children ul, .menu-mobile__nav > ul .menu__opt--has-children ul * {
  font-weight: 300;
}

.menu-mobile__nav--1 {
  color: #cc0000;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  border-top: 1px solid #cc0000;
  padding: 15px 0;
}
@media only screen and (min-width: 769px) {
  .footer {
    flex-direction: row;
  }
}
.footer > * {
  flex-grow: 1;
  padding-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .footer > * {
    flex-grow: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .footer > * {
    flex-grow: 1;
    flex-direction: row;
    padding-bottom: 0;
  }
}

.footer__logos {
  flex-grow: 0;
  align-items: flex-start;
  display: flex;
}
.footer__logos img {
  height: calc(1em*2);
  width: auto;
  padding-right: 10px;
}
@media only screen and (min-width: 1281px) {
  .footer__logos img {
    height: calc(1em*1.5);
  }
}

img.footer__logo-1 {
  height: calc(1em*3);
}
@media only screen and (min-width: 1281px) {
  img.footer__logo-1 {
    height: calc(1em*2.5);
  }
}

.footer__login {
  flex-grow: 0;
}
.footer__login button {
  font-size: 0.75rem;
  padding: 4px 0;
  background-color: #cc0000;
  color: white;
  text-transform: lowercase;
  font-variant: small-caps;
  min-width: 10em;
  width: calc((100vw - 30px*2) / 5 - 10px*2);
}
@media only screen and (min-width: 1281px) {
  .footer__login button {
    width: calc(1220px/5 - 10px*2);
  }
}
.footer__login button:hover {
  cursor: pointer;
  background-color: #E09D9B;
  color: black;
}

.footer__nav {
  padding-top: 0.5em;
}
.footer__nav nav ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .footer__nav nav ul {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__nav nav ul {
    justify-content: center;
  }
}
.footer__nav nav ul span {
  font-size: 0.75rem;
}
.footer__nav > nav > ul {
  flex-direction: column;
}
.footer__nav > nav > ul li {
  padding-bottom: 5px;
}
.footer__nav > nav > ul li.footer__opt {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .footer__nav > nav > ul li.footer__opt {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__nav > nav > ul {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__nav > nav > ul {
    padding-left: 0;
    flex-direction: row;
  }
  .footer__nav > nav > ul li {
    padding-bottom: 0;
  }
}
.footer__nav span {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .footer__nav span {
    display: inline-block;
  }
}
@media only screen and (min-width: 1281px) {
  .footer__nav .footer__opt {
    padding: 0 10px;
  }
}
.footer__nav .footer__opt,
.footer__nav .footer__opt * {
  font-size: 0.9rem;
  text-transform: lowercase;
  font-variant: small-caps;
}
@media only screen and (min-width: 1281px) {
  .footer__nav .footer__opt,
.footer__nav .footer__opt * {
    font-size: 0.75rem;
  }
}
.footer__social {
  color: #cc0000;
}
@media only screen and (min-width: 1281px) {
  .footer__social {
    padding-left: 5px;
  }
}
.footer__social .footer__social-opt {
  padding: 0 5px;
}
.footer__social .footer__social-opt:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 1281px) {
  .footer__social .footer__social-opt:first-child {
    padding-left: 5px;
  }
}
.footer__social .footer__social-opt,
.footer__social .footer__social-opt * {
  font-size: 1rem;
  font-weight: 800;
  font-style: italic;
}
@media only screen and (min-width: 1281px) {
  .footer__social .footer__social-opt,
.footer__social .footer__social-opt * {
    font-size: 0.87rem;
  }
}
.footer__social a p:hover {
  border-color: #cc0000;
}
.ua-mobile-iphone.ua-safari .footer__social a p:hover, .ua-desktop-macintosh.ua-chrome .footer__social a p:hover, .ua-desktop-macintosh.ua-safari .footer__social a p:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(1%, #cc0000));
  background-image: linear-gradient(white 1%, #cc0000 1%);
}

[data-glide-slideshow] {
  width: 100%;
  height: calc((100vw - 30px) /21 *10 );
}
@media only screen and (min-width: 769px) {
  [data-glide-slideshow] {
    height: calc((100vw - 30px*2) /21 *10 );
  }
}
@media only screen and (min-width: 1281px) {
  [data-glide-slideshow] {
    height: calc(1220px /21 *10 );
  }
}

[data-glide-captions] [data-glide-caption] {
  display: none;
}
[data-glide-captions] [data-glide-caption].active {
  display: block;
}

.glide__slide--bg div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-slideshow__controls {
  position: absolute;
  top: 10px;
  right: 10px;
}

.glide__arrow--next {
  transform: scaleX(-1);
  padding-right: 10px;
}

.glide__arrow--prev {
  padding-right: 10px;
}

.highlight {
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 577px) {
  .highlight {
    flex-basis: calc(100%/2);
    max-width: calc(100%/2);
  }
}
@media only screen and (min-width: 769px) {
  .highlight {
    flex-basis: calc(100%/3);
    max-width: calc(100%/3);
  }
}
@media only screen and (min-width: 1281px) {
  .highlight {
    flex-basis: calc(100%/5);
    max-width: calc(100%/5);
  }
}

.highlight__container {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: calc(((100vw - 30px)) /3 * 2);
  width: 100%;
  margin-bottom: calc(10px*2);
}
@media only screen and (min-width: 577px) {
  .highlight__container {
    height: calc(((100vw - 30px) / 2) /3 * 4);
  }
}
@media only screen and (min-width: 769px) {
  .highlight__container {
    height: calc(((100vw - 30px*2) / 3) /3 * 4);
  }
}
@media only screen and (min-width: 1281px) {
  .highlight__container {
    height: calc((1220px/5) /3 * 4);
  }
}
.highlight__container:after {
  content: "↗";
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 2;
}
.highlight__container:hover {
  color: #1e141e;
}
.highlight__container:hover .highlight__content {
  background-color: #f5f3f3;
}
.highlight__container:hover .highlight__title {
  border-color: #1e141e;
}
.ua-mobile-iphone.ua-safari .highlight__container:hover .highlight__title, .ua-desktop-macintosh.ua-chrome .highlight__container:hover .highlight__title, .ua-desktop-macintosh.ua-safari .highlight__container:hover .highlight__title {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(1%, #1e141e));
  background-image: linear-gradient(white 1%, #1e141e 1%);
}

.highlight__content {
  padding: 10px;
}
.highlight__content p, .highlight__content p * {
  font-size: 0.8rem;
}

.highlight__container--lyt-1 {
  color: white;
}
.highlight__container--lyt-1 .highlight__content {
  background-color: #cc0000;
}
.highlight__container--lyt-1 .highlight__title {
  border-color: white;
}
.ua-mobile-iphone.ua-safari .highlight__container--lyt-1 .highlight__title, .ua-desktop-macintosh.ua-chrome .highlight__container--lyt-1 .highlight__title, .ua-desktop-macintosh.ua-safari .highlight__container--lyt-1 .highlight__title {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(1%, white));
  background-image: linear-gradient(white 1%, white 1%);
}

.highlight__container--lyt-2 {
  color: #cc0000;
}
.highlight__container--lyt-2 .highlight__content {
  background-color: #d2c8c8;
}
.highlight__container--lyt-2 .highlight__title {
  border-color: #cc0000;
}
.ua-mobile-iphone.ua-safari .highlight__container--lyt-2 .highlight__title, .ua-desktop-macintosh.ua-chrome .highlight__container--lyt-2 .highlight__title, .ua-desktop-macintosh.ua-safari .highlight__container--lyt-2 .highlight__title {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(1%, #cc0000));
  background-image: linear-gradient(white 1%, #cc0000 1%);
}

.highlight__container--lyt-3 {
  color: #d2c8c8;
}
.highlight__container--lyt-3 .highlight__content {
  background-color: #1e141e;
}
.highlight__container--lyt-3 .highlight__title {
  border-color: #d2c8c8;
}
.ua-mobile-iphone.ua-safari .highlight__container--lyt-3 .highlight__title, .ua-desktop-macintosh.ua-chrome .highlight__container--lyt-3 .highlight__title, .ua-desktop-macintosh.ua-safari .highlight__container--lyt-3 .highlight__title {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(1%, #d2c8c8));
  background-image: linear-gradient(white 1%, #d2c8c8 1%);
}

.highlight__container--lyt-4 {
  color: #1e141e;
}
.highlight__container--lyt-4 .highlight__content {
  background-color: #E09D9B;
}

p.highlight__title {
  display: inline-block;
  font-size: 1em;
  margin-bottom: 1.5em;
}

.home-slideshow {
  position: relative;
  margin-bottom: 20px;
}

.home-slideshow__controls {
  color: #cc0000;
  display: flex;
}
.home-slideshow__controls [data-glide-counter] * {
  font-size: 1.13rem;
}
.home-slideshow__controls span {
  font-weight: 700;
}
.home-slideshow__controls .glide__arrow {
  color: #cc0000;
  font-weight: 900;
  font-size: 1.1rem;
}

.home-slideshow__info {
  padding: 10px;
}
@media only screen and (min-width: 577px) {
  .home-slideshow__info {
    padding: 0;
    position: absolute;
    right: 30px;
    width: 300px;
    top: 60px;
  }
}
.home-slideshow__info .home-slideshow__info-more {
  margin-top: 0.5em;
  font-weight: 700;
  color: #cc0000;
}
@media only screen and (min-width: 577px) {
  .home-slideshow__info .home-slideshow__info-more {
    float: right;
  }
}
.home-slideshow__info .home-slideshow__info-more span {
  color: black;
}

#highlights-section {
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #highlights-section {
    margin-top: -4em;
  }
}
@media only screen and (min-width: 1281px) {
  #highlights-section {
    margin-top: -8em;
  }
}

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