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

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

  body.re5f70bd7 h4{margin: 0;}

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

  body.re5f70bd7 article{border-radius: 13px; width: auto;padding: 15px;}

  body.re5f70bd7 tr:hover td{
  background-color: #B8AFAD;
  cursor: pointer;
}

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

  body.re5f70bd7 .note{
  background: #F6FFFD;
}

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

  body.re5f70bd7 details{
  background: #F4FAF5;
  border-left: 1px solid #A79C96;
  padding: 9px 12px;
  margin-bottom: 13px;
}

  body.re5f70bd7 details summary{
  font-weight: 700;
  cursor: pointer;
  outline: none;
}

  body.re5f70bd7 #button_8db6,
  body.re5f70bd7 #button1_8db6{display:none;}

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

  body.re5f70bd7 div main article p{margin: 0 0 0 11px;
 border-left: 2px solid #A79C96;}

  body.re5f70bd7{
      margin: 0;
      height: 100vh;
      background: linear-gradient(19deg, #F2FAFC, #FAFEFA);
      background-size: 200% 200%;
    }

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

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

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

  body.re5f70bd7 article form input,
  body.re5f70bd7 header form input{padding: 10px;border: none; border-radius: 5px 0 0 5px;}

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

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

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

  body.re5f70bd7 aside ul{margin: 0 0 14px 0; padding:0;}

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

  body.re5f70bd7 th{
  background-color: #70787D;
  color: #ffffff;
  padding: 17px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #AA9DB8;
}

  body.re5f70bd7 li{padding: 15px 0;}

  body.re5f70bd7 article form button,
  body.re5f70bd7 header div nav form button{
border: 2px solid #A2AAAF;
 padding: 10px;
 border-radius: 0 5px 5px 0;
 color: #666;
 background: #fff;
 font-weight: bolder;
 }

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

  body.re5f70bd7 div main ul li ul li{
  margin: 0;
  padding: 4px 0;
  text-align:left; 
  border-bottom: 1px solid #A2AAAF;
  }

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

  body.re5f70bd7 #menu1_8db6{display: none;width:100%;list-style: none;}

  body.re5f70bd7 header div #menu_8db6,
  body.re5f70bd7 header div #menu1_8db6{margin: 0;padding:0;}

  body.re5f70bd7 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.re5f70bd7 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.re5f70bd7 div main  ul li figure{
  margin: 0;
  width: 100%;
  height: 100%;
}

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

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

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

  body.re5f70bd7 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.re5f70bd7 div main article ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) li:first-child{
  grid-column: unset;
}

  body.re5f70bd7 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.re5f70bd7 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.re5f70bd7 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.re5f70bd7 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.re5f70bd7 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.re5f70bd7 div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.re5f70bd7 div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.re5f70bd7 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.re5f70bd7 div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.re5f70bd7 div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.re5f70bd7 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.re5f70bd7 div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.re5f70bd7 div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.re5f70bd7 div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
  grid-column: 3;
  height: auto;
}

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

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

  body.re5f70bd7 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.re5f70bd7 div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure img{
  width: 89px;
  object-fit: cover;
  border-radius: 13px;
  flex-shrink: 0;
}

  body.re5f70bd7 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.re5f70bd7 div main ul:has(li:nth-child(6)):not(:has(li:nth-child(7))){
  grid-template-columns: repeat(3, 1fr);
}

  body.re5f70bd7 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.re5f70bd7 div main article ul:has(li:nth-child(6)):not(:has(li:nth-child(7))) li:first-child{
  grid-column: unset;
}

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

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

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

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

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

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

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

  body.re5f70bd7 td{
  padding: 18px;
  border-bottom: 1px solid #AA9DB8;
  transition: background-color 0.3s;
}

  body.re5f70bd7 header div nav{margin: 0; width: 1346px;}

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

  body.re5f70bd7 .warning{
  background: #fcd7de;
}

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

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

  body.re5f70bd7 article p,
  body.re5f70bd7 article h2,
  body.re5f70bd7 article h3,
  body.re5f70bd7 article h4{padding:16px 11px;margin:0;}

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

  body.re5f70bd7 main figcaption{
 position: absolute;
 bottom: 139px;
 text-align: center;
 width: 100%;
 background: #fff;
 font-size: 21px;
 padding: 14px;
}

  body.re5f70bd7 aside{width:327px;float:left;padding: 0 19px 0 0;}

  body.re5f70bd7 div main article div div{
  width: 50%;
  float: left;
  background: #F4F4F6;
  font-size: clamp(15px, 1.50vw, 18px);
}

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

  body.re5f70bd7 header div{width: 1346px;position: relative;}

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

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

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

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

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

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

  body.re5f70bd7 main img{margin:10px 0;border-radius: 13px;}

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

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

  body.re5f70bd7 #menu_8db6 li:hover > ul{
  display: block;
}

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

  body.re5f70bd7 article a{text-decoration:none;color:#0078F0;font-weight:bold;}

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

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

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

  body.re5f70bd7 h2{
background: linear-gradient(84deg, #A7BAC2, #B8AFAD 79%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
    }

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

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

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

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

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

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

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

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

  body.re5f70bd7 article h1{
	font-size: 2.157em;
	text-align:left;
	background: linear-gradient(81deg, #AA9DB8, #A2AAAF 69%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;}

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

  body.re5f70bd7 ul li p{margin: 14px 14px;}

  body.re5f70bd7 #menu_8db6 ul li a{
  display: block;
  padding: 8px 15px;
  color: #fff;
  text-decoration: none;
}

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

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

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

  body.re5f70bd7 div main ul li{
  background: #A2AAAF;
  border-radius: 13px;
  padding: 0;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.05);
}

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

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

  body.re5f70bd7 ol{padding:0 10px;}

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

  body.re5f70bd7{color:#333;margin:0;font-size: clamp(15px, 1.50vw, 18px);font-family:Raleway !important;}

  body.re5f70bd7 .tip{
  background: #AA9DB8;
}

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

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

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

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

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

  body.re5f70bd7 .left{float:left;}

  body.re5f70bd7 .right{float:right;}

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

  body.re5f70bd7 div{width:1346px;margin:0 auto;padding:0;}

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

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

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

  body.re5f70bd7 #menu_8db6 ul li a:hover{
  background: #666;
}




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

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

    }

@media only screen and (max-width:800px){
  body.re5f70bd7 div main ul li ul li{
  padding:8px 13px;
  border: 1px solid #d2d0d0;
  margin: 5px;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 #d2d0d0;
  border-bottom: none;
  }

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

  body.re5f70bd7 #menu1_8db6 a,
  body.re5f70bd7 #menu_8db6 a{ 
  text-decoration: none;
  display: block; 
  margin: 8px;
  padding: 0 0 10px 3px;
  transition: background 0.2s, color 0.2s; 
  border-bottom: 1px solid #d4d4d4;
}

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

  body.re5f70bd7 #menu_8db6 ul li a:hover{
  background: #fff;
}

  body.re5f70bd7 div main h2{text-transform: capitalize;padding: 11px;}

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

  body.re5f70bd7 #menu_8db6 li:hover > ul{
  display: unset;
}

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

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

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

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

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

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

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

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

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

  body.re5f70bd7 thead{
    display: none;
  }

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

  body.re5f70bd7 aside ul li p{padding: 0 8px;}

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

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

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

  body.re5f70bd7 #menu_8db6 a:hover{ 
  background: #f4b400; 
  color: #fff; 
}

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

  body.re5f70bd7 footer ul{padding:0;}

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

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

  body.re5f70bd7 aside ul li,
  body.re5f70bd7 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: 13px;
 box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

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

  body.re5f70bd7 #menu1_8db6{ 
  display: block; 
}

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

  body.re5f70bd7 div{width:100%;}

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

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

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

  body.re5f70bd7 #menu_8db6.active{ 
  display: block; 
}

  body.re5f70bd7 #menu_8db6 ul li a{
      color:#666;
    }

  body.re5f70bd7 div main ul li a figure figcaption{position: unset;color: #666;text-align: left;margin: 0;padding: 17px 0;line-height: 1.77;min-height: 3.54em;}

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

  body.re5f70bd7 tr{
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

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

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

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

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

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

  body.re5f70bd7 aside ul li a img,
  body.re5f70bd7 div main ul li a img{
  float: left;
  width: 157px;
  aspect-ratio: 6 / 5;
  margin: 0 11px 0 0;
  border-radius: 13px 0 0 13px;
}

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

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

  body.re5f70bd7 #button_8db6:hover,
  body.re5f70bd7 #button1_8db6:hover{ 
  background: #444; 
}

  body.re5f70bd7 table{
    border: 0;
  }

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

  body.re5f70bd7 div main ul{
      gap: unset;
      display: block !important;
    }

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

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

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

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

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

  body.re5f70bd7 #button_8db6,
  body.re5f70bd7 #button1_8db6{ 
  position: absolute; 
  color: #fff; 
  margin: 8px 18px; 
  padding: 0;
  border: none; 
  border-radius: 4px; 
  transition: background 0.4s; 
  top:12px;
  right:12px;
  z-index:9998;
  width: 40px;
  height: 30px;
  display:block;
  cursor:pointer;
}

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

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