:root {
  --main-color: #007bc0;
}
a {
  text-decoration: none;
}
html.noscroll {
  /* overflow: hidden; */
}
.logo {
	max-height: 50px;
    max-width: 100%;
}
.O-Header__brandLogo {
  align-items: center;
}
.o-header__breadcrumbs {
  align-items: center;
  margin-bottom: 10px;
}
.o-header__breadcrumbs a {
  color: #000;
  font-size: 14px;
}
.o-header__breadcrumbs span {
  margin: 0 5px;
}
.text-center {
  text-align: center;
}
.pagination {
  margin: 20px 0;
  text-align: center;
  border: 0;
  font-weight: normal;
}
.pagination a {
  color: #000;
}
.pagination a.page-num {
  margin: 0 5px;
}
.pagination a:hover, .pagination a.page-num-current {
  color: var(--main-color);
}
.toppic {
  /* height: 450px; */
  height: 585px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topnav {
  display: flex;
  margin-right: 0;
}

.topnav * {
  list-style: none;
  text-align: center;
}
.topnav .O-Header__mainRow__item__text {
  margin: 0;
}
.topnav ul {
  padding: 0;
}
.topnav li::before {
  display: none;
}
.topnav li {
  padding: 0;
}
.topnav > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.topnav > ul > li {
  width: auto;
  flex: 0 0 auto;
  padding: 0 10px;
  position: relative;
  margin: 0;
}
.topnav > ul > li a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  display: block;
}
.topnav > ul > li a:hover {
  color: #000;
}
.topnav .subnav {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  display: none;
  background-color: #f1f2f3;
}
.topnav > ul > li:hover .subnav {
  display: block;
}
.topnav .subnav li {
  margin: 0;
}
.topnav .subnav a {
  color: #3d3f40;
  font-size: 13px;
  padding: 10px 0;
}
.topnav .subnav a:hover {
  color: #007bc0;
}

.topnav.hidden {
  display: none !important;
}

.M-Main-Navigation__item::before {
  display: none;
}

.closeCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}

.A-Link--button, .A-Link--button--filled {
  display: inline-block;
  font-size: 1rem;
  background: 0 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.A-Link--button {
  color: #000;
  border-width: 1px;
  border-color: #ccc;
  -webkit-transition: border cubic-bezier(.38,.04,.35,.96) 600ms;
  transition: border cubic-bezier(.38,.04,.35,.96) 600ms;
  height: 48px;
  transition: fill cubic-bezier(.38,.04,.35,.96) 600ms, border cubic-bezier(.38,.04,.35,.96) 600ms,color cubic-bezier(.38,.04,.35,.96) 600ms,background cubic-bezier(.38,.04,.35,.96) 600ms !important;
}
.A-Link--button--secondary {
  color: #005691;
  border: 1px solid #005691;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.A-Link--button--secondary:hover {
  border-color: #7fc6e7 !important;
  color: #7fc6e7;
}
.A-Link__linkText {
  line-height: 48px;
}
.justify-center {
  justify-content: center
}

@media screen and (min-width: 1024px) {
  .pcnone {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    max-height: 35px;
  }
  .toppic {
    height: 100px;
  }
  .M-Stage-Two {
    margin: 2rem 0;
  }
  .wapnone {
    display: none !important;
  }
}