@charset "UTF-8";
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* -----RESET---------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, input, select, textarea, button, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

input,
select,
textarea {
  -webkit-appearance: none;
  appearance: none; }

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  outline: 0; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

input[type="search"],
input[type="search"]:hover,
input[type="search"]:focus,
input[type="search"]:active {
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  cursor: pointer; }

option {
  background-color: transparent; }

img {
  display: block;
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

/* ---------BLOCK------------ */
.w95 {
  width: 95%;
  margin: 0 auto; }

.w800,
.w900,
.w1000,
.w1200,
.w1300,
.w1366 {
  width: 80%;
  margin: 0 auto; }

.w800 {
  max-width: 800px; }

.w900 {
  max-width: 900px; }

.w1000 {
  max-width: 1000px; }

.w1200 {
  max-width: 1200px; }

.w1300 {
  max-width: 1300px; }

.w1366 {
  max-width: 1366px; }

.col100,
.col90,
.col80,
.col75,
.col70,
.col66,
.col60,
.col50,
.col40,
.col33,
.col30,
.col25,
.col20,
.col15,
.col05 {
  display: inline-block;
  vertical-align: top; }

.col100 {
  width: 100%; }

.col90 {
  width: 90%; }

.col80 {
  width: 80%; }

.col75 {
  width: 75%; }

.col70 {
  width: 70%; }

.col66 {
  width: 66.6666%; }

.col60 {
  width: 60%; }

.col55 {
  width: 55%; }

.col50 {
  width: 50%; }

.col45 {
  width: 45%; }

.col40 {
  width: 40%; }

.col30 {
  width: 30%; }

.col33 {
  width: 33.3333%; }

.col25 {
  width: 25%; }

.col20 {
  width: 20%; }

.col15 {
  width: 15%; }

.col05 {
  width: 05%; }

.ib-middle {
  display: inline-block;
  vertical-align: middle; }

.ib-top {
  display: inline-block;
  vertical-align: top; }

.flex-nowrap {
  display: flex;
  flex-wrap: nowrap; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.align-items-center {
  align-items: center; }

.align-items-top {
  align-items: flex-start; }

.align-items-bottom {
  align-items: flex-end; }

.reverse {
  flex-direction: row-reverse; }

.float-left {
  display: block;
  float: left;
  margin-left: 0; }

.float-right {
  display: block;
  float: right;
  margin-left: 0; }

.cf:after {
  content: '';
  display: table;
  clear: both; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  margin: 20px 0; }
  hr.hr-grey {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.d-block {
  display: block; }

.d-none {
  display: none; }

/* -------------RWD--------------- */
@media screen and (max-width: 1023px) {
  .w1000,
  .w1200,
  .w1300,
  .w1366 {
    width: 90%; }

  .d-md-block,
  .d-md-flex {
    display: none; } }
@media screen and (max-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-block {
    display: block; }

  .d-md-flex {
    display: flex; }

  .w800,
  .w900 {
    width: 90%; } }
@media screen and (max-width: 480px) {
  hr {
    margin: 10px 0; } }
/*----lightbox---------*/
/* -------------SELECTION--------- */
::selection {
  background: rgba(0, 168, 153, 0.5);
  color: #fafafa; }

::-moz-selection {
  background: rgba(0, 168, 153, 0.5);
  color: #fafafa; }

/* -------------MAIN-------------- */
body {
  opacity: 0;
  background: white;
  transform-origin: center top;
  -moz-transition: opacity 1s ease, transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  -webkit-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease; }
  body.loaded {
    opacity: 1; }

img.lazyload {
  opacity: 0;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

/* -------------HEADER------------ */
#header .container, #header_menu, #header_lang {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

#header {
  width: 100%;
  padding: 1.5rem 0;
  color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }
  #header.fixed {
    position: fixed;
    padding: .5rem 0;
    color: #808080;
    background: white;
    border-bottom: 1px solid #dddddd; }
    #header.fixed #header_lang li {
      color: #979797; }
      #header.fixed #header_lang li:first-child a:after {
        background: #808080; }
    #header.fixed a.active {
      color: #00a899; }
  #header .container {
    flex-wrap: nowrap; }

#header_logo {
  display: block;
  max-width: 190px; }

#header_menu, #header_lang {
  font-size: 17px;
  font-weight: 500; }
  #header_menu a, #header_lang a {
    padding: 1em 1.25em; }
    #header_menu a.active, #header_lang a.active {
      color: #06F9DC; }

#header_lang {
  font-size: 15px;
  font-weight: 400;
  margin-left: .5rem; }
  #header_lang li:first-child {
    position: relative; }
    #header_lang li:first-child a:after {
      content: '';
      display: block;
      width: 1px;
      height: 1.5em;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto 0;
      background: #fafafa;
      opacity: .75; }
  #header_lang li:last-child {
    margin-right: -1.25em; }
  #header_lang a {
    padding: 1em 1.25em; }

