/* ------------------------------------------ */
/* Style naming basically follows BEM: http://getbem.com/ */
/* ------------------------------------------ */
.title--large {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 40px; }
  @media screen and (max-width: 768px) {
    .title--large {
      font-size: 24px; } }
.title--medium, .feature > h2, .usage > h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 33px;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .title--medium, .feature > h2, .usage > h2 {
      font-size: 24px; } }
.title--main, #header .menu a, .intro, .feature h3, .usage .category h2, .lightbox h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .title--main, #header .menu a, .intro, .feature h3, .usage .category h2, .lightbox h2 {
      font-size: 18px; } }

.content--common {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  line-height: 25px; }

/* BEGIN Noto Sans */
@font-face {
  font-family: "SetaReta";
  src: url("fonts/SetaReta-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/SetaReta-Regular.otf") format("opentype"), url("fonts/SetaReta-Regular.woff") format("woff"), url("fonts/SetaReta-Regular.ttf") format("truetype"), url("fonts/SetaReta-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Garamond";
  src: url("fonts/Garamond-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Garamond-Regular.otf") format("opentype"), url("fonts/Garamond-Regular.woff") format("woff"), url("fonts/Garamond-Regular.ttf") format("truetype"), url("fonts/Garamond-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "BigMiller";
  src: url("fonts/BigMiller-Light.eot?#iefix") format("embedded-opentype"), url("fonts/BigMiller-Light.otf") format("opentype"), url("fonts/BigMiller-Light.woff") format("woff"), url("fonts/BigMiller-Light.ttf") format("truetype"), url("fonts/BigMiller-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
/* END Noto Sans */
/* Style commonly used  */
/* ------------------------------------------ */
body,
body * {
  max-height: 1000000px; }

html {
  font-size: 16px;
  /*
  @media screen and (max-width:1580px) {
      font-size:15px;
  }
  @media screen and (max-width:991px) {
      font-size:14px;
  }
  @media screen and (max-width:767px) {
      font-size:13px;
  }
  */ }

body {
  font-size: 16px;
  /*
  @media screen and (max-width:1580px) {
      font-size:15px;
  }
  @media screen and (max-width:991px) {
      font-size:14px;
  }
  @media screen and (max-width:767px) {
      font-size:13px;
  }
  */
  font-family: "Garamond", sans-serif;
  font-weight: 400;
  margin: 0 !important;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #FFF; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  display: inline-block;
  outline: none; }
  a:hover, a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto; }

br {
  display: block;
  opacity: 0;
  font-family: "Arial", sans-serif !important;
  font-size: 0;
  color: transparent;
  line-height: 1em; }

p {
  margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

.clearfix {
  content: '';
  display: table;
  width: 100%;
  height: 0;
  clear: both; }

.nowrap {
  overflow: hidden; }

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh; }

.block-size {
  position: relative; }
  .block-size--full-width {
    width: 100%; }
  .block-size--half-width {
    width: 50%; }
  .block-size--full-height {
    min-height: 100vh; }
  .block-size--full-fill {
    width: 100%;
    height: 100%; }

.btn {
  position: relative;
  display: inline-block; }
  .btn--overline:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 10%;
    top: 45%;
    left: -5%;
    background-color: #FFF; }
  .btn--overline:hover:after {
    width: 110%; }

.title-anime {
  letter-spacing: .2em;
  line-height: 1.6em; }
  .title-anime > div {
    position: relative;
    overflow: hidden;
    margin: auto; }
  .title-anime span {
    position: relative;
    transform: translateY(0%);
    display: inline-block; }

.line {
  position: relative;
  width: 100%;
  min-width: 33px;
  height: 33px;
  background-image: url(../images/Line.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin: 40px auto;
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  -moz-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  -o-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s; }
  .line:before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 40px);
    width: 0px;
    height: 1px;
    background-color: #B78E6C;
    -webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s; }
  .line:after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(50% - 40px);
    width: 0px;
    height: 1px;
    background-color: #B78E6C;
    -webkit-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    -moz-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    -o-transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s; }

.more {
  position: relative;
  display: inline-block;
  color: #B78E6C;
  font-style: italic;
  border: solid 1px #B78E6C;
  padding: 5px 40px;
  margin-top: 40px;
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) 0s; }
  .more:hover {
    color: #FFF;
    background-color: #B78E6C; }

canvas {
  position: relative;
  width: 100%;
  height: 100%; }

.display--inline-block {
  display: inline-block; }

.display--block {
  display: inline-block; }

.display--inline {
  display: inline; }

.display--table {
  display: table; }

.display--table-cell {
  display: table-cell; }

.display--flex {
  display: flex; }

.align--hc {
  text-align: center; }
.align--hl {
  text-align: left; }
.align--hr {
  text-align: right; }
.align--vt {
  vertical-align: top; }
.align--vb {
  vertical-align: bottom; }
.align--vm {
  vertical-align: middle; }
.align--hvc {
  text-align: center;
  vertical-align: middle; }

.hidden-all {
  display: none !important; }

/* END Style commonly used  */
/* ------------------------------------------ */
/* Style for menu */
/* ------------------------------------------ */
#header {
  position: relative;
  width: 100%;
  top: 0%;
  left: 0px;
  padding: 30px 35px;
  text-align: left;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FFF;
  border-top: solid 30px #f2a73b;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  @media screen and (max-width: 768px) {
    #header {
      position: fixed;
      border-top: solid 20px #f2a73b;
      padding: 16px 16px;
      z-index: 100; } }
  #header > div {
    width: 50%; }
    @media screen and (max-width: 768px) {
      #header > div {
        width: 100%; } }
  #header .logo-holder {
    position: relative;
    display: flex;
    align-items: center; }
    #header .logo-holder p {
      padding: 0px 15px; }
    #header .logo-holder .title {
      width: 100%;
      max-width: 420px; }
      @media screen and (max-width: 768px) {
        #header .logo-holder .title {
          width: 85%; } }
  #header a {
    color: inherit; }
  #header .logo {
    height: 62px; }
  #header .menu-btn {
    position: absolute;
    right: 16px;
    width: 80px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    z-index: 10;
    /*background-color: rgba(255, 255, 255, .9);*/
    margin-left: 40px;
    display: none; }
    @media screen and (max-width: 768px) {
      #header .menu-btn {
        width: 40px;
        height: 40px;
        display: block; } }
    #header .menu-btn.active {
      background-color: #f2a73b; }
      #header .menu-btn.active:before {
        transform: translateX(-50%) rotate(45deg);
        top: 50%;
        width: 50% !important;
        margin-top: -1px;
        background-color: #FFF; }
      #header .menu-btn.active:after {
        transform: translateX(-50%) rotate(-45deg);
        bottom: 50%;
        width: 50% !important;
        margin-bottom: -1px;
        background-color: #FFF; }
      #header .menu-btn.active span {
        width: 0px !important;
        left: 50%;
        background-color: #FFF; }
    #header .menu-btn:before {
      position: absolute;
      top: 13px;
      left: 50%;
      content: '';
      width: 50%;
      height: 2px;
      transform-origin: center;
      transform: translateX(-50%);
      background-color: #303030;
      -webkit-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
    #header .menu-btn:after {
      position: absolute;
      bottom: 13px;
      left: 50%;
      content: '';
      width: 50%;
      height: 2px;
      transform-origin: center;
      transform: translateX(-50%);
      background-color: #303030;
      -webkit-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
    #header .menu-btn span {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      width: 50%;
      height: 2px;
      transform-origin: center;
      transform: translate(-50%, -50%);
      background-color: #303030;
      -webkit-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
  #header .menu {
    position: relative;
    text-align: right;
    -webkit-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    -moz-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    -o-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0s; }
    @media screen and (max-width: 768px) {
      #header .menu {
        position: fixed;
        top: 0px;
        left: 100%;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.75);
        text-align: center;
        padding: 5em 0px; }
        #header .menu:before {
          content: '';
          position: absolute;
          top: 0px;
          right: 0px;
          width: 100%;
          height: 100%;
          background-color: #fff; } }
    #header .menu.active {
      left: 0%; }
    #header .menu a {
      position: relative;
      color: #f2a73b;
      padding: 5px;
      margin: auto 1em; }
      @media screen and (max-width: 768px) {
        #header .menu a {
          width: 80%;
          margin: auto;
          padding: 20px 0px;
          display: block;
          border-bottom: solid 1px #bcbcbc; }
          #header .menu a:last-child {
            border-bottom: none; } }
      #header .menu a:after {
        content: '';
        width: 0%;
        height: 3px;
        background-color: #f2a73b;
        position: absolute;
        bottom: 0px;
        left: 50%;
        -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
        -moz-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
        transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s; }
      #header .menu a:hover:after {
        width: 100%;
        left: 0%; }
    #header .menu.active {
      opacity: 1;
      height: 100vh; }

