.banner {
  text-align: center;
  padding: 80px 0;
  background: #091121 url(/resource/images/privacy/ub-bg-aomeilogo.webp) no-repeat;
  color: #fff;
  height: 286px;
}
.banner h1 {
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
  line-height: 70px;
}
.banner p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  margin: 24px 0;
}
@media (max-width: 390px) {
  .banner {
    padding: 26px 0;
  }
  .banner h1 {
    font-size: 24px;
    line-height: 26px;
  }
}
.main-txt {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.main-txt .container {
  display: flex;
  max-width: 1280px;
  height: 100%;
}
.main-txt .out-liner {
  min-width: 302px;
  overflow: hidden;
  position: sticky;
  top: 65px;
  height: 100%;
  padding-right: 10px;
  margin-top: 80px;
}
.main-txt .out-liner:hover .mouse-sroll {
  background: transparent;
}
.main-txt .out-liner:lang(fr),
.main-txt .out-liner:lang(it) {
  min-width: 360px;
}
.main-txt .out-liner .mouse-sroll {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  background: #fff;
}
.main-txt .main-nav {
  max-width: 302px;
  color: #000000;
}
.main-txt .main-nav:lang(fr),
.main-txt .main-nav:lang(it) {
  min-width: 340px;
}
.main-txt .main-nav::-webkit-scrollbar {
  width: 4px;
}
.main-txt .main-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.main-txt .main-nav::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.main-txt .nav-option {
  width: 100%;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  padding: 12px 16px;
  color: #000000;
}
.main-txt .active {
  background: #e8eefe;
}
.main-txt .main-content .content-option {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
.main-txt .main-content .content-options {
  width: 50%;
  padding: 12px 15px 12px 0;
  display: flex;
  align-items: center;
}
.main-txt .main-content .more {
  width: 160px;
  height: 40px;
  border-radius: 393px 393px 393px 393px;
  opacity: 1;
  border: 1px solid #2258f6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 40px;
}
.main-txt .main-content .more:hover {
  background: #2258f6;
  cursor: pointer;
}
.main-txt .main-content .more:hover span {
  color: #fff;
  cursor: pointer;
}
.main-txt .main-content .more span {
  font-size: 14px;
  font-family: PT Sans-Regular, PT Sans;
  font-weight: 400;
  color: #2258f6;
  line-height: 20px;
}
.main-txt .main-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.main-txt .main-content img {
  vertical-align: middle;
  max-width: 168px;
  height: 100px;
}
.main-txt .main-content span {
  display: inline-block;
  max-width: 296px;
  vertical-align: middle;
  font-size: 20px;
  font-family: PT Sans-Bold, PT Sans;
  font-weight: 700;
  color: #000000;
  padding-left: 16px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .main-txt .main-content .content-options {
    width: 100%;
  }
  .main-txt .main-content span {
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .main-txt .out-liner {
    display: none;
  }
  .main-txt .main-content .content-options {
    padding: 15px 0;
  }
  .main-txt .main-content span {
    font-size: 15px;
  }
}
body {
  font-family: PT Sans-Regular, PT Sans;
}