#hamburger {
  display: none; }

/* -------------FOOTER------------ */
#footer {
  background: url(../img/footer_bg.jpg) center center/cover no-repeat;
  padding: 3.5rem 0 0; }
  #footer .title {
    align-items: center;
    justify-content: space-between; }
  #footer .social {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start; }
    #footer .social li {
      margin-right: 0;
      margin-left: -.5rem; }
    #footer .social a {
      -moz-transition: transform 0.25s ease;
      -o-transition: transform 0.25s ease;
      -webkit-transition: transform 0.25s ease;
      transition: transform 0.25s ease; }
      #footer .social a:hover {
        -moz-transform: translate(0, -3px);
        -o-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px); }
      #footer .social a:active {
        -moz-transform: translate(0, -1px);
        -o-transform: translate(0, -1px);
        -ms-transform: translate(0, -1px);
        -webkit-transform: translate(0, -1px);
        transform: translate(0, -1px); }
  #footer .contact {
    margin: 1.5rem 0 3rem; }
    #footer .contact li {
      margin-bottom: .5rem; }
      #footer .contact li a {
        line-height: 1.5;
        letter-spacing: .18em; }
        #footer .contact li a:hover {
          text-decoration: underline; }
  #footer .unit {
    align-items: flex-start;
    justify-content: flex-start; }
    #footer .unit > p {
      margin-top: 1.5rem; }
    #footer .unit ul {
      width: calc(100% - 6.5rem);
      margin-left: 1.5rem;
      position: relative; }
      #footer .unit ul:before {
        content: '';
        display: block;
        width: 1px;
        height: 80%;
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto 0; }
    #footer .unit li {
      margin-left: 1.5rem;
      margin-bottom: .5rem; }
  #footer .copyright {
    margin-top: 1rem;
    border-top: 1px solid white;
    padding: .5rem 0; }
    #footer .copyright p {
      font-weight: 300;
      letter-spacing: .08em; }

#footer_logo {
  max-width: 300px;
  margin-left: -.5rem; }

/* -------------RWD--------------- */
@media screen and (max-width: 1366px) {
  #header {
    padding: 1rem 0; }
    #header.fixed {
      padding: .25rem 0; }

  #header_menu, #header_lang {
    font-size: 15px; }
    #header_menu a, #header_lang a {
      padding: 1em 1em; }

  #header_lang {
    font-size: 14px; } }
@media screen and (max-width: 1280px) {
  #header_menu a, #header_lang a {
    padding: 1em .65em; } }
