
*,
*::before,
*::after {
 box-sizing: border-box;
}
	main{margin:0;width:1000px;float:left;}
	footer div div{float:left;width:333px;}
	article h1 {
	font-size: 1.929em;
	text-align:left;
	background: linear-gradient(82deg, #AFC6AB, #B1A798 73%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;}
	aside h3,figure {text-align:center;}
	input[name=plus]{border:none;color:#fff;cursor:pointer;font-size:1.125em;width:60px;}
	.left{text-align:left;}
	header img{margin:0;padding:0;}
	div main div ul li a{color:#666}
	aside{width:320px;float:right;padding: 0 0 0 15px;}
	main figcaption {
 position: absolute;
 bottom: 139px;
 text-align: center;
 width: 100%;
 background: #fff;
 font-size: 23px;
 padding: 10px;
}
	a{text-decoration:none;color:#666;font-weight:lighter;}
	main img{margin:7px 0;border-radius: 12px;}
	div main article div{margin: 0;}
	div main article ul li p{position: unset;}
	h4 {margin: 0;}
	div main ul li img{filter:brightness(80%);margin:0;}
	tr:hover td {
  background-color: #ABB798;
  cursor: pointer;
}
	div main article ul li {
height: auto;
text-align:left;
margin: 14px 0 0 20px ;
list-style: disc;
box-shadow:none;
border-radius: 0;
background: unset;
width:auto;
float:none;
text-align:left;
overflow: unset;}
	p{line-height: 27px;}
	div main ul li span a{color: #666;}
	textarea{width:99%;height:100px;}
	main nav ol,article div p,aside,ul{overflow:hidden;}
	#menu li{margin:0;padding:11px;list-style:none;float:left;
align-items: center;
 display: flex;
 height: 100px;}
	.right{float:right;}
	td:first-child {
  font-weight: bold;
}
	input{padding:5px;width:48%;}
	div main div ul li {
      padding: 0;
      width: auto;
      white-space: nowrap;
      float: left;
      margin:5px;
      box-shadow: unset;
    }
	header div{width: 1335px;position: relative;}
	ol{padding:0 15px;}
	
	table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 18px 0;
  text-align: left;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
	div main article ul li a{color:#333 !important;}
	.left{float:left;}
	#menu li:hover > ul {
  display: block;
}
	li {padding: 10px 0;}
	aside ul li{list-style: none;border-bottom: 1px solid #B1A798;padding: 0;}
	th {
  background-color: #7F7566;
  color: #ffffff;
  padding: 19px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #AFC6AB;
}
	header div nav{margin: 0; width: 1335px;}
	main nav ol li{float:left;list-style-type:disc;margin-left:30px;}
	a:hover{text-decoration:underline;}
	img{max-width:100%;height:auto;}
	.left{list-style-type:none;}
	div main div {
      width: 100%;
      overflow: hidden; 
      white-space: nowrap;

      padding-top: 5px;
      font-size: small;
    }
	article form button,header div nav form button{
border: 2px solid #B1A798;
 padding: 9px;
 border-radius: 0 1px 1px 0;
 color: #666;
 background: #fff;
 font-weight: bolder;
 }
	div main ul li a{color:#fff;}
	article form input,header form input{padding: 9px;border: none; border-radius: 1px 0 0 1px;}
	h2 {
background: linear-gradient(95deg, #AAA3B8, #ABB798 80%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
    }
	article form input{width:50%;}
	article ul ol a{color:#999;}
	
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;
  
}

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;
}

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

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

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


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

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%;
}

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

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;
}


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;
}

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;
}

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;
}

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;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
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;
}

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

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

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

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


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%;
}

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

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;
}

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

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%;
}

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


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

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

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

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

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

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

