* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
p,
ul,
li,
a {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  padding-top: 100px;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title {
  font-weight: 500;
  font-size: 60px;
  color: #0A314D;
  line-height: 80px;
  text-align: center;
}

/* white title */
.wTitle {
  text-align: left;
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 80px;
}

.policyTitle {
  text-align: center;
  color: #0a314d;
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
}

/* text-align: center; */
.titleAlCen {
  text-align: center;
}
.titleAlLef {
  text-align: left;
}

.comPadTB {
  padding: 100px 0;
}

/* common width */
.mWidth {
  width: 1400px;
  /* min-width: 1200px; */
}


.header {
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  display: flex;
  justify-content: center;
  background-color: #0A314D;
}

.headerContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerLogo {
  width: 93px;
  height: 93px;
}

.headerList {
  /* background-color: #fff; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.headerList li {
  margin-left: 70px;
  color: #8498a6;
  text-decoration: none;
}

.headerList li:hover,
.headerList .act {
  color: #FFFFFF;
}

.PoliciesLiPicy {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.policiesInfo {
  visibility: hidden;
  position: absolute;
  top: 80px;
  left: 0;
  width: 231px;
  height: 155px;
  box-sizing: border-box;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 4px #0000000d;
  color: #b8b8b8;
  opacity: 0;
}

.policiesInfo::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 14px;
  position: absolute;
  border-width: 16px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
}

.PoliciesLiPicy:hover {
  color: #FFFFFF;
}

.PoliciesLiPicy:hover .policiesInfo {
  visibility: visible;
  opacity: 1;
}


.policiesInfo a:hover,
.policiesInfo .act {
  color: #333333;
}



/* .header-nav {
  display: flex;
  gap: 35px;
}

.header-nav a {
  text-decoration: none;
  font-size: 20px;
  color: #333333;
  transition: color 0.3s ease;
}

.header-nav a:hover,
.header-nav a.active {
  color: #8787F1;
} */

/* footer css */
.footer {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #0A314D;
}

.footerContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #fbfbfb80;
}

.footerTitle {
  color: #ffffff80;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}

.footerTitle p {
  padding-top: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

.footerRegAd {
  opacity: 0.5;
  color: #ffffff;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}