@media screen and (max-width: 1023px) {
  #hamburger span, #hamburger:before, #hamburger:after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    background: #06F9DC;
    position: absolute;
    top: .875em;
    left: 0;
    -moz-transition: all 0.4s ease, opacity 0.3s 0.1s ease;
    -o-transition: all 0.4s ease, opacity 0.3s 0.1s ease;
    -webkit-transition: all 0.4s ease, opacity 0.3s 0.1s ease;
    transition: all 0.4s ease, opacity 0.3s 0.1s ease; }

  #hamburger {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: auto .875rem;
    opacity: .7;
    position: relative;
    cursor: pointer; }
    #hamburger span {
      width: 1.5em;
      margin-left: .5em; }
    #hamburger:before {
      -moz-transform: translate(0, -0.5rem);
      -o-transform: translate(0, -0.5rem);
      -ms-transform: translate(0, -0.5rem);
      -webkit-transform: translate(0, -0.5rem);
      transform: translate(0, -0.5rem); }
    #hamburger:after {
      -moz-transform: translate(0, 0.5rem);
      -o-transform: translate(0, 0.5rem);
      -ms-transform: translate(0, 0.5rem);
      -webkit-transform: translate(0, 0.5rem);
      transform: translate(0, 0.5rem); }
    #hamburger.active:before {
      opacity: 1;
      -moz-transform: translate(0, 0) rotate(-45deg);
      -o-transform: translate(0, 0) rotate(-45deg);
      -ms-transform: translate(0, 0) rotate(-45deg);
      -webkit-transform: translate(0, 0) rotate(-45deg);
      transform: translate(0, 0) rotate(-45deg); }
    #hamburger.active:after {
      opacity: 1;
      -moz-transform: translate(0, 0) rotate(45deg);
      -o-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
      -webkit-transform: translate(0, 0) rotate(45deg);
      transform: translate(0, 0) rotate(45deg); }
    #hamburger.active span {
      opacity: 0;
      -moz-transform: translate(0.5em, 0);
      -o-transform: translate(0.5em, 0);
      -ms-transform: translate(0.5em, 0);
      -webkit-transform: translate(0.5em, 0);
      transform: translate(0.5em, 0); }

  #header {
    position: fixed;
    padding: .25rem 0; }
    #header.fixed {
      color: #fafafa; }
      #header.fixed #hamburger span, #hamburger #header.fixed span, #header.fixed #hamburger:before, #header.fixed #hamburger:after {
        background: #00a899; }
      #header.fixed #header_lang li:first-child a:after {
        background: #fafafa; }
      #header.fixed a.active {
        color: #06F9DC; }

  #header_menu, #header_lang {
    display: none;
    padding: 1.5rem 0 2rem;
    max-height: 100vh;
    overflow: scroll;
    z-index: -1; }
    #header_menu.active, .active#header_lang {
      display: flex;
      width: 100%;
      background: #00a899;
      border-top: 3.75rem solid white;
      border-bottom: 1px solid #06F9DC;
      position: fixed;
      top: 0;
      left: 0;
      -webkit-animation-delay: 0;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-name: fadeInDown;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-delay: 0;
      -moz-animation-duration: 0.4s;
      -moz-animation-name: fadeInDown;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: forwards;
      -o-animation-delay: 0;
      -o-animation-duration: 0.4s;
      -o-animation-name: fadeInDown;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: forwards;
      animation-delay: 0;
      animation-duration: 0.4s;
      animation-name: fadeInDown;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
      #header_menu.active nav, .active#header_lang nav {
        width: 90%;
        margin: 0 auto; }
      #header_menu.active a, .active#header_lang a {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      #header_menu.active #header_lang, .active#header_lang #header_lang {
        display: flex;
        justify-content: flex-start;
        width: 90%;
        margin: 0 auto;
        padding: 1rem 0 0; }
        #header_menu.active #header_lang a, .active#header_lang #header_lang a {
          border-bottom: none; }

  #header_logo {
    max-width: 118px; } }
@media screen and (max-width: 768px) {
  #footer_logo {
    max-width: 280px; } }
@media screen and (max-width: 480px) {
  #footer .unit ul:before {
    display: none; }
  #footer .unit li {
    width: 100%; } }
html[lang="en"] {
  /* MAIN */
  /* INDEX */
  /* NEWS */
  /* INSTALLER */ }
  html[lang="en"] h2 {
    letter-spacing: .08em;
    margin-bottom: 2rem; }
    html[lang="en"] h2 + p.text-large {
      display: none; }
  html[lang="en"] h3,
  html[lang="en"] h4,
  html[lang="en"] h5,
  html[lang="en"] h6,
  html[lang="en"] b {
    letter-spacing: .024em; }
  html[lang="en"] p,
  html[lang="en"] li {
    letter-spacing: .018em; }
  html[lang="en"] #footer .contact li a {
    letter-spacing: .06em; }
  html[lang="en"] #footer .unit ul {
    width: calc(100% - 9rem); }
  html[lang="en"] .editor-content h2,
  html[lang="en"] .editor-content h3,
  html[lang="en"] .editor-content h4,
  html[lang="en"] .editor-content h5 {
    letter-spacing: .018em; }
  html[lang="en"] .title-deco:before {
    bottom: 2rem; }
  html[lang="en"] #kv p,
  html[lang="en"] #kv .text-large {
    letter-spacing: .024em; }
  html[lang="en"] #product .content li {
    font-size: .875em;
    font-weight: 300;
    letter-spacing: .08em; }
  html[lang="en"] #product .content .btn {
    font-size: .875em; }
  html[lang="en"] #news_slider .content .line-3 {
    height: 4.5rem;
    line-height: 1.5;
    letter-spacing: .018em;
    font-weight: 300; }
  html[lang="en"] #install .btn {
    letter-spacing: .024em;
    text-transform: capitalize; }
  html[lang="en"] #install .row li p {
    line-height: 1.25;
    word-break: break-word; }
  html[lang="en"] #installer_slider .card p {
    letter-spacing: .06em;
    line-height: 1.5; }
  html[lang="en"] #news_info p b {
    font-weight: normal;
    letter-spacing: .018em; }
  html[lang="en"] #news_info h2 {
    letter-spacing: .06em;
    text-transform: capitalize; }
  html[lang="en"] #installer_title h2 {
    margin-bottom: 3rem; }
  html[lang="en"] #installer_main h4 {
    font-weight: normal; }
  html[lang="en"] #installer_main a {
    letter-spacing: .018em;
    font-weight: 400; }
  html[lang="en"] #installer_main p {
    font-weight: 300; }