div main article ul:has(li:nth-child(7)) li:first-child figcaption {
  position: unset;
}

	article p,article h2,article h3,article h4 {padding:17px 12px;margin:0;}
	article {border-radius: 12px; width: auto;padding: 12px;}
	body{color:#333;margin:0;font-size: clamp(15px, 1.50vw, 18px);font-family:Nunito !important;}
	footer{text-align:right;font-size:0.876em;padding:23px 0 0;overflow:hidden;}
	aside ul{margin: 0 0 15px 0; padding:0;}
	 @keyframes marquee {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-100%);
      }
    }
	#button,#button1{display:none;}
	div main ul li figure figcaption{text-align: unset;background: unset;font-size: inherit;width:100%;position:unset;padding:6px 11px;}
	div main div ul {
      flex-wrap: unset;
      display: inline-block; 
      margin: 0;
      padding: 0;
      list-style: none; 
    }
	header div nav {border-bottom: 1px solid #B1A798;}
	div main ul li{
  text-align:center;
  position:relative;
  width:100%;
  list-style:none;
  float:left;
  
}
	footer ul li {list-style:none;}
	header div #menu,header div #menu_1{margin: 0;padding:0;}
	main nav ol{margin:0;padding:0;font-size:0.87em;border-bottom:1px solid #B1A798;border-top:1px solid #444;}
	
    body {
      margin: 0;
      height: 100vh;
      background: linear-gradient(244deg, #F5F4F7, #F2FDFA);
      background-size: 200% 200%;
    }
  
	div main ul li{
  background: #B1A798;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
}
	div main div {width: 1000px;}
	div main ul{padding:0;}
	tr:nth-child(even) {
  background-color: #eee;
}
	article{overflow: hidden;word-wrap: normal;word-break: break-word;white-space: normal;}
	header{width:100%;position: relative;}
	#menu_1{display: none;width:100%;list-style: none;}
	footer{background:#eee;clear:both;}
	ul li p {margin: 14px 14px;}
	main article h1 {padding: 0;margin:0;}
	#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 999999;
  top: 100px;
  left: 0;
  background: #B1A798;
  display: none; 
  width: 100%;
}
	td {
  padding: 17px;
  border-bottom: 1px solid #AFC6AB;
  transition: background-color 0.3s;
}
	div{width:1335px;margin:0 auto;padding:0;}
	div main article ul {display: block;margin: auto;padding: revert;overflow: hidden;}
	div main ul li ul li {
  margin: 0;
  padding: 5px 0;
  text-align:left; 
  border-bottom: 1px solid #B1A798;
  }
	div main ul ul li a {color: #666 !important;}
	#menu ul li a {
  display: block;
  padding: 10px 14px;
  color: #fff;
  text-decoration: none;
}
	#menu ul li a:hover {
  background: #666;
}
	article a{text-decoration:none;color:#666;font-weight:bold;}
	body div main article div {font-size: 0.846em;display: inline-block;width: auto;white-space: unset;}
	div main article p{margin: 0 0 0 15px;
 border-left: 2px none #B797A8;}
	figure{margin:0;position: relative;}

@media only screen and (max-width:800px){
	div main article ul li {margin: 0;}
	footer ul {padding:0;}
	tr {
    display: block;
    margin-bottom: 13px;
    border: 1px solid #ddd;
    border-radius: 11px;
    box-shadow: 0 1px 18px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
	table {
    border: 0;
  }
	div main div {width: 100%;}
	aside ul li a img, div main ul li a img {
  float: left;
  width: 166px;
  aspect-ratio: 6 / 5;
  margin: 0 13px 0 0;
  border-radius: 12px 0 0 12px;
}
	div main ul li a figure figcaption {position: unset;color: #666;text-align: left;margin: 0;padding: 20px 0;line-height: 1.63;min-height: 3.26em;}
	#menu ul li a:hover {
  background: #fff;
}
	aside ul li, div main ul li {
  width:100%;
  height: auto;
  margin: 10px 0;
  text-align:center;
  float:none;
 align-items: center;
 background: #fff;
 padding:0;
 border-radius: 12px;
 box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
}
	#menu ul li a {
      color:#666;
    }
	article form input, header form input{flex: 1;}
	div main article ul li {
  padding: 12px 17px;
  margin-bottom: 11px;
  display: revert;
  overflow: hidden;
   }
	div main ul li a{color:#666;}
	thead {
    display: none;
  }
	#menu_1 li,#menu li { 
  margin: 0; 
  padding: 0;
  width: 100%; 
  text-align: left; 
  align-items: unset;
  display: block;
  height: auto;
}
	#menu_1 { 
  display: block; 
}
	#menu_1 ul,#menu ul { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  display: contents; 
  flex-direction: column; 
  align-items: center; 
}
	main img {
 border-radius: 0;
}
	#menu_1 a,#menu a { 
  text-decoration: none;
  display: block; 
  margin: 8px;
  padding: 0 0 12px 5px;
  transition: background 0.3s, color 0.2s; 
  border-bottom: 1px solid #d4d4d4;
}
	#button:hover,#button1:hover { 
  background: #444; 
}
	div main ul li p{position: inherit;text-align: left;}
	aside ul li:first-child a img, div main ul li:first-child a img {width: 100%;float: none;margin:0;padding:0;border-radius: 0;}
	article img,header div{width:100%;}
	main nav ol a{display:unset;}
	aside ul li:first-child a p, div main ul li:first-child a p {text-align: center;position: unset;transform: none; padding: 11px 7px;}
	header img{width:100px;}
	aside {text-align:left;padding:0;}
	#menu li:hover > ul {
  display: unset;
}
	aside ul li a figure figcaption,main p {color: #666;text-align: left;margin: 0;padding: 19px;}
	aside ul li a, div main ul li a {
 text-decoration: none;
 display: block;
 overflow: hidden;
}
	header div nav {width: 100%;}
	body div,article,img,main,ul{margin:0;}
	#menu a:hover { 
  background: #f4b400; 
  color: #fff; 
}
	div main ul{
      gap: unset;
      display: block !important;
    }
    
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))),
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) {
      gap: unset;
      display: block !important;
    }
        
    div main ul:has(li:nth-child(7)) li:first-child figcaption {
      position: unset  !important;
    }
        
	#button,#button1 { 
  position: absolute; 
  color: #fff; 
  margin: 8px 17px; 
  padding: 0;
  border: none; 
  border-radius: 2px; 
  transition: background 0.4s; 
  top:13px;
  right:13px;
  z-index:9998;
  width: 40px;
  height: 30px;
  display:block;
  cursor:pointer;
}
	td::before {
    content: attr(data-label);
    position: absolute;
    left: 14px;
    text-align: left;
    font-weight: bold;
  }
	div main ul li ul li {
  padding:10px 11px;
  border: 1px solid #d2d0d0;
  margin: 7px;
  border-radius: 8px;
  box-shadow: 0 3px 2px 0 #d2d0d0;
  border-bottom: none;
  }
	div main ul li a p {color: #666;text-align: center;margin: 0;padding: 17px 0;line-height: 1.63;min-height: 3.26em;}
	div main h2 {text-transform: capitalize;padding: 15px;}
	aside ul{margin:0;padding:0;flex-wrap: wrap;
 display: flex;}
	#menu { 
  position: unset;
  display: none;
  top: 0; 
  left: 0; 
  width: 100%; 
  z-index: 9999; 
  background: #ffffff; 
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); 
  padding: 0; 
}
	body div{width:100%;}
	div main ul li p a {color:#666}
	article {float: none;width: auto;}
	aside,main{width:100%;margin:0;}
	article h1,article h2,article h3,article h4,article p{
  text-align:left;
  }
	td {
    display: block;
    text-align: left;
    padding: 13px 16px;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
  }
	div main ul {
 list-style: none;
 padding: 0;
}
	aside ul li:first-child a figure figcaption, div main ul li:first-child a figure figcaption {text-align: left;position: unset;transform: none; padding: 11px 7px;}
	footer div div {float: none;width: 100%;}
	div main article ul {padding: 0;margin: 0;}
	header form button,header form input,article form button,article form input{width:auto;}
	.left,aside,main{float:none;}
	#menu.active { 
  display: block; 
}
	td:last-child {
    border-bottom: none;
  }
	aside ul li p{padding: 0 5px;}
	main nav ol,footer{text-align:center;}
	header form{width: 100%;display: flex;}
}