/* END Style menu  */
/* ------------------------------------------ */
/* Style for menu */
/* ------------------------------------------ */
#footer {
  position: relative;
  padding-bottom: 120px;
  background-color: #FFF;
  color: #B78E6C;
  background-image: url(../images/bg-03.png);
  background-size: 100% auto;
  text-align: center;
  background-position: bottom;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    #footer {
      background-size: 200% auto;
      padding-bottom: 2em;
      padding-top: 2em; } }
  #footer .back-top {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-image: url(../images/back-top.svg);
    background-size: cover;
    transform: translateY(-100%);
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      #footer .back-top {
        display: none; } }
  #footer .line {
    margin-top: 0px;
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      #footer .line {
        width: 80%;
        margin-bottom: 0; } }
  #footer .block {
    position: relative;
    margin: 4em auto; }
    @media screen and (max-width: 768px) {
      #footer .block {
        margin: 2em auto; } }
  #footer h2 {
    font-family: "Garamond", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .1em; }
  #footer p {
    margin: 1em;
    letter-spacing: .1em; }
    @media screen and (max-width: 768px) {
      #footer p {
        margin-bottom: auto; } }
    #footer p span {
      display: inline-block;
      margin: 0 25px; }
      @media screen and (max-width: 768px) {
        #footer p span {
          display: block; } }
  #footer a {
    position: relative;
    color: inherit;
    margin-right: 20px; }
    #footer a:after {
      content: '';
      position: absolute;
      width: 0%;
      left: 50%;
      bottom: 0px;
      border-bottom: solid 1px #FFF;
      -webkit-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
    #footer a:hover:after {
      width: 100%;
      left: 0%; }