/* -------------RWD--------------- */
/* ---------ANIMATION-------- */
@-webkit-keyframes floating {
  50% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); } }
@-moz-keyframes floating {
  50% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); } }
@-ms-keyframes floating {
  50% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); } }
@-o-keyframes floating {
  50% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); } }
@keyframes floating {
  50% {
    -moz-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); } }
@-webkit-keyframes floating_bk {
  50% {
    -moz-transform: scale(-1, 1) translate(5px, 0);
    -o-transform: scale(-1, 1) translate(5px, 0);
    -ms-transform: scale(-1, 1) translate(5px, 0);
    -webkit-transform: scale(-1, 1) translate(5px, 0);
    transform: scale(-1, 1) translate(5px, 0); } }
@-moz-keyframes floating_bk {
  50% {
    -moz-transform: scale(-1, 1) translate(5px, 0);
    -o-transform: scale(-1, 1) translate(5px, 0);
    -ms-transform: scale(-1, 1) translate(5px, 0);
    -webkit-transform: scale(-1, 1) translate(5px, 0);
    transform: scale(-1, 1) translate(5px, 0); } }
@-ms-keyframes floating_bk {
  50% {
    -moz-transform: scale(-1, 1) translate(5px, 0);
    -o-transform: scale(-1, 1) translate(5px, 0);
    -ms-transform: scale(-1, 1) translate(5px, 0);
    -webkit-transform: scale(-1, 1) translate(5px, 0);
    transform: scale(-1, 1) translate(5px, 0); } }
@-o-keyframes floating_bk {
  50% {
    -moz-transform: scale(-1, 1) translate(5px, 0);
    -o-transform: scale(-1, 1) translate(5px, 0);
    -ms-transform: scale(-1, 1) translate(5px, 0);
    -webkit-transform: scale(-1, 1) translate(5px, 0);
    transform: scale(-1, 1) translate(5px, 0); } }
@keyframes floating_bk {
  50% {
    -moz-transform: scale(-1, 1) translate(5px, 0);
    -o-transform: scale(-1, 1) translate(5px, 0);
    -ms-transform: scale(-1, 1) translate(5px, 0);
    -webkit-transform: scale(-1, 1) translate(5px, 0);
    transform: scale(-1, 1) translate(5px, 0); } }
