
  body.e5c8e14fb *,
  body.e5c8e14fb *::before,
  body.e5c8e14fb *::after{
 box-sizing: border-box;
}

  body.e5c8e14fb li{padding: 12px 0;}

  body.e5c8e14fb article h1{
	font-size: 2.557em;
	text-align:left;
	background: linear-gradient(91deg, #B3C6A9, #ABA5AF 66%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;}

  body.e5c8e14fb footer ul li{list-style:none;}

  body.e5c8e14fb div main ul li{
  background: #ABA5AF;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
}

  body.e5c8e14fb div main article ul li p{position: unset;}

  body.e5c8e14fb article form input{width:50%;}

  body.e5c8e14fb main nav ol,
  body.e5c8e14fb article div p,
  body.e5c8e14fb aside,
  body.e5c8e14fb ul{overflow:hidden;}

  body.e5c8e14fb a{text-decoration:none;color:#666;font-weight:lighter;}

  body.e5c8e14fb article ul ol a{color:#999;}

  body.e5c8e14fb div main article ul li,
  body.e5c8e14fb div main article ol li{
height: auto;
text-align:left;
margin: 12px 0 0 15px ;
list-style: disc;
box-shadow:none;
border-radius: 0;
background: unset;
width:auto;
float:none;
text-align:left;
overflow: unset;}

  body.e5c8e14fb #menu_1{display: none;width:100%;list-style: none;}

  body.e5c8e14fb div main div{width: 1000px;}

  body.e5c8e14fb article form input,
  body.e5c8e14fb header form input{padding: 9px;border: none; border-radius: 8px 0 0 8px;}

  body.e5c8e14fb main figcaption{
 position: absolute;
 bottom: 120px;
 text-align: center;
 width: 100%;
 background: #fff;
 font-size: 22px;
 padding: 13px;
}

  body.e5c8e14fb footer{background:#eee;clear:both;}

  body.e5c8e14fb input{padding:5px;width:48%;}

  body.e5c8e14fb .right{float:right;}

  body.e5c8e14fb #menu ul li a{
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}

  body.e5c8e14fb .warning{
  background: #f8d9dc;
}

  body.e5c8e14fb .warning ul{
  display: block !important;
}

  body.e5c8e14fb article form button,
  body.e5c8e14fb header div nav form button{
border: 1px solid #ABA5AF;
 padding: 9px;
 border-radius: 0 8px 8px 0;
 color: #666;
 background: #fff;
 font-weight: bolder;
 }

  body.e5c8e14fb div main  ul{
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 10px;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-items: stretch;
  
}

  body.e5c8e14fb div main  ul li{
  width: auto;
  float: none;
  margin: 0;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}

  body.e5c8e14fb div main  ul li figure{
  margin: 0;
  width: 100%;
  height: 100%;
}

  body.e5c8e14fb div main ul li img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

  body.e5c8e14fb div main ul ul li{
  float: none;
  width: auto;
  margin: 0;
  padding: 2px 0;
}

  body.e5c8e14fb div main :not(article) ul:has(li:nth-child(4)):not(:has(li:nth-child(5))){
  grid-template-columns: repeat(2, 1fr);
}

  body.e5c8e14fb div main ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) li:first-child{
  grid-column: span 1;
  width: 100%;
  height: 100%;
}

  body.e5c8e14fb div main article ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) li:first-child{
  grid-column: unset;
}

  body.e5c8e14fb div main :not(article) ul:has(li:nth-child(5)):not(:has(li:nth-child(6))){
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  align-items: start;
  margin: 0;
  padding: 0;
}

  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(1){
  grid-column: 1;
  grid-row: span 3;
}

  body.e5c8e14fb div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(1){
  grid-column: unset;
  grid-row: span unset;
}

  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(2){
  grid-column: 2;
  grid-row: span 3;
}

  body.e5c8e14fb div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(2){
  grid-column: unset;
  grid-row: span unset;
}

  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
  grid-column: 3;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

  body.e5c8e14fb div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.e5c8e14fb div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.e5c8e14fb div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
  grid-column: unset;
  display: list-item;
  align-items: unset;
}

  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
  grid-column: 3;
  height: auto;
}

  body.e5c8e14fb div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.e5c8e14fb div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.e5c8e14fb div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
  grid-column: unset;
}

  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3) figure,
  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4) figure,
  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) figure{
  position: unset;
}

  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure img{
  width: 101px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure figcaption{
  display: block;
  font-size: 0.9rem;
  text-align: left;
  margin-left: 0.5rem;
  line-height: 1.2em;
  overflow-wrap: break-word;
  position: initial;
}

  body.e5c8e14fb div main ul:has(li:nth-child(6)):not(:has(li:nth-child(7))){
  grid-template-columns: repeat(3, 1fr);
}

  body.e5c8e14fb div main ul:has(li:nth-child(6)):not(:has(li:nth-child(7))) li:first-child{
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 100%;
}

  body.e5c8e14fb div main article ul:has(li:nth-child(6)):not(:has(li:nth-child(7))) li:first-child{
  grid-column: unset;
}

  body.e5c8e14fb div main ul:has(li:nth-child(7)){
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

  body.e5c8e14fb div main ul:has(li:nth-child(7)) li:first-child{
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 100%;
}

  body.e5c8e14fb div main article ul:has(li:nth-child(7)) li:first-child{
  grid-column: unset;
  grid-row: unset;
}

  body.e5c8e14fb div main ul:has(li:nth-child(7)) li:first-child figure{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  body.e5c8e14fb div main ul:has(li:nth-child(7)) li:first-child img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  body.e5c8e14fb div main ul:has(li:nth-child(7)) li:first-child figcaption{
  position: absolute;
}

  body.e5c8e14fb div main article ul:has(li:nth-child(7)) li:first-child figcaption{
  position: unset;
}

  body.e5c8e14fb div main ul{padding:0;}

  body.e5c8e14fb div main article div{margin: 0;}

  body.e5c8e14fb tr:nth-child(even){
  background-color: #eee;
}

  body.e5c8e14fb input[name=plus]{border:none;color:#fff;cursor:pointer;font-size:1.128em;width:60px;}

  body.e5c8e14fb div main ul li span a{color: #666;}

  body.e5c8e14fb a:hover{text-decoration:underline;}

  body.e5c8e14fb header{width:100%;position: relative;}

  body.e5c8e14fb main img{margin:12px 0;border-radius: 8px;}

  body.e5c8e14fb div main ul li ul li{
  margin: 0;
  padding: 5px 0;
  text-align:left; 
  border-bottom: 1px solid #ABA5AF;
  }

  body.e5c8e14fb div main article div div{
  width: 50%;
  float: left;
  background: #FDF6F0;
  font-size: clamp(14px, 1.57vw, 17px);
}

  body.e5c8e14fb div main article div div:nth-child(2){
  background: #F5F1FE;
}

  body.e5c8e14fb div main article ul{display: block;margin: auto;padding: revert;overflow: hidden;}

  body.e5c8e14fb h4{margin: 0;}

  body.e5c8e14fb td{
  padding: 15px;
  border-bottom: 1px solid #B3C6A9;
  transition: background-color 0.3s;
}

  body.e5c8e14fb ul li p{margin: 11px 11px;}

  body.e5c8e14fb article{overflow: hidden;word-wrap: normal;word-break: break-word;white-space: normal;}

  body.e5c8e14fb div main div ul{
      flex-wrap: unset;
      display: inline-block; 
      margin: 0;
      padding: 0;
      list-style: none; 
    }

  body.e5c8e14fb th{
  background-color: #79737D;
  color: #ffffff;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #B3C6A9;
}

  body.e5c8e14fb footer{text-align:right;font-size:0.840em;padding:23px 0 0;overflow:hidden;}

  body.e5c8e14fb div main article div{font-size: 0.918em;display: inline-block;width: 100%;white-space: unset;}

  body.e5c8e14fb tr:hover td{
  background-color: #97A7A2;
  cursor: pointer;
}

  body.e5c8e14fb article p,
  body.e5c8e14fb article h2,
  body.e5c8e14fb article h3,
  body.e5c8e14fb article h4{padding:19px 14px;margin:0;}

  body.e5c8e14fb header div{width: 1335px;position: relative;}

  body.e5c8e14fb aside{width:323px;float:left;padding: 0 12px 0 0;}

  body.e5c8e14fb div main article ul li a{color:#333 !important;}

  body.e5c8e14fb div main ul li figure figcaption{text-align: unset;background: unset;font-size: inherit;width:100%;position:absolute;bottom:33px;}

  body.e5c8e14fb header div nav{border-bottom: 1px solid #ABA5AF;}

  body.e5c8e14fb aside h3,
  body.e5c8e14fb figure{text-align:center;}

  body.e5c8e14fb details{
  background: #F1F3FC;
  border-left: 4px solid #C0ADAA;
  padding: 7px 13px;
  margin-bottom: 10px;
}

  body.e5c8e14fb details summary{
  font-weight: 600;
  cursor: pointer;
  outline: none;
}

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

  body.e5c8e14fb .left{list-style-type:none;}

  body.e5c8e14fb div main div ul li{
      padding: 0;
      width: auto;
      white-space: nowrap;
      float: left;
      margin:7px;
      box-shadow: unset;
    }

  body.e5c8e14fb header div #menu,
  body.e5c8e14fb header div #menu_1{margin: 0;padding:0;}

  body.e5c8e14fb div{width:1335px;margin:0 auto;padding:0;}

  body.e5c8e14fb main{margin:0;width:1000px;float:right;}

  body.e5c8e14fb table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 19px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

  body.e5c8e14fb div main article p{margin: 0 0 0 14px;
 border-left: 3px double #C0ADAA;}

  body.e5c8e14fb #menu li:hover > ul{
  display: block;
}

  body.e5c8e14fb figure{margin:0;position: relative;}

  body.e5c8e14fb aside ul{margin: 0 0 15px 0; padding:0;}

  body.e5c8e14fb main nav ol{margin:0;padding:0;font-size:0.874em;border-bottom:1px solid #ABA5AF;border-top:1px solid #444;}

  body.e5c8e14fb div main div ul li a{color:#666}

  body.e5c8e14fb header img{margin:0;padding:0;}

  body.e5c8e14fb .note{
  background: #F5F7FB;
}

  body.e5c8e14fb .note ul{
  display: block !important;
}

  body.e5c8e14fb td:first-child{
  font-weight: bold;
}

  body.e5c8e14fb article a{text-decoration:none;color:#0080FF;font-weight:bold;}

  body.e5c8e14fb textarea{width:99%;height:100px;}

  body.e5c8e14fb p{line-height: 30px;}

  body.e5c8e14fb div main ul ul li a{color: #666 !important;}

  body.e5c8e14fb div main ul li img{filter:brightness(80%);margin:0;}

  body.e5c8e14fb .tip{
  background: #B3C6A9;
}

  body.e5c8e14fb .tip ul{
  display: block !important;
}

  body.e5c8e14fb h2{
background: linear-gradient(82deg, #BEBC97, #97A7A2 71%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
    }

  body.e5c8e14fb #menu li{margin:0;padding:11px;list-style:none;float:left;
align-items: center;
 display: flex;
 height: 100px;}

  body.e5c8e14fb ol{padding:0 11px;}

  body.e5c8e14fb footer div div{float:left;width:333px;}

  body.e5c8e14fb article{border-radius: 8px; width: auto;padding: 10px;}

  body.e5c8e14fb div main ul li{
  text-align:center;
  position:relative;
  width:100%;
  list-style:none;
  float:left;
  
}

  body.e5c8e14fb{color:#333;margin:0;font-size: clamp(14px, 1.57vw, 17px);font-family:Merriweather !important;}

  body.e5c8e14fb img{max-width:100%;height:auto;}

  body.e5c8e14fb main nav ol li{float:left;list-style-type:disc;margin-left:30px;}

  body.e5c8e14fb div main ul li a{color:#fff;display: flex;font-weight:bold;}

  body.e5c8e14fb #button,
  body.e5c8e14fb #button1{display:none;}

  body.e5c8e14fb main article h1{padding: 0;margin:0;}

  body.e5c8e14fb div main div{
      width: 100%;
      overflow: hidden; 
      white-space: nowrap;

      padding-top: 7px;
      font-size: small;
    }

  body.e5c8e14fb{
      margin: 0;
      height: 100vh;
      background: linear-gradient(52deg, #F3F7FD, #F6F2F1);
      background-size: 200% 200%;
    }

  body.e5c8e14fb aside ul li{list-style: none;border-bottom: 1px solid #ABA5AF;padding: 0;}

  body.e5c8e14fb .left{float:left;}

  body.e5c8e14fb #menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 999999;
  top: 100px;
  left: 0;
  background: #ABA5AF;
  display: none; 
  width: 100%;
}

  body.e5c8e14fb #menu ul li a:hover{
  background: #666;
}

  body.e5c8e14fb header div nav{margin: 0; width: 1335px;}




@keyframes marquee {
  body.e5c8e14fb from{
        transform: translateX(0);
      }

  body.e5c8e14fb to{
        transform: translateX(-100%);
      }

    }

@media only screen and (max-width:800px){
  body.e5c8e14fb div main ul{
      gap: unset;
      display: block !important;
    }

  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))),
  body.e5c8e14fb div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
      gap: unset;
      display: block !important;
    }

  body.e5c8e14fb div main ul:has(li:nth-child(7)) li:first-child figcaption{
      position: unset  !important;
    }

  body.e5c8e14fb td:last-child{
    border-bottom: none;
  }

  body.e5c8e14fb aside ul li a,
  body.e5c8e14fb div main ul li a{
 text-decoration: none;
 display: block;
 overflow: hidden;
}

  body.e5c8e14fb article{float: none;width: auto;}

  body.e5c8e14fb td::before{
    content: attr(data-label);
    position: absolute;
    left: 18px;
    text-align: left;
    font-weight: bold;
  }

  body.e5c8e14fb header img{width:100px;}

  body.e5c8e14fb header div nav{width: 100%;}

  body.e5c8e14fb td{
    display: block;
    text-align: left;
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
  }

  body.e5c8e14fb div main article ul li{margin: 0;}

  body.e5c8e14fb aside ul li:first-child a p,
  body.e5c8e14fb div main ul li:first-child a p{text-align: center;position: unset;transform: none; padding: 8px 8px;}

  body.e5c8e14fb aside ul li:first-child a img,
  body.e5c8e14fb div main ul li:first-child a img{width: 100%;float: none;margin:0;padding:0;border-radius: 0;}

  body.e5c8e14fb div main ul li p{position: inherit;text-align: left;}

  body.e5c8e14fb div main ul li a p{color: #666;text-align: center;margin: 0;padding: 18px 0;line-height: 1.64;min-height: 3.28em;}

  body.e5c8e14fb footer ul{padding:0;}

  body.e5c8e14fb aside ul li:first-child a figure figcaption,
  body.e5c8e14fb div main ul li:first-child a figure figcaption{text-align: left;position: unset;transform: none; padding: 8px 8px;}

  body.e5c8e14fb tr{
    display: block;
    margin-bottom: 17px;
    border: 1px solid #ddd;
    border-radius: 13px;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  body.e5c8e14fb #menu ul li a:hover{
  background: #fff;
}

  body.e5c8e14fb thead{
    display: none;
  }

  body.e5c8e14fb main nav ol a{display:unset;}

  body.e5c8e14fb div main ul li a figure figcaption{position: unset;color: #666;text-align: left;margin: 0;padding: 15px 0;line-height: 1.64;min-height: 3.28em;}

  body.e5c8e14fb header form button,
  body.e5c8e14fb header form input,
  body.e5c8e14fb article form button,
  body.e5c8e14fb article form input{width:auto;}

  body.e5c8e14fb aside ul li a img,
  body.e5c8e14fb div main ul li a img{
  float: left;
  width: 171px;
  aspect-ratio: 6 / 5;
  margin: 0 15px 0 0;
  border-radius: 8px 0 0 8px;
}

  body.e5c8e14fb #menu li:hover > ul{
  display: unset;
}

  body.e5c8e14fb header form{width: 100%;display: flex;}

  body.e5c8e14fb main nav ol,
  body.e5c8e14fb footer{text-align:center;}

  body.e5c8e14fb #menu_1{ 
  display: block; 
}

  body.e5c8e14fb div main h2{text-transform: capitalize;padding: 13px;}

  body.e5c8e14fb div main article div div{
  width: 100%;
  float: none;
}

  body.e5c8e14fb aside ul li p{padding: 0 7px;}

  body.e5c8e14fb div main div{width: 100%;}

  body.e5c8e14fb #menu ul li a{
      color:#666;
    }

  body.e5c8e14fb #menu_1 a,
  body.e5c8e14fb #menu a{ 
  text-decoration: none;
  display: block; 
  margin: 10px;
  padding: 0 0 12px 7px;
  transition: background 0.4s, color 0.1s; 
  border-bottom: 1px solid #d4d4d4;
}

  body.e5c8e14fb article img,
  body.e5c8e14fb header div{width:100%;}

  body.e5c8e14fb aside{text-align:left;padding:0;}

  body.e5c8e14fb aside ul li,
  body.e5c8e14fb div main ul li{
  width:100%;
  height: auto;
  margin: 11px 0;
  text-align:center;
  float:none;
 align-items: center;
 background: #fff;
 padding:0;
 border-radius: 8px;
 box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.1);
}

  body.e5c8e14fb aside ul{margin:0;padding:0;flex-wrap: wrap;
 display: flex;}

  body.e5c8e14fb table{
    border: 0;
  }

  body.e5c8e14fb #menu_1 li,
  body.e5c8e14fb #menu li{ 
  margin: 0; 
  padding: 0;
  width: 100%; 
  text-align: left; 
  align-items: unset;
  display: block;
  height: auto;
}

  body.e5c8e14fb article h1,
  body.e5c8e14fb article h2,
  body.e5c8e14fb article h3,
  body.e5c8e14fb article h4,
  body.e5c8e14fb article p{
  text-align:left;
  }

  body.e5c8e14fb main img{
 border-radius: 0;
}

  body.e5c8e14fb #button:hover,
  body.e5c8e14fb #button1:hover{ 
  background: #444; 
}

  body.e5c8e14fb div{width:100%;}

  body.e5c8e14fb .left,
  body.e5c8e14fb aside,
  body.e5c8e14fb main{float:none;}

  body.e5c8e14fb #menu.active{ 
  display: block; 
}

  body.e5c8e14fb #menu_1 ul,
  body.e5c8e14fb #menu ul{ 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  display: contents; 
  flex-direction: column; 
  align-items: center; 
}

  body.e5c8e14fb aside ul li a figure figcaption,
  body.e5c8e14fb main p{color: #666;text-align: left;margin: 0;padding: 19px;}

  body.e5c8e14fb div main ul li ul li{
  padding:6px 10px;
  border: 1px solid #d2d0d0;
  margin: 5px;
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 #d2d0d0;
  border-bottom: none;
  }

  body.e5c8e14fb article form input,
  body.e5c8e14fb header form input{flex: 1;}

  body.e5c8e14fb #button,
  body.e5c8e14fb #button1{ 
  position: absolute; 
  color: #fff; 
  margin: 12px 10px; 
  padding: 0;
  border: none; 
  border-radius: 2px; 
  transition: background 0.3s; 
  top:15px;
  right:15px;
  z-index:9998;
  width: 40px;
  height: 30px;
  display:block;
  cursor:pointer;
}

  body.e5c8e14fb aside,
  body.e5c8e14fb main{width:100%;margin:0;}

  body.e5c8e14fb div main article ul li{
  padding: 10px 10px;
  display: revert;
  overflow: hidden;
   }

  body.e5c8e14fb div main article ul{padding: 0;margin: 0;}

  body.e5c8e14fb #menu{ 
  position: unset;
  display: none;
  top: 0; 
  left: 0; 
  width: 100%; 
  z-index: 9999; 
  background: #ffffff; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  padding: 0; 
}

  body.e5c8e14fb footer div div{float: none;width: 100%;}

  body.e5c8e14fb div main ul{
 list-style: none;
 padding: 0;
}

  body.e5c8e14fb div,
  body.e5c8e14fb article,
  body.e5c8e14fb img,
  body.e5c8e14fb main,
  body.e5c8e14fb ul{margin:0;}

  body.e5c8e14fb #menu a:hover{ 
  background: #f4b400; 
  color: #fff; 
}

  body.e5c8e14fb div main ul li a{color:#666;}

  body.e5c8e14fb div main ul li p a{color:#666}

}