@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
html {
  width: 100%;
  height: 100%;
  font-size: 0.625rem;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
}
@media all and (min-width: 1024px) {
  body {
    background: rgba(0, 0, 0, 0.04);
  }
}
* {
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #000;
  border: 0 solid #ffffff;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  border-collapse: collapse;
  box-sizing: border-box;
}
.print {
  display: none;
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background: #999;
}
a {
  font-family: inherit;
  font-size: 100% !important;
  line-height: inherit;
  color: inherit;
  outline: none;
}
a:active {
  outline: none;
}
a:focus {
  outline: none;
}
div {
  box-sizing: border-box;
}
footer {
  box-sizing: border-box;
}
header {
  box-sizing: border-box;
}
ul {
  box-sizing: border-box;
  margin-bottom: 2rem;
}
li {
  box-sizing: border-box;
}
th {
  box-sizing: border-box;
}
td {
  box-sizing: border-box;
}
p {
  margin-bottom: 2rem;
}
ol {
  margin-bottom: 2rem;
}
table.contenttable {
  margin-bottom: 2rem;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
iframe[src*=youtube] {
  max-width: 100%;
}
form * {
  -webkit-appearance: none;
  border-radius: 0;
}
.no-news-found {
  text-align: center;
}
.hide {
  display: none;
}
:focus-visible {
  outline: none;
}
.gridder {
  display: grid;
  grid-template-areas: "header" "mainmenu" "listview";
  grid-template-columns: 100%;
  grid-template-rows: 75px 70px auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 640px) {
  .gridder {
    grid-template-areas: "header header" "catmenu list";
    grid-template-columns: 50% 50%;
    grid-template-rows: 75px auto;
  }
}
@media (min-width: 1024px) {
  .gridder {
    grid-template-areas: "header header header" "catmenu list view";
    grid-template-columns: 25% 15% 60%;
    grid-template-rows: 75px auto;
  }
}
.outsidewrapper {
  grid-area: listview;
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .outsidewrapper {
    display: contents;
  }
}
.page {
  width: 100%;
  min-height: 100%;
}
.page.page1 {
  height: calc(100vh - 145px);
  min-height: calc(100vh - 145px);
}
.page.page2 {
  padding-top: 160px;
}
@media (min-width: 640px) {
  .page.page2 {
    grid-area: list;
    overflow-y: auto;
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .page.page2 {
    height: calc(100% - 10px);
    min-height: calc(100% - 10px);
    margin: 10px 0 0 0;
    padding-top: 0;
    background: rgba(179, 187, 199, 0.3);
    border: 10px solid rgba(179, 187, 199, 0);
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    overflow-y: auto;
    z-index: 2;
  }
  .page.page2::-webkit-scrollbar {
    width: 3px;
    border-radius: 3px;
  }
  .page.page2::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
  }
  .page.page2::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
  }
  .page.page2::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.8);
  }
}
.cookiemessage {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.75);
  border-top: 1px solid #fff;
  z-index: 2;
  display: none;
}
.cm_content {
  text-align: center;
}
.cm_content * {
  display: inline-block;
  color: #fff;
  text-align: center;
}
.cm_content li {
  padding: 0 10px;
}
.cm_content li:last-child {
  cursor: pointer;
  text-decoration: underline;
  border-left: 1px dotted rgba(255, 255, 255, 0.6);
}
header.header {
  grid-area: header;
  display: grid;
  grid-template-areas: "logo title topnav";
  grid-template-columns: min-content auto min-content;
  width: 100%;
  height: 75px;
  background: #fff;
  position: fixed;
  z-index: 2;
}
@media (min-width: 640px) {
  header.header {
    position: relative;
  }
}
@media (min-width: 1024px) {
  header.header {
    border-bottom: 1px solid rgba(179, 187, 199, 0.6);
    z-index: 5;
  }
}
header.header .logo {
  grid-area: logo;
  width: 75px;
  height: inherit;
  background: url('../Images/beeldmerk_v3g.png') center center no-repeat;
  background-size: auto 80%;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  header.header .logo {
    width: 200px;
    background: url('../Images/logo_vandriegroup.png') center center no-repeat;
    background-size: 90% auto;
  }
}
header.header .title {
  grid-area: title;
  flex: 1;
  height: inherit;
  display: none;
}
@media all and (min-width: 480px) {
  header.header .title {
    display: flex;
  }
}
header.header .title .frame {
  display: flex;
  align-items: center;
  flex: 1;
}
header.header .title .frame header {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  gap: 5px;
}
header.header .title * {
  font-size: 1.6rem;
  line-height: 1.7rem;
  text-align: left;
}
@media all and (min-width: 640px) {
  header.header .title * {
    font-size: 2rem;
  }
}
header.header .title h3 {
  font-weight: normal;
}
header.header .topnav {
  grid-area: topnav;
  display: flex;
  padding: 17.5px 10px;
}
header.header .topnav > * {
  display: inline-block;
  list-style: none;
}
header.header .button {
  width: 44px;
  height: 44px;
  border: 4px solid rgba(179, 187, 199, 0.3);
  border-radius: 5px;
  margin: 0 2px;
  background: #fff;
}
header.header .button.active {
  box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
ul.languagemenu {
  position: relative;
  width: 44px;
  height: 44px;
  border: 4px solid rgba(179, 187, 199, 0.3);
  border-radius: 5px;
  margin: 0 2px;
  background: #fff;
  z-index: 3;
}
ul.languagemenu li {
  width: 100%;
  height: 36px;
  text-align: center;
  display: none;
}
ul.languagemenu li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-align: center;
}
ul.languagemenu li.active {
  display: block;
}
ul.languagemenu li.active a {
  background: #F5F7FA;
  background: rgba(179, 187, 199, 0.3);
}
ul.languagemenu li.selector {
  position: absolute;
  top: -1px;
  left: -1px;
  cursor: pointer;
  display: block;
}
ul.languagemenu.active {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
ul.languagemenu.active li.selector {
  position: static;
}
ul.languagemenu.active li.selector:before {
  content: '\f00d';
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 37px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #666;
}
html[lang=en] ul.languagemenu li.en-US {
  display: block !important;
}
html[lang=en-US] ul.languagemenu li.en-US {
  display: block !important;
}
html[lang=nl] ul.languagemenu li.nl-NL {
  display: block !important;
}
html[lang=nl-NL] ul.languagemenu li.nl-NL {
  display: block !important;
}
html[lang=de] ul.languagemenu li.de-DE {
  display: block !important;
}
html[lang=de-DE] ul.languagemenu li.de-DE {
  display: block !important;
}
html[lang=fr] ul.languagemenu li.fr-FR {
  display: block !important;
}
html[lang=fr-FR] ul.languagemenu li.fr-FR {
  display: block !important;
}
html[lang=it] ul.languagemenu li.it-IT {
  display: block !important;
}
html[lang=it-IT] ul.languagemenu li.it-IT {
  display: block !important;
}
html[lang=es] ul.languagemenu li.es-ES {
  display: block !important;
}
html[lang=es-ES] ul.languagemenu li.es-ES {
  display: block !important;
}
html[lang=pt] ul.languagemenu li.pt-PT {
  display: block !important;
}
html[lang=pt-PT] ul.languagemenu li.pt-PT {
  display: block !important;
}
html[lang=sv] ul.languagemenu li.sv-SE {
  display: block !important;
}
html[lang=sv-SE] ul.languagemenu li.sv-SE {
  display: block !important;
}
html[lang=zh] ul.languagemenu li.zh-CN {
  display: block !important;
}
html[lang=zh-Hans] ul.languagemenu li.zh-CN {
  display: block !important;
}
html[lang=hr] ul.languagemenu li.hr-HR {
  display: block !important;
}
html[lang=hr-HR] ul.languagemenu li.hr-HR {
  display: block !important;
}
.searchbutton:before {
  content: '\f002';
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 37px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.informationbutton:before {
  content: '\f002';
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 37px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #666;
  cursor: pointer;
  content: "\f129";
}
body.search_absent .searchbutton {
  display: none;
}
.searchbutton.active:before {
  color: #b3bbc7;
}
.informationbutton.active:before {
  color: #b3bbc7;
}
.searchcontainer {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 10px 18.75px;
  border-bottom: 1px solid #999;
  display: none;
  z-index: 2;
}
.searchcontainer label {
  display: none;
}
.searchcontainer input {
  float: left;
  height: 40px;
  font-size: 1.6rem;
  padding: 5px 10px;
  border: 4px solid rgba(179, 187, 199, 0.3);
  border-radius: 6px;
  outline: none;
}
.searchcontainer input[type=text] {
  width: calc(100% - 130px);
  margin-right: 10px;
}
.searchcontainer input[type=submit] {
  width: 120px;
  text-align: center;
  background: #ebebeb;
  border: none;
  background: rgba(179, 187, 199, 0.3);
  border-radius: 6px;
  cursor: pointer;
}
.mainmenu {
  grid-area: mainmenu;
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  height: 70px;
  background: #000;
  z-index: 1;
}
@media (min-width: 640px) {
  .mainmenu {
    display: none;
  }
}
.mainmenu ul {
  width: 100%;
  margin: 0;
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 2px solid #fff;
  border-width: 0 2px;
  background: none;
}
.mainmenu ul li {
  width: 20%;
  height: 50%;
  border: 2px solid #fff;
}
.mainmenu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}
.mainmenu ul li.active {
  background: #71ae39;
}
.mainmenu ul li.scrolltotop:before {
  content: '\f062';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}
.news-catmenu {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20349%20626.4%22%3E%3Cg%20id%3D%22b%22%3E%3Cpath%20d%3D%22M41,587.7c.8-2.4,1.6-4.8,2.4-7.3,2.8-8.8,5.7-17.5,8.1-26.4,1.3-4.7,2.3-9.6,2.1-14.4-.6-20.2-1.9-40.3-2.4-60.5-.4-16.8-.5-33.6,0-50.3,.3-9.5,2.9-18.7,6.1-27.8,1.3-3.6,1.3-7.7,2-11.6,1-6,1.6-12.1,3.3-18,2.4-8.1,6.2-15.8,8.3-24,2.5-9.9,4.5-20,5.5-30.2,1-10.7,1.3-21.5,.6-32.2-1.5-23-6.9-45-19.5-64.7-1.9-3-4.1-5.7-6.2-8.5-1.5-2-1.7-3.9,.6-5.2,7.7-4.6,11.6-11.9,14.5-19.9,3.4-9.2,6.4-18.6,9.9-27.7,2.8-7.2,7.2-13.2,13.8-17.6,2-1.3,3.5-3.2,5.2-4.9,7-6.8,13.9-13.6,20.9-20.4,1-1,2.2-2,3.5-2.5,10-3.5,15.3-11.2,18.8-20.6,3.5-9.5,4.6-19.5,5-29.6,.2-5.5,.3-11,0-16.4-.3-5.8,2-10.1,6.5-13.3,4.7-3.2,9.5-6.2,14.5-9,4-2.2,7.4-5,9.9-8.7,3.7-5.4,7.4-10.8,13-14.5,.5-.3,.7-1,1-1.5h3.1c3.4,5.5,9.1,7.5,14.5,10,3.3,1.6,6.4,3.4,9.5,5.2,2.2,1.3,2.5,3.1,1.2,5.3-11.5,17.8-15.2,37.9-16,58.6-.9,23.3-1.1,46.6-1.2,69.9-.1,22.8-1.9,45.5-4.4,68.2-1.5,13.7-3.1,27.4-4,41.1-1.3,20.1-.8,40.2,5.5,59.7,2.4,7.3,5.6,14.2,8.2,21.4,3.3,8.8,6.1,17.8,9.6,26.5,4.3,11,9,21.8,13.5,32.7,6.4,15.3,12.3,30.8,14.6,47.3,1.3,9.4,1.7,19,1.4,28.5-.2,8.3-4.2,15.7-7.3,23.3-2.5,6.1-5,12.2-5.1,19.1-.1,8.8,3,16.6,8.2,23.3,7.9,10.1,16.4,19.7,24.8,29.4,5.9,6.9,12.2,13.6,18,20.5,1,1.2,1.7,3.7,1.2,5-3.3,7.6-7.6,14.5-15.4,18.5-7.9,4-15.7,2.6-23.3-1-12.2-5.7-21.7-15-31.7-23.8-7.4-6.5-15-12.7-22.5-19.1-1.5-1.2-2.8-1.1-4.7-.4-6,2.2-12.2,3.9-18.3,5.7-3.7,1.1-7,2.7-10.2,4.9-4.5,3-9.6,5.1-14.5,7.6-14.1,7-28.1,14.1-42.3,20.8-11.4,5.4-23.4,8.8-36.3,8.1-5.8-.3-11.5-1.5-16-5.2-2.6-2.2-4.1-5.7-6.1-8.7-.5-.8-1-1.7-1.5-2.5,.1-4,.1-8.1,.1-12.2h0ZM192,188.1c-.2-.2-.5-.4-.7-.5-3.2,2.8-6.7,5.2-8.6,9.3-2.2,4.8-4.3,9.7-7.2,14-11,16.6-22.1,33-33.5,49.3-3.2,4.6-5.3,9-4.9,14.8,.3,4.8,1.5,9.9-2,14.3-.2,.3-.2,.8-.2,1.2-.5,7.4-1.1,14.9-1.6,22.3-.8,12.3-1.4,24.6-2.3,36.9-1.3,18.9-2.7,37.8-4,56.7-.3,3.7-.1,3.8,3.7,3.5,12.2-.9,24.3-1.9,36.5-2.9,16.8-1.4,33.6-2.8,50.4-4.1,5.7-.4,5.8-.5,3.5-5.9-4.6-10.9-9.2-21.7-13.5-32.7-4.7-12.2-8.8-24.7-13.7-36.9-5.3-13.3-8-27-8.5-41.1-.4-10.7,0-21.5,.5-32.3,.4-8.8,1.4-17.5,2.3-26.3,1.1-10.7,2.5-21.4,3.6-32.1,.5-2.6,.3-5,.2-7.5h0ZM121.1,467.7c.3-4.4,.7-8.4,.9-12.3,.4-5.5,.6-10.9,1-16.4,.8-10.4,1.7-20.8,2.5-31.1,.9-11.1,1.7-22.2,2.4-33.3,.7-9.6,1.2-19.2,1.8-28.8,.1-1.9-.6-2.4-2.3-2.2-3.9,.4-7.7,.9-11.6,1.1-7.4,.5-14.8,1-22.3,1.3-4.2,.2-8.4,.1-12.7,.3-2.2,.1-4,.2-4.9,3.4-1.9,6.9-4.3,13.8-7.2,20.3-2.1,4.7-2.9,9.6-3.7,14.6-1.1,6.5-1.3,13.3-3.4,19.5-4,12-5.6,24.3-6.3,36.8-.5,9.1,.2,18.2,.4,27.3,0,1.9,.4,2.9,2.5,1.6,.7-.4,1.5-.6,2.3-.9,15.8-7.5,32.1-8.6,48.8-4.2,3.9,1,7.7,2,11.8,3h0Zm-61.9,49.8c0,6.5-.1,11.9,0,17.4,.3,9-1.2,17.7-3.9,26.3s-5.4,17.1-8,25.7c-1.5,5.1-1.3,10.3,.9,15.2,3.1,6.9,9.4,8.2,16,8.8,10,.8,19.7-1.1,28.8-5.2,11.9-5.3,23.5-11.2,35.2-16.9,4.6-2.2,9.2-4.6,14.3-7.2-23.3-27.3-52-46.5-83.3-64.1h0Zm81.7-67.3c.6-1.3,1.1-2.3,1.6-3.3,2.4-4,4.5-8.2,7.2-11.9,3.2-4.5,7.7-6.7,13.4-6.3,9.3,.6,18.6,1.4,27.5,4.2,8.5,2.7,15.9,6.8,18.1,16.5,.2,.9,.7,1.7,1.1,2.6,6.7,15,14.1,29.8,18.1,45.8,.2,.8,.8,1.4,1.5,2.6,1.2-3,2.2-5.3,3.2-7.7,3-7.4,6.1-14.6,6.2-22.9,.3-22-5.5-42.5-13.6-62.6-1.1-2.7-2.5-3.2-5.1-3-16.9,1.5-33.8,2.8-50.7,4.2-12.3,1-24.6,1.9-36.8,2.9-6,.5-6.1,.6-6.6,6.7-.6,7.4-1.1,14.8-1.5,22.3-.1,1.2,.4,3,1.2,3.4,4.9,2.3,9.9,4.3,15.2,6.5h0Zm49.3,108.1c.7,1.9,.8,4.5,2.2,5.6,9.3,8.2,19,15.9,28.4,24,8.1,7,15.9,14.2,25.6,19.1,5.2,2.6,10.6,4.6,16.7,2.7,6.9-2.1,10.4-7.4,14-12.9,1.5-2.3,1.3-4-.6-6-9.6-10.3-19.3-20.5-28.4-31.3-6.4-7.6-12.3-15.6-17.3-24.1-4.5-7.6-3.8-8-12.4-6.9-16.6,2.1-26.6,12.9-28.2,29.8h0Zm32.5-32.4c0-.3,0-.5,.1-.8-9.2-3.8-18.5-7.7-27.7-11.4-1.6-.6-2.1,.2-2.3,1.8-.3,2.3-.5,4.8-1.4,6.9-4.1,9.2-11.2,15.6-19.9,20.1-6,3.1-12.6,3.5-18.7,.9-18.5-7.9-28.4-22.5-31.1-42.1-.8-6-.1-12.2-.1-18.3l-1.4-.1c-.6,2.1-1.2,4.3-1.7,6.4-4.2,17-8.2,34-12.7,50.9-.9,3.4,0,5,2.5,6.9,11.2,8.3,21.7,17.7,31,28.1,5.1,5.7,5.1,5.8,11.9,2.1,5.6-3.1,10.8-6.7,17.3-8.2,6.3-1.5,12.8-2.5,18.4-6.2,1.8-1.2,2.3-2.2,2.3-4.1,.5-16,7.7-25.8,22.8-30.6,3.4-1.1,7.1-1.6,10.7-2.3h0Zm-59.1-95.6c-4.7-.5-8.8,1-11.5,4.8-3,4.3-5.5,8.9-8.3,13.4-1.2,2-.8,2.9,1.3,4.1,9.8,5.4,19.4,11.3,26.7,20,4.4,5.3,7.8,11.5,11.7,17.1,.9,1.3,2.1,2.6,3.5,3.2,12.2,5.3,24.5,10.5,36.8,15.7,2.6,1.1,3.6,.5,3.8-2.4,.1-1.5,.1-3.2-.3-4.6-1.5-5.4-2.8-10.8-4.9-16-4.8-11.9-10.4-23.5-14.9-35.4-2.7-7-6.8-11.8-13.8-14.4-9.7-3.5-19.8-4.9-30.1-5.5h0Zm-60.5,112.6c.6-2.4,1.2-4.6,1.8-6.7l15-60c.6-2.3-.3-3.3-2.3-3.9-2.6-.7-5.2-1.5-7.8-2.2-17.8-4.9-34.8-3.2-51.2,5.4-1.6,.8-2.2,1.7-2,3.6,.9,11,1.7,22.1,2.2,33.1,.1,2.6,1.3,3.8,3.3,4.9,7.6,4.4,15.3,8.8,22.7,13.4,6.1,3.9,11.9,8,18.3,12.4h0ZM175.4,102.1c-4.6,2.5-8.4,4.7-12.4,6.7-1.7,.8-3.6,1.5-5.5,1.7-6.3,.9-10.8-2.6-14.8-6.9-1.4-1.5-2-1.6-3.1,.3-2.9,4.9-6.3,9.6-11.5,11.9-7.1,3.1-12.1,8.5-17.4,13.7-2.3,2.3-4.7,4.4-6.9,6.7-3.5,3.5-6.9,7-10.5,10.5,.4,.3,.7,.5,.9,.6,17.8,2,35.6,3.9,53.4,5.8,1.2,.1,2.8-.6,3.8-1.4,6.9-5.6,13.6-11.4,20.6-16.9,6.5-5.1,9.5-13.2,7.2-20.9-1.1-4-2.4-7.8-3.8-11.8h0Zm-58.4,184.9c-11.1-.4-21.5-.8-31.9-1.2-2-.1-2.5,.3-2.6,2.5-.3,12-.7,24-1.6,35.9-.5,6.1-2.1,12.2-3.1,18.3-.3,1.5-.5,3.1,1.8,3,2.7-.1,5.3-.2,8-.5,5.4-.4,10.8-1,16.3-1.4,8-.6,16-1,24-1.5,1.7-.1,2.3-.7,2.4-2.4,.4-6.6,.8-13.1,1.3-19.7,.3-4,.8-8,1-12,0-.8-.7-1.6-1-2.5-.5,.6-1.2,1.1-1.5,1.8-1.5,3.2-2.9,6.5-4.5,9.7-.7,1.4-2,2.6-3,3.8l-.8-.4c-1.8-11-3.3-22.1-4.8-33.4h0Zm77-146v-13.1c0-1.9-.3-3.1-2.5-3.5-2.3-.4-4.6-1.2-6.8-2-2.1-.7-2.9-.2-3.8,2-1.4,3.5-3,7.2-5.6,9.7-5.6,5.2-12.1,9.4-17.7,14.6-7.1,6.5-13.8,13.4-20.4,20.3-1.4,1.4-2.5,3.8-2.5,5.7,.1,5.5,1,10.9,1.4,16.4,.2,2.2,1,3.1,3.3,3.1,4.6-.1,9.1-.1,13.7,0,6.2,.2,11-3,14.9-7.1,6.4-6.8,11.7-14.5,18.2-21.2,6.3-6.5,9.6-13.4,8.1-22.4-.4-.8-.3-1.7-.3-2.5h0Zm-121,47.1c-.2,0-.4,.1-.7,.1,1.4,11.3,2.5,22.6,4.5,33.8,.9,5.2,3.2,10.3,5.8,14.9,3.2,5.6,7.5,6.1,12.7,2.3,7.2-5.1,12.6-11.9,17.6-19,.9-1.3,1.5-3,1.6-4.5,.9-10.2,1.5-20.4,2.4-30.6,.2-2.1-.6-3.2-2.4-3.6-4.8-.9-9.5-2.3-14.3-2.5-7.4-.2-14.8,.6-22.3,.8-3,.1-4.3,1.6-4.6,4.3-.2,1.3-.2,2.7-.3,4h0Zm73.8-101.6c1.1-.2,1.8-.4,2.5-.5,5.8-1.7,11.5-3.5,17.3-5,4.2-1.1,4.4-.9,4.2-5.4-.6-13.8,4.6-25,14.6-34.2,6.1-5.6,6-5.7,13.1-1.4,.2,.1,.4,.2,.5,.3,1.8,1.3,2.4,.4,3.1-1.3,2.4-5.7,4.6-11.5,7.4-17,1.5-2.9,.7-3.8-1.8-5.1-5.8-2.9-11.4-6.2-17.1-9.2-.6-.3-2.1,0-2.6,.6-2.4,2.6-4.9,5.1-6.8,8-4.4,6.6-10.1,11.6-17.2,15.2-3.9,2-7.5,4.7-11.2,7.2-3.4,2.4-4.1,5.8-4,9.9,.2,6.6,.1,13.2-.2,19.8-.3,5.9-1.2,11.7-1.8,18.1h0Zm-32.6,135.3c-1.1,1.4-1.5,2-2,2.7-4.8,6.3-9.8,12.4-16.6,16.7-5.7,3.6-9.6,2.9-13.8-2.2-1.1-1.4-2.1-2.9-2.8-4.4-4.4-9.1-5.5-19-6.6-28.9-.5-4.7-.5-9.4-.7-14.1-4.3,6.6-7.7,13.9-14.6,18.5,1.2,1.8,2.3,3.2,3.2,4.6,1.1,1.5,2.1,3.1,3.1,4.7,10.9,17.8,16.5,37.4,18.5,58,.2,2.3,1,3.5,3.3,3.5,9.3,.2,18.6,.4,28,.7,2.3,.1,2.9-.8,2.6-3-.5-3.5-1.2-7-1.3-10.5-.1-13.9-.1-27.8-.1-41.7,0-1.2-.1-2.5-.2-4.6h0Zm18.2,255.9c-.1,.3-.3,.5-.4,.8,.3,.6,.6,1.3,1,1.9,11.7,17.9,23.4,35.9,35.1,53.8q4.3,6.6,10.4,1.6c12.9-10.5,15.6-20.1,9.3-34-.8-1.7-2.7-3.4-4.5-4.2-15-6.1-30.1-12-45.2-18-1.8-.7-3.8-1.2-5.7-1.9h0ZM172.2,75.6c.3,2.8,.1,5.7,.8,8.3,2.4,9.4,5.5,18.7,7.4,28.2,1.3,6.3,4.1,9.7,10.5,10.5,2.3,.3,2.9,0,3-2.2,.2-12.3,.1-24.6,1-36.9,.8-11,2.3-22,4.1-32.9,1.2-7.2,1.6-7-4.6-11-1.7-1.1-2.9-1-4.4,.2-11.4,9.2-18.4,20.6-17.8,35.8h0Zm-38.8,94.6c4.7-5.2,9.1-10.1,13.7-15.3-1.1-.3-1.5-.4-1.9-.5-17.3-1.9-34.6-3.7-51.9-5.7-2.7-.3-4.5,.4-6.1,2.5-6.1,7.9-9,17.1-11.9,26.9,2-.1,3.6-.1,5.2-.3,11.6-1.4,23.1-1.5,34.5,1.9,1.8,.5,2.5-.1,2.8-1.8,.3-1.6,.7-3.2,1.1-4.8,1-3.7,3.7-5.5,7.3-6.4,3.2-.7,5.4,.6,7.2,3.5h0Zm60.3-9.7c-.3-.1-.6-.1-.9-.2-.3,.4-.7,.7-1,1.1-7.4,8.9-14.7,17.9-22.3,26.7-3.3,3.9-7.7,6.7-12.9,7.3-4.7,.5-9.5,.3-14.3,0-3.4-.3-4.7,1.4-5.2,4.3-.2,1.1-.4,2.3-.4,3.4,.2,7.2,.4,14.5,.6,21.7,0,2,1,2.8,2.9,2.9,2.4,.1,4.8,.2,7.1,.6,6.3,1.2,11.4-1.9,14.6-6.3,5.8-8.2,10.7-17.2,15.4-26.1,2.2-4.1,4.2-8.3,8.4-10.4,7.1-3.6,8.8-9.4,8.1-16.6-.3-2.9-.1-5.7-.1-8.4h0Zm-23.4,380.3c-1.9-3-3.5-5.5-5.2-8-11.7-18-23.3-35.9-35.1-53.8-1-1.5-2.7-2.9-4.3-3.8-2-1.2-3.3-.6-3.2,2.1,.1,5-.1,10,.1,14.9,.3,8.3,.8,16.6,4.8,24.1,5.9,11.3,13.5,20.9,25.9,25.5,5.5,2,11.1,2.1,17-1h0ZM127.8,191.9c-.9,7.3-3.7,13.7-7.3,19.5-3.1,5-4.6,10-4.5,16,.2,17.2-1,34.4,1.5,51.5,.3,2.1,1.1,2.9,3.1,2.9,2.9,0,5.8,.2,8.7,.4,1.7,.1,2.5-.7,2.5-2.3,0-2.5,.1-5,0-7.5-.1-4.1-.3-8.1,2.7-11.4,.7-.8,.9-2.1,.9-3.2,.1-8.8,.2-17.6,.2-26.4,0-1.1-.5-2.6-1.3-3.2-2.4-1.6-3.3-3.8-3.1-6.4,.6-5.6,1.6-11.2,2.5-16.8,.3-1.9,1.1-3.8,1.1-5.7,.2-4.7-4.5-5-7-7.4h0Zm52.7,298.5c.2-.3,.3-.5,.5-.8-11.5-23.9-33.3-34.6-56.6-44.5-.5,6.1-1.1,11.6-1.4,17.2-.3,6.5-.1,6.3,6,8.5,13.5,4.9,26.9,10.1,40.3,15.2,3.9,1.4,7.5,2.9,11.2,4.4h0Zm-25.2-381.4c1.7-.2,3,0,3.9-.4,4.4-2.2,8.9-4.4,13.1-7,1-.6,1.9-2.7,1.7-3.9-.6-4.3-1.8-8.5-2.6-12.7-.5-2.7-2.2-3-4.4-2.4-6.2,1.8-12.5,3.6-18.7,5.5-1,.3-2.3,1-2.7,1.9-1.2,2.6-2.1,5.4-2.9,8.2-.3,.9-.1,2.2,.4,3,3.1,4.2,7.2,7.1,12.2,7.8h0Zm34.1,391c1.2,3.5,1.8,6,2.9,8.3,.6,1.3,1.7,2.9,2.9,3.5,9.6,4.1,19.2,8,28.9,11.9,.6,.2,1.8,.2,2-.2,1.4-2.2-.6-8.1-3.1-9.2-7.4-3.2-14.8-6.4-22.2-9.6-3.4-1.4-7-2.8-11.4-4.7h0Zm-52.1-243.8c.2,0,.5,.1,.7,.1,6.4-9.2,12.9-18.3,19.6-27.9-3.4,.6-6,1.5-8.6,1.5-2.8,.1-5.6-.5-8.3-.9-2.5-.4-3.5,.3-3.5,3.1,.1,6.9-.1,13.9-.2,20.8,0,1.3,.2,2.3,.3,3.3h0Zm-14.3,60.8c.4,0,.7-.1,1.1-.1,.7-1.4,1.7-2.6,2.1-4.1,2.1-7.5,4.1-15,6.1-22.6,.5-1.9-.8-2.4-2.3-2.5-2.6-.2-5.2-.2-7.7-.2-3.5-.1-3.7,.5-3.1,4,1,6.4,1.6,12.8,2.4,19.2,.2,2.1,.9,4.2,1.4,6.3h0Zm-4.5-133.6c-.8,10-1.5,19.6-2.3,29.9,1.3-.9,1.9-1.1,2-1.4,2.4-5.6,5.2-11.1,7-16.8,1.6-5.1-.8-8.8-6.7-11.7h0Zm8.2,3.9c1.7-4.4,3.7-8.9,5.3-13.6,.9-2.8-1.6-5.8-4.2-5.5-3,.4-5.9,1.4-6.9,4.8-.6,2.2-1.2,4.4-1.6,6.6-.1,.7,.3,1.7,.8,2.2,2,1.9,4.3,3.6,6.6,5.5h0Zm7.6,6.2c-.2-5.3,.1-10.5-1.9-15.5-1.3,2.2-2,4.4-2.8,6.6-1.7,5.2-1.1,6.5,4.7,8.9h0Zm1,32.9v-17.7c-3.3,6.4-3.3,15.3,0,17.7h0Z%22%20style%3D%22fill%3A%23000%3B%22/%3E%3C/g%3E%3Cpolyline%20points%3D%2227%201.4%201%201.4%201%20476.4%2027%20476.4%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23000%3B%20stroke-miterlimit%3A10%3B%20stroke-width%3A2px%3B%22/%3E%3Cpolyline%20points%3D%22326%201.4%20348%201.4%20348%20625.4%20326%20625.4%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23000%3B%20stroke-miterlimit%3A10%3B%20stroke-width%3A2px%3B%22/%3E%3Cpolyline%20points%3D%22273%20183.4%20294%20183.4%20294%20625.4%20273%20625.4%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23000%3B%20stroke-miterlimit%3A10%3B%20stroke-width%3A2px%3B%22/%3E%3C/svg%3E');
  position: relative;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  max-height: 100%;
  background-size: 100% 100%;
  width: calc(33vw * 0.8);
  height: calc(60vw * 0.8);
}
@media (orientation: portrait) {
  .news-catmenu {
    width: calc(33vh * 1);
    height: calc(60vh * 1);
  }
}
@media (orientation: portrait) and (min-width: 640px) and (max-width: 768px) {
  .news-catmenu {
    max-width: 75%;
    max-height: 75%;
    width: calc(33vw * 1.5);
    height: calc(60vw * 1.5);
  }
}
@media (min-width: 1024px) {
  .news-catmenu {
    width: 20vw;
    max-width: 290px;
    height: 37.5vw;
    max-height: 570px;
  }
}
.p3001 .news-catmenu {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20349%20626.4%22%3E%3Cg%20id%3D%22b%22%3E%3Cpath%20d%3D%22M54.3,476.8c4.4-6.8,12.6-8.8,19.1-10.4,10.1-2.5,19.3-1.7,31.3,.9,15.5,3.3,21.5,6.6,46.1,15.7,22.7,8.3,34.1,12.5,39.1,13.9,18.6,5.2,27.8,9.9,37.4,17.4,3.2,2.5,1.3,4.5,3.5,11.3,4.7,14.8,12.7,24.7,17.4,30.4,17,20.9,30.8,21.5,32.2,34.8,.7,6.9-2.5,12.3-3.5,13.9-4.9,8-15.1,13.2-23.5,11.3-5-1.2-8-4.8-9.6-6.1-26-22.6-35.4-25.4-54.8-44.3-2.8-2.8-9.6,1.7-20.9,6.1-28.2,10.9-37.6,20.4-66.1,33-22.8,10.1-30.4,10.1-36.5,8.7-10-2.3-22.4-10-23.5-20-.4-3.4,.7-5.6,2.6-10.4,0,0,4.5-11.1,10.4-29.6,4.5-13.8,3-25.9,.9-43.5-2.2-19.2-6.4-25.7-1.6-33.1Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3Cpath%20d%3D%22M80.5,284.9c12-1,34.5-1.8,53.5-.5-2.5,42.5-9.8,160.3-12,187-8.8,1.5-14.6-7-33-6-21.5,1.2-29,9.5-37,9,1.5-16.5,.4-42.3,2-54,.6-4.3,3.8-11.3,6-22,2.2-10.6,1.4-12,3-19,3.4-15,6.2-17.5,10.5-31,2.9-9,5.4-15.7,5.5-31,.1-24.5,.5-29.7,1.5-32.5Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3Cpath%20d%3D%22M195.5,183.4c4.3,1.9-1,18-4.5,48-2.1,17.8-2.4,31.1-2.5,37.5-.1,12.3-.3,23.5,2,36.5,1.9,10.7,4.6,18.5,13,38.5,18.6,44.4,22.5,55.2,29.5,79,.5,1.9,6.4,13,8,33,1.2,15.2-.1,21.3-1,24.5-2.4,8.6-5,9-6.5,18-.8,4.9-.9,9.7-4.5,12.5-2.1,1.7-4.5,1.9-5.5,2-11-5.5-21-11.7-24.5-13-30.3-11.5-50.2-18.4-74.5-27.5-2.3-4.5-2.2-8.5-2-14.5,1-27.6,9.5-127.5,11.5-161.5,.2-2.8,1.4-6.6,1-12-.4-5.2-1.7-7-1.5-11,.2-5.2,2.6-9.1,4.5-12,13.2-20.3,23.3-26.5,30.5-42.5,.6-1.3,3.5-7.9,8-16.5,2.9-5.6,4.8-8.8,8-12,2.7-2.7,8.2-8.3,11-7Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3Cpath%20d%3D%22M80,281.9c-7.5-4.6-1.1-17.4-6.5-36.5-2.8-10-5.2-18.4-12.5-26-2.9-3.1-8.2-7.7-7-10.5,.7-1.6,2.8-1.3,6-3.5,2.7-1.9,4.1-4.2,5.5-6.5,3.3-5.6,4.3-10.8,5.5-16,1.5-6.3,3.4-14.3,7.5-22.5,1.6-3.2,4.3-8.5,9.5-14,4.6-4.9,5.9-4.2,12-9.5,10.6-9.1,9.2-13.1,18-19,6.7-4.5,8.6-3,13.5-7.5,4.4-4.1,6.2-8.4,9-15.5,4-10,7.2-18.1,6-28-.3-2.3-1.3-8.3-1.5-16.5-.1-2.7-.1-4.9,1-7.5,.4-1,1.8-4.1,7.5-8,8.4-5.8,12.4-4.1,17-9.5,.3-.3,1.5-2.1,4-5.5q3.7-5.2,5-7c4.3-5.6,6.5-8.3,9.5-8.5,1.3-.1,2.1,.4,5,2,9.1,5.1,17.5,9.5,17.5,9.5h0s1.1,4.3,1,7c-.2,4.3-3.5,7.5-4.5,8.5-5.8,6.1-7.1,21.2-8,35-1.8,27.3-2.8,40.9-2.5,59,.2,11.7-1.3,23.4,0,35,.5,4.2,.1,7.5-.5,14-.4,3.8-.7,5.5-2,7-1.9,2.4-4,2.1-7.5,5-1.6,1.3-2.5,2.5-4,4.5-4.1,5.4-6.2,10.4-6.5,11-3.5,8-13.5,25.2-24.5,38.5-1,1.2-4.8,6.5-12.5,17-1.1,1.5-3.1,4.3-4.5,8.5-.4,1.2-1.3,4.1-1.5,8-.3,6.5,1.9,8.7,.5,10.5-1.5,2-5.1,.8-12.5,0-4.8-.5-8.7-.5-16.5-.5-9.1,0-12.2,.6-19-.5-3.7-.6-5.5-.9-6.5-1.5Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3Cpath%20d%3D%22M86.5,283.4c-3.7-.6-6.1-.5-6.5-1.5-4-10.5-1.1-17.4-6.5-36.5%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3C/g%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20d%3D%22M41,587.7c.8-2.4,1.6-4.8,2.4-7.3,2.8-8.8,5.7-17.5,8.1-26.4,1.3-4.7,2.3-9.6,2.1-14.4-.6-20.2-1.9-40.3-2.4-60.5-.4-16.8-.5-33.6,0-50.3,.3-9.5,2.9-18.7,6.1-27.8,1.3-3.6,1.3-7.7,2-11.6,1-6,1.6-12.1,3.3-18,2.4-8.1,6.2-15.8,8.3-24,2.5-9.9,4.5-20,5.5-30.2,1-10.7,1.3-21.5,.6-32.2-1.5-23-6.9-45-19.5-64.7-1.9-3-4.1-5.7-6.2-8.5-1.5-2-1.7-3.9,.6-5.2,7.7-4.6,11.6-11.9,14.5-19.9,3.4-9.2,6.4-18.6,9.9-27.7,2.8-7.2,7.2-13.2,13.8-17.6,2-1.3,3.5-3.2,5.2-4.9,7-6.8,13.9-13.6,20.9-20.4,1-1,2.2-2,3.5-2.5,10-3.5,15.3-11.2,18.8-20.6,3.5-9.5,4.6-19.5,5-29.6,.2-5.5,.3-11,0-16.4-.3-5.8,2-10.1,6.5-13.3,4.7-3.2,9.5-6.2,14.5-9,4-2.2,7.4-5,9.9-8.7,3.7-5.4,7.4-10.8,13-14.5,.5-.3,.7-1,1-1.5h3.1c3.4,5.5,9.1,7.5,14.5,10,3.3,1.6,6.4,3.4,9.5,5.2,2.2,1.3,2.5,3.1,1.2,5.3-11.5,17.8-15.2,37.9-16,58.6-.9,23.3-1.1,46.6-1.2,69.9-.1,22.8-1.9,45.5-4.4,68.2-1.5,13.7-3.1,27.4-4,41.1-1.3,20.1-.8,40.2,5.5,59.7,2.4,7.3,5.6,14.2,8.2,21.4,3.3,8.8,6.1,17.8,9.6,26.5,4.3,11,9,21.8,13.5,32.7,6.4,15.3,12.3,30.8,14.6,47.3,1.3,9.4,1.7,19,1.4,28.5-.2,8.3-4.2,15.7-7.3,23.3-2.5,6.1-5,12.2-5.1,19.1-.1,8.8,3,16.6,8.2,23.3,7.9,10.1,16.4,19.7,24.8,29.4,5.9,6.9,12.2,13.6,18,20.5,1,1.2,1.7,3.7,1.2,5-3.3,7.6-7.6,14.5-15.4,18.5-7.9,4-15.7,2.6-23.3-1-12.2-5.7-21.7-15-31.7-23.8-7.4-6.5-15-12.7-22.5-19.1-1.5-1.2-2.8-1.1-4.7-.4-6,2.2-12.2,3.9-18.3,5.7-3.7,1.1-7,2.7-10.2,4.9-4.5,3-9.6,5.1-14.5,7.6-14.1,7-28.1,14.1-42.3,20.8-11.4,5.4-23.4,8.8-36.3,8.1-5.8-.3-11.5-1.5-16-5.2-2.6-2.2-4.1-5.7-6.1-8.7-.5-.8-1-1.7-1.5-2.5,.1-4,.1-8.1,.1-12.2h0ZM192,188.1c-.2-.2-.5-.4-.7-.5-3.2,2.8-6.7,5.2-8.6,9.3-2.2,4.8-4.3,9.7-7.2,14-11,16.6-22.1,33-33.5,49.3-3.2,4.6-5.3,9-4.9,14.8,.3,4.8,1.5,9.9-2,14.3-.2,.3-.2,.8-.2,1.2-.5,7.4-1.1,14.9-1.6,22.3-.8,12.3-1.4,24.6-2.3,36.9-1.3,18.9-2.7,37.8-4,56.7-.3,3.7-.1,3.8,3.7,3.5,12.2-.9,24.3-1.9,36.5-2.9,16.8-1.4,33.6-2.8,50.4-4.1,5.7-.4,5.8-.5,3.5-5.9-4.6-10.9-9.2-21.7-13.5-32.7-4.7-12.2-8.8-24.7-13.7-36.9-5.3-13.3-8-27-8.5-41.1-.4-10.7,0-21.5,.5-32.3,.4-8.8,1.4-17.5,2.3-26.3,1.1-10.7,2.5-21.4,3.6-32.1,.5-2.6,.3-5,.2-7.5h0ZM121.1,467.7c.3-4.4,.7-8.4,.9-12.3,.4-5.5,.6-10.9,1-16.4,.8-10.4,1.7-20.8,2.5-31.1,.9-11.1,1.7-22.2,2.4-33.3,.7-9.6,1.2-19.2,1.8-28.8,.1-1.9-.6-2.4-2.3-2.2-3.9,.4-7.7,.9-11.6,1.1-7.4,.5-14.8,1-22.3,1.3-4.2,.2-8.4,.1-12.7,.3-2.2,.1-4,.2-4.9,3.4-1.9,6.9-4.3,13.8-7.2,20.3-2.1,4.7-2.9,9.6-3.7,14.6-1.1,6.5-1.3,13.3-3.4,19.5-4,12-5.6,24.3-6.3,36.8-.5,9.1,.2,18.2,.4,27.3,0,1.9,.4,2.9,2.5,1.6,.7-.4,1.5-.6,2.3-.9,15.8-7.5,32.1-8.6,48.8-4.2,3.9,1,7.7,2,11.8,3h0Zm-61.9,49.8c0,6.5-.1,11.9,0,17.4,.3,9-1.2,17.7-3.9,26.3s-5.4,17.1-8,25.7c-1.5,5.1-1.3,10.3,.9,15.2,3.1,6.9,9.4,8.2,16,8.8,10,.8,19.7-1.1,28.8-5.2,11.9-5.3,23.5-11.2,35.2-16.9,4.6-2.2,9.2-4.6,14.3-7.2-23.3-27.3-52-46.5-83.3-64.1h0Zm81.7-67.3c.6-1.3,1.1-2.3,1.6-3.3,2.4-4,4.5-8.2,7.2-11.9,3.2-4.5,7.7-6.7,13.4-6.3,9.3,.6,18.6,1.4,27.5,4.2,8.5,2.7,15.9,6.8,18.1,16.5,.2,.9,.7,1.7,1.1,2.6,6.7,15,14.1,29.8,18.1,45.8,.2,.8,.8,1.4,1.5,2.6,1.2-3,2.2-5.3,3.2-7.7,3-7.4,6.1-14.6,6.2-22.9,.3-22-5.5-42.5-13.6-62.6-1.1-2.7-2.5-3.2-5.1-3-16.9,1.5-33.8,2.8-50.7,4.2-12.3,1-24.6,1.9-36.8,2.9-6,.5-6.1,.6-6.6,6.7-.6,7.4-1.1,14.8-1.5,22.3-.1,1.2,.4,3,1.2,3.4,4.9,2.3,9.9,4.3,15.2,6.5h0Zm49.3,108.1c.7,1.9,.8,4.5,2.2,5.6,9.3,8.2,19,15.9,28.4,24,8.1,7,15.9,14.2,25.6,19.1,5.2,2.6,10.6,4.6,16.7,2.7,6.9-2.1,10.4-7.4,14-12.9,1.5-2.3,1.3-4-.6-6-9.6-10.3-19.3-20.5-28.4-31.3-6.4-7.6-12.3-15.6-17.3-24.1-4.5-7.6-3.8-8-12.4-6.9-16.6,2.1-26.6,12.9-28.2,29.8h0Zm32.5-32.4c0-.3,0-.5,.1-.8-9.2-3.8-18.5-7.7-27.7-11.4-1.6-.6-2.1,.2-2.3,1.8-.3,2.3-.5,4.8-1.4,6.9-4.1,9.2-11.2,15.6-19.9,20.1-6,3.1-12.6,3.5-18.7,.9-18.5-7.9-28.4-22.5-31.1-42.1-.8-6-.1-12.2-.1-18.3l-1.4-.1c-.6,2.1-1.2,4.3-1.7,6.4-4.2,17-8.2,34-12.7,50.9-.9,3.4,0,5,2.5,6.9,11.2,8.3,21.7,17.7,31,28.1,5.1,5.7,5.1,5.8,11.9,2.1,5.6-3.1,10.8-6.7,17.3-8.2,6.3-1.5,12.8-2.5,18.4-6.2,1.8-1.2,2.3-2.2,2.3-4.1,.5-16,7.7-25.8,22.8-30.6,3.4-1.1,7.1-1.6,10.7-2.3h0Zm-59.1-95.6c-4.7-.5-8.8,1-11.5,4.8-3,4.3-5.5,8.9-8.3,13.4-1.2,2-.8,2.9,1.3,4.1,9.8,5.4,19.4,11.3,26.7,20,4.4,5.3,7.8,11.5,11.7,17.1,.9,1.3,2.1,2.6,3.5,3.2,12.2,5.3,24.5,10.5,36.8,15.7,2.6,1.1,3.6,.5,3.8-2.4,.1-1.5,.1-3.2-.3-4.6-1.5-5.4-2.8-10.8-4.9-16-4.8-11.9-10.4-23.5-14.9-35.4-2.7-7-6.8-11.8-13.8-14.4-9.7-3.5-19.8-4.9-30.1-5.5h0Zm-60.5,112.6c.6-2.4,1.2-4.6,1.8-6.7l15-60c.6-2.3-.3-3.3-2.3-3.9-2.6-.7-5.2-1.5-7.8-2.2-17.8-4.9-34.8-3.2-51.2,5.4-1.6,.8-2.2,1.7-2,3.6,.9,11,1.7,22.1,2.2,33.1,.1,2.6,1.3,3.8,3.3,4.9,7.6,4.4,15.3,8.8,22.7,13.4,6.1,3.9,11.9,8,18.3,12.4h0ZM175.4,102.1c-4.6,2.5-8.4,4.7-12.4,6.7-1.7,.8-3.6,1.5-5.5,1.7-6.3,.9-10.8-2.6-14.8-6.9-1.4-1.5-2-1.6-3.1,.3-2.9,4.9-6.3,9.6-11.5,11.9-7.1,3.1-12.1,8.5-17.4,13.7-2.3,2.3-4.7,4.4-6.9,6.7-3.5,3.5-6.9,7-10.5,10.5,.4,.3,.7,.5,.9,.6,17.8,2,35.6,3.9,53.4,5.8,1.2,.1,2.8-.6,3.8-1.4,6.9-5.6,13.6-11.4,20.6-16.9,6.5-5.1,9.5-13.2,7.2-20.9-1.1-4-2.4-7.8-3.8-11.8h0Zm-58.4,184.9c-11.1-.4-21.5-.8-31.9-1.2-2-.1-2.5,.3-2.6,2.5-.3,12-.7,24-1.6,35.9-.5,6.1-2.1,12.2-3.1,18.3-.3,1.5-.5,3.1,1.8,3,2.7-.1,5.3-.2,8-.5,5.4-.4,10.8-1,16.3-1.4,8-.6,16-1,24-1.5,1.7-.1,2.3-.7,2.4-2.4,.4-6.6,.8-13.1,1.3-19.7,.3-4,.8-8,1-12,0-.8-.7-1.6-1-2.5-.5,.6-1.2,1.1-1.5,1.8-1.5,3.2-2.9,6.5-4.5,9.7-.7,1.4-2,2.6-3,3.8l-.8-.4c-1.8-11-3.3-22.1-4.8-33.4h0Zm77-146v-13.1c0-1.9-.3-3.1-2.5-3.5-2.3-.4-4.6-1.2-6.8-2-2.1-.7-2.9-.2-3.8,2-1.4,3.5-3,7.2-5.6,9.7-5.6,5.2-12.1,9.4-17.7,14.6-7.1,6.5-13.8,13.4-20.4,20.3-1.4,1.4-2.5,3.8-2.5,5.7,.1,5.5,1,10.9,1.4,16.4,.2,2.2,1,3.1,3.3,3.1,4.6-.1,9.1-.1,13.7,0,6.2,.2,11-3,14.9-7.1,6.4-6.8,11.7-14.5,18.2-21.2,6.3-6.5,9.6-13.4,8.1-22.4-.4-.8-.3-1.7-.3-2.5h0Zm-121,47.1c-.2,0-.4,.1-.7,.1,1.4,11.3,2.5,22.6,4.5,33.8,.9,5.2,3.2,10.3,5.8,14.9,3.2,5.6,7.5,6.1,12.7,2.3,7.2-5.1,12.6-11.9,17.6-19,.9-1.3,1.5-3,1.6-4.5,.9-10.2,1.5-20.4,2.4-30.6,.2-2.1-.6-3.2-2.4-3.6-4.8-.9-9.5-2.3-14.3-2.5-7.4-.2-14.8,.6-22.3,.8-3,.1-4.3,1.6-4.6,4.3-.2,1.3-.2,2.7-.3,4h0Zm73.8-101.6c1.1-.2,1.8-.4,2.5-.5,5.8-1.7,11.5-3.5,17.3-5,4.2-1.1,4.4-.9,4.2-5.4-.6-13.8,4.6-25,14.6-34.2,6.1-5.6,6-5.7,13.1-1.4,.2,.1,.4,.2,.5,.3,1.8,1.3,2.4,.4,3.1-1.3,2.4-5.7,4.6-11.5,7.4-17,1.5-2.9,.7-3.8-1.8-5.1-5.8-2.9-11.4-6.2-17.1-9.2-.6-.3-2.1,0-2.6,.6-2.4,2.6-4.9,5.1-6.8,8-4.4,6.6-10.1,11.6-17.2,15.2-3.9,2-7.5,4.7-11.2,7.2-3.4,2.4-4.1,5.8-4,9.9,.2,6.6,.1,13.2-.2,19.8-.3,5.9-1.2,11.7-1.8,18.1h0Zm-32.6,135.3c-1.1,1.4-1.5,2-2,2.7-4.8,6.3-9.8,12.4-16.6,16.7-5.7,3.6-9.6,2.9-13.8-2.2-1.1-1.4-2.1-2.9-2.8-4.4-4.4-9.1-5.5-19-6.6-28.9-.5-4.7-.5-9.4-.7-14.1-4.3,6.6-7.7,13.9-14.6,18.5,1.2,1.8,2.3,3.2,3.2,4.6,1.1,1.5,2.1,3.1,3.1,4.7,10.9,17.8,16.5,37.4,18.5,58,.2,2.3,1,3.5,3.3,3.5,9.3,.2,18.6,.4,28,.7,2.3,.1,2.9-.8,2.6-3-.5-3.5-1.2-7-1.3-10.5-.1-13.9-.1-27.8-.1-41.7,0-1.2-.1-2.5-.2-4.6h0Zm18.2,255.9c-.1,.3-.3,.5-.4,.8,.3,.6,.6,1.3,1,1.9,11.7,17.9,23.4,35.9,35.1,53.8q4.3,6.6,10.4,1.6c12.9-10.5,15.6-20.1,9.3-34-.8-1.7-2.7-3.4-4.5-4.2-15-6.1-30.1-12-45.2-18-1.8-.7-3.8-1.2-5.7-1.9h0ZM172.2,75.6c.3,2.8,.1,5.7,.8,8.3,2.4,9.4,5.5,18.7,7.4,28.2,1.3,6.3,4.1,9.7,10.5,10.5,2.3,.3,2.9,0,3-2.2,.2-12.3,.1-24.6,1-36.9,.8-11,2.3-22,4.1-32.9,1.2-7.2,1.6-7-4.6-11-1.7-1.1-2.9-1-4.4,.2-11.4,9.2-18.4,20.6-17.8,35.8h0Zm-38.8,94.6c4.7-5.2,9.1-10.1,13.7-15.3-1.1-.3-1.5-.4-1.9-.5-17.3-1.9-34.6-3.7-51.9-5.7-2.7-.3-4.5,.4-6.1,2.5-6.1,7.9-9,17.1-11.9,26.9,2-.1,3.6-.1,5.2-.3,11.6-1.4,23.1-1.5,34.5,1.9,1.8,.5,2.5-.1,2.8-1.8,.3-1.6,.7-3.2,1.1-4.8,1-3.7,3.7-5.5,7.3-6.4,3.2-.7,5.4,.6,7.2,3.5h0Zm60.3-9.7c-.3-.1-.6-.1-.9-.2-.3,.4-.7,.7-1,1.1-7.4,8.9-14.7,17.9-22.3,26.7-3.3,3.9-7.7,6.7-12.9,7.3-4.7,.5-9.5,.3-14.3,0-3.4-.3-4.7,1.4-5.2,4.3-.2,1.1-.4,2.3-.4,3.4,.2,7.2,.4,14.5,.6,21.7,0,2,1,2.8,2.9,2.9,2.4,.1,4.8,.2,7.1,.6,6.3,1.2,11.4-1.9,14.6-6.3,5.8-8.2,10.7-17.2,15.4-26.1,2.2-4.1,4.2-8.3,8.4-10.4,7.1-3.6,8.8-9.4,8.1-16.6-.3-2.9-.1-5.7-.1-8.4h0Zm-23.4,380.3c-1.9-3-3.5-5.5-5.2-8-11.7-18-23.3-35.9-35.1-53.8-1-1.5-2.7-2.9-4.3-3.8-2-1.2-3.3-.6-3.2,2.1,.1,5-.1,10,.1,14.9,.3,8.3,.8,16.6,4.8,24.1,5.9,11.3,13.5,20.9,25.9,25.5,5.5,2,11.1,2.1,17-1h0ZM127.8,191.9c-.9,7.3-3.7,13.7-7.3,19.5-3.1,5-4.6,10-4.5,16,.2,17.2-1,34.4,1.5,51.5,.3,2.1,1.1,2.9,3.1,2.9,2.9,0,5.8,.2,8.7,.4,1.7,.1,2.5-.7,2.5-2.3,0-2.5,.1-5,0-7.5-.1-4.1-.3-8.1,2.7-11.4,.7-.8,.9-2.1,.9-3.2,.1-8.8,.2-17.6,.2-26.4,0-1.1-.5-2.6-1.3-3.2-2.4-1.6-3.3-3.8-3.1-6.4,.6-5.6,1.6-11.2,2.5-16.8,.3-1.9,1.1-3.8,1.1-5.7,.2-4.7-4.5-5-7-7.4h0Zm52.7,298.5c.2-.3,.3-.5,.5-.8-11.5-23.9-33.3-34.6-56.6-44.5-.5,6.1-1.1,11.6-1.4,17.2-.3,6.5-.1,6.3,6,8.5,13.5,4.9,26.9,10.1,40.3,15.2,3.9,1.4,7.5,2.9,11.2,4.4h0Zm-25.2-381.4c1.7-.2,3,0,3.9-.4,4.4-2.2,8.9-4.4,13.1-7,1-.6,1.9-2.7,1.7-3.9-.6-4.3-1.8-8.5-2.6-12.7-.5-2.7-2.2-3-4.4-2.4-6.2,1.8-12.5,3.6-18.7,5.5-1,.3-2.3,1-2.7,1.9-1.2,2.6-2.1,5.4-2.9,8.2-.3,.9-.1,2.2,.4,3,3.1,4.2,7.2,7.1,12.2,7.8h0Zm34.1,391c1.2,3.5,1.8,6,2.9,8.3,.6,1.3,1.7,2.9,2.9,3.5,9.6,4.1,19.2,8,28.9,11.9,.6,.2,1.8,.2,2-.2,1.4-2.2-.6-8.1-3.1-9.2-7.4-3.2-14.8-6.4-22.2-9.6-3.4-1.4-7-2.8-11.4-4.7h0Zm-52.1-243.8c.2,0,.5,.1,.7,.1,6.4-9.2,12.9-18.3,19.6-27.9-3.4,.6-6,1.5-8.6,1.5-2.8,.1-5.6-.5-8.3-.9-2.5-.4-3.5,.3-3.5,3.1,.1,6.9-.1,13.9-.2,20.8,0,1.3,.2,2.3,.3,3.3h0Zm-14.3,60.8c.4,0,.7-.1,1.1-.1,.7-1.4,1.7-2.6,2.1-4.1,2.1-7.5,4.1-15,6.1-22.6,.5-1.9-.8-2.4-2.3-2.5-2.6-.2-5.2-.2-7.7-.2-3.5-.1-3.7,.5-3.1,4,1,6.4,1.6,12.8,2.4,19.2,.2,2.1,.9,4.2,1.4,6.3h0Zm-4.5-133.6c-.8,10-1.5,19.6-2.3,29.9,1.3-.9,1.9-1.1,2-1.4,2.4-5.6,5.2-11.1,7-16.8,1.6-5.1-.8-8.8-6.7-11.7h0Zm8.2,3.9c1.7-4.4,3.7-8.9,5.3-13.6,.9-2.8-1.6-5.8-4.2-5.5-3,.4-5.9,1.4-6.9,4.8-.6,2.2-1.2,4.4-1.6,6.6-.1,.7,.3,1.7,.8,2.2,2,1.9,4.3,3.6,6.6,5.5h0Zm7.6,6.2c-.2-5.3,.1-10.5-1.9-15.5-1.3,2.2-2,4.4-2.8,6.6-1.7,5.2-1.1,6.5,4.7,8.9h0Zm1,32.9v-17.7c-3.3,6.4-3.3,15.3,0,17.7h0Z%22/%3E%3Cpolygon%20points%3D%2227%20477.4%200%20477.4%200%20.4%2027%20.4%2027%202.4%202%202.4%202%20475.4%2027%20475.4%2027%20477.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22349%20626.4%20326%20626.4%20326%20624.4%20347%20624.4%20347%202.4%20326%202.4%20326%20.4%20349%20.4%20349%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22295%20626.4%20273%20626.4%20273%20624.4%20293%20624.4%20293%20184.4%20273%20184.4%20273%20182.4%20295%20182.4%20295%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3C/g%3E%3C/svg%3E');
}
.p3100 .news-catmenu,
.p8100 .news-catmenu {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20349%20626.4%22%3E%3Cg%20id%3D%22b%22%3E%3Cpath%20d%3D%22M80.5,284.9c12-1,34.5-1.8,53.5-.5-2.5,42.5-9.8,160.3-12,187-8.8,1.5-14.6-7-33-6-21.5,1.2-29,9.5-37,9,1.5-16.5,.4-42.3,2-54,.6-4.3,3.8-11.3,6-22,2.2-10.6,1.4-12,3-19,3.4-15,6.2-17.5,10.5-31,2.9-9,5.4-15.7,5.5-31,.1-24.5,.5-29.7,1.5-32.5Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3Cpath%20d%3D%22M195.5,183.4c4.3,1.9-1,18-4.5,48-2.1,17.8-2.4,31.1-2.5,37.5-.1,12.3-.3,23.5,2,36.5,1.9,10.7,4.6,18.5,13,38.5,18.6,44.4,22.5,55.2,29.5,79,.5,1.9,6.4,13,8,33,1.2,15.2-.1,21.3-1,24.5-2.4,8.6-5,9-6.5,18-.8,4.9-.9,9.7-4.5,12.5-2.1,1.7-4.5,1.9-5.5,2-11-5.5-21-11.7-24.5-13-30.3-11.5-50.2-18.4-74.5-27.5-2.3-4.5-2.2-8.5-2-14.5,1-27.6,9.5-127.5,11.5-161.5,.2-2.8,1.4-6.6,1-12-.4-5.2-1.7-7-1.5-11,.2-5.2,2.6-9.1,4.5-12,13.2-20.3,23.3-26.5,30.5-42.5,.6-1.3,3.5-7.9,8-16.5,2.9-5.6,4.8-8.8,8-12,2.7-2.7,8.2-8.3,11-7Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3Cpath%20d%3D%22M80,281.9c-7.5-4.6-1.1-17.4-6.5-36.5-2.8-10-5.2-18.4-12.5-26-2.9-3.1-8.2-7.7-7-10.5,.7-1.6,2.8-1.3,6-3.5,2.7-1.9,4.1-4.2,5.5-6.5,3.3-5.6,4.3-10.8,5.5-16,1.5-6.3,3.4-14.3,7.5-22.5,1.6-3.2,4.3-8.5,9.5-14,4.6-4.9,5.9-4.2,12-9.5,10.6-9.1,9.2-13.1,18-19,6.7-4.5,8.6-3,13.5-7.5,4.4-4.1,6.2-8.4,9-15.5,4-10,7.2-18.1,6-28-.3-2.3-1.3-8.3-1.5-16.5-.1-2.7-.1-4.9,1-7.5,.4-1,1.8-4.1,7.5-8,8.4-5.8,12.4-4.1,17-9.5,.3-.3,1.5-2.1,4-5.5q3.7-5.2,5-7c4.3-5.6,6.5-8.3,9.5-8.5,1.3-.1,2.1,.4,5,2,9.1,5.1,17.5,9.5,17.5,9.5h0s1.1,4.3,1,7c-.2,4.3-3.5,7.5-4.5,8.5-5.8,6.1-7.1,21.2-8,35-1.8,27.3-2.8,40.9-2.5,59,.2,11.7-1.3,23.4,0,35,.5,4.2,.1,7.5-.5,14-.4,3.8-.7,5.5-2,7-1.9,2.4-4,2.1-7.5,5-1.6,1.3-2.5,2.5-4,4.5-4.1,5.4-6.2,10.4-6.5,11-3.5,8-13.5,25.2-24.5,38.5-1,1.2-4.8,6.5-12.5,17-1.1,1.5-3.1,4.3-4.5,8.5-.4,1.2-1.3,4.1-1.5,8-.3,6.5,1.9,8.7,.5,10.5-1.5,2-5.1,.8-12.5,0-4.8-.5-8.7-.5-16.5-.5-9.1,0-12.2,.6-19-.5-3.7-.6-5.5-.9-6.5-1.5Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3Cpath%20d%3D%22M86.5,283.4c-3.7-.6-6.1-.5-6.5-1.5-4-10.5-1.1-17.4-6.5-36.5%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3C/g%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20d%3D%22M41,587.7c.8-2.4,1.6-4.8,2.4-7.3,2.8-8.8,5.7-17.5,8.1-26.4,1.3-4.7,2.3-9.6,2.1-14.4-.6-20.2-1.9-40.3-2.4-60.5-.4-16.8-.5-33.6,0-50.3,.3-9.5,2.9-18.7,6.1-27.8,1.3-3.6,1.3-7.7,2-11.6,1-6,1.6-12.1,3.3-18,2.4-8.1,6.2-15.8,8.3-24,2.5-9.9,4.5-20,5.5-30.2,1-10.7,1.3-21.5,.6-32.2-1.5-23-6.9-45-19.5-64.7-1.9-3-4.1-5.7-6.2-8.5-1.5-2-1.7-3.9,.6-5.2,7.7-4.6,11.6-11.9,14.5-19.9,3.4-9.2,6.4-18.6,9.9-27.7,2.8-7.2,7.2-13.2,13.8-17.6,2-1.3,3.5-3.2,5.2-4.9,7-6.8,13.9-13.6,20.9-20.4,1-1,2.2-2,3.5-2.5,10-3.5,15.3-11.2,18.8-20.6,3.5-9.5,4.6-19.5,5-29.6,.2-5.5,.3-11,0-16.4-.3-5.8,2-10.1,6.5-13.3,4.7-3.2,9.5-6.2,14.5-9,4-2.2,7.4-5,9.9-8.7,3.7-5.4,7.4-10.8,13-14.5,.5-.3,.7-1,1-1.5h3.1c3.4,5.5,9.1,7.5,14.5,10,3.3,1.6,6.4,3.4,9.5,5.2,2.2,1.3,2.5,3.1,1.2,5.3-11.5,17.8-15.2,37.9-16,58.6-.9,23.3-1.1,46.6-1.2,69.9-.1,22.8-1.9,45.5-4.4,68.2-1.5,13.7-3.1,27.4-4,41.1-1.3,20.1-.8,40.2,5.5,59.7,2.4,7.3,5.6,14.2,8.2,21.4,3.3,8.8,6.1,17.8,9.6,26.5,4.3,11,9,21.8,13.5,32.7,6.4,15.3,12.3,30.8,14.6,47.3,1.3,9.4,1.7,19,1.4,28.5-.2,8.3-4.2,15.7-7.3,23.3-2.5,6.1-5,12.2-5.1,19.1-.1,8.8,3,16.6,8.2,23.3,7.9,10.1,16.4,19.7,24.8,29.4,5.9,6.9,12.2,13.6,18,20.5,1,1.2,1.7,3.7,1.2,5-3.3,7.6-7.6,14.5-15.4,18.5-7.9,4-15.7,2.6-23.3-1-12.2-5.7-21.7-15-31.7-23.8-7.4-6.5-15-12.7-22.5-19.1-1.5-1.2-2.8-1.1-4.7-.4-6,2.2-12.2,3.9-18.3,5.7-3.7,1.1-7,2.7-10.2,4.9-4.5,3-9.6,5.1-14.5,7.6-14.1,7-28.1,14.1-42.3,20.8-11.4,5.4-23.4,8.8-36.3,8.1-5.8-.3-11.5-1.5-16-5.2-2.6-2.2-4.1-5.7-6.1-8.7-.5-.8-1-1.7-1.5-2.5,.1-4,.1-8.1,.1-12.2h0ZM192,188.1c-.2-.2-.5-.4-.7-.5-3.2,2.8-6.7,5.2-8.6,9.3-2.2,4.8-4.3,9.7-7.2,14-11,16.6-22.1,33-33.5,49.3-3.2,4.6-5.3,9-4.9,14.8,.3,4.8,1.5,9.9-2,14.3-.2,.3-.2,.8-.2,1.2-.5,7.4-1.1,14.9-1.6,22.3-.8,12.3-1.4,24.6-2.3,36.9-1.3,18.9-2.7,37.8-4,56.7-.3,3.7-.1,3.8,3.7,3.5,12.2-.9,24.3-1.9,36.5-2.9,16.8-1.4,33.6-2.8,50.4-4.1,5.7-.4,5.8-.5,3.5-5.9-4.6-10.9-9.2-21.7-13.5-32.7-4.7-12.2-8.8-24.7-13.7-36.9-5.3-13.3-8-27-8.5-41.1-.4-10.7,0-21.5,.5-32.3,.4-8.8,1.4-17.5,2.3-26.3,1.1-10.7,2.5-21.4,3.6-32.1,.5-2.6,.3-5,.2-7.5h0ZM121.1,467.7c.3-4.4,.7-8.4,.9-12.3,.4-5.5,.6-10.9,1-16.4,.8-10.4,1.7-20.8,2.5-31.1,.9-11.1,1.7-22.2,2.4-33.3,.7-9.6,1.2-19.2,1.8-28.8,.1-1.9-.6-2.4-2.3-2.2-3.9,.4-7.7,.9-11.6,1.1-7.4,.5-14.8,1-22.3,1.3-4.2,.2-8.4,.1-12.7,.3-2.2,.1-4,.2-4.9,3.4-1.9,6.9-4.3,13.8-7.2,20.3-2.1,4.7-2.9,9.6-3.7,14.6-1.1,6.5-1.3,13.3-3.4,19.5-4,12-5.6,24.3-6.3,36.8-.5,9.1,.2,18.2,.4,27.3,0,1.9,.4,2.9,2.5,1.6,.7-.4,1.5-.6,2.3-.9,15.8-7.5,32.1-8.6,48.8-4.2,3.9,1,7.7,2,11.8,3h0Zm-61.9,49.8c0,6.5-.1,11.9,0,17.4,.3,9-1.2,17.7-3.9,26.3s-5.4,17.1-8,25.7c-1.5,5.1-1.3,10.3,.9,15.2,3.1,6.9,9.4,8.2,16,8.8,10,.8,19.7-1.1,28.8-5.2,11.9-5.3,23.5-11.2,35.2-16.9,4.6-2.2,9.2-4.6,14.3-7.2-23.3-27.3-52-46.5-83.3-64.1h0Zm81.7-67.3c.6-1.3,1.1-2.3,1.6-3.3,2.4-4,4.5-8.2,7.2-11.9,3.2-4.5,7.7-6.7,13.4-6.3,9.3,.6,18.6,1.4,27.5,4.2,8.5,2.7,15.9,6.8,18.1,16.5,.2,.9,.7,1.7,1.1,2.6,6.7,15,14.1,29.8,18.1,45.8,.2,.8,.8,1.4,1.5,2.6,1.2-3,2.2-5.3,3.2-7.7,3-7.4,6.1-14.6,6.2-22.9,.3-22-5.5-42.5-13.6-62.6-1.1-2.7-2.5-3.2-5.1-3-16.9,1.5-33.8,2.8-50.7,4.2-12.3,1-24.6,1.9-36.8,2.9-6,.5-6.1,.6-6.6,6.7-.6,7.4-1.1,14.8-1.5,22.3-.1,1.2,.4,3,1.2,3.4,4.9,2.3,9.9,4.3,15.2,6.5h0Zm49.3,108.1c.7,1.9,.8,4.5,2.2,5.6,9.3,8.2,19,15.9,28.4,24,8.1,7,15.9,14.2,25.6,19.1,5.2,2.6,10.6,4.6,16.7,2.7,6.9-2.1,10.4-7.4,14-12.9,1.5-2.3,1.3-4-.6-6-9.6-10.3-19.3-20.5-28.4-31.3-6.4-7.6-12.3-15.6-17.3-24.1-4.5-7.6-3.8-8-12.4-6.9-16.6,2.1-26.6,12.9-28.2,29.8h0Zm32.5-32.4c0-.3,0-.5,.1-.8-9.2-3.8-18.5-7.7-27.7-11.4-1.6-.6-2.1,.2-2.3,1.8-.3,2.3-.5,4.8-1.4,6.9-4.1,9.2-11.2,15.6-19.9,20.1-6,3.1-12.6,3.5-18.7,.9-18.5-7.9-28.4-22.5-31.1-42.1-.8-6-.1-12.2-.1-18.3l-1.4-.1c-.6,2.1-1.2,4.3-1.7,6.4-4.2,17-8.2,34-12.7,50.9-.9,3.4,0,5,2.5,6.9,11.2,8.3,21.7,17.7,31,28.1,5.1,5.7,5.1,5.8,11.9,2.1,5.6-3.1,10.8-6.7,17.3-8.2,6.3-1.5,12.8-2.5,18.4-6.2,1.8-1.2,2.3-2.2,2.3-4.1,.5-16,7.7-25.8,22.8-30.6,3.4-1.1,7.1-1.6,10.7-2.3h0Zm-59.1-95.6c-4.7-.5-8.8,1-11.5,4.8-3,4.3-5.5,8.9-8.3,13.4-1.2,2-.8,2.9,1.3,4.1,9.8,5.4,19.4,11.3,26.7,20,4.4,5.3,7.8,11.5,11.7,17.1,.9,1.3,2.1,2.6,3.5,3.2,12.2,5.3,24.5,10.5,36.8,15.7,2.6,1.1,3.6,.5,3.8-2.4,.1-1.5,.1-3.2-.3-4.6-1.5-5.4-2.8-10.8-4.9-16-4.8-11.9-10.4-23.5-14.9-35.4-2.7-7-6.8-11.8-13.8-14.4-9.7-3.5-19.8-4.9-30.1-5.5h0Zm-60.5,112.6c.6-2.4,1.2-4.6,1.8-6.7l15-60c.6-2.3-.3-3.3-2.3-3.9-2.6-.7-5.2-1.5-7.8-2.2-17.8-4.9-34.8-3.2-51.2,5.4-1.6,.8-2.2,1.7-2,3.6,.9,11,1.7,22.1,2.2,33.1,.1,2.6,1.3,3.8,3.3,4.9,7.6,4.4,15.3,8.8,22.7,13.4,6.1,3.9,11.9,8,18.3,12.4h0ZM175.4,102.1c-4.6,2.5-8.4,4.7-12.4,6.7-1.7,.8-3.6,1.5-5.5,1.7-6.3,.9-10.8-2.6-14.8-6.9-1.4-1.5-2-1.6-3.1,.3-2.9,4.9-6.3,9.6-11.5,11.9-7.1,3.1-12.1,8.5-17.4,13.7-2.3,2.3-4.7,4.4-6.9,6.7-3.5,3.5-6.9,7-10.5,10.5,.4,.3,.7,.5,.9,.6,17.8,2,35.6,3.9,53.4,5.8,1.2,.1,2.8-.6,3.8-1.4,6.9-5.6,13.6-11.4,20.6-16.9,6.5-5.1,9.5-13.2,7.2-20.9-1.1-4-2.4-7.8-3.8-11.8h0Zm-58.4,184.9c-11.1-.4-21.5-.8-31.9-1.2-2-.1-2.5,.3-2.6,2.5-.3,12-.7,24-1.6,35.9-.5,6.1-2.1,12.2-3.1,18.3-.3,1.5-.5,3.1,1.8,3,2.7-.1,5.3-.2,8-.5,5.4-.4,10.8-1,16.3-1.4,8-.6,16-1,24-1.5,1.7-.1,2.3-.7,2.4-2.4,.4-6.6,.8-13.1,1.3-19.7,.3-4,.8-8,1-12,0-.8-.7-1.6-1-2.5-.5,.6-1.2,1.1-1.5,1.8-1.5,3.2-2.9,6.5-4.5,9.7-.7,1.4-2,2.6-3,3.8l-.8-.4c-1.8-11-3.3-22.1-4.8-33.4h0Zm77-146v-13.1c0-1.9-.3-3.1-2.5-3.5-2.3-.4-4.6-1.2-6.8-2-2.1-.7-2.9-.2-3.8,2-1.4,3.5-3,7.2-5.6,9.7-5.6,5.2-12.1,9.4-17.7,14.6-7.1,6.5-13.8,13.4-20.4,20.3-1.4,1.4-2.5,3.8-2.5,5.7,.1,5.5,1,10.9,1.4,16.4,.2,2.2,1,3.1,3.3,3.1,4.6-.1,9.1-.1,13.7,0,6.2,.2,11-3,14.9-7.1,6.4-6.8,11.7-14.5,18.2-21.2,6.3-6.5,9.6-13.4,8.1-22.4-.4-.8-.3-1.7-.3-2.5h0Zm-121,47.1c-.2,0-.4,.1-.7,.1,1.4,11.3,2.5,22.6,4.5,33.8,.9,5.2,3.2,10.3,5.8,14.9,3.2,5.6,7.5,6.1,12.7,2.3,7.2-5.1,12.6-11.9,17.6-19,.9-1.3,1.5-3,1.6-4.5,.9-10.2,1.5-20.4,2.4-30.6,.2-2.1-.6-3.2-2.4-3.6-4.8-.9-9.5-2.3-14.3-2.5-7.4-.2-14.8,.6-22.3,.8-3,.1-4.3,1.6-4.6,4.3-.2,1.3-.2,2.7-.3,4h0Zm73.8-101.6c1.1-.2,1.8-.4,2.5-.5,5.8-1.7,11.5-3.5,17.3-5,4.2-1.1,4.4-.9,4.2-5.4-.6-13.8,4.6-25,14.6-34.2,6.1-5.6,6-5.7,13.1-1.4,.2,.1,.4,.2,.5,.3,1.8,1.3,2.4,.4,3.1-1.3,2.4-5.7,4.6-11.5,7.4-17,1.5-2.9,.7-3.8-1.8-5.1-5.8-2.9-11.4-6.2-17.1-9.2-.6-.3-2.1,0-2.6,.6-2.4,2.6-4.9,5.1-6.8,8-4.4,6.6-10.1,11.6-17.2,15.2-3.9,2-7.5,4.7-11.2,7.2-3.4,2.4-4.1,5.8-4,9.9,.2,6.6,.1,13.2-.2,19.8-.3,5.9-1.2,11.7-1.8,18.1h0Zm-32.6,135.3c-1.1,1.4-1.5,2-2,2.7-4.8,6.3-9.8,12.4-16.6,16.7-5.7,3.6-9.6,2.9-13.8-2.2-1.1-1.4-2.1-2.9-2.8-4.4-4.4-9.1-5.5-19-6.6-28.9-.5-4.7-.5-9.4-.7-14.1-4.3,6.6-7.7,13.9-14.6,18.5,1.2,1.8,2.3,3.2,3.2,4.6,1.1,1.5,2.1,3.1,3.1,4.7,10.9,17.8,16.5,37.4,18.5,58,.2,2.3,1,3.5,3.3,3.5,9.3,.2,18.6,.4,28,.7,2.3,.1,2.9-.8,2.6-3-.5-3.5-1.2-7-1.3-10.5-.1-13.9-.1-27.8-.1-41.7,0-1.2-.1-2.5-.2-4.6h0Zm18.2,255.9c-.1,.3-.3,.5-.4,.8,.3,.6,.6,1.3,1,1.9,11.7,17.9,23.4,35.9,35.1,53.8q4.3,6.6,10.4,1.6c12.9-10.5,15.6-20.1,9.3-34-.8-1.7-2.7-3.4-4.5-4.2-15-6.1-30.1-12-45.2-18-1.8-.7-3.8-1.2-5.7-1.9h0ZM172.2,75.6c.3,2.8,.1,5.7,.8,8.3,2.4,9.4,5.5,18.7,7.4,28.2,1.3,6.3,4.1,9.7,10.5,10.5,2.3,.3,2.9,0,3-2.2,.2-12.3,.1-24.6,1-36.9,.8-11,2.3-22,4.1-32.9,1.2-7.2,1.6-7-4.6-11-1.7-1.1-2.9-1-4.4,.2-11.4,9.2-18.4,20.6-17.8,35.8h0Zm-38.8,94.6c4.7-5.2,9.1-10.1,13.7-15.3-1.1-.3-1.5-.4-1.9-.5-17.3-1.9-34.6-3.7-51.9-5.7-2.7-.3-4.5,.4-6.1,2.5-6.1,7.9-9,17.1-11.9,26.9,2-.1,3.6-.1,5.2-.3,11.6-1.4,23.1-1.5,34.5,1.9,1.8,.5,2.5-.1,2.8-1.8,.3-1.6,.7-3.2,1.1-4.8,1-3.7,3.7-5.5,7.3-6.4,3.2-.7,5.4,.6,7.2,3.5h0Zm60.3-9.7c-.3-.1-.6-.1-.9-.2-.3,.4-.7,.7-1,1.1-7.4,8.9-14.7,17.9-22.3,26.7-3.3,3.9-7.7,6.7-12.9,7.3-4.7,.5-9.5,.3-14.3,0-3.4-.3-4.7,1.4-5.2,4.3-.2,1.1-.4,2.3-.4,3.4,.2,7.2,.4,14.5,.6,21.7,0,2,1,2.8,2.9,2.9,2.4,.1,4.8,.2,7.1,.6,6.3,1.2,11.4-1.9,14.6-6.3,5.8-8.2,10.7-17.2,15.4-26.1,2.2-4.1,4.2-8.3,8.4-10.4,7.1-3.6,8.8-9.4,8.1-16.6-.3-2.9-.1-5.7-.1-8.4h0Zm-23.4,380.3c-1.9-3-3.5-5.5-5.2-8-11.7-18-23.3-35.9-35.1-53.8-1-1.5-2.7-2.9-4.3-3.8-2-1.2-3.3-.6-3.2,2.1,.1,5-.1,10,.1,14.9,.3,8.3,.8,16.6,4.8,24.1,5.9,11.3,13.5,20.9,25.9,25.5,5.5,2,11.1,2.1,17-1h0ZM127.8,191.9c-.9,7.3-3.7,13.7-7.3,19.5-3.1,5-4.6,10-4.5,16,.2,17.2-1,34.4,1.5,51.5,.3,2.1,1.1,2.9,3.1,2.9,2.9,0,5.8,.2,8.7,.4,1.7,.1,2.5-.7,2.5-2.3,0-2.5,.1-5,0-7.5-.1-4.1-.3-8.1,2.7-11.4,.7-.8,.9-2.1,.9-3.2,.1-8.8,.2-17.6,.2-26.4,0-1.1-.5-2.6-1.3-3.2-2.4-1.6-3.3-3.8-3.1-6.4,.6-5.6,1.6-11.2,2.5-16.8,.3-1.9,1.1-3.8,1.1-5.7,.2-4.7-4.5-5-7-7.4h0Zm52.7,298.5c.2-.3,.3-.5,.5-.8-11.5-23.9-33.3-34.6-56.6-44.5-.5,6.1-1.1,11.6-1.4,17.2-.3,6.5-.1,6.3,6,8.5,13.5,4.9,26.9,10.1,40.3,15.2,3.9,1.4,7.5,2.9,11.2,4.4h0Zm-25.2-381.4c1.7-.2,3,0,3.9-.4,4.4-2.2,8.9-4.4,13.1-7,1-.6,1.9-2.7,1.7-3.9-.6-4.3-1.8-8.5-2.6-12.7-.5-2.7-2.2-3-4.4-2.4-6.2,1.8-12.5,3.6-18.7,5.5-1,.3-2.3,1-2.7,1.9-1.2,2.6-2.1,5.4-2.9,8.2-.3,.9-.1,2.2,.4,3,3.1,4.2,7.2,7.1,12.2,7.8h0Zm34.1,391c1.2,3.5,1.8,6,2.9,8.3,.6,1.3,1.7,2.9,2.9,3.5,9.6,4.1,19.2,8,28.9,11.9,.6,.2,1.8,.2,2-.2,1.4-2.2-.6-8.1-3.1-9.2-7.4-3.2-14.8-6.4-22.2-9.6-3.4-1.4-7-2.8-11.4-4.7h0Zm-52.1-243.8c.2,0,.5,.1,.7,.1,6.4-9.2,12.9-18.3,19.6-27.9-3.4,.6-6,1.5-8.6,1.5-2.8,.1-5.6-.5-8.3-.9-2.5-.4-3.5,.3-3.5,3.1,.1,6.9-.1,13.9-.2,20.8,0,1.3,.2,2.3,.3,3.3h0Zm-14.3,60.8c.4,0,.7-.1,1.1-.1,.7-1.4,1.7-2.6,2.1-4.1,2.1-7.5,4.1-15,6.1-22.6,.5-1.9-.8-2.4-2.3-2.5-2.6-.2-5.2-.2-7.7-.2-3.5-.1-3.7,.5-3.1,4,1,6.4,1.6,12.8,2.4,19.2,.2,2.1,.9,4.2,1.4,6.3h0Zm-4.5-133.6c-.8,10-1.5,19.6-2.3,29.9,1.3-.9,1.9-1.1,2-1.4,2.4-5.6,5.2-11.1,7-16.8,1.6-5.1-.8-8.8-6.7-11.7h0Zm8.2,3.9c1.7-4.4,3.7-8.9,5.3-13.6,.9-2.8-1.6-5.8-4.2-5.5-3,.4-5.9,1.4-6.9,4.8-.6,2.2-1.2,4.4-1.6,6.6-.1,.7,.3,1.7,.8,2.2,2,1.9,4.3,3.6,6.6,5.5h0Zm7.6,6.2c-.2-5.3,.1-10.5-1.9-15.5-1.3,2.2-2,4.4-2.8,6.6-1.7,5.2-1.1,6.5,4.7,8.9h0Zm1,32.9v-17.7c-3.3,6.4-3.3,15.3,0,17.7h0Z%22/%3E%3Cpolygon%20points%3D%2227%20477.4%200%20477.4%200%20.4%2027%20.4%2027%202.4%202%202.4%202%20475.4%2027%20475.4%2027%20477.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22349%20626.4%20326%20626.4%20326%20624.4%20347%20624.4%20347%202.4%20326%202.4%20326%20.4%20349%20.4%20349%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22295%20626.4%20273%20626.4%20273%20624.4%20293%20624.4%20293%20184.4%20273%20184.4%20273%20182.4%20295%20182.4%20295%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3C/g%3E%3C/svg%3E');
}
.p3200 .news-catmenu,
.p8200 .news-catmenu {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20349%20626.4%22%3E%3Cg%20id%3D%22b%22%3E%3Cpath%20d%3D%22M80,281.9c-7.5-4.6-1.1-17.4-6.5-36.5-2.8-10-5.2-18.4-12.5-26-2.9-3.1-8.2-7.7-7-10.5,.7-1.6,2.8-1.3,6-3.5,2.7-1.9,4.1-4.2,5.5-6.5,3.3-5.6,4.3-10.8,5.5-16,1.5-6.3,3.4-14.3,7.5-22.5,1.6-3.2,4.3-8.5,9.5-14,4.6-4.9,5.9-4.2,12-9.5,10.6-9.1,9.2-13.1,18-19,6.7-4.5,8.6-3,13.5-7.5,4.4-4.1,6.2-8.4,9-15.5,4-10,7.2-18.1,6-28-.3-2.3-1.3-8.3-1.5-16.5-.1-2.7-.1-4.9,1-7.5,.4-1,1.8-4.1,7.5-8,8.4-5.8,12.4-4.1,17-9.5,.3-.3,1.5-2.1,4-5.5q3.7-5.2,5-7c4.3-5.6,6.5-8.3,9.5-8.5,1.3-.1,2.1,.4,5,2,9.1,5.1,17.5,9.5,17.5,9.5h0s1.1,4.3,1,7c-.2,4.3-3.5,7.5-4.5,8.5-5.8,6.1-7.1,21.2-8,35-1.8,27.3-2.8,40.9-2.5,59,.2,11.7-1.3,23.4,0,35,.5,4.2,.1,7.5-.5,14-.4,3.8-.7,5.5-2,7-1.9,2.4-4,2.1-7.5,5-1.6,1.3-2.5,2.5-4,4.5-4.1,5.4-6.2,10.4-6.5,11-3.5,8-13.5,25.2-24.5,38.5-1,1.2-4.8,6.5-12.5,17-1.1,1.5-3.1,4.3-4.5,8.5-.4,1.2-1.3,4.1-1.5,8-.3,6.5,1.9,8.7,.5,10.5-1.5,2-5.1,.8-12.5,0-4.8-.5-8.7-.5-16.5-.5-9.1,0-12.2,.6-19-.5-3.7-.6-5.5-.9-6.5-1.5Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3C/g%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20d%3D%22M41,587.7c.8-2.4,1.6-4.8,2.4-7.3,2.8-8.8,5.7-17.5,8.1-26.4,1.3-4.7,2.3-9.6,2.1-14.4-.6-20.2-1.9-40.3-2.4-60.5-.4-16.8-.5-33.6,0-50.3,.3-9.5,2.9-18.7,6.1-27.8,1.3-3.6,1.3-7.7,2-11.6,1-6,1.6-12.1,3.3-18,2.4-8.1,6.2-15.8,8.3-24,2.5-9.9,4.5-20,5.5-30.2,1-10.7,1.3-21.5,.6-32.2-1.5-23-6.9-45-19.5-64.7-1.9-3-4.1-5.7-6.2-8.5-1.5-2-1.7-3.9,.6-5.2,7.7-4.6,11.6-11.9,14.5-19.9,3.4-9.2,6.4-18.6,9.9-27.7,2.8-7.2,7.2-13.2,13.8-17.6,2-1.3,3.5-3.2,5.2-4.9,7-6.8,13.9-13.6,20.9-20.4,1-1,2.2-2,3.5-2.5,10-3.5,15.3-11.2,18.8-20.6,3.5-9.5,4.6-19.5,5-29.6,.2-5.5,.3-11,0-16.4-.3-5.8,2-10.1,6.5-13.3,4.7-3.2,9.5-6.2,14.5-9,4-2.2,7.4-5,9.9-8.7,3.7-5.4,7.4-10.8,13-14.5,.5-.3,.7-1,1-1.5h3.1c3.4,5.5,9.1,7.5,14.5,10,3.3,1.6,6.4,3.4,9.5,5.2,2.2,1.3,2.5,3.1,1.2,5.3-11.5,17.8-15.2,37.9-16,58.6-.9,23.3-1.1,46.6-1.2,69.9-.1,22.8-1.9,45.5-4.4,68.2-1.5,13.7-3.1,27.4-4,41.1-1.3,20.1-.8,40.2,5.5,59.7,2.4,7.3,5.6,14.2,8.2,21.4,3.3,8.8,6.1,17.8,9.6,26.5,4.3,11,9,21.8,13.5,32.7,6.4,15.3,12.3,30.8,14.6,47.3,1.3,9.4,1.7,19,1.4,28.5-.2,8.3-4.2,15.7-7.3,23.3-2.5,6.1-5,12.2-5.1,19.1-.1,8.8,3,16.6,8.2,23.3,7.9,10.1,16.4,19.7,24.8,29.4,5.9,6.9,12.2,13.6,18,20.5,1,1.2,1.7,3.7,1.2,5-3.3,7.6-7.6,14.5-15.4,18.5-7.9,4-15.7,2.6-23.3-1-12.2-5.7-21.7-15-31.7-23.8-7.4-6.5-15-12.7-22.5-19.1-1.5-1.2-2.8-1.1-4.7-.4-6,2.2-12.2,3.9-18.3,5.7-3.7,1.1-7,2.7-10.2,4.9-4.5,3-9.6,5.1-14.5,7.6-14.1,7-28.1,14.1-42.3,20.8-11.4,5.4-23.4,8.8-36.3,8.1-5.8-.3-11.5-1.5-16-5.2-2.6-2.2-4.1-5.7-6.1-8.7-.5-.8-1-1.7-1.5-2.5,.1-4,.1-8.1,.1-12.2h0ZM192,188.1c-.2-.2-.5-.4-.7-.5-3.2,2.8-6.7,5.2-8.6,9.3-2.2,4.8-4.3,9.7-7.2,14-11,16.6-22.1,33-33.5,49.3-3.2,4.6-5.3,9-4.9,14.8,.3,4.8,1.5,9.9-2,14.3-.2,.3-.2,.8-.2,1.2-.5,7.4-1.1,14.9-1.6,22.3-.8,12.3-1.4,24.6-2.3,36.9-1.3,18.9-2.7,37.8-4,56.7-.3,3.7-.1,3.8,3.7,3.5,12.2-.9,24.3-1.9,36.5-2.9,16.8-1.4,33.6-2.8,50.4-4.1,5.7-.4,5.8-.5,3.5-5.9-4.6-10.9-9.2-21.7-13.5-32.7-4.7-12.2-8.8-24.7-13.7-36.9-5.3-13.3-8-27-8.5-41.1-.4-10.7,0-21.5,.5-32.3,.4-8.8,1.4-17.5,2.3-26.3,1.1-10.7,2.5-21.4,3.6-32.1,.5-2.6,.3-5,.2-7.5h0ZM121.1,467.7c.3-4.4,.7-8.4,.9-12.3,.4-5.5,.6-10.9,1-16.4,.8-10.4,1.7-20.8,2.5-31.1,.9-11.1,1.7-22.2,2.4-33.3,.7-9.6,1.2-19.2,1.8-28.8,.1-1.9-.6-2.4-2.3-2.2-3.9,.4-7.7,.9-11.6,1.1-7.4,.5-14.8,1-22.3,1.3-4.2,.2-8.4,.1-12.7,.3-2.2,.1-4,.2-4.9,3.4-1.9,6.9-4.3,13.8-7.2,20.3-2.1,4.7-2.9,9.6-3.7,14.6-1.1,6.5-1.3,13.3-3.4,19.5-4,12-5.6,24.3-6.3,36.8-.5,9.1,.2,18.2,.4,27.3,0,1.9,.4,2.9,2.5,1.6,.7-.4,1.5-.6,2.3-.9,15.8-7.5,32.1-8.6,48.8-4.2,3.9,1,7.7,2,11.8,3h0Zm-61.9,49.8c0,6.5-.1,11.9,0,17.4,.3,9-1.2,17.7-3.9,26.3s-5.4,17.1-8,25.7c-1.5,5.1-1.3,10.3,.9,15.2,3.1,6.9,9.4,8.2,16,8.8,10,.8,19.7-1.1,28.8-5.2,11.9-5.3,23.5-11.2,35.2-16.9,4.6-2.2,9.2-4.6,14.3-7.2-23.3-27.3-52-46.5-83.3-64.1h0Zm81.7-67.3c.6-1.3,1.1-2.3,1.6-3.3,2.4-4,4.5-8.2,7.2-11.9,3.2-4.5,7.7-6.7,13.4-6.3,9.3,.6,18.6,1.4,27.5,4.2,8.5,2.7,15.9,6.8,18.1,16.5,.2,.9,.7,1.7,1.1,2.6,6.7,15,14.1,29.8,18.1,45.8,.2,.8,.8,1.4,1.5,2.6,1.2-3,2.2-5.3,3.2-7.7,3-7.4,6.1-14.6,6.2-22.9,.3-22-5.5-42.5-13.6-62.6-1.1-2.7-2.5-3.2-5.1-3-16.9,1.5-33.8,2.8-50.7,4.2-12.3,1-24.6,1.9-36.8,2.9-6,.5-6.1,.6-6.6,6.7-.6,7.4-1.1,14.8-1.5,22.3-.1,1.2,.4,3,1.2,3.4,4.9,2.3,9.9,4.3,15.2,6.5h0Zm49.3,108.1c.7,1.9,.8,4.5,2.2,5.6,9.3,8.2,19,15.9,28.4,24,8.1,7,15.9,14.2,25.6,19.1,5.2,2.6,10.6,4.6,16.7,2.7,6.9-2.1,10.4-7.4,14-12.9,1.5-2.3,1.3-4-.6-6-9.6-10.3-19.3-20.5-28.4-31.3-6.4-7.6-12.3-15.6-17.3-24.1-4.5-7.6-3.8-8-12.4-6.9-16.6,2.1-26.6,12.9-28.2,29.8h0Zm32.5-32.4c0-.3,0-.5,.1-.8-9.2-3.8-18.5-7.7-27.7-11.4-1.6-.6-2.1,.2-2.3,1.8-.3,2.3-.5,4.8-1.4,6.9-4.1,9.2-11.2,15.6-19.9,20.1-6,3.1-12.6,3.5-18.7,.9-18.5-7.9-28.4-22.5-31.1-42.1-.8-6-.1-12.2-.1-18.3l-1.4-.1c-.6,2.1-1.2,4.3-1.7,6.4-4.2,17-8.2,34-12.7,50.9-.9,3.4,0,5,2.5,6.9,11.2,8.3,21.7,17.7,31,28.1,5.1,5.7,5.1,5.8,11.9,2.1,5.6-3.1,10.8-6.7,17.3-8.2,6.3-1.5,12.8-2.5,18.4-6.2,1.8-1.2,2.3-2.2,2.3-4.1,.5-16,7.7-25.8,22.8-30.6,3.4-1.1,7.1-1.6,10.7-2.3h0Zm-59.1-95.6c-4.7-.5-8.8,1-11.5,4.8-3,4.3-5.5,8.9-8.3,13.4-1.2,2-.8,2.9,1.3,4.1,9.8,5.4,19.4,11.3,26.7,20,4.4,5.3,7.8,11.5,11.7,17.1,.9,1.3,2.1,2.6,3.5,3.2,12.2,5.3,24.5,10.5,36.8,15.7,2.6,1.1,3.6,.5,3.8-2.4,.1-1.5,.1-3.2-.3-4.6-1.5-5.4-2.8-10.8-4.9-16-4.8-11.9-10.4-23.5-14.9-35.4-2.7-7-6.8-11.8-13.8-14.4-9.7-3.5-19.8-4.9-30.1-5.5h0Zm-60.5,112.6c.6-2.4,1.2-4.6,1.8-6.7l15-60c.6-2.3-.3-3.3-2.3-3.9-2.6-.7-5.2-1.5-7.8-2.2-17.8-4.9-34.8-3.2-51.2,5.4-1.6,.8-2.2,1.7-2,3.6,.9,11,1.7,22.1,2.2,33.1,.1,2.6,1.3,3.8,3.3,4.9,7.6,4.4,15.3,8.8,22.7,13.4,6.1,3.9,11.9,8,18.3,12.4h0ZM175.4,102.1c-4.6,2.5-8.4,4.7-12.4,6.7-1.7,.8-3.6,1.5-5.5,1.7-6.3,.9-10.8-2.6-14.8-6.9-1.4-1.5-2-1.6-3.1,.3-2.9,4.9-6.3,9.6-11.5,11.9-7.1,3.1-12.1,8.5-17.4,13.7-2.3,2.3-4.7,4.4-6.9,6.7-3.5,3.5-6.9,7-10.5,10.5,.4,.3,.7,.5,.9,.6,17.8,2,35.6,3.9,53.4,5.8,1.2,.1,2.8-.6,3.8-1.4,6.9-5.6,13.6-11.4,20.6-16.9,6.5-5.1,9.5-13.2,7.2-20.9-1.1-4-2.4-7.8-3.8-11.8h0Zm-58.4,184.9c-11.1-.4-21.5-.8-31.9-1.2-2-.1-2.5,.3-2.6,2.5-.3,12-.7,24-1.6,35.9-.5,6.1-2.1,12.2-3.1,18.3-.3,1.5-.5,3.1,1.8,3,2.7-.1,5.3-.2,8-.5,5.4-.4,10.8-1,16.3-1.4,8-.6,16-1,24-1.5,1.7-.1,2.3-.7,2.4-2.4,.4-6.6,.8-13.1,1.3-19.7,.3-4,.8-8,1-12,0-.8-.7-1.6-1-2.5-.5,.6-1.2,1.1-1.5,1.8-1.5,3.2-2.9,6.5-4.5,9.7-.7,1.4-2,2.6-3,3.8l-.8-.4c-1.8-11-3.3-22.1-4.8-33.4h0Zm77-146v-13.1c0-1.9-.3-3.1-2.5-3.5-2.3-.4-4.6-1.2-6.8-2-2.1-.7-2.9-.2-3.8,2-1.4,3.5-3,7.2-5.6,9.7-5.6,5.2-12.1,9.4-17.7,14.6-7.1,6.5-13.8,13.4-20.4,20.3-1.4,1.4-2.5,3.8-2.5,5.7,.1,5.5,1,10.9,1.4,16.4,.2,2.2,1,3.1,3.3,3.1,4.6-.1,9.1-.1,13.7,0,6.2,.2,11-3,14.9-7.1,6.4-6.8,11.7-14.5,18.2-21.2,6.3-6.5,9.6-13.4,8.1-22.4-.4-.8-.3-1.7-.3-2.5h0Zm-121,47.1c-.2,0-.4,.1-.7,.1,1.4,11.3,2.5,22.6,4.5,33.8,.9,5.2,3.2,10.3,5.8,14.9,3.2,5.6,7.5,6.1,12.7,2.3,7.2-5.1,12.6-11.9,17.6-19,.9-1.3,1.5-3,1.6-4.5,.9-10.2,1.5-20.4,2.4-30.6,.2-2.1-.6-3.2-2.4-3.6-4.8-.9-9.5-2.3-14.3-2.5-7.4-.2-14.8,.6-22.3,.8-3,.1-4.3,1.6-4.6,4.3-.2,1.3-.2,2.7-.3,4h0Zm73.8-101.6c1.1-.2,1.8-.4,2.5-.5,5.8-1.7,11.5-3.5,17.3-5,4.2-1.1,4.4-.9,4.2-5.4-.6-13.8,4.6-25,14.6-34.2,6.1-5.6,6-5.7,13.1-1.4,.2,.1,.4,.2,.5,.3,1.8,1.3,2.4,.4,3.1-1.3,2.4-5.7,4.6-11.5,7.4-17,1.5-2.9,.7-3.8-1.8-5.1-5.8-2.9-11.4-6.2-17.1-9.2-.6-.3-2.1,0-2.6,.6-2.4,2.6-4.9,5.1-6.8,8-4.4,6.6-10.1,11.6-17.2,15.2-3.9,2-7.5,4.7-11.2,7.2-3.4,2.4-4.1,5.8-4,9.9,.2,6.6,.1,13.2-.2,19.8-.3,5.9-1.2,11.7-1.8,18.1h0Zm-32.6,135.3c-1.1,1.4-1.5,2-2,2.7-4.8,6.3-9.8,12.4-16.6,16.7-5.7,3.6-9.6,2.9-13.8-2.2-1.1-1.4-2.1-2.9-2.8-4.4-4.4-9.1-5.5-19-6.6-28.9-.5-4.7-.5-9.4-.7-14.1-4.3,6.6-7.7,13.9-14.6,18.5,1.2,1.8,2.3,3.2,3.2,4.6,1.1,1.5,2.1,3.1,3.1,4.7,10.9,17.8,16.5,37.4,18.5,58,.2,2.3,1,3.5,3.3,3.5,9.3,.2,18.6,.4,28,.7,2.3,.1,2.9-.8,2.6-3-.5-3.5-1.2-7-1.3-10.5-.1-13.9-.1-27.8-.1-41.7,0-1.2-.1-2.5-.2-4.6h0Zm18.2,255.9c-.1,.3-.3,.5-.4,.8,.3,.6,.6,1.3,1,1.9,11.7,17.9,23.4,35.9,35.1,53.8q4.3,6.6,10.4,1.6c12.9-10.5,15.6-20.1,9.3-34-.8-1.7-2.7-3.4-4.5-4.2-15-6.1-30.1-12-45.2-18-1.8-.7-3.8-1.2-5.7-1.9h0ZM172.2,75.6c.3,2.8,.1,5.7,.8,8.3,2.4,9.4,5.5,18.7,7.4,28.2,1.3,6.3,4.1,9.7,10.5,10.5,2.3,.3,2.9,0,3-2.2,.2-12.3,.1-24.6,1-36.9,.8-11,2.3-22,4.1-32.9,1.2-7.2,1.6-7-4.6-11-1.7-1.1-2.9-1-4.4,.2-11.4,9.2-18.4,20.6-17.8,35.8h0Zm-38.8,94.6c4.7-5.2,9.1-10.1,13.7-15.3-1.1-.3-1.5-.4-1.9-.5-17.3-1.9-34.6-3.7-51.9-5.7-2.7-.3-4.5,.4-6.1,2.5-6.1,7.9-9,17.1-11.9,26.9,2-.1,3.6-.1,5.2-.3,11.6-1.4,23.1-1.5,34.5,1.9,1.8,.5,2.5-.1,2.8-1.8,.3-1.6,.7-3.2,1.1-4.8,1-3.7,3.7-5.5,7.3-6.4,3.2-.7,5.4,.6,7.2,3.5h0Zm60.3-9.7c-.3-.1-.6-.1-.9-.2-.3,.4-.7,.7-1,1.1-7.4,8.9-14.7,17.9-22.3,26.7-3.3,3.9-7.7,6.7-12.9,7.3-4.7,.5-9.5,.3-14.3,0-3.4-.3-4.7,1.4-5.2,4.3-.2,1.1-.4,2.3-.4,3.4,.2,7.2,.4,14.5,.6,21.7,0,2,1,2.8,2.9,2.9,2.4,.1,4.8,.2,7.1,.6,6.3,1.2,11.4-1.9,14.6-6.3,5.8-8.2,10.7-17.2,15.4-26.1,2.2-4.1,4.2-8.3,8.4-10.4,7.1-3.6,8.8-9.4,8.1-16.6-.3-2.9-.1-5.7-.1-8.4h0Zm-23.4,380.3c-1.9-3-3.5-5.5-5.2-8-11.7-18-23.3-35.9-35.1-53.8-1-1.5-2.7-2.9-4.3-3.8-2-1.2-3.3-.6-3.2,2.1,.1,5-.1,10,.1,14.9,.3,8.3,.8,16.6,4.8,24.1,5.9,11.3,13.5,20.9,25.9,25.5,5.5,2,11.1,2.1,17-1h0ZM127.8,191.9c-.9,7.3-3.7,13.7-7.3,19.5-3.1,5-4.6,10-4.5,16,.2,17.2-1,34.4,1.5,51.5,.3,2.1,1.1,2.9,3.1,2.9,2.9,0,5.8,.2,8.7,.4,1.7,.1,2.5-.7,2.5-2.3,0-2.5,.1-5,0-7.5-.1-4.1-.3-8.1,2.7-11.4,.7-.8,.9-2.1,.9-3.2,.1-8.8,.2-17.6,.2-26.4,0-1.1-.5-2.6-1.3-3.2-2.4-1.6-3.3-3.8-3.1-6.4,.6-5.6,1.6-11.2,2.5-16.8,.3-1.9,1.1-3.8,1.1-5.7,.2-4.7-4.5-5-7-7.4h0Zm52.7,298.5c.2-.3,.3-.5,.5-.8-11.5-23.9-33.3-34.6-56.6-44.5-.5,6.1-1.1,11.6-1.4,17.2-.3,6.5-.1,6.3,6,8.5,13.5,4.9,26.9,10.1,40.3,15.2,3.9,1.4,7.5,2.9,11.2,4.4h0Zm-25.2-381.4c1.7-.2,3,0,3.9-.4,4.4-2.2,8.9-4.4,13.1-7,1-.6,1.9-2.7,1.7-3.9-.6-4.3-1.8-8.5-2.6-12.7-.5-2.7-2.2-3-4.4-2.4-6.2,1.8-12.5,3.6-18.7,5.5-1,.3-2.3,1-2.7,1.9-1.2,2.6-2.1,5.4-2.9,8.2-.3,.9-.1,2.2,.4,3,3.1,4.2,7.2,7.1,12.2,7.8h0Zm34.1,391c1.2,3.5,1.8,6,2.9,8.3,.6,1.3,1.7,2.9,2.9,3.5,9.6,4.1,19.2,8,28.9,11.9,.6,.2,1.8,.2,2-.2,1.4-2.2-.6-8.1-3.1-9.2-7.4-3.2-14.8-6.4-22.2-9.6-3.4-1.4-7-2.8-11.4-4.7h0Zm-52.1-243.8c.2,0,.5,.1,.7,.1,6.4-9.2,12.9-18.3,19.6-27.9-3.4,.6-6,1.5-8.6,1.5-2.8,.1-5.6-.5-8.3-.9-2.5-.4-3.5,.3-3.5,3.1,.1,6.9-.1,13.9-.2,20.8,0,1.3,.2,2.3,.3,3.3h0Zm-14.3,60.8c.4,0,.7-.1,1.1-.1,.7-1.4,1.7-2.6,2.1-4.1,2.1-7.5,4.1-15,6.1-22.6,.5-1.9-.8-2.4-2.3-2.5-2.6-.2-5.2-.2-7.7-.2-3.5-.1-3.7,.5-3.1,4,1,6.4,1.6,12.8,2.4,19.2,.2,2.1,.9,4.2,1.4,6.3h0Zm-4.5-133.6c-.8,10-1.5,19.6-2.3,29.9,1.3-.9,1.9-1.1,2-1.4,2.4-5.6,5.2-11.1,7-16.8,1.6-5.1-.8-8.8-6.7-11.7h0Zm8.2,3.9c1.7-4.4,3.7-8.9,5.3-13.6,.9-2.8-1.6-5.8-4.2-5.5-3,.4-5.9,1.4-6.9,4.8-.6,2.2-1.2,4.4-1.6,6.6-.1,.7,.3,1.7,.8,2.2,2,1.9,4.3,3.6,6.6,5.5h0Zm7.6,6.2c-.2-5.3,.1-10.5-1.9-15.5-1.3,2.2-2,4.4-2.8,6.6-1.7,5.2-1.1,6.5,4.7,8.9h0Zm1,32.9v-17.7c-3.3,6.4-3.3,15.3,0,17.7h0Z%22/%3E%3Cpolygon%20points%3D%2227%20477.4%200%20477.4%200%20.4%2027%20.4%2027%202.4%202%202.4%202%20475.4%2027%20475.4%2027%20477.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22349%20626.4%20326%20626.4%20326%20624.4%20347%20624.4%20347%202.4%20326%202.4%20326%20.4%20349%20.4%20349%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22295%20626.4%20273%20626.4%20273%20624.4%20293%20624.4%20293%20184.4%20273%20184.4%20273%20182.4%20295%20182.4%20295%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3C/g%3E%3C/svg%3E');
}
.p3300 .news-catmenu {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20349%20626.4%22%3E%3Cg%20id%3D%22b%22%3E%3Cpath%20d%3D%22M80.5,284.9c12-1,34.5-1.8,53.5-.5-2.5,42.5-9.8,160.3-12,187-8.8,1.5-14.6-7-33-6-21.5,1.2-29,9.5-37,9,1.5-16.5,.4-42.3,2-54,.6-4.3,3.8-11.3,6-22,2.2-10.6,1.4-12,3-19,3.4-15,6.2-17.5,10.5-31,2.9-9,5.4-15.7,5.5-31,.1-24.5,.5-29.7,1.5-32.5Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3C/g%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20d%3D%22M41,587.7c.8-2.4,1.6-4.8,2.4-7.3,2.8-8.8,5.7-17.5,8.1-26.4,1.3-4.7,2.3-9.6,2.1-14.4-.6-20.2-1.9-40.3-2.4-60.5-.4-16.8-.5-33.6,0-50.3,.3-9.5,2.9-18.7,6.1-27.8,1.3-3.6,1.3-7.7,2-11.6,1-6,1.6-12.1,3.3-18,2.4-8.1,6.2-15.8,8.3-24,2.5-9.9,4.5-20,5.5-30.2,1-10.7,1.3-21.5,.6-32.2-1.5-23-6.9-45-19.5-64.7-1.9-3-4.1-5.7-6.2-8.5-1.5-2-1.7-3.9,.6-5.2,7.7-4.6,11.6-11.9,14.5-19.9,3.4-9.2,6.4-18.6,9.9-27.7,2.8-7.2,7.2-13.2,13.8-17.6,2-1.3,3.5-3.2,5.2-4.9,7-6.8,13.9-13.6,20.9-20.4,1-1,2.2-2,3.5-2.5,10-3.5,15.3-11.2,18.8-20.6,3.5-9.5,4.6-19.5,5-29.6,.2-5.5,.3-11,0-16.4-.3-5.8,2-10.1,6.5-13.3,4.7-3.2,9.5-6.2,14.5-9,4-2.2,7.4-5,9.9-8.7,3.7-5.4,7.4-10.8,13-14.5,.5-.3,.7-1,1-1.5h3.1c3.4,5.5,9.1,7.5,14.5,10,3.3,1.6,6.4,3.4,9.5,5.2,2.2,1.3,2.5,3.1,1.2,5.3-11.5,17.8-15.2,37.9-16,58.6-.9,23.3-1.1,46.6-1.2,69.9-.1,22.8-1.9,45.5-4.4,68.2-1.5,13.7-3.1,27.4-4,41.1-1.3,20.1-.8,40.2,5.5,59.7,2.4,7.3,5.6,14.2,8.2,21.4,3.3,8.8,6.1,17.8,9.6,26.5,4.3,11,9,21.8,13.5,32.7,6.4,15.3,12.3,30.8,14.6,47.3,1.3,9.4,1.7,19,1.4,28.5-.2,8.3-4.2,15.7-7.3,23.3-2.5,6.1-5,12.2-5.1,19.1-.1,8.8,3,16.6,8.2,23.3,7.9,10.1,16.4,19.7,24.8,29.4,5.9,6.9,12.2,13.6,18,20.5,1,1.2,1.7,3.7,1.2,5-3.3,7.6-7.6,14.5-15.4,18.5-7.9,4-15.7,2.6-23.3-1-12.2-5.7-21.7-15-31.7-23.8-7.4-6.5-15-12.7-22.5-19.1-1.5-1.2-2.8-1.1-4.7-.4-6,2.2-12.2,3.9-18.3,5.7-3.7,1.1-7,2.7-10.2,4.9-4.5,3-9.6,5.1-14.5,7.6-14.1,7-28.1,14.1-42.3,20.8-11.4,5.4-23.4,8.8-36.3,8.1-5.8-.3-11.5-1.5-16-5.2-2.6-2.2-4.1-5.7-6.1-8.7-.5-.8-1-1.7-1.5-2.5,.1-4,.1-8.1,.1-12.2h0ZM192,188.1c-.2-.2-.5-.4-.7-.5-3.2,2.8-6.7,5.2-8.6,9.3-2.2,4.8-4.3,9.7-7.2,14-11,16.6-22.1,33-33.5,49.3-3.2,4.6-5.3,9-4.9,14.8,.3,4.8,1.5,9.9-2,14.3-.2,.3-.2,.8-.2,1.2-.5,7.4-1.1,14.9-1.6,22.3-.8,12.3-1.4,24.6-2.3,36.9-1.3,18.9-2.7,37.8-4,56.7-.3,3.7-.1,3.8,3.7,3.5,12.2-.9,24.3-1.9,36.5-2.9,16.8-1.4,33.6-2.8,50.4-4.1,5.7-.4,5.8-.5,3.5-5.9-4.6-10.9-9.2-21.7-13.5-32.7-4.7-12.2-8.8-24.7-13.7-36.9-5.3-13.3-8-27-8.5-41.1-.4-10.7,0-21.5,.5-32.3,.4-8.8,1.4-17.5,2.3-26.3,1.1-10.7,2.5-21.4,3.6-32.1,.5-2.6,.3-5,.2-7.5h0ZM121.1,467.7c.3-4.4,.7-8.4,.9-12.3,.4-5.5,.6-10.9,1-16.4,.8-10.4,1.7-20.8,2.5-31.1,.9-11.1,1.7-22.2,2.4-33.3,.7-9.6,1.2-19.2,1.8-28.8,.1-1.9-.6-2.4-2.3-2.2-3.9,.4-7.7,.9-11.6,1.1-7.4,.5-14.8,1-22.3,1.3-4.2,.2-8.4,.1-12.7,.3-2.2,.1-4,.2-4.9,3.4-1.9,6.9-4.3,13.8-7.2,20.3-2.1,4.7-2.9,9.6-3.7,14.6-1.1,6.5-1.3,13.3-3.4,19.5-4,12-5.6,24.3-6.3,36.8-.5,9.1,.2,18.2,.4,27.3,0,1.9,.4,2.9,2.5,1.6,.7-.4,1.5-.6,2.3-.9,15.8-7.5,32.1-8.6,48.8-4.2,3.9,1,7.7,2,11.8,3h0Zm-61.9,49.8c0,6.5-.1,11.9,0,17.4,.3,9-1.2,17.7-3.9,26.3s-5.4,17.1-8,25.7c-1.5,5.1-1.3,10.3,.9,15.2,3.1,6.9,9.4,8.2,16,8.8,10,.8,19.7-1.1,28.8-5.2,11.9-5.3,23.5-11.2,35.2-16.9,4.6-2.2,9.2-4.6,14.3-7.2-23.3-27.3-52-46.5-83.3-64.1h0Zm81.7-67.3c.6-1.3,1.1-2.3,1.6-3.3,2.4-4,4.5-8.2,7.2-11.9,3.2-4.5,7.7-6.7,13.4-6.3,9.3,.6,18.6,1.4,27.5,4.2,8.5,2.7,15.9,6.8,18.1,16.5,.2,.9,.7,1.7,1.1,2.6,6.7,15,14.1,29.8,18.1,45.8,.2,.8,.8,1.4,1.5,2.6,1.2-3,2.2-5.3,3.2-7.7,3-7.4,6.1-14.6,6.2-22.9,.3-22-5.5-42.5-13.6-62.6-1.1-2.7-2.5-3.2-5.1-3-16.9,1.5-33.8,2.8-50.7,4.2-12.3,1-24.6,1.9-36.8,2.9-6,.5-6.1,.6-6.6,6.7-.6,7.4-1.1,14.8-1.5,22.3-.1,1.2,.4,3,1.2,3.4,4.9,2.3,9.9,4.3,15.2,6.5h0Zm49.3,108.1c.7,1.9,.8,4.5,2.2,5.6,9.3,8.2,19,15.9,28.4,24,8.1,7,15.9,14.2,25.6,19.1,5.2,2.6,10.6,4.6,16.7,2.7,6.9-2.1,10.4-7.4,14-12.9,1.5-2.3,1.3-4-.6-6-9.6-10.3-19.3-20.5-28.4-31.3-6.4-7.6-12.3-15.6-17.3-24.1-4.5-7.6-3.8-8-12.4-6.9-16.6,2.1-26.6,12.9-28.2,29.8h0Zm32.5-32.4c0-.3,0-.5,.1-.8-9.2-3.8-18.5-7.7-27.7-11.4-1.6-.6-2.1,.2-2.3,1.8-.3,2.3-.5,4.8-1.4,6.9-4.1,9.2-11.2,15.6-19.9,20.1-6,3.1-12.6,3.5-18.7,.9-18.5-7.9-28.4-22.5-31.1-42.1-.8-6-.1-12.2-.1-18.3l-1.4-.1c-.6,2.1-1.2,4.3-1.7,6.4-4.2,17-8.2,34-12.7,50.9-.9,3.4,0,5,2.5,6.9,11.2,8.3,21.7,17.7,31,28.1,5.1,5.7,5.1,5.8,11.9,2.1,5.6-3.1,10.8-6.7,17.3-8.2,6.3-1.5,12.8-2.5,18.4-6.2,1.8-1.2,2.3-2.2,2.3-4.1,.5-16,7.7-25.8,22.8-30.6,3.4-1.1,7.1-1.6,10.7-2.3h0Zm-59.1-95.6c-4.7-.5-8.8,1-11.5,4.8-3,4.3-5.5,8.9-8.3,13.4-1.2,2-.8,2.9,1.3,4.1,9.8,5.4,19.4,11.3,26.7,20,4.4,5.3,7.8,11.5,11.7,17.1,.9,1.3,2.1,2.6,3.5,3.2,12.2,5.3,24.5,10.5,36.8,15.7,2.6,1.1,3.6,.5,3.8-2.4,.1-1.5,.1-3.2-.3-4.6-1.5-5.4-2.8-10.8-4.9-16-4.8-11.9-10.4-23.5-14.9-35.4-2.7-7-6.8-11.8-13.8-14.4-9.7-3.5-19.8-4.9-30.1-5.5h0Zm-60.5,112.6c.6-2.4,1.2-4.6,1.8-6.7l15-60c.6-2.3-.3-3.3-2.3-3.9-2.6-.7-5.2-1.5-7.8-2.2-17.8-4.9-34.8-3.2-51.2,5.4-1.6,.8-2.2,1.7-2,3.6,.9,11,1.7,22.1,2.2,33.1,.1,2.6,1.3,3.8,3.3,4.9,7.6,4.4,15.3,8.8,22.7,13.4,6.1,3.9,11.9,8,18.3,12.4h0ZM175.4,102.1c-4.6,2.5-8.4,4.7-12.4,6.7-1.7,.8-3.6,1.5-5.5,1.7-6.3,.9-10.8-2.6-14.8-6.9-1.4-1.5-2-1.6-3.1,.3-2.9,4.9-6.3,9.6-11.5,11.9-7.1,3.1-12.1,8.5-17.4,13.7-2.3,2.3-4.7,4.4-6.9,6.7-3.5,3.5-6.9,7-10.5,10.5,.4,.3,.7,.5,.9,.6,17.8,2,35.6,3.9,53.4,5.8,1.2,.1,2.8-.6,3.8-1.4,6.9-5.6,13.6-11.4,20.6-16.9,6.5-5.1,9.5-13.2,7.2-20.9-1.1-4-2.4-7.8-3.8-11.8h0Zm-58.4,184.9c-11.1-.4-21.5-.8-31.9-1.2-2-.1-2.5,.3-2.6,2.5-.3,12-.7,24-1.6,35.9-.5,6.1-2.1,12.2-3.1,18.3-.3,1.5-.5,3.1,1.8,3,2.7-.1,5.3-.2,8-.5,5.4-.4,10.8-1,16.3-1.4,8-.6,16-1,24-1.5,1.7-.1,2.3-.7,2.4-2.4,.4-6.6,.8-13.1,1.3-19.7,.3-4,.8-8,1-12,0-.8-.7-1.6-1-2.5-.5,.6-1.2,1.1-1.5,1.8-1.5,3.2-2.9,6.5-4.5,9.7-.7,1.4-2,2.6-3,3.8l-.8-.4c-1.8-11-3.3-22.1-4.8-33.4h0Zm77-146v-13.1c0-1.9-.3-3.1-2.5-3.5-2.3-.4-4.6-1.2-6.8-2-2.1-.7-2.9-.2-3.8,2-1.4,3.5-3,7.2-5.6,9.7-5.6,5.2-12.1,9.4-17.7,14.6-7.1,6.5-13.8,13.4-20.4,20.3-1.4,1.4-2.5,3.8-2.5,5.7,.1,5.5,1,10.9,1.4,16.4,.2,2.2,1,3.1,3.3,3.1,4.6-.1,9.1-.1,13.7,0,6.2,.2,11-3,14.9-7.1,6.4-6.8,11.7-14.5,18.2-21.2,6.3-6.5,9.6-13.4,8.1-22.4-.4-.8-.3-1.7-.3-2.5h0Zm-121,47.1c-.2,0-.4,.1-.7,.1,1.4,11.3,2.5,22.6,4.5,33.8,.9,5.2,3.2,10.3,5.8,14.9,3.2,5.6,7.5,6.1,12.7,2.3,7.2-5.1,12.6-11.9,17.6-19,.9-1.3,1.5-3,1.6-4.5,.9-10.2,1.5-20.4,2.4-30.6,.2-2.1-.6-3.2-2.4-3.6-4.8-.9-9.5-2.3-14.3-2.5-7.4-.2-14.8,.6-22.3,.8-3,.1-4.3,1.6-4.6,4.3-.2,1.3-.2,2.7-.3,4h0Zm73.8-101.6c1.1-.2,1.8-.4,2.5-.5,5.8-1.7,11.5-3.5,17.3-5,4.2-1.1,4.4-.9,4.2-5.4-.6-13.8,4.6-25,14.6-34.2,6.1-5.6,6-5.7,13.1-1.4,.2,.1,.4,.2,.5,.3,1.8,1.3,2.4,.4,3.1-1.3,2.4-5.7,4.6-11.5,7.4-17,1.5-2.9,.7-3.8-1.8-5.1-5.8-2.9-11.4-6.2-17.1-9.2-.6-.3-2.1,0-2.6,.6-2.4,2.6-4.9,5.1-6.8,8-4.4,6.6-10.1,11.6-17.2,15.2-3.9,2-7.5,4.7-11.2,7.2-3.4,2.4-4.1,5.8-4,9.9,.2,6.6,.1,13.2-.2,19.8-.3,5.9-1.2,11.7-1.8,18.1h0Zm-32.6,135.3c-1.1,1.4-1.5,2-2,2.7-4.8,6.3-9.8,12.4-16.6,16.7-5.7,3.6-9.6,2.9-13.8-2.2-1.1-1.4-2.1-2.9-2.8-4.4-4.4-9.1-5.5-19-6.6-28.9-.5-4.7-.5-9.4-.7-14.1-4.3,6.6-7.7,13.9-14.6,18.5,1.2,1.8,2.3,3.2,3.2,4.6,1.1,1.5,2.1,3.1,3.1,4.7,10.9,17.8,16.5,37.4,18.5,58,.2,2.3,1,3.5,3.3,3.5,9.3,.2,18.6,.4,28,.7,2.3,.1,2.9-.8,2.6-3-.5-3.5-1.2-7-1.3-10.5-.1-13.9-.1-27.8-.1-41.7,0-1.2-.1-2.5-.2-4.6h0Zm18.2,255.9c-.1,.3-.3,.5-.4,.8,.3,.6,.6,1.3,1,1.9,11.7,17.9,23.4,35.9,35.1,53.8q4.3,6.6,10.4,1.6c12.9-10.5,15.6-20.1,9.3-34-.8-1.7-2.7-3.4-4.5-4.2-15-6.1-30.1-12-45.2-18-1.8-.7-3.8-1.2-5.7-1.9h0ZM172.2,75.6c.3,2.8,.1,5.7,.8,8.3,2.4,9.4,5.5,18.7,7.4,28.2,1.3,6.3,4.1,9.7,10.5,10.5,2.3,.3,2.9,0,3-2.2,.2-12.3,.1-24.6,1-36.9,.8-11,2.3-22,4.1-32.9,1.2-7.2,1.6-7-4.6-11-1.7-1.1-2.9-1-4.4,.2-11.4,9.2-18.4,20.6-17.8,35.8h0Zm-38.8,94.6c4.7-5.2,9.1-10.1,13.7-15.3-1.1-.3-1.5-.4-1.9-.5-17.3-1.9-34.6-3.7-51.9-5.7-2.7-.3-4.5,.4-6.1,2.5-6.1,7.9-9,17.1-11.9,26.9,2-.1,3.6-.1,5.2-.3,11.6-1.4,23.1-1.5,34.5,1.9,1.8,.5,2.5-.1,2.8-1.8,.3-1.6,.7-3.2,1.1-4.8,1-3.7,3.7-5.5,7.3-6.4,3.2-.7,5.4,.6,7.2,3.5h0Zm60.3-9.7c-.3-.1-.6-.1-.9-.2-.3,.4-.7,.7-1,1.1-7.4,8.9-14.7,17.9-22.3,26.7-3.3,3.9-7.7,6.7-12.9,7.3-4.7,.5-9.5,.3-14.3,0-3.4-.3-4.7,1.4-5.2,4.3-.2,1.1-.4,2.3-.4,3.4,.2,7.2,.4,14.5,.6,21.7,0,2,1,2.8,2.9,2.9,2.4,.1,4.8,.2,7.1,.6,6.3,1.2,11.4-1.9,14.6-6.3,5.8-8.2,10.7-17.2,15.4-26.1,2.2-4.1,4.2-8.3,8.4-10.4,7.1-3.6,8.8-9.4,8.1-16.6-.3-2.9-.1-5.7-.1-8.4h0Zm-23.4,380.3c-1.9-3-3.5-5.5-5.2-8-11.7-18-23.3-35.9-35.1-53.8-1-1.5-2.7-2.9-4.3-3.8-2-1.2-3.3-.6-3.2,2.1,.1,5-.1,10,.1,14.9,.3,8.3,.8,16.6,4.8,24.1,5.9,11.3,13.5,20.9,25.9,25.5,5.5,2,11.1,2.1,17-1h0ZM127.8,191.9c-.9,7.3-3.7,13.7-7.3,19.5-3.1,5-4.6,10-4.5,16,.2,17.2-1,34.4,1.5,51.5,.3,2.1,1.1,2.9,3.1,2.9,2.9,0,5.8,.2,8.7,.4,1.7,.1,2.5-.7,2.5-2.3,0-2.5,.1-5,0-7.5-.1-4.1-.3-8.1,2.7-11.4,.7-.8,.9-2.1,.9-3.2,.1-8.8,.2-17.6,.2-26.4,0-1.1-.5-2.6-1.3-3.2-2.4-1.6-3.3-3.8-3.1-6.4,.6-5.6,1.6-11.2,2.5-16.8,.3-1.9,1.1-3.8,1.1-5.7,.2-4.7-4.5-5-7-7.4h0Zm52.7,298.5c.2-.3,.3-.5,.5-.8-11.5-23.9-33.3-34.6-56.6-44.5-.5,6.1-1.1,11.6-1.4,17.2-.3,6.5-.1,6.3,6,8.5,13.5,4.9,26.9,10.1,40.3,15.2,3.9,1.4,7.5,2.9,11.2,4.4h0Zm-25.2-381.4c1.7-.2,3,0,3.9-.4,4.4-2.2,8.9-4.4,13.1-7,1-.6,1.9-2.7,1.7-3.9-.6-4.3-1.8-8.5-2.6-12.7-.5-2.7-2.2-3-4.4-2.4-6.2,1.8-12.5,3.6-18.7,5.5-1,.3-2.3,1-2.7,1.9-1.2,2.6-2.1,5.4-2.9,8.2-.3,.9-.1,2.2,.4,3,3.1,4.2,7.2,7.1,12.2,7.8h0Zm34.1,391c1.2,3.5,1.8,6,2.9,8.3,.6,1.3,1.7,2.9,2.9,3.5,9.6,4.1,19.2,8,28.9,11.9,.6,.2,1.8,.2,2-.2,1.4-2.2-.6-8.1-3.1-9.2-7.4-3.2-14.8-6.4-22.2-9.6-3.4-1.4-7-2.8-11.4-4.7h0Zm-52.1-243.8c.2,0,.5,.1,.7,.1,6.4-9.2,12.9-18.3,19.6-27.9-3.4,.6-6,1.5-8.6,1.5-2.8,.1-5.6-.5-8.3-.9-2.5-.4-3.5,.3-3.5,3.1,.1,6.9-.1,13.9-.2,20.8,0,1.3,.2,2.3,.3,3.3h0Zm-14.3,60.8c.4,0,.7-.1,1.1-.1,.7-1.4,1.7-2.6,2.1-4.1,2.1-7.5,4.1-15,6.1-22.6,.5-1.9-.8-2.4-2.3-2.5-2.6-.2-5.2-.2-7.7-.2-3.5-.1-3.7,.5-3.1,4,1,6.4,1.6,12.8,2.4,19.2,.2,2.1,.9,4.2,1.4,6.3h0Zm-4.5-133.6c-.8,10-1.5,19.6-2.3,29.9,1.3-.9,1.9-1.1,2-1.4,2.4-5.6,5.2-11.1,7-16.8,1.6-5.1-.8-8.8-6.7-11.7h0Zm8.2,3.9c1.7-4.4,3.7-8.9,5.3-13.6,.9-2.8-1.6-5.8-4.2-5.5-3,.4-5.9,1.4-6.9,4.8-.6,2.2-1.2,4.4-1.6,6.6-.1,.7,.3,1.7,.8,2.2,2,1.9,4.3,3.6,6.6,5.5h0Zm7.6,6.2c-.2-5.3,.1-10.5-1.9-15.5-1.3,2.2-2,4.4-2.8,6.6-1.7,5.2-1.1,6.5,4.7,8.9h0Zm1,32.9v-17.7c-3.3,6.4-3.3,15.3,0,17.7h0Z%22/%3E%3Cpolygon%20points%3D%2227%20477.4%200%20477.4%200%20.4%2027%20.4%2027%202.4%202%202.4%202%20475.4%2027%20475.4%2027%20477.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22349%20626.4%20326%20626.4%20326%20624.4%20347%20624.4%20347%202.4%20326%202.4%20326%20.4%20349%20.4%20349%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22295%20626.4%20273%20626.4%20273%20624.4%20293%20624.4%20293%20184.4%20273%20184.4%20273%20182.4%20295%20182.4%20295%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3C/g%3E%3C/svg%3E');
}
.p3400 .news-catmenu,
.p8300 .news-catmenu {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20349%20626.4%22%3E%3Cg%20id%3D%22b%22%3E%3Cpath%20d%3D%22M54.3,476.8c4.4-6.8,12.6-8.8,19.1-10.4,10.1-2.5,19.3-1.7,31.3,.9,15.5,3.3,21.5,6.6,46.1,15.7,22.7,8.3,34.1,12.5,39.1,13.9,18.6,5.2,27.8,9.9,37.4,17.4,3.2,2.5,1.3,4.5,3.5,11.3,4.7,14.8,12.7,24.7,17.4,30.4,17,20.9,30.8,21.5,32.2,34.8,.7,6.9-2.5,12.3-3.5,13.9-4.9,8-15.1,13.2-23.5,11.3-5-1.2-8-4.8-9.6-6.1-26-22.6-35.4-25.4-54.8-44.3-2.8-2.8-9.6,1.7-20.9,6.1-28.2,10.9-37.6,20.4-66.1,33-22.8,10.1-30.4,10.1-36.5,8.7-10-2.3-22.4-10-23.5-20-.4-3.4,.7-5.6,2.6-10.4,0,0,4.5-11.1,10.4-29.6,4.5-13.8,3-25.9,.9-43.5-2.2-19.2-6.4-25.7-1.6-33.1Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3Cpath%20d%3D%22M80.5,284.9c12-1,34.5-1.8,53.5-.5-2.5,42.5-9.8,160.3-12,187-8.8,1.5-14.6-7-33-6-21.5,1.2-29,9.5-37,9,1.5-16.5,.4-42.3,2-54,.6-4.3,3.8-11.3,6-22,2.2-10.6,1.4-12,3-19,3.4-15,6.2-17.5,10.5-31,2.9-9,5.4-15.7,5.5-31,.1-24.5,.5-29.7,1.5-32.5Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3Cpath%20d%3D%22M195.5,183.4c4.3,1.9-1,18-4.5,48-2.1,17.8-2.4,31.1-2.5,37.5-.1,12.3-.3,23.5,2,36.5,1.9,10.7,4.6,18.5,13,38.5,18.6,44.4,22.5,55.2,29.5,79,.5,1.9,6.4,13,8,33,1.2,15.2-.1,21.3-1,24.5-2.4,8.6-5,9-6.5,18-.8,4.9-.9,9.7-4.5,12.5-2.1,1.7-4.5,1.9-5.5,2-11-5.5-21-11.7-24.5-13-30.3-11.5-50.2-18.4-74.5-27.5-2.3-4.5-2.2-8.5-2-14.5,1-27.6,9.5-127.5,11.5-161.5,.2-2.8,1.4-6.6,1-12-.4-5.2-1.7-7-1.5-11,.2-5.2,2.6-9.1,4.5-12,13.2-20.3,23.3-26.5,30.5-42.5,.6-1.3,3.5-7.9,8-16.5,2.9-5.6,4.8-8.8,8-12,2.7-2.7,8.2-8.3,11-7Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3C/g%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20d%3D%22M41,587.7c.8-2.4,1.6-4.8,2.4-7.3,2.8-8.8,5.7-17.5,8.1-26.4,1.3-4.7,2.3-9.6,2.1-14.4-.6-20.2-1.9-40.3-2.4-60.5-.4-16.8-.5-33.6,0-50.3,.3-9.5,2.9-18.7,6.1-27.8,1.3-3.6,1.3-7.7,2-11.6,1-6,1.6-12.1,3.3-18,2.4-8.1,6.2-15.8,8.3-24,2.5-9.9,4.5-20,5.5-30.2,1-10.7,1.3-21.5,.6-32.2-1.5-23-6.9-45-19.5-64.7-1.9-3-4.1-5.7-6.2-8.5-1.5-2-1.7-3.9,.6-5.2,7.7-4.6,11.6-11.9,14.5-19.9,3.4-9.2,6.4-18.6,9.9-27.7,2.8-7.2,7.2-13.2,13.8-17.6,2-1.3,3.5-3.2,5.2-4.9,7-6.8,13.9-13.6,20.9-20.4,1-1,2.2-2,3.5-2.5,10-3.5,15.3-11.2,18.8-20.6,3.5-9.5,4.6-19.5,5-29.6,.2-5.5,.3-11,0-16.4-.3-5.8,2-10.1,6.5-13.3,4.7-3.2,9.5-6.2,14.5-9,4-2.2,7.4-5,9.9-8.7,3.7-5.4,7.4-10.8,13-14.5,.5-.3,.7-1,1-1.5h3.1c3.4,5.5,9.1,7.5,14.5,10,3.3,1.6,6.4,3.4,9.5,5.2,2.2,1.3,2.5,3.1,1.2,5.3-11.5,17.8-15.2,37.9-16,58.6-.9,23.3-1.1,46.6-1.2,69.9-.1,22.8-1.9,45.5-4.4,68.2-1.5,13.7-3.1,27.4-4,41.1-1.3,20.1-.8,40.2,5.5,59.7,2.4,7.3,5.6,14.2,8.2,21.4,3.3,8.8,6.1,17.8,9.6,26.5,4.3,11,9,21.8,13.5,32.7,6.4,15.3,12.3,30.8,14.6,47.3,1.3,9.4,1.7,19,1.4,28.5-.2,8.3-4.2,15.7-7.3,23.3-2.5,6.1-5,12.2-5.1,19.1-.1,8.8,3,16.6,8.2,23.3,7.9,10.1,16.4,19.7,24.8,29.4,5.9,6.9,12.2,13.6,18,20.5,1,1.2,1.7,3.7,1.2,5-3.3,7.6-7.6,14.5-15.4,18.5-7.9,4-15.7,2.6-23.3-1-12.2-5.7-21.7-15-31.7-23.8-7.4-6.5-15-12.7-22.5-19.1-1.5-1.2-2.8-1.1-4.7-.4-6,2.2-12.2,3.9-18.3,5.7-3.7,1.1-7,2.7-10.2,4.9-4.5,3-9.6,5.1-14.5,7.6-14.1,7-28.1,14.1-42.3,20.8-11.4,5.4-23.4,8.8-36.3,8.1-5.8-.3-11.5-1.5-16-5.2-2.6-2.2-4.1-5.7-6.1-8.7-.5-.8-1-1.7-1.5-2.5,.1-4,.1-8.1,.1-12.2h0ZM192,188.1c-.2-.2-.5-.4-.7-.5-3.2,2.8-6.7,5.2-8.6,9.3-2.2,4.8-4.3,9.7-7.2,14-11,16.6-22.1,33-33.5,49.3-3.2,4.6-5.3,9-4.9,14.8,.3,4.8,1.5,9.9-2,14.3-.2,.3-.2,.8-.2,1.2-.5,7.4-1.1,14.9-1.6,22.3-.8,12.3-1.4,24.6-2.3,36.9-1.3,18.9-2.7,37.8-4,56.7-.3,3.7-.1,3.8,3.7,3.5,12.2-.9,24.3-1.9,36.5-2.9,16.8-1.4,33.6-2.8,50.4-4.1,5.7-.4,5.8-.5,3.5-5.9-4.6-10.9-9.2-21.7-13.5-32.7-4.7-12.2-8.8-24.7-13.7-36.9-5.3-13.3-8-27-8.5-41.1-.4-10.7,0-21.5,.5-32.3,.4-8.8,1.4-17.5,2.3-26.3,1.1-10.7,2.5-21.4,3.6-32.1,.5-2.6,.3-5,.2-7.5h0ZM121.1,467.7c.3-4.4,.7-8.4,.9-12.3,.4-5.5,.6-10.9,1-16.4,.8-10.4,1.7-20.8,2.5-31.1,.9-11.1,1.7-22.2,2.4-33.3,.7-9.6,1.2-19.2,1.8-28.8,.1-1.9-.6-2.4-2.3-2.2-3.9,.4-7.7,.9-11.6,1.1-7.4,.5-14.8,1-22.3,1.3-4.2,.2-8.4,.1-12.7,.3-2.2,.1-4,.2-4.9,3.4-1.9,6.9-4.3,13.8-7.2,20.3-2.1,4.7-2.9,9.6-3.7,14.6-1.1,6.5-1.3,13.3-3.4,19.5-4,12-5.6,24.3-6.3,36.8-.5,9.1,.2,18.2,.4,27.3,0,1.9,.4,2.9,2.5,1.6,.7-.4,1.5-.6,2.3-.9,15.8-7.5,32.1-8.6,48.8-4.2,3.9,1,7.7,2,11.8,3h0Zm-61.9,49.8c0,6.5-.1,11.9,0,17.4,.3,9-1.2,17.7-3.9,26.3s-5.4,17.1-8,25.7c-1.5,5.1-1.3,10.3,.9,15.2,3.1,6.9,9.4,8.2,16,8.8,10,.8,19.7-1.1,28.8-5.2,11.9-5.3,23.5-11.2,35.2-16.9,4.6-2.2,9.2-4.6,14.3-7.2-23.3-27.3-52-46.5-83.3-64.1h0Zm81.7-67.3c.6-1.3,1.1-2.3,1.6-3.3,2.4-4,4.5-8.2,7.2-11.9,3.2-4.5,7.7-6.7,13.4-6.3,9.3,.6,18.6,1.4,27.5,4.2,8.5,2.7,15.9,6.8,18.1,16.5,.2,.9,.7,1.7,1.1,2.6,6.7,15,14.1,29.8,18.1,45.8,.2,.8,.8,1.4,1.5,2.6,1.2-3,2.2-5.3,3.2-7.7,3-7.4,6.1-14.6,6.2-22.9,.3-22-5.5-42.5-13.6-62.6-1.1-2.7-2.5-3.2-5.1-3-16.9,1.5-33.8,2.8-50.7,4.2-12.3,1-24.6,1.9-36.8,2.9-6,.5-6.1,.6-6.6,6.7-.6,7.4-1.1,14.8-1.5,22.3-.1,1.2,.4,3,1.2,3.4,4.9,2.3,9.9,4.3,15.2,6.5h0Zm49.3,108.1c.7,1.9,.8,4.5,2.2,5.6,9.3,8.2,19,15.9,28.4,24,8.1,7,15.9,14.2,25.6,19.1,5.2,2.6,10.6,4.6,16.7,2.7,6.9-2.1,10.4-7.4,14-12.9,1.5-2.3,1.3-4-.6-6-9.6-10.3-19.3-20.5-28.4-31.3-6.4-7.6-12.3-15.6-17.3-24.1-4.5-7.6-3.8-8-12.4-6.9-16.6,2.1-26.6,12.9-28.2,29.8h0Zm32.5-32.4c0-.3,0-.5,.1-.8-9.2-3.8-18.5-7.7-27.7-11.4-1.6-.6-2.1,.2-2.3,1.8-.3,2.3-.5,4.8-1.4,6.9-4.1,9.2-11.2,15.6-19.9,20.1-6,3.1-12.6,3.5-18.7,.9-18.5-7.9-28.4-22.5-31.1-42.1-.8-6-.1-12.2-.1-18.3l-1.4-.1c-.6,2.1-1.2,4.3-1.7,6.4-4.2,17-8.2,34-12.7,50.9-.9,3.4,0,5,2.5,6.9,11.2,8.3,21.7,17.7,31,28.1,5.1,5.7,5.1,5.8,11.9,2.1,5.6-3.1,10.8-6.7,17.3-8.2,6.3-1.5,12.8-2.5,18.4-6.2,1.8-1.2,2.3-2.2,2.3-4.1,.5-16,7.7-25.8,22.8-30.6,3.4-1.1,7.1-1.6,10.7-2.3h0Zm-59.1-95.6c-4.7-.5-8.8,1-11.5,4.8-3,4.3-5.5,8.9-8.3,13.4-1.2,2-.8,2.9,1.3,4.1,9.8,5.4,19.4,11.3,26.7,20,4.4,5.3,7.8,11.5,11.7,17.1,.9,1.3,2.1,2.6,3.5,3.2,12.2,5.3,24.5,10.5,36.8,15.7,2.6,1.1,3.6,.5,3.8-2.4,.1-1.5,.1-3.2-.3-4.6-1.5-5.4-2.8-10.8-4.9-16-4.8-11.9-10.4-23.5-14.9-35.4-2.7-7-6.8-11.8-13.8-14.4-9.7-3.5-19.8-4.9-30.1-5.5h0Zm-60.5,112.6c.6-2.4,1.2-4.6,1.8-6.7l15-60c.6-2.3-.3-3.3-2.3-3.9-2.6-.7-5.2-1.5-7.8-2.2-17.8-4.9-34.8-3.2-51.2,5.4-1.6,.8-2.2,1.7-2,3.6,.9,11,1.7,22.1,2.2,33.1,.1,2.6,1.3,3.8,3.3,4.9,7.6,4.4,15.3,8.8,22.7,13.4,6.1,3.9,11.9,8,18.3,12.4h0ZM175.4,102.1c-4.6,2.5-8.4,4.7-12.4,6.7-1.7,.8-3.6,1.5-5.5,1.7-6.3,.9-10.8-2.6-14.8-6.9-1.4-1.5-2-1.6-3.1,.3-2.9,4.9-6.3,9.6-11.5,11.9-7.1,3.1-12.1,8.5-17.4,13.7-2.3,2.3-4.7,4.4-6.9,6.7-3.5,3.5-6.9,7-10.5,10.5,.4,.3,.7,.5,.9,.6,17.8,2,35.6,3.9,53.4,5.8,1.2,.1,2.8-.6,3.8-1.4,6.9-5.6,13.6-11.4,20.6-16.9,6.5-5.1,9.5-13.2,7.2-20.9-1.1-4-2.4-7.8-3.8-11.8h0Zm-58.4,184.9c-11.1-.4-21.5-.8-31.9-1.2-2-.1-2.5,.3-2.6,2.5-.3,12-.7,24-1.6,35.9-.5,6.1-2.1,12.2-3.1,18.3-.3,1.5-.5,3.1,1.8,3,2.7-.1,5.3-.2,8-.5,5.4-.4,10.8-1,16.3-1.4,8-.6,16-1,24-1.5,1.7-.1,2.3-.7,2.4-2.4,.4-6.6,.8-13.1,1.3-19.7,.3-4,.8-8,1-12,0-.8-.7-1.6-1-2.5-.5,.6-1.2,1.1-1.5,1.8-1.5,3.2-2.9,6.5-4.5,9.7-.7,1.4-2,2.6-3,3.8l-.8-.4c-1.8-11-3.3-22.1-4.8-33.4h0Zm77-146v-13.1c0-1.9-.3-3.1-2.5-3.5-2.3-.4-4.6-1.2-6.8-2-2.1-.7-2.9-.2-3.8,2-1.4,3.5-3,7.2-5.6,9.7-5.6,5.2-12.1,9.4-17.7,14.6-7.1,6.5-13.8,13.4-20.4,20.3-1.4,1.4-2.5,3.8-2.5,5.7,.1,5.5,1,10.9,1.4,16.4,.2,2.2,1,3.1,3.3,3.1,4.6-.1,9.1-.1,13.7,0,6.2,.2,11-3,14.9-7.1,6.4-6.8,11.7-14.5,18.2-21.2,6.3-6.5,9.6-13.4,8.1-22.4-.4-.8-.3-1.7-.3-2.5h0Zm-121,47.1c-.2,0-.4,.1-.7,.1,1.4,11.3,2.5,22.6,4.5,33.8,.9,5.2,3.2,10.3,5.8,14.9,3.2,5.6,7.5,6.1,12.7,2.3,7.2-5.1,12.6-11.9,17.6-19,.9-1.3,1.5-3,1.6-4.5,.9-10.2,1.5-20.4,2.4-30.6,.2-2.1-.6-3.2-2.4-3.6-4.8-.9-9.5-2.3-14.3-2.5-7.4-.2-14.8,.6-22.3,.8-3,.1-4.3,1.6-4.6,4.3-.2,1.3-.2,2.7-.3,4h0Zm73.8-101.6c1.1-.2,1.8-.4,2.5-.5,5.8-1.7,11.5-3.5,17.3-5,4.2-1.1,4.4-.9,4.2-5.4-.6-13.8,4.6-25,14.6-34.2,6.1-5.6,6-5.7,13.1-1.4,.2,.1,.4,.2,.5,.3,1.8,1.3,2.4,.4,3.1-1.3,2.4-5.7,4.6-11.5,7.4-17,1.5-2.9,.7-3.8-1.8-5.1-5.8-2.9-11.4-6.2-17.1-9.2-.6-.3-2.1,0-2.6,.6-2.4,2.6-4.9,5.1-6.8,8-4.4,6.6-10.1,11.6-17.2,15.2-3.9,2-7.5,4.7-11.2,7.2-3.4,2.4-4.1,5.8-4,9.9,.2,6.6,.1,13.2-.2,19.8-.3,5.9-1.2,11.7-1.8,18.1h0Zm-32.6,135.3c-1.1,1.4-1.5,2-2,2.7-4.8,6.3-9.8,12.4-16.6,16.7-5.7,3.6-9.6,2.9-13.8-2.2-1.1-1.4-2.1-2.9-2.8-4.4-4.4-9.1-5.5-19-6.6-28.9-.5-4.7-.5-9.4-.7-14.1-4.3,6.6-7.7,13.9-14.6,18.5,1.2,1.8,2.3,3.2,3.2,4.6,1.1,1.5,2.1,3.1,3.1,4.7,10.9,17.8,16.5,37.4,18.5,58,.2,2.3,1,3.5,3.3,3.5,9.3,.2,18.6,.4,28,.7,2.3,.1,2.9-.8,2.6-3-.5-3.5-1.2-7-1.3-10.5-.1-13.9-.1-27.8-.1-41.7,0-1.2-.1-2.5-.2-4.6h0Zm18.2,255.9c-.1,.3-.3,.5-.4,.8,.3,.6,.6,1.3,1,1.9,11.7,17.9,23.4,35.9,35.1,53.8q4.3,6.6,10.4,1.6c12.9-10.5,15.6-20.1,9.3-34-.8-1.7-2.7-3.4-4.5-4.2-15-6.1-30.1-12-45.2-18-1.8-.7-3.8-1.2-5.7-1.9h0ZM172.2,75.6c.3,2.8,.1,5.7,.8,8.3,2.4,9.4,5.5,18.7,7.4,28.2,1.3,6.3,4.1,9.7,10.5,10.5,2.3,.3,2.9,0,3-2.2,.2-12.3,.1-24.6,1-36.9,.8-11,2.3-22,4.1-32.9,1.2-7.2,1.6-7-4.6-11-1.7-1.1-2.9-1-4.4,.2-11.4,9.2-18.4,20.6-17.8,35.8h0Zm-38.8,94.6c4.7-5.2,9.1-10.1,13.7-15.3-1.1-.3-1.5-.4-1.9-.5-17.3-1.9-34.6-3.7-51.9-5.7-2.7-.3-4.5,.4-6.1,2.5-6.1,7.9-9,17.1-11.9,26.9,2-.1,3.6-.1,5.2-.3,11.6-1.4,23.1-1.5,34.5,1.9,1.8,.5,2.5-.1,2.8-1.8,.3-1.6,.7-3.2,1.1-4.8,1-3.7,3.7-5.5,7.3-6.4,3.2-.7,5.4,.6,7.2,3.5h0Zm60.3-9.7c-.3-.1-.6-.1-.9-.2-.3,.4-.7,.7-1,1.1-7.4,8.9-14.7,17.9-22.3,26.7-3.3,3.9-7.7,6.7-12.9,7.3-4.7,.5-9.5,.3-14.3,0-3.4-.3-4.7,1.4-5.2,4.3-.2,1.1-.4,2.3-.4,3.4,.2,7.2,.4,14.5,.6,21.7,0,2,1,2.8,2.9,2.9,2.4,.1,4.8,.2,7.1,.6,6.3,1.2,11.4-1.9,14.6-6.3,5.8-8.2,10.7-17.2,15.4-26.1,2.2-4.1,4.2-8.3,8.4-10.4,7.1-3.6,8.8-9.4,8.1-16.6-.3-2.9-.1-5.7-.1-8.4h0Zm-23.4,380.3c-1.9-3-3.5-5.5-5.2-8-11.7-18-23.3-35.9-35.1-53.8-1-1.5-2.7-2.9-4.3-3.8-2-1.2-3.3-.6-3.2,2.1,.1,5-.1,10,.1,14.9,.3,8.3,.8,16.6,4.8,24.1,5.9,11.3,13.5,20.9,25.9,25.5,5.5,2,11.1,2.1,17-1h0ZM127.8,191.9c-.9,7.3-3.7,13.7-7.3,19.5-3.1,5-4.6,10-4.5,16,.2,17.2-1,34.4,1.5,51.5,.3,2.1,1.1,2.9,3.1,2.9,2.9,0,5.8,.2,8.7,.4,1.7,.1,2.5-.7,2.5-2.3,0-2.5,.1-5,0-7.5-.1-4.1-.3-8.1,2.7-11.4,.7-.8,.9-2.1,.9-3.2,.1-8.8,.2-17.6,.2-26.4,0-1.1-.5-2.6-1.3-3.2-2.4-1.6-3.3-3.8-3.1-6.4,.6-5.6,1.6-11.2,2.5-16.8,.3-1.9,1.1-3.8,1.1-5.7,.2-4.7-4.5-5-7-7.4h0Zm52.7,298.5c.2-.3,.3-.5,.5-.8-11.5-23.9-33.3-34.6-56.6-44.5-.5,6.1-1.1,11.6-1.4,17.2-.3,6.5-.1,6.3,6,8.5,13.5,4.9,26.9,10.1,40.3,15.2,3.9,1.4,7.5,2.9,11.2,4.4h0Zm-25.2-381.4c1.7-.2,3,0,3.9-.4,4.4-2.2,8.9-4.4,13.1-7,1-.6,1.9-2.7,1.7-3.9-.6-4.3-1.8-8.5-2.6-12.7-.5-2.7-2.2-3-4.4-2.4-6.2,1.8-12.5,3.6-18.7,5.5-1,.3-2.3,1-2.7,1.9-1.2,2.6-2.1,5.4-2.9,8.2-.3,.9-.1,2.2,.4,3,3.1,4.2,7.2,7.1,12.2,7.8h0Zm34.1,391c1.2,3.5,1.8,6,2.9,8.3,.6,1.3,1.7,2.9,2.9,3.5,9.6,4.1,19.2,8,28.9,11.9,.6,.2,1.8,.2,2-.2,1.4-2.2-.6-8.1-3.1-9.2-7.4-3.2-14.8-6.4-22.2-9.6-3.4-1.4-7-2.8-11.4-4.7h0Zm-52.1-243.8c.2,0,.5,.1,.7,.1,6.4-9.2,12.9-18.3,19.6-27.9-3.4,.6-6,1.5-8.6,1.5-2.8,.1-5.6-.5-8.3-.9-2.5-.4-3.5,.3-3.5,3.1,.1,6.9-.1,13.9-.2,20.8,0,1.3,.2,2.3,.3,3.3h0Zm-14.3,60.8c.4,0,.7-.1,1.1-.1,.7-1.4,1.7-2.6,2.1-4.1,2.1-7.5,4.1-15,6.1-22.6,.5-1.9-.8-2.4-2.3-2.5-2.6-.2-5.2-.2-7.7-.2-3.5-.1-3.7,.5-3.1,4,1,6.4,1.6,12.8,2.4,19.2,.2,2.1,.9,4.2,1.4,6.3h0Zm-4.5-133.6c-.8,10-1.5,19.6-2.3,29.9,1.3-.9,1.9-1.1,2-1.4,2.4-5.6,5.2-11.1,7-16.8,1.6-5.1-.8-8.8-6.7-11.7h0Zm8.2,3.9c1.7-4.4,3.7-8.9,5.3-13.6,.9-2.8-1.6-5.8-4.2-5.5-3,.4-5.9,1.4-6.9,4.8-.6,2.2-1.2,4.4-1.6,6.6-.1,.7,.3,1.7,.8,2.2,2,1.9,4.3,3.6,6.6,5.5h0Zm7.6,6.2c-.2-5.3,.1-10.5-1.9-15.5-1.3,2.2-2,4.4-2.8,6.6-1.7,5.2-1.1,6.5,4.7,8.9h0Zm1,32.9v-17.7c-3.3,6.4-3.3,15.3,0,17.7h0Z%22/%3E%3Cpolygon%20points%3D%2227%20477.4%200%20477.4%200%20.4%2027%20.4%2027%202.4%202%202.4%202%20475.4%2027%20475.4%2027%20477.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22349%20626.4%20326%20626.4%20326%20624.4%20347%20624.4%20347%202.4%20326%202.4%20326%20.4%20349%20.4%20349%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22295%20626.4%20273%20626.4%20273%20624.4%20293%20624.4%20293%20184.4%20273%20184.4%20273%20182.4%20295%20182.4%20295%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3C/g%3E%3C/svg%3E');
}
.p3500 .news-catmenu {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20349%20626.4%22%3E%3Cg%20id%3D%22b%22%3E%3Cpath%20d%3D%22M54.3,476.8c4.4-6.8,12.6-8.8,19.1-10.4,10.1-2.5,19.3-1.7,31.3,.9,15.5,3.3,21.5,6.6,46.1,15.7,22.7,8.3,34.1,12.5,39.1,13.9,18.6,5.2,27.8,9.9,37.4,17.4,3.2,2.5,1.3,4.5,3.5,11.3,4.7,14.8,12.7,24.7,17.4,30.4,17,20.9,30.8,21.5,32.2,34.8,.7,6.9-2.5,12.3-3.5,13.9-4.9,8-15.1,13.2-23.5,11.3-5-1.2-8-4.8-9.6-6.1-26-22.6-35.4-25.4-54.8-44.3-2.8-2.8-9.6,1.7-20.9,6.1-28.2,10.9-37.6,20.4-66.1,33-22.8,10.1-30.4,10.1-36.5,8.7-10-2.3-22.4-10-23.5-20-.4-3.4,.7-5.6,2.6-10.4,0,0,4.5-11.1,10.4-29.6,4.5-13.8,3-25.9,.9-43.5-2.2-19.2-6.4-25.7-1.6-33.1Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3C/g%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20d%3D%22M41,587.7c.8-2.4,1.6-4.8,2.4-7.3,2.8-8.8,5.7-17.5,8.1-26.4,1.3-4.7,2.3-9.6,2.1-14.4-.6-20.2-1.9-40.3-2.4-60.5-.4-16.8-.5-33.6,0-50.3,.3-9.5,2.9-18.7,6.1-27.8,1.3-3.6,1.3-7.7,2-11.6,1-6,1.6-12.1,3.3-18,2.4-8.1,6.2-15.8,8.3-24,2.5-9.9,4.5-20,5.5-30.2,1-10.7,1.3-21.5,.6-32.2-1.5-23-6.9-45-19.5-64.7-1.9-3-4.1-5.7-6.2-8.5-1.5-2-1.7-3.9,.6-5.2,7.7-4.6,11.6-11.9,14.5-19.9,3.4-9.2,6.4-18.6,9.9-27.7,2.8-7.2,7.2-13.2,13.8-17.6,2-1.3,3.5-3.2,5.2-4.9,7-6.8,13.9-13.6,20.9-20.4,1-1,2.2-2,3.5-2.5,10-3.5,15.3-11.2,18.8-20.6,3.5-9.5,4.6-19.5,5-29.6,.2-5.5,.3-11,0-16.4-.3-5.8,2-10.1,6.5-13.3,4.7-3.2,9.5-6.2,14.5-9,4-2.2,7.4-5,9.9-8.7,3.7-5.4,7.4-10.8,13-14.5,.5-.3,.7-1,1-1.5h3.1c3.4,5.5,9.1,7.5,14.5,10,3.3,1.6,6.4,3.4,9.5,5.2,2.2,1.3,2.5,3.1,1.2,5.3-11.5,17.8-15.2,37.9-16,58.6-.9,23.3-1.1,46.6-1.2,69.9-.1,22.8-1.9,45.5-4.4,68.2-1.5,13.7-3.1,27.4-4,41.1-1.3,20.1-.8,40.2,5.5,59.7,2.4,7.3,5.6,14.2,8.2,21.4,3.3,8.8,6.1,17.8,9.6,26.5,4.3,11,9,21.8,13.5,32.7,6.4,15.3,12.3,30.8,14.6,47.3,1.3,9.4,1.7,19,1.4,28.5-.2,8.3-4.2,15.7-7.3,23.3-2.5,6.1-5,12.2-5.1,19.1-.1,8.8,3,16.6,8.2,23.3,7.9,10.1,16.4,19.7,24.8,29.4,5.9,6.9,12.2,13.6,18,20.5,1,1.2,1.7,3.7,1.2,5-3.3,7.6-7.6,14.5-15.4,18.5-7.9,4-15.7,2.6-23.3-1-12.2-5.7-21.7-15-31.7-23.8-7.4-6.5-15-12.7-22.5-19.1-1.5-1.2-2.8-1.1-4.7-.4-6,2.2-12.2,3.9-18.3,5.7-3.7,1.1-7,2.7-10.2,4.9-4.5,3-9.6,5.1-14.5,7.6-14.1,7-28.1,14.1-42.3,20.8-11.4,5.4-23.4,8.8-36.3,8.1-5.8-.3-11.5-1.5-16-5.2-2.6-2.2-4.1-5.7-6.1-8.7-.5-.8-1-1.7-1.5-2.5,.1-4,.1-8.1,.1-12.2h0ZM192,188.1c-.2-.2-.5-.4-.7-.5-3.2,2.8-6.7,5.2-8.6,9.3-2.2,4.8-4.3,9.7-7.2,14-11,16.6-22.1,33-33.5,49.3-3.2,4.6-5.3,9-4.9,14.8,.3,4.8,1.5,9.9-2,14.3-.2,.3-.2,.8-.2,1.2-.5,7.4-1.1,14.9-1.6,22.3-.8,12.3-1.4,24.6-2.3,36.9-1.3,18.9-2.7,37.8-4,56.7-.3,3.7-.1,3.8,3.7,3.5,12.2-.9,24.3-1.9,36.5-2.9,16.8-1.4,33.6-2.8,50.4-4.1,5.7-.4,5.8-.5,3.5-5.9-4.6-10.9-9.2-21.7-13.5-32.7-4.7-12.2-8.8-24.7-13.7-36.9-5.3-13.3-8-27-8.5-41.1-.4-10.7,0-21.5,.5-32.3,.4-8.8,1.4-17.5,2.3-26.3,1.1-10.7,2.5-21.4,3.6-32.1,.5-2.6,.3-5,.2-7.5h0ZM121.1,467.7c.3-4.4,.7-8.4,.9-12.3,.4-5.5,.6-10.9,1-16.4,.8-10.4,1.7-20.8,2.5-31.1,.9-11.1,1.7-22.2,2.4-33.3,.7-9.6,1.2-19.2,1.8-28.8,.1-1.9-.6-2.4-2.3-2.2-3.9,.4-7.7,.9-11.6,1.1-7.4,.5-14.8,1-22.3,1.3-4.2,.2-8.4,.1-12.7,.3-2.2,.1-4,.2-4.9,3.4-1.9,6.9-4.3,13.8-7.2,20.3-2.1,4.7-2.9,9.6-3.7,14.6-1.1,6.5-1.3,13.3-3.4,19.5-4,12-5.6,24.3-6.3,36.8-.5,9.1,.2,18.2,.4,27.3,0,1.9,.4,2.9,2.5,1.6,.7-.4,1.5-.6,2.3-.9,15.8-7.5,32.1-8.6,48.8-4.2,3.9,1,7.7,2,11.8,3h0Zm-61.9,49.8c0,6.5-.1,11.9,0,17.4,.3,9-1.2,17.7-3.9,26.3s-5.4,17.1-8,25.7c-1.5,5.1-1.3,10.3,.9,15.2,3.1,6.9,9.4,8.2,16,8.8,10,.8,19.7-1.1,28.8-5.2,11.9-5.3,23.5-11.2,35.2-16.9,4.6-2.2,9.2-4.6,14.3-7.2-23.3-27.3-52-46.5-83.3-64.1h0Zm81.7-67.3c.6-1.3,1.1-2.3,1.6-3.3,2.4-4,4.5-8.2,7.2-11.9,3.2-4.5,7.7-6.7,13.4-6.3,9.3,.6,18.6,1.4,27.5,4.2,8.5,2.7,15.9,6.8,18.1,16.5,.2,.9,.7,1.7,1.1,2.6,6.7,15,14.1,29.8,18.1,45.8,.2,.8,.8,1.4,1.5,2.6,1.2-3,2.2-5.3,3.2-7.7,3-7.4,6.1-14.6,6.2-22.9,.3-22-5.5-42.5-13.6-62.6-1.1-2.7-2.5-3.2-5.1-3-16.9,1.5-33.8,2.8-50.7,4.2-12.3,1-24.6,1.9-36.8,2.9-6,.5-6.1,.6-6.6,6.7-.6,7.4-1.1,14.8-1.5,22.3-.1,1.2,.4,3,1.2,3.4,4.9,2.3,9.9,4.3,15.2,6.5h0Zm49.3,108.1c.7,1.9,.8,4.5,2.2,5.6,9.3,8.2,19,15.9,28.4,24,8.1,7,15.9,14.2,25.6,19.1,5.2,2.6,10.6,4.6,16.7,2.7,6.9-2.1,10.4-7.4,14-12.9,1.5-2.3,1.3-4-.6-6-9.6-10.3-19.3-20.5-28.4-31.3-6.4-7.6-12.3-15.6-17.3-24.1-4.5-7.6-3.8-8-12.4-6.9-16.6,2.1-26.6,12.9-28.2,29.8h0Zm32.5-32.4c0-.3,0-.5,.1-.8-9.2-3.8-18.5-7.7-27.7-11.4-1.6-.6-2.1,.2-2.3,1.8-.3,2.3-.5,4.8-1.4,6.9-4.1,9.2-11.2,15.6-19.9,20.1-6,3.1-12.6,3.5-18.7,.9-18.5-7.9-28.4-22.5-31.1-42.1-.8-6-.1-12.2-.1-18.3l-1.4-.1c-.6,2.1-1.2,4.3-1.7,6.4-4.2,17-8.2,34-12.7,50.9-.9,3.4,0,5,2.5,6.9,11.2,8.3,21.7,17.7,31,28.1,5.1,5.7,5.1,5.8,11.9,2.1,5.6-3.1,10.8-6.7,17.3-8.2,6.3-1.5,12.8-2.5,18.4-6.2,1.8-1.2,2.3-2.2,2.3-4.1,.5-16,7.7-25.8,22.8-30.6,3.4-1.1,7.1-1.6,10.7-2.3h0Zm-59.1-95.6c-4.7-.5-8.8,1-11.5,4.8-3,4.3-5.5,8.9-8.3,13.4-1.2,2-.8,2.9,1.3,4.1,9.8,5.4,19.4,11.3,26.7,20,4.4,5.3,7.8,11.5,11.7,17.1,.9,1.3,2.1,2.6,3.5,3.2,12.2,5.3,24.5,10.5,36.8,15.7,2.6,1.1,3.6,.5,3.8-2.4,.1-1.5,.1-3.2-.3-4.6-1.5-5.4-2.8-10.8-4.9-16-4.8-11.9-10.4-23.5-14.9-35.4-2.7-7-6.8-11.8-13.8-14.4-9.7-3.5-19.8-4.9-30.1-5.5h0Zm-60.5,112.6c.6-2.4,1.2-4.6,1.8-6.7l15-60c.6-2.3-.3-3.3-2.3-3.9-2.6-.7-5.2-1.5-7.8-2.2-17.8-4.9-34.8-3.2-51.2,5.4-1.6,.8-2.2,1.7-2,3.6,.9,11,1.7,22.1,2.2,33.1,.1,2.6,1.3,3.8,3.3,4.9,7.6,4.4,15.3,8.8,22.7,13.4,6.1,3.9,11.9,8,18.3,12.4h0ZM175.4,102.1c-4.6,2.5-8.4,4.7-12.4,6.7-1.7,.8-3.6,1.5-5.5,1.7-6.3,.9-10.8-2.6-14.8-6.9-1.4-1.5-2-1.6-3.1,.3-2.9,4.9-6.3,9.6-11.5,11.9-7.1,3.1-12.1,8.5-17.4,13.7-2.3,2.3-4.7,4.4-6.9,6.7-3.5,3.5-6.9,7-10.5,10.5,.4,.3,.7,.5,.9,.6,17.8,2,35.6,3.9,53.4,5.8,1.2,.1,2.8-.6,3.8-1.4,6.9-5.6,13.6-11.4,20.6-16.9,6.5-5.1,9.5-13.2,7.2-20.9-1.1-4-2.4-7.8-3.8-11.8h0Zm-58.4,184.9c-11.1-.4-21.5-.8-31.9-1.2-2-.1-2.5,.3-2.6,2.5-.3,12-.7,24-1.6,35.9-.5,6.1-2.1,12.2-3.1,18.3-.3,1.5-.5,3.1,1.8,3,2.7-.1,5.3-.2,8-.5,5.4-.4,10.8-1,16.3-1.4,8-.6,16-1,24-1.5,1.7-.1,2.3-.7,2.4-2.4,.4-6.6,.8-13.1,1.3-19.7,.3-4,.8-8,1-12,0-.8-.7-1.6-1-2.5-.5,.6-1.2,1.1-1.5,1.8-1.5,3.2-2.9,6.5-4.5,9.7-.7,1.4-2,2.6-3,3.8l-.8-.4c-1.8-11-3.3-22.1-4.8-33.4h0Zm77-146v-13.1c0-1.9-.3-3.1-2.5-3.5-2.3-.4-4.6-1.2-6.8-2-2.1-.7-2.9-.2-3.8,2-1.4,3.5-3,7.2-5.6,9.7-5.6,5.2-12.1,9.4-17.7,14.6-7.1,6.5-13.8,13.4-20.4,20.3-1.4,1.4-2.5,3.8-2.5,5.7,.1,5.5,1,10.9,1.4,16.4,.2,2.2,1,3.1,3.3,3.1,4.6-.1,9.1-.1,13.7,0,6.2,.2,11-3,14.9-7.1,6.4-6.8,11.7-14.5,18.2-21.2,6.3-6.5,9.6-13.4,8.1-22.4-.4-.8-.3-1.7-.3-2.5h0Zm-121,47.1c-.2,0-.4,.1-.7,.1,1.4,11.3,2.5,22.6,4.5,33.8,.9,5.2,3.2,10.3,5.8,14.9,3.2,5.6,7.5,6.1,12.7,2.3,7.2-5.1,12.6-11.9,17.6-19,.9-1.3,1.5-3,1.6-4.5,.9-10.2,1.5-20.4,2.4-30.6,.2-2.1-.6-3.2-2.4-3.6-4.8-.9-9.5-2.3-14.3-2.5-7.4-.2-14.8,.6-22.3,.8-3,.1-4.3,1.6-4.6,4.3-.2,1.3-.2,2.7-.3,4h0Zm73.8-101.6c1.1-.2,1.8-.4,2.5-.5,5.8-1.7,11.5-3.5,17.3-5,4.2-1.1,4.4-.9,4.2-5.4-.6-13.8,4.6-25,14.6-34.2,6.1-5.6,6-5.7,13.1-1.4,.2,.1,.4,.2,.5,.3,1.8,1.3,2.4,.4,3.1-1.3,2.4-5.7,4.6-11.5,7.4-17,1.5-2.9,.7-3.8-1.8-5.1-5.8-2.9-11.4-6.2-17.1-9.2-.6-.3-2.1,0-2.6,.6-2.4,2.6-4.9,5.1-6.8,8-4.4,6.6-10.1,11.6-17.2,15.2-3.9,2-7.5,4.7-11.2,7.2-3.4,2.4-4.1,5.8-4,9.9,.2,6.6,.1,13.2-.2,19.8-.3,5.9-1.2,11.7-1.8,18.1h0Zm-32.6,135.3c-1.1,1.4-1.5,2-2,2.7-4.8,6.3-9.8,12.4-16.6,16.7-5.7,3.6-9.6,2.9-13.8-2.2-1.1-1.4-2.1-2.9-2.8-4.4-4.4-9.1-5.5-19-6.6-28.9-.5-4.7-.5-9.4-.7-14.1-4.3,6.6-7.7,13.9-14.6,18.5,1.2,1.8,2.3,3.2,3.2,4.6,1.1,1.5,2.1,3.1,3.1,4.7,10.9,17.8,16.5,37.4,18.5,58,.2,2.3,1,3.5,3.3,3.5,9.3,.2,18.6,.4,28,.7,2.3,.1,2.9-.8,2.6-3-.5-3.5-1.2-7-1.3-10.5-.1-13.9-.1-27.8-.1-41.7,0-1.2-.1-2.5-.2-4.6h0Zm18.2,255.9c-.1,.3-.3,.5-.4,.8,.3,.6,.6,1.3,1,1.9,11.7,17.9,23.4,35.9,35.1,53.8q4.3,6.6,10.4,1.6c12.9-10.5,15.6-20.1,9.3-34-.8-1.7-2.7-3.4-4.5-4.2-15-6.1-30.1-12-45.2-18-1.8-.7-3.8-1.2-5.7-1.9h0ZM172.2,75.6c.3,2.8,.1,5.7,.8,8.3,2.4,9.4,5.5,18.7,7.4,28.2,1.3,6.3,4.1,9.7,10.5,10.5,2.3,.3,2.9,0,3-2.2,.2-12.3,.1-24.6,1-36.9,.8-11,2.3-22,4.1-32.9,1.2-7.2,1.6-7-4.6-11-1.7-1.1-2.9-1-4.4,.2-11.4,9.2-18.4,20.6-17.8,35.8h0Zm-38.8,94.6c4.7-5.2,9.1-10.1,13.7-15.3-1.1-.3-1.5-.4-1.9-.5-17.3-1.9-34.6-3.7-51.9-5.7-2.7-.3-4.5,.4-6.1,2.5-6.1,7.9-9,17.1-11.9,26.9,2-.1,3.6-.1,5.2-.3,11.6-1.4,23.1-1.5,34.5,1.9,1.8,.5,2.5-.1,2.8-1.8,.3-1.6,.7-3.2,1.1-4.8,1-3.7,3.7-5.5,7.3-6.4,3.2-.7,5.4,.6,7.2,3.5h0Zm60.3-9.7c-.3-.1-.6-.1-.9-.2-.3,.4-.7,.7-1,1.1-7.4,8.9-14.7,17.9-22.3,26.7-3.3,3.9-7.7,6.7-12.9,7.3-4.7,.5-9.5,.3-14.3,0-3.4-.3-4.7,1.4-5.2,4.3-.2,1.1-.4,2.3-.4,3.4,.2,7.2,.4,14.5,.6,21.7,0,2,1,2.8,2.9,2.9,2.4,.1,4.8,.2,7.1,.6,6.3,1.2,11.4-1.9,14.6-6.3,5.8-8.2,10.7-17.2,15.4-26.1,2.2-4.1,4.2-8.3,8.4-10.4,7.1-3.6,8.8-9.4,8.1-16.6-.3-2.9-.1-5.7-.1-8.4h0Zm-23.4,380.3c-1.9-3-3.5-5.5-5.2-8-11.7-18-23.3-35.9-35.1-53.8-1-1.5-2.7-2.9-4.3-3.8-2-1.2-3.3-.6-3.2,2.1,.1,5-.1,10,.1,14.9,.3,8.3,.8,16.6,4.8,24.1,5.9,11.3,13.5,20.9,25.9,25.5,5.5,2,11.1,2.1,17-1h0ZM127.8,191.9c-.9,7.3-3.7,13.7-7.3,19.5-3.1,5-4.6,10-4.5,16,.2,17.2-1,34.4,1.5,51.5,.3,2.1,1.1,2.9,3.1,2.9,2.9,0,5.8,.2,8.7,.4,1.7,.1,2.5-.7,2.5-2.3,0-2.5,.1-5,0-7.5-.1-4.1-.3-8.1,2.7-11.4,.7-.8,.9-2.1,.9-3.2,.1-8.8,.2-17.6,.2-26.4,0-1.1-.5-2.6-1.3-3.2-2.4-1.6-3.3-3.8-3.1-6.4,.6-5.6,1.6-11.2,2.5-16.8,.3-1.9,1.1-3.8,1.1-5.7,.2-4.7-4.5-5-7-7.4h0Zm52.7,298.5c.2-.3,.3-.5,.5-.8-11.5-23.9-33.3-34.6-56.6-44.5-.5,6.1-1.1,11.6-1.4,17.2-.3,6.5-.1,6.3,6,8.5,13.5,4.9,26.9,10.1,40.3,15.2,3.9,1.4,7.5,2.9,11.2,4.4h0Zm-25.2-381.4c1.7-.2,3,0,3.9-.4,4.4-2.2,8.9-4.4,13.1-7,1-.6,1.9-2.7,1.7-3.9-.6-4.3-1.8-8.5-2.6-12.7-.5-2.7-2.2-3-4.4-2.4-6.2,1.8-12.5,3.6-18.7,5.5-1,.3-2.3,1-2.7,1.9-1.2,2.6-2.1,5.4-2.9,8.2-.3,.9-.1,2.2,.4,3,3.1,4.2,7.2,7.1,12.2,7.8h0Zm34.1,391c1.2,3.5,1.8,6,2.9,8.3,.6,1.3,1.7,2.9,2.9,3.5,9.6,4.1,19.2,8,28.9,11.9,.6,.2,1.8,.2,2-.2,1.4-2.2-.6-8.1-3.1-9.2-7.4-3.2-14.8-6.4-22.2-9.6-3.4-1.4-7-2.8-11.4-4.7h0Zm-52.1-243.8c.2,0,.5,.1,.7,.1,6.4-9.2,12.9-18.3,19.6-27.9-3.4,.6-6,1.5-8.6,1.5-2.8,.1-5.6-.5-8.3-.9-2.5-.4-3.5,.3-3.5,3.1,.1,6.9-.1,13.9-.2,20.8,0,1.3,.2,2.3,.3,3.3h0Zm-14.3,60.8c.4,0,.7-.1,1.1-.1,.7-1.4,1.7-2.6,2.1-4.1,2.1-7.5,4.1-15,6.1-22.6,.5-1.9-.8-2.4-2.3-2.5-2.6-.2-5.2-.2-7.7-.2-3.5-.1-3.7,.5-3.1,4,1,6.4,1.6,12.8,2.4,19.2,.2,2.1,.9,4.2,1.4,6.3h0Zm-4.5-133.6c-.8,10-1.5,19.6-2.3,29.9,1.3-.9,1.9-1.1,2-1.4,2.4-5.6,5.2-11.1,7-16.8,1.6-5.1-.8-8.8-6.7-11.7h0Zm8.2,3.9c1.7-4.4,3.7-8.9,5.3-13.6,.9-2.8-1.6-5.8-4.2-5.5-3,.4-5.9,1.4-6.9,4.8-.6,2.2-1.2,4.4-1.6,6.6-.1,.7,.3,1.7,.8,2.2,2,1.9,4.3,3.6,6.6,5.5h0Zm7.6,6.2c-.2-5.3,.1-10.5-1.9-15.5-1.3,2.2-2,4.4-2.8,6.6-1.7,5.2-1.1,6.5,4.7,8.9h0Zm1,32.9v-17.7c-3.3,6.4-3.3,15.3,0,17.7h0Z%22/%3E%3Cpolygon%20points%3D%2227%20477.4%200%20477.4%200%20.4%2027%20.4%2027%202.4%202%202.4%202%20475.4%2027%20475.4%2027%20477.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22349%20626.4%20326%20626.4%20326%20624.4%20347%20624.4%20347%202.4%20326%202.4%20326%20.4%20349%20.4%20349%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22295%20626.4%20273%20626.4%20273%20624.4%20293%20624.4%20293%20184.4%20273%20184.4%20273%20182.4%20295%20182.4%20295%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3C/g%3E%3C/svg%3E');
}
.p3600 .news-catmenu {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20349%20626.4%22%3E%3Cg%20id%3D%22b%22%3E%3Cpath%20d%3D%22M195.5,183.4c4.3,1.9-1,18-4.5,48-2.1,17.8-2.4,31.1-2.5,37.5-.1,12.3-.3,23.5,2,36.5,1.9,10.7,4.6,18.5,13,38.5,18.6,44.4,22.5,55.2,29.5,79,.5,1.9,6.4,13,8,33,1.2,15.2-.1,21.3-1,24.5-2.4,8.6-5,9-6.5,18-.8,4.9-.9,9.7-4.5,12.5-2.1,1.7-4.5,1.9-5.5,2-11-5.5-21-11.7-24.5-13-30.3-11.5-50.2-18.4-74.5-27.5-2.3-4.5-2.2-8.5-2-14.5,1-27.6,9.5-127.5,11.5-161.5,.2-2.8,1.4-6.6,1-12-.4-5.2-1.7-7-1.5-11,.2-5.2,2.6-9.1,4.5-12,13.2-20.3,23.3-26.5,30.5-42.5,.6-1.3,3.5-7.9,8-16.5,2.9-5.6,4.8-8.8,8-12,2.7-2.7,8.2-8.3,11-7Z%22%20style%3D%22fill%3A%2371ae39%3B%22/%3E%3C/g%3E%3Cg%20id%3D%22c%22%3E%3Cpath%20d%3D%22M41,587.7c.8-2.4,1.6-4.8,2.4-7.3,2.8-8.8,5.7-17.5,8.1-26.4,1.3-4.7,2.3-9.6,2.1-14.4-.6-20.2-1.9-40.3-2.4-60.5-.4-16.8-.5-33.6,0-50.3,.3-9.5,2.9-18.7,6.1-27.8,1.3-3.6,1.3-7.7,2-11.6,1-6,1.6-12.1,3.3-18,2.4-8.1,6.2-15.8,8.3-24,2.5-9.9,4.5-20,5.5-30.2,1-10.7,1.3-21.5,.6-32.2-1.5-23-6.9-45-19.5-64.7-1.9-3-4.1-5.7-6.2-8.5-1.5-2-1.7-3.9,.6-5.2,7.7-4.6,11.6-11.9,14.5-19.9,3.4-9.2,6.4-18.6,9.9-27.7,2.8-7.2,7.2-13.2,13.8-17.6,2-1.3,3.5-3.2,5.2-4.9,7-6.8,13.9-13.6,20.9-20.4,1-1,2.2-2,3.5-2.5,10-3.5,15.3-11.2,18.8-20.6,3.5-9.5,4.6-19.5,5-29.6,.2-5.5,.3-11,0-16.4-.3-5.8,2-10.1,6.5-13.3,4.7-3.2,9.5-6.2,14.5-9,4-2.2,7.4-5,9.9-8.7,3.7-5.4,7.4-10.8,13-14.5,.5-.3,.7-1,1-1.5h3.1c3.4,5.5,9.1,7.5,14.5,10,3.3,1.6,6.4,3.4,9.5,5.2,2.2,1.3,2.5,3.1,1.2,5.3-11.5,17.8-15.2,37.9-16,58.6-.9,23.3-1.1,46.6-1.2,69.9-.1,22.8-1.9,45.5-4.4,68.2-1.5,13.7-3.1,27.4-4,41.1-1.3,20.1-.8,40.2,5.5,59.7,2.4,7.3,5.6,14.2,8.2,21.4,3.3,8.8,6.1,17.8,9.6,26.5,4.3,11,9,21.8,13.5,32.7,6.4,15.3,12.3,30.8,14.6,47.3,1.3,9.4,1.7,19,1.4,28.5-.2,8.3-4.2,15.7-7.3,23.3-2.5,6.1-5,12.2-5.1,19.1-.1,8.8,3,16.6,8.2,23.3,7.9,10.1,16.4,19.7,24.8,29.4,5.9,6.9,12.2,13.6,18,20.5,1,1.2,1.7,3.7,1.2,5-3.3,7.6-7.6,14.5-15.4,18.5-7.9,4-15.7,2.6-23.3-1-12.2-5.7-21.7-15-31.7-23.8-7.4-6.5-15-12.7-22.5-19.1-1.5-1.2-2.8-1.1-4.7-.4-6,2.2-12.2,3.9-18.3,5.7-3.7,1.1-7,2.7-10.2,4.9-4.5,3-9.6,5.1-14.5,7.6-14.1,7-28.1,14.1-42.3,20.8-11.4,5.4-23.4,8.8-36.3,8.1-5.8-.3-11.5-1.5-16-5.2-2.6-2.2-4.1-5.7-6.1-8.7-.5-.8-1-1.7-1.5-2.5,.1-4,.1-8.1,.1-12.2h0ZM192,188.1c-.2-.2-.5-.4-.7-.5-3.2,2.8-6.7,5.2-8.6,9.3-2.2,4.8-4.3,9.7-7.2,14-11,16.6-22.1,33-33.5,49.3-3.2,4.6-5.3,9-4.9,14.8,.3,4.8,1.5,9.9-2,14.3-.2,.3-.2,.8-.2,1.2-.5,7.4-1.1,14.9-1.6,22.3-.8,12.3-1.4,24.6-2.3,36.9-1.3,18.9-2.7,37.8-4,56.7-.3,3.7-.1,3.8,3.7,3.5,12.2-.9,24.3-1.9,36.5-2.9,16.8-1.4,33.6-2.8,50.4-4.1,5.7-.4,5.8-.5,3.5-5.9-4.6-10.9-9.2-21.7-13.5-32.7-4.7-12.2-8.8-24.7-13.7-36.9-5.3-13.3-8-27-8.5-41.1-.4-10.7,0-21.5,.5-32.3,.4-8.8,1.4-17.5,2.3-26.3,1.1-10.7,2.5-21.4,3.6-32.1,.5-2.6,.3-5,.2-7.5h0ZM121.1,467.7c.3-4.4,.7-8.4,.9-12.3,.4-5.5,.6-10.9,1-16.4,.8-10.4,1.7-20.8,2.5-31.1,.9-11.1,1.7-22.2,2.4-33.3,.7-9.6,1.2-19.2,1.8-28.8,.1-1.9-.6-2.4-2.3-2.2-3.9,.4-7.7,.9-11.6,1.1-7.4,.5-14.8,1-22.3,1.3-4.2,.2-8.4,.1-12.7,.3-2.2,.1-4,.2-4.9,3.4-1.9,6.9-4.3,13.8-7.2,20.3-2.1,4.7-2.9,9.6-3.7,14.6-1.1,6.5-1.3,13.3-3.4,19.5-4,12-5.6,24.3-6.3,36.8-.5,9.1,.2,18.2,.4,27.3,0,1.9,.4,2.9,2.5,1.6,.7-.4,1.5-.6,2.3-.9,15.8-7.5,32.1-8.6,48.8-4.2,3.9,1,7.7,2,11.8,3h0Zm-61.9,49.8c0,6.5-.1,11.9,0,17.4,.3,9-1.2,17.7-3.9,26.3s-5.4,17.1-8,25.7c-1.5,5.1-1.3,10.3,.9,15.2,3.1,6.9,9.4,8.2,16,8.8,10,.8,19.7-1.1,28.8-5.2,11.9-5.3,23.5-11.2,35.2-16.9,4.6-2.2,9.2-4.6,14.3-7.2-23.3-27.3-52-46.5-83.3-64.1h0Zm81.7-67.3c.6-1.3,1.1-2.3,1.6-3.3,2.4-4,4.5-8.2,7.2-11.9,3.2-4.5,7.7-6.7,13.4-6.3,9.3,.6,18.6,1.4,27.5,4.2,8.5,2.7,15.9,6.8,18.1,16.5,.2,.9,.7,1.7,1.1,2.6,6.7,15,14.1,29.8,18.1,45.8,.2,.8,.8,1.4,1.5,2.6,1.2-3,2.2-5.3,3.2-7.7,3-7.4,6.1-14.6,6.2-22.9,.3-22-5.5-42.5-13.6-62.6-1.1-2.7-2.5-3.2-5.1-3-16.9,1.5-33.8,2.8-50.7,4.2-12.3,1-24.6,1.9-36.8,2.9-6,.5-6.1,.6-6.6,6.7-.6,7.4-1.1,14.8-1.5,22.3-.1,1.2,.4,3,1.2,3.4,4.9,2.3,9.9,4.3,15.2,6.5h0Zm49.3,108.1c.7,1.9,.8,4.5,2.2,5.6,9.3,8.2,19,15.9,28.4,24,8.1,7,15.9,14.2,25.6,19.1,5.2,2.6,10.6,4.6,16.7,2.7,6.9-2.1,10.4-7.4,14-12.9,1.5-2.3,1.3-4-.6-6-9.6-10.3-19.3-20.5-28.4-31.3-6.4-7.6-12.3-15.6-17.3-24.1-4.5-7.6-3.8-8-12.4-6.9-16.6,2.1-26.6,12.9-28.2,29.8h0Zm32.5-32.4c0-.3,0-.5,.1-.8-9.2-3.8-18.5-7.7-27.7-11.4-1.6-.6-2.1,.2-2.3,1.8-.3,2.3-.5,4.8-1.4,6.9-4.1,9.2-11.2,15.6-19.9,20.1-6,3.1-12.6,3.5-18.7,.9-18.5-7.9-28.4-22.5-31.1-42.1-.8-6-.1-12.2-.1-18.3l-1.4-.1c-.6,2.1-1.2,4.3-1.7,6.4-4.2,17-8.2,34-12.7,50.9-.9,3.4,0,5,2.5,6.9,11.2,8.3,21.7,17.7,31,28.1,5.1,5.7,5.1,5.8,11.9,2.1,5.6-3.1,10.8-6.7,17.3-8.2,6.3-1.5,12.8-2.5,18.4-6.2,1.8-1.2,2.3-2.2,2.3-4.1,.5-16,7.7-25.8,22.8-30.6,3.4-1.1,7.1-1.6,10.7-2.3h0Zm-59.1-95.6c-4.7-.5-8.8,1-11.5,4.8-3,4.3-5.5,8.9-8.3,13.4-1.2,2-.8,2.9,1.3,4.1,9.8,5.4,19.4,11.3,26.7,20,4.4,5.3,7.8,11.5,11.7,17.1,.9,1.3,2.1,2.6,3.5,3.2,12.2,5.3,24.5,10.5,36.8,15.7,2.6,1.1,3.6,.5,3.8-2.4,.1-1.5,.1-3.2-.3-4.6-1.5-5.4-2.8-10.8-4.9-16-4.8-11.9-10.4-23.5-14.9-35.4-2.7-7-6.8-11.8-13.8-14.4-9.7-3.5-19.8-4.9-30.1-5.5h0Zm-60.5,112.6c.6-2.4,1.2-4.6,1.8-6.7l15-60c.6-2.3-.3-3.3-2.3-3.9-2.6-.7-5.2-1.5-7.8-2.2-17.8-4.9-34.8-3.2-51.2,5.4-1.6,.8-2.2,1.7-2,3.6,.9,11,1.7,22.1,2.2,33.1,.1,2.6,1.3,3.8,3.3,4.9,7.6,4.4,15.3,8.8,22.7,13.4,6.1,3.9,11.9,8,18.3,12.4h0ZM175.4,102.1c-4.6,2.5-8.4,4.7-12.4,6.7-1.7,.8-3.6,1.5-5.5,1.7-6.3,.9-10.8-2.6-14.8-6.9-1.4-1.5-2-1.6-3.1,.3-2.9,4.9-6.3,9.6-11.5,11.9-7.1,3.1-12.1,8.5-17.4,13.7-2.3,2.3-4.7,4.4-6.9,6.7-3.5,3.5-6.9,7-10.5,10.5,.4,.3,.7,.5,.9,.6,17.8,2,35.6,3.9,53.4,5.8,1.2,.1,2.8-.6,3.8-1.4,6.9-5.6,13.6-11.4,20.6-16.9,6.5-5.1,9.5-13.2,7.2-20.9-1.1-4-2.4-7.8-3.8-11.8h0Zm-58.4,184.9c-11.1-.4-21.5-.8-31.9-1.2-2-.1-2.5,.3-2.6,2.5-.3,12-.7,24-1.6,35.9-.5,6.1-2.1,12.2-3.1,18.3-.3,1.5-.5,3.1,1.8,3,2.7-.1,5.3-.2,8-.5,5.4-.4,10.8-1,16.3-1.4,8-.6,16-1,24-1.5,1.7-.1,2.3-.7,2.4-2.4,.4-6.6,.8-13.1,1.3-19.7,.3-4,.8-8,1-12,0-.8-.7-1.6-1-2.5-.5,.6-1.2,1.1-1.5,1.8-1.5,3.2-2.9,6.5-4.5,9.7-.7,1.4-2,2.6-3,3.8l-.8-.4c-1.8-11-3.3-22.1-4.8-33.4h0Zm77-146v-13.1c0-1.9-.3-3.1-2.5-3.5-2.3-.4-4.6-1.2-6.8-2-2.1-.7-2.9-.2-3.8,2-1.4,3.5-3,7.2-5.6,9.7-5.6,5.2-12.1,9.4-17.7,14.6-7.1,6.5-13.8,13.4-20.4,20.3-1.4,1.4-2.5,3.8-2.5,5.7,.1,5.5,1,10.9,1.4,16.4,.2,2.2,1,3.1,3.3,3.1,4.6-.1,9.1-.1,13.7,0,6.2,.2,11-3,14.9-7.1,6.4-6.8,11.7-14.5,18.2-21.2,6.3-6.5,9.6-13.4,8.1-22.4-.4-.8-.3-1.7-.3-2.5h0Zm-121,47.1c-.2,0-.4,.1-.7,.1,1.4,11.3,2.5,22.6,4.5,33.8,.9,5.2,3.2,10.3,5.8,14.9,3.2,5.6,7.5,6.1,12.7,2.3,7.2-5.1,12.6-11.9,17.6-19,.9-1.3,1.5-3,1.6-4.5,.9-10.2,1.5-20.4,2.4-30.6,.2-2.1-.6-3.2-2.4-3.6-4.8-.9-9.5-2.3-14.3-2.5-7.4-.2-14.8,.6-22.3,.8-3,.1-4.3,1.6-4.6,4.3-.2,1.3-.2,2.7-.3,4h0Zm73.8-101.6c1.1-.2,1.8-.4,2.5-.5,5.8-1.7,11.5-3.5,17.3-5,4.2-1.1,4.4-.9,4.2-5.4-.6-13.8,4.6-25,14.6-34.2,6.1-5.6,6-5.7,13.1-1.4,.2,.1,.4,.2,.5,.3,1.8,1.3,2.4,.4,3.1-1.3,2.4-5.7,4.6-11.5,7.4-17,1.5-2.9,.7-3.8-1.8-5.1-5.8-2.9-11.4-6.2-17.1-9.2-.6-.3-2.1,0-2.6,.6-2.4,2.6-4.9,5.1-6.8,8-4.4,6.6-10.1,11.6-17.2,15.2-3.9,2-7.5,4.7-11.2,7.2-3.4,2.4-4.1,5.8-4,9.9,.2,6.6,.1,13.2-.2,19.8-.3,5.9-1.2,11.7-1.8,18.1h0Zm-32.6,135.3c-1.1,1.4-1.5,2-2,2.7-4.8,6.3-9.8,12.4-16.6,16.7-5.7,3.6-9.6,2.9-13.8-2.2-1.1-1.4-2.1-2.9-2.8-4.4-4.4-9.1-5.5-19-6.6-28.9-.5-4.7-.5-9.4-.7-14.1-4.3,6.6-7.7,13.9-14.6,18.5,1.2,1.8,2.3,3.2,3.2,4.6,1.1,1.5,2.1,3.1,3.1,4.7,10.9,17.8,16.5,37.4,18.5,58,.2,2.3,1,3.5,3.3,3.5,9.3,.2,18.6,.4,28,.7,2.3,.1,2.9-.8,2.6-3-.5-3.5-1.2-7-1.3-10.5-.1-13.9-.1-27.8-.1-41.7,0-1.2-.1-2.5-.2-4.6h0Zm18.2,255.9c-.1,.3-.3,.5-.4,.8,.3,.6,.6,1.3,1,1.9,11.7,17.9,23.4,35.9,35.1,53.8q4.3,6.6,10.4,1.6c12.9-10.5,15.6-20.1,9.3-34-.8-1.7-2.7-3.4-4.5-4.2-15-6.1-30.1-12-45.2-18-1.8-.7-3.8-1.2-5.7-1.9h0ZM172.2,75.6c.3,2.8,.1,5.7,.8,8.3,2.4,9.4,5.5,18.7,7.4,28.2,1.3,6.3,4.1,9.7,10.5,10.5,2.3,.3,2.9,0,3-2.2,.2-12.3,.1-24.6,1-36.9,.8-11,2.3-22,4.1-32.9,1.2-7.2,1.6-7-4.6-11-1.7-1.1-2.9-1-4.4,.2-11.4,9.2-18.4,20.6-17.8,35.8h0Zm-38.8,94.6c4.7-5.2,9.1-10.1,13.7-15.3-1.1-.3-1.5-.4-1.9-.5-17.3-1.9-34.6-3.7-51.9-5.7-2.7-.3-4.5,.4-6.1,2.5-6.1,7.9-9,17.1-11.9,26.9,2-.1,3.6-.1,5.2-.3,11.6-1.4,23.1-1.5,34.5,1.9,1.8,.5,2.5-.1,2.8-1.8,.3-1.6,.7-3.2,1.1-4.8,1-3.7,3.7-5.5,7.3-6.4,3.2-.7,5.4,.6,7.2,3.5h0Zm60.3-9.7c-.3-.1-.6-.1-.9-.2-.3,.4-.7,.7-1,1.1-7.4,8.9-14.7,17.9-22.3,26.7-3.3,3.9-7.7,6.7-12.9,7.3-4.7,.5-9.5,.3-14.3,0-3.4-.3-4.7,1.4-5.2,4.3-.2,1.1-.4,2.3-.4,3.4,.2,7.2,.4,14.5,.6,21.7,0,2,1,2.8,2.9,2.9,2.4,.1,4.8,.2,7.1,.6,6.3,1.2,11.4-1.9,14.6-6.3,5.8-8.2,10.7-17.2,15.4-26.1,2.2-4.1,4.2-8.3,8.4-10.4,7.1-3.6,8.8-9.4,8.1-16.6-.3-2.9-.1-5.7-.1-8.4h0Zm-23.4,380.3c-1.9-3-3.5-5.5-5.2-8-11.7-18-23.3-35.9-35.1-53.8-1-1.5-2.7-2.9-4.3-3.8-2-1.2-3.3-.6-3.2,2.1,.1,5-.1,10,.1,14.9,.3,8.3,.8,16.6,4.8,24.1,5.9,11.3,13.5,20.9,25.9,25.5,5.5,2,11.1,2.1,17-1h0ZM127.8,191.9c-.9,7.3-3.7,13.7-7.3,19.5-3.1,5-4.6,10-4.5,16,.2,17.2-1,34.4,1.5,51.5,.3,2.1,1.1,2.9,3.1,2.9,2.9,0,5.8,.2,8.7,.4,1.7,.1,2.5-.7,2.5-2.3,0-2.5,.1-5,0-7.5-.1-4.1-.3-8.1,2.7-11.4,.7-.8,.9-2.1,.9-3.2,.1-8.8,.2-17.6,.2-26.4,0-1.1-.5-2.6-1.3-3.2-2.4-1.6-3.3-3.8-3.1-6.4,.6-5.6,1.6-11.2,2.5-16.8,.3-1.9,1.1-3.8,1.1-5.7,.2-4.7-4.5-5-7-7.4h0Zm52.7,298.5c.2-.3,.3-.5,.5-.8-11.5-23.9-33.3-34.6-56.6-44.5-.5,6.1-1.1,11.6-1.4,17.2-.3,6.5-.1,6.3,6,8.5,13.5,4.9,26.9,10.1,40.3,15.2,3.9,1.4,7.5,2.9,11.2,4.4h0Zm-25.2-381.4c1.7-.2,3,0,3.9-.4,4.4-2.2,8.9-4.4,13.1-7,1-.6,1.9-2.7,1.7-3.9-.6-4.3-1.8-8.5-2.6-12.7-.5-2.7-2.2-3-4.4-2.4-6.2,1.8-12.5,3.6-18.7,5.5-1,.3-2.3,1-2.7,1.9-1.2,2.6-2.1,5.4-2.9,8.2-.3,.9-.1,2.2,.4,3,3.1,4.2,7.2,7.1,12.2,7.8h0Zm34.1,391c1.2,3.5,1.8,6,2.9,8.3,.6,1.3,1.7,2.9,2.9,3.5,9.6,4.1,19.2,8,28.9,11.9,.6,.2,1.8,.2,2-.2,1.4-2.2-.6-8.1-3.1-9.2-7.4-3.2-14.8-6.4-22.2-9.6-3.4-1.4-7-2.8-11.4-4.7h0Zm-52.1-243.8c.2,0,.5,.1,.7,.1,6.4-9.2,12.9-18.3,19.6-27.9-3.4,.6-6,1.5-8.6,1.5-2.8,.1-5.6-.5-8.3-.9-2.5-.4-3.5,.3-3.5,3.1,.1,6.9-.1,13.9-.2,20.8,0,1.3,.2,2.3,.3,3.3h0Zm-14.3,60.8c.4,0,.7-.1,1.1-.1,.7-1.4,1.7-2.6,2.1-4.1,2.1-7.5,4.1-15,6.1-22.6,.5-1.9-.8-2.4-2.3-2.5-2.6-.2-5.2-.2-7.7-.2-3.5-.1-3.7,.5-3.1,4,1,6.4,1.6,12.8,2.4,19.2,.2,2.1,.9,4.2,1.4,6.3h0Zm-4.5-133.6c-.8,10-1.5,19.6-2.3,29.9,1.3-.9,1.9-1.1,2-1.4,2.4-5.6,5.2-11.1,7-16.8,1.6-5.1-.8-8.8-6.7-11.7h0Zm8.2,3.9c1.7-4.4,3.7-8.9,5.3-13.6,.9-2.8-1.6-5.8-4.2-5.5-3,.4-5.9,1.4-6.9,4.8-.6,2.2-1.2,4.4-1.6,6.6-.1,.7,.3,1.7,.8,2.2,2,1.9,4.3,3.6,6.6,5.5h0Zm7.6,6.2c-.2-5.3,.1-10.5-1.9-15.5-1.3,2.2-2,4.4-2.8,6.6-1.7,5.2-1.1,6.5,4.7,8.9h0Zm1,32.9v-17.7c-3.3,6.4-3.3,15.3,0,17.7h0Z%22/%3E%3Cpolygon%20points%3D%2227%20477.4%200%20477.4%200%20.4%2027%20.4%2027%202.4%202%202.4%202%20475.4%2027%20475.4%2027%20477.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22349%20626.4%20326%20626.4%20326%20624.4%20347%20624.4%20347%202.4%20326%202.4%20326%20.4%20349%20.4%20349%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3Cpolygon%20points%3D%22295%20626.4%20273%20626.4%20273%20624.4%20293%20624.4%20293%20184.4%20273%20184.4%20273%20182.4%20295%20182.4%20295%20626.4%22%20style%3D%22fill%3A%23000%3B%22/%3E%3C/g%3E%3C/svg%3E');
}
.news-catmenu ul {
  list-style: none;
}
.news-catmenu ul li {
  position: absolute;
  transform: translate(-50%, 0);
}
.news-catmenu ul li a {
  display: block;
  line-height: 1.25rem;
  color: #fff;
  padding: 5px;
  background: #000;
  border: 1px solid #fff;
}
.news-catmenu ul li.active a {
  background: #71ae39;
}
.news-catmenu li {
  list-style: none;
}
.news-catmenu span {
  display: none;
}
.news-catmenu img {
  display: none;
}
.news-catmenu li.expanded > a {
  display: none;
}
.list .item {
  border-left: 2px solid transparent;
  margin: 0;
  cursor: pointer;
}
@media all and (min-width: 1024px) {
  .list .item {
    background: #fff;
    border: none;
    border-radius: 5px;
    overflow: hidden;
  }
}
.list .item:first-child .prev {
  opacity: 0.35;
}
.list .item:last-child .next {
  opacity: 0.35;
}
.list .item .txt {
  padding: 15px;
  cursor: pointer;
}
@media all and (min-width: 1024px) {
  .list .item .txt {
    padding: 0;
  }
}
.list .item h3 {
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 10px;
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .list .item h3 {
    color: #fff;
    padding: 2.5px 7.5px;
    margin: 0;
    background: #000;
    border-radius: 5px 5px 0 0;
  }
}
.list .item.active h3 {
  color: #71ae39;
}
@media all and (min-width: 1024px) {
  .list .item.active h3 {
    color: #fff;
    background: #71ae39;
  }
}
.list .item p {
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 10px;
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .list .item p {
    padding: 2.5px 7.5px;
  }
}
.list .item .image {
  display: none;
}
@media all and (min-width: 1024px) {
  .list .item .image {
    text-align: center;
    display: block;
  }
}
.list.list-0 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1rem;
}
@media all and (min-width: 1024px) {
  .list.list-0 {
    padding: 0;
  }
}
.list.list-0 .item {
  display: flex;
  flex-direction: row-reverse;
  flex: 1;
  flex-grow: inherit;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 1024px) {
  .list.list-0 .item {
    display: block;
  }
}
.list.list-0 .item.active {
  border-color: #71ae39;
}
.list.list-0 .item .txt {
  display: flex;
  flex: 1;
  padding: 0;
}
@media all and (min-width: 1024px) {
  .list.list-0 .item .txt {
    flex-direction: column;
  }
}
.list.list-0 .item .image {
  display: flex;
  width: 10rem;
  padding: 0.5rem;
}
@media all and (min-width: 1024px) {
  .list.list-0 .item .image {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 5;
}
.page3 .item {
  position: fixed;
  z-index: 10;
  display: none;
}
.page3 .item .image .innertxt {
  position: relative;
  width: calc(100% - 60px);
  padding: 0 20px 20px 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
}
.page3 .item .image img {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  width: auto;
  height: auto;
  max-width: calc(100% - 80px);
  max-height: calc(100% - 100px);
  transform: translate(-50%, -45%);
}
.popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
.popup iframe#viewer-frame {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
}
@media (min-width: 1024px) {
  .popup iframe#viewer-frame {
    top: 0;
  }
}
.popup .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
  pointer-events: none;
}
.popup .nextprev {
  position: absolute;
  top: calc(50% - 25px);
  right: 20px;
  width: 27px;
  height: 47px;
  z-index: 1;
  cursor: pointer;
}
.popup .nextprev:before,
.popup .nextprev:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #71ae39;
  transform: rotate(45deg) translate(20%, 250%);
}
.popup .nextprev.prev {
  right: auto;
  left: 20px;
}
.popup .nextprev.prev:before {
  transform: rotate(-45deg) translate(-30%, 160%);
}
.popup .nextprev.prev:after {
  transform: rotate(45deg) translate(64%, 620%);
}
.popup .nextprev.next:after {
  transform: rotate(-45deg) translate(-75%, 520%);
}
.popup .nextprev.inactive {
  opacity: 0.35;
}
.popup .nextprev.inactive:before {
  cursor: unset;
}
.popup .videocontainer {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% * 560 / 400);
  bottom: 0;
  left: 0;
}
.popup .videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.information.overlay {
  display: none;
}
.information.overlay .popup {
  padding: 40px;
}
.information.overlay .popup .frame {
  max-width: 800px;
  margin: 0 auto;
}
.image.overlay .popup .txt p {
  margin-bottom: 0;
}
.closebutton {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  background: #fff;
  border-color: #b3bbc7;
  z-index: 6;
  cursor: pointer;
}
.closebutton:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #b3bbc7;
  transform: rotate(45deg);
  margin: 45% 0 0 9%;
  transition: all ease 0.4s;
}
.closebutton:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #b3bbc7;
  margin: 45% 0 0 9%;
  transition: all ease 0.4s;
  transform: rotate(-45deg);
}
.closebutton:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.closebutton:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
@media all and (min-width: 1024px) {
  .page3 {
    position: fixed;
    z-index: unset;
    display: block;
    top: 75px;
    left: 40%;
    width: 60%;
    max-width: calc(100vh - 75px);
    height: calc(100vh - 75px);
    background: none;
    padding: 0;
    margin: 0;
  }
  .page3 .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  .page3 .item .overlay {
    display: block;
  }
  .page3 .item:first-child {
    display: block;
  }
  .image.overlay {
    position: fixed;
    top: 75px;
    left: 40%;
    width: 60%;
    max-width: calc(100vh - 75px);
    height: calc(100vh - 75px);
    background: none;
    padding: 0;
    margin: 0;
  }
  .image.overlay .popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: transparent;
  }
  .image.overlay .popup .txt {
    top: unset;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    background: none;
  }
  .image.overlay .popup .closebutton {
    display: none;
  }
  .popup iframe#viewer-frame {
    left: 10px !important;
    width: calc(100% - 20px) !important;
    max-height: calc(100% - 85px);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 10px 0 rgba(127, 172, 217, 0.16);
  }
  .list .item .image .innertxt {
    width: 100%;
  }
}
.page1 {
  position: relative;
}
.page1 .button.app {
  position: absolute;
  background: #71ae39;
  top: 20px;
  left: 8px;
  padding: 8px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.page1 .button.app header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page1 .button.app header * {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
.page1 .button.app header *:first-child {
  font-weight: normal;
}
.download-app.overlay {
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.download-app.overlay .popup {
  display: flex;
  top: 50%;
  left: 50%;
  max-width: 400px;
  height: auto;
  max-height: 80vh;
  transform: translate(-50%, -50%);
  padding: 60px 20px 20px 20px;
}
@media all and (min-width: 768px) {
  .download-app.overlay .popup {
    max-width: 500px;
    padding: 60px 40px 40px 40px;
  }
}
.download-app.overlay .popup * {
  color: #000;
  text-align: center;
}
.download-app.overlay .popup .frame,
.download-app.overlay .popup .ce-inner,
.download-app.overlay .popup .ce-row {
  display: flex;
  gap: 32px 5%;
}
@media all and (min-width: 768px) {
  .download-app.overlay .popup .frame,
  .download-app.overlay .popup .ce-inner,
  .download-app.overlay .popup .ce-row {
    gap: 40px;
  }
}
.download-app.overlay .popup .frame,
.download-app.overlay .popup .ce-inner {
  flex-direction: column;
}
@font-face {
  font-family: 'HighVoltageRough';
  src: url('../Fonts/HighVoltageRough.eot?#iefix') format('embedded-opentype'), url('../Fonts/HighVoltageRough.woff') format('woff'), url('../Fonts/HighVoltageRough.ttf') format('truetype'), url('../Fonts/HighVoltageRough.svg#HighVoltageRough') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: url('../Images/bg_pf.jpg');
}
header.header {
  background: #000;
}
header.header .logo {
  width: 80px;
  background-image: url('../Images/petersfarm_logo.png');
  background-position: center top;
  background-size: auto 90%;
}
@media all and (min-width: 1024px) {
  header.header .logo {
    width: 120px;
    height: 200%;
    background-size: 100%;
    margin-bottom: -70px;
  }
}
header.header header h2,
header.header header h3 {
  color: #fff;
  font-family: 'HighVoltageRough', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
}
.mainmenu {
  background: #666;
}
.list .item h3 {
  font-family: 'HighVoltageRough', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
}
@media all and (min-width: 1024px) {
  .page2 {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: calc(1024px  - 1px)) {
  .page2 .list {
    margin: 0 10px;
  }
}
.page2 .list .item {
  background: #fff;
}
@media (max-width: calc(1024px  - 1px)) {
  .page2 .list .item {
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=petersfarm.css.map */