@-webkit-keyframes progressbar {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes progressbar {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes progressbar {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes progressbar {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes progressbar {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeOut;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeOut;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeOut;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0;
  animation-duration: 0.4s;
  animation-name: fadeOut;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
.fadeInUp {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes showContent {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes showContent {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes showContent {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes showContent {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes showContent {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
.bg-black {
  background-color: #404040; }

.bg-grey {
  background-color: #979797; }

.bg-light-grey {
  background-color: #F0F0F0; }

.bg-light {
  background-color: #dddddd; }

.bg-white {
  background-color: #fafafa; }

.bg-primary {
  background-color: #00a899; }

/* ---------BTN-------------- */
.btn {
  display: inline-block;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #808080;
  padding: .75em 2em;
  margin: 1em 0;
  font-size: 1.125em;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn svg {
    display: inline-block;
    vertical-align: middle;
    width: 1.45em;
    margin-top: -.125em;
    margin-left: .75em;
    fill: #808080; }
  .btn:hover {
    background: #808080;
    color: #fafafa;
    -moz-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
    .btn:hover svg {
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 1s;
      -webkit-animation-name: floating;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-delay: 0s;
      -moz-animation-duration: 1s;
      -moz-animation-name: floating;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: infinite;
      -moz-animation-fill-mode: forwards;
      -o-animation-delay: 0s;
      -o-animation-duration: 1s;
      -o-animation-name: floating;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: infinite;
      -o-animation-fill-mode: forwards;
      animation-delay: 0s;
      animation-duration: 1s;
      animation-name: floating;
      animation-timing-function: ease;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards; }
  .btn:active {
    -moz-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px); }
  .btn.btn-primary-light {
    color: #06F9DC;
    border-color: #06F9DC; }
    .btn.btn-primary-light svg {
      fill: #06F9DC; }
    .btn.btn-primary-light:hover {
      background: #00a899;
      color: #fafafa; }
      .btn.btn-primary-light:hover svg {
        fill: #fafafa; }
  .btn.btn-primary {
    color: #fafafa;
    border-color: #00a899;
    background: #00a899; }
    .btn.btn-primary svg {
      fill: #fafafa; }
    .btn.btn-primary:hover {
      border-color: #06F9DC; }
  .btn.btn-bk svg {
    margin-left: 0;
    margin-right: .75em;
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .btn.btn-bk:hover svg {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: floating_bk;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-name: floating_bk;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 1s;
    -o-animation-name: floating_bk;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-name: floating_bk;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }

@media screen and (max-width: 768px) {
  .btn {
    font-size: 1em; } }
.editor-content {
  word-break: break-all;
  word-break: break-word;
  /* 標記背景色 */
  /* 單行引用文字 */
  /* 引用來源 */
  /* keyboard input */ }
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5 {
    margin: 1rem 0;
    line-height: 1.75; }
  .editor-content p {
    margin-bottom: 1.5rem; }
  .editor-content p, .editor-content li {
    line-height: 2;
    letter-spacing: .18em; }
  .editor-content a {
    display: inline;
    font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .018em;
    color: #00a899; }
    .editor-content a:hover {
      text-decoration: underline; }
  .editor-content .marker {
    background: #00a899; }
  .editor-content big {
    font-size: 1.25em; }
  .editor-content small {
    font-size: .85em; }
  .editor-content b,
  .editor-content strong {
    font-weight: bold; }
  .editor-content q {
    font-family: Georgia,Cambria,"Times New Roman",Times,serif; }
  .editor-content cite {
    font-style: italic; }
  .editor-content kbd {
    font-family: "Consolas", monospace; }
  .editor-content samp {
    /* output範例 */
    display: block;
    border: 1px solid #eeeeee;
    padding: 10px; }
  .editor-content blockquote {
    /* 引用段落文字 */
    display: block;
    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.48;
    letter-spacing: -.012rem;
    margin: 1rem 0;
    padding: 0 1rem; }
  .editor-content img,
  .editor-content iframe {
    height: auto;
    max-width: 100%;
    max-height: none;
    margin: 1rem 0; }
  .editor-content ul {
    margin: .5rem 0;
    list-style-position: inside; }
    .editor-content ul li {
      list-style-type: disc; }
      .editor-content ul li li {
        list-style-type: circle;
        margin-left: 2rem; }
        .editor-content ul li li li {
          list-style-type: block;
          margin-left: 2rem; }
  .editor-content ol {
    margin: 10px 0;
    list-style-position: inside; }
    .editor-content ol li {
      list-style-type: upper-alpha; }
      .editor-content ol li li {
        list-style-type: lower-alpha;
        margin-left: 2rem; }
        .editor-content ol li li li {
          list-style-type: decimal-leading-zero;
          margin-left: 2rem; }
          .editor-content ol li li li li {
            list-style-type: lower-latin;
            margin-left: 2rem; }

/* -------------TEXT-------------- */
html {
  font-size: 16px; }

body {
  position: relative;
  font-weight: 400;
  font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif;
  color: #808080; }

option {
  font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif; }

h1, h2, h3, h4, h5, h6,
a, p, b, small {
  font: inherit;
  color: inherit; }

h1 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center; }

h2 {
  font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: .5em; }
  h2 + p {
    font-weight: 300;
    letter-spacing: .04em;
    margin-bottom: 2rem; }

h3 {
  font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.25;
  font-style: normal;
  margin-bottom: .5em; }

h4 {
  font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.5;
  margin-bottom: .25em; }

h5 {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .16em;
  line-height: 1.5;
  margin-bottom: .5em; }

h6 {
  font-size: 1.125rem;
  letter-spacing: 0.018em; }

a {
  display: inline-block;
  text-decoration: none;
  letter-spacing: .05em; }

p {
  font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif;
  line-height: 1.75;
  letter-spacing: .15em; }

b, strong {
  letter-spacing: .15em;
  font-weight: bold; }

small {
  font-size: 14px;
  line-height: 1.5; }

code {
  font-family: "Consolas", monospace; }

.color-black {
  color: #404040; }

.color-dark {
  color: #666666; }

.color-dark-grey {
  color: #808080; }

.color-grey {
  color: #979797; }

.color-white {
  color: #fafafa; }

.color-primary {
  color: #00a899; }

.color-secondary {
  color: #EF8B1E; }

.color-primary-light {
  color: #06F9DC; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.font-content {
  font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif; }

.font-title {
  font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif; }

.text-large {
  font-size: 1.25em; }

.text-small {
  font-size: 1em; }

/* -------------RWD--------------- */
@media screen and (max-width: 1280px) {
  html {
    font-size: 14px; } }
@media screen and (max-width: 768px) {
  html {
    font-size: 13px; }

  p {
    line-height: 1.5; } }
@media screen and (max-width: 480px) {
  html {
    font-size: 12px; } }
/* ---------FORM-------------------- */
label {
  font-weight: 400;
  font-family: "Roboto", "Microsoft JhengHei", "Arial", sans-serif; }

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=date],
select,
textarea {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: 5px 0;
  border: 1px solid #00a899;
  color: #666666;
  -webkit-border-radius: 0px;
  box-sizing: border-box;
  opacity: .5; }

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  opacity: 1; }

textarea {
  min-width: 100%;
  max-width: 100%; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

/* ----------placeholder------------ */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-weight: 300;
  color: #cccccc; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-weight: 300;
  color: #cccccc;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 300;
  color: #cccccc;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 300;
  color: #cccccc; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 300;
  color: #cccccc; }

/* ----------INPUT[select]---------- */
.select {
  position: relative; }
  .select:after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: center center / contain no-repeat;
    background-image: url(../img/icon/arrow-select.svg);
    position: absolute;
    top: 1rem;
    right: 1rem; }

/* ----------INPUT[search]---------- */
.search {
  position: relative; }

input[type=search] {
  -webkit-appearance: textfield; }

::-webkit-search-decoration,
::-webkit-search-cancel-button {
  display: none; }

/* ----------INPUT[radio+checkbox]-- */
input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  display: none; }

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  position: relative;
  display: block;
  line-height: 24px;
  margin-right: 17px;
  cursor: pointer;
  letter-spacing: 0; }

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  display: inline-block;
  padding: 0 5px 0 22px; }

input[type=radio]:not(old) + label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 2px solid #979797;
  left: 0;
  top: .125em; }

input[type=radio]:not(old):checked + label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #00a899;
  border-radius: 100%;
  left: 4px;
  top: .375em; }

input[type=checkbox]:not(old) + label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #979797;
  left: 0;
  top: .125em; }

input[type=checkbox]:not(old):checked + label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #00a899;
  left: 4px;
  top: .375em; }

/* ---------ICON-SIZE-------------- */
.icon-xs {
  width: 24px;
  display: inline-block;
  vertical-align: middle; }

.icon-s {
  width: 30px;
  display: inline-block;
  vertical-align: middle; }

.icon-m {
  width: 36px;
  display: inline-block;
  vertical-align: middle; }

.icon-l {
  width: 42px;
  display: inline-block;
  vertical-align: middle; }

/* ---------ICON-STYLE-------------- */
/*----rwd--------------*/
@media screen and (max-width: 768px) {
  .icon-xs {
    width: 22px; }

  .icon-s {
    width: 28px; }

  .icon-m {
    width: 34px; }

  .icon-l {
    width: 40px; } }

/*# sourceMappingURL=main.css.map */