/* END Style menu  */
/* ------------------------------------------ */
.title--large {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 40px; }
  @media screen and (max-width: 768px) {
    .title--large {
      font-size: 24px; } }
.title--medium, .feature > h2, .usage > h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 33px;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .title--medium, .feature > h2, .usage > h2 {
      font-size: 24px; } }
.title--main, #header .menu a, .intro, .feature h3, .usage .category h2, .lightbox h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .title--main, #header .menu a, .intro, .feature h3, .usage .category h2, .lightbox h2 {
      font-size: 18px; } }

.content--common {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  line-height: 25px; }

/* ------------------------------------------ */
.banner {
  position: relative;
  top: 0px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .banner {
      margin-top: 7em; } }
  .banner .visual {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .banner .desktop {
    display: block; }
    @media screen and (max-width: 640px) {
      .banner .desktop {
        display: none; } }
  .banner .mobile {
    display: none; }
    @media screen and (max-width: 640px) {
      .banner .mobile {
        display: block; } }
  .banner .title {
    position: absolute;
    width: 30%;
    min-width: 200px;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%); }

.intro {
  position: relative;
  width: 100%;
  color: #f2a73b;
  text-align: center;
  padding: 30px;
  line-height: 1.8em;
  border-top: solid 20px #f2a73b; }

.yt-video {
  position: relative;
  padding: 60px 120px;
  background-color: #f0f0f0;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .yt-video {
      padding: 30px; } }
  .yt-video iframe {
    width: 100%;
    aspect-ratio: 559.2 / 315; }

.feature {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  background-color: #f2a73b;
  overflow: hidden; }
  .feature > h2 {
    color: #FFF;
    text-align: center; }
    .feature > h2 strong {
      font-size: 300%; }
  .feature h3 {
    font-weight: 900;
    margin-bottom: 1em; }
  .feature a {
    width: 100%; }
  .feature p {
    line-height: 1.5em; }
  .feature .txt {
    position: relative;
    padding: 25px 30px;
    color: #515151; }
  .feature ul {
    margin-left: .8em; }
    .feature ul li {
      margin: .5em 0; }
  .feature .swiper {
    position: relative;
    margin: 30px auto;
    padding: 0px 60px;
    -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1) 0s; }
    @media screen and (max-width: 640px) {
      .feature .swiper {
        padding: 0px 50px; } }
  .feature .swiper-wrapper {
    position: relative;
    align-items: flex-start; }
  .feature .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    background-color: #FFF;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.35)); }
    .feature .swiper-slide img {
      width: 100%;
      border-bottom: solid 10px #f2a73b; }
  .feature .swiper-button-prev {
    background-image: url(../images/prev.png); }
  .feature .swiper-button-next {
    background-image: url(../images/next.png); }

.sub-banner {
  position: relative;
  text-align: center;
  padding: 30px 0px;
  display: none; }
  @media screen and (max-width: 640px) {
    .sub-banner {
      padding: 0px 0px;
      display: block; } }

.usage {
  position: relative;
  width: 100%;
  padding: 60px 120px;
  display: flex;
  flex-wrap: wrap;
  background-color: #f0f0f0; }
  @media screen and (max-width: 640px) {
    .usage {
      padding: 30px; } }
  .usage > h2 {
    width: 100%;
    color: #d22430;
    text-align: center; }
    .usage > h2 strong {
      font-size: 300%; }
    @media screen and (max-width: 640px) {
      .usage > h2 {
        display: none; } }
  .usage .grid {
    position: relative;
    width: 33%;
    padding: 15px; }
    @media screen and (max-width: 640px) {
      .usage .grid {
        width: 100%;
        padding: 0px; }
        .usage .grid:nth-child(3) {
          display: none; } }
  .usage .category {
    position: relative;
    width: 100%;
    color: #FFF;
    padding: 7px;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      .usage .category {
        width: 100%; } }
    .usage .category:hover .holder {
      filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.35)); }
    .usage .category.active {
      color: #4a4a4a; }
      .usage .category.active h2:before {
        content: '-'; }
      .usage .category.active .holder {
        background-color: #fff;
        filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.35)); }
      .usage .category.active ul {
        max-height: none; }
    .usage .category .holder {
      background-color: #f2a73b;
      border-radius: 5px;
      padding: 20px 15px;
      cursor: pointer;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
    .usage .category .content {
      display: none; }
    .usage .category ul {
      overflow: hidden;
      max-height: 0px;
      list-style: none;
      -webkit-transition: all 0.4s ease-out 0s;
      -moz-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s; }
      .usage .category ul li {
        padding: 10px 15px;
        border-radius: 5px;
        background-color: #f9f9f9;
        margin: 1em 0;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-position: 97% 50%;
        background-size: auto 60%;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
        .usage .category ul li:hover {
          color: #FFF;
          background-color: #f2a73b; }
    .usage .category h2:before {
      content: '+';
      display: inline-block;
      margin-right: 15px; }

.lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s; }
  .lightbox.active {
    visibility: visible;
    opacity: 1; }
  .lightbox table {
    width: 100%;
    max-width: 300px;
    margin: 1em 0;
    margin-left: -5px; }
    .lightbox table td {
      padding: 5px; }
  .lightbox .holder {
    position: absolute;
    width: 80%;
    max-width: 960px;
    top: 50%;
    left: 50%;
    color: #4a4a4a;
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    transform: translate(-50%, -50%); }
  .lightbox .content {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
  .lightbox .txt {
    width: 50%;
    padding: 30px 40px;
    max-height: 60vh;
    overflow: scroll; }
    @media screen and (max-width: 640px) {
      .lightbox .txt {
        width: 100%;
        padding: 20px 15px; } }
  .lightbox .visual-holder {
    position: relative;
    width: 50%; }
    @media screen and (max-width: 640px) {
      .lightbox .visual-holder {
        width: 100%; } }
  .lightbox .visual {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 640px) {
      .lightbox .visual {
        width: 100%; } }
  .lightbox .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1; }
    @media screen and (max-width: 640px) {
      .lightbox .icon {
        width: 50px; } }
  .lightbox h2 {
    color: #f2a73b;
    margin: .5em 0; }
  .lightbox p {
    line-height: 1.5em; }
  .lightbox ul {
    font-weight: 400;
    margin-left: .8em; }
    .lightbox ul li {
      margin: .5em 0; }
  .lightbox .close {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
    transform: rotate(45deg);
    cursor: pointer; }
    .lightbox .close:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 50%;
      width: 2px;
      height: 100%;
      background-color: #4a4a4a;
      transform: translateX(-50%); }
    .lightbox .close:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%;
      height: 2px;
      background-color: #4a4a4a;
      transform: translateY(-50%); }

.back-top {
  position: fixed;
  width: 60px;
  right: 20px;
  bottom: 20px;
  z-index: 90; }
  @media screen and (max-width: 640px) {
    .back-top {
      width: 40px; } }

/* END Style ring-design used  */
/* ------------------------------------------ */

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