* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Kumbh Sans", sans-serif;
}
a {
  color: #4D5662;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
a:hover,
a:visited {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #4D5662;
}
ul.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.ai-center {
  align-items: Center;
}
.container {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 20px;
}
.head-top {
  background: url("../img/bg1.jpg") no-repeat center center;
  background-size: cover;
  padding: 28px 0;
}
@media (max-width: 1199px) {
  .head-top .flex {
    justify-content: space-between;
  }
}
.head-top__col:first-child {
  width: 35%;
}
@media (max-width: 1199px) {
  .head-top__col:first-child {
    width: 45%;
  }
}
.head-top__col:first-child .logo img {
  display: block;
  max-width: 100%;
}
.head-top__col:last-child {
  width: 65%;
}
@media (max-width: 1199px) {
  .head-top__col:last-child {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .main-menu {
    display: none;
    position: fixed;
    background: #5965FF;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
  }
}
.main-menu ul {
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .main-menu ul {
    display: block;
    padding-top: 100px;
  }
}
.main-menu ul li {
  margin-right: 25px;
}
@media (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 0;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: block;
}
@media (max-width: 1199px) {
  .main-menu ul li a {
    padding: 15px;
    text-align: Center;
  }
}
.main-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.main-menu ul li.active a {
  color: rgba(255, 255, 255, 0.4);
}
.login-section {
  background: url("../img/bg4.jpg") no-repeat top center;
  background-size: cover;
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .login-section {
    padding: 50px 0;
  }
}
.login-section__col:nth-child(1) {
  order: 1;
  width: 68%;
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(1) {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
}
.login-section__col:nth-child(1) .title {
  font-size: 66px;
  color: #fff;
  font-weight: 800;
  margin: 0 0 20px 0;
  line-height: 76px;
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(1) .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.login-section__col:nth-child(1) .desc {
  margin: 0;
  padding: 0;
  line-height: 140%;
  font-size: 22px;
  margin-top: 30px;
  color: #fff;
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(1) .desc {
    font-size: 18px;
    line-height: 24px;
  }
}
.login-section__col:nth-child(1) .bottom {
  margin-top: 75px;
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(1) .bottom {
    margin-top: 30px;
  }
}
.login-section__col:nth-child(1) .bottom .short {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.login-section__col:nth-child(1) .buttons {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(1) .buttons {
    justify-content: space-between;
  }
}
.login-section__col:nth-child(1) .buttons a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 13px 20px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 185px;
  display: flex;
  align-items: Center;
}
.login-section__col:nth-child(1) .buttons a:first-child {
  margin-right: 20px;
}
.login-section__col:nth-child(1) .buttons a:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transform: Scale(1.05);
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(1) .buttons a {
    width: 48%;
    padding: 10px 10px;
  }
  .login-section__col:nth-child(1) .buttons a:first-child {
    margin-right: 0;
  }
}
.login-section__col:nth-child(1) .buttons a .icon {
  width: 35px;
}
.login-section__col:nth-child(1) .buttons a .icon svg {
  display: block;
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(1) .buttons a .icon svg {
    width: 20px;
    height: 20px;
  }
}
.login-section__col:nth-child(1) .buttons a .name {
  font-size: 17px;
  font-weight: 700;
  color: #010202;
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(1) .buttons a .name {
    font-size: 13px;
  }
}
.login-section__col:nth-child(1) .buttons a .name span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #545454;
}
.login-section__col:nth-child(2) {
  width: 32%;
  order: 2;
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(2) {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}
.login-section__col:nth-child(2) .login-box {
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
  box-shadow: 0px 32px 64px -24px rgba(43, 55, 80, 0.2), 0px 1px 3px 0px rgba(43, 55, 80, 0.1);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
.login-section__col:nth-child(2) .login-box__wrapper {
  padding: 40px;
  background: url("../img/icon1.svg") no-repeat right 40px top;
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(2) .login-box__wrapper {
    padding: 20px;
  }
}
.login-section__col:nth-child(2) .login-box .title {
  color: #2E385F;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: normal;
}
.login-section__col:nth-child(2) .login-box .form-icon {
  position: Relative;
  margin-bottom: 25px;
}
.login-section__col:nth-child(2) .login-box .form-icon .icon {
  margin: 0;
  display: block;
  padding: 0;
  z-index: 3;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: TranslateY(-50%);
}
.login-section__col:nth-child(2) .login-box .form-icon input {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  display: block;
  padding-left: 50px;
  color: #6B7084;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  outline: none;
  width: 100%;
  height: 62px;
  font-weight: 500;
}
.login-section__col:nth-child(2) .login-box .form-icon input:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #4F58C6;
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(2) .login-box .form-icon input {
    font-size: 16px;
  }
}
.login-section__col:nth-child(2) .login-box .form-icon input::placeholder {
  opacity: 1;
  color: #6B7084;
}
.login-section__col:nth-child(2) .login-box .submit {
  display: block;
  height: 62px;
  text-align: Center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: none;
  background: #5965FF;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.login-section__col:nth-child(2) .login-box .submit:hover {
  background: #5c66fd;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.login-section__col:nth-child(2) .login-box .submit:active {
  background: #525dfc;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.login-section__col:nth-child(2) .login-box .box-slogan {
  display: flex;
  margin-top: 57px;
  align-items: Center;
}
@media (max-width: 1199px) {
  .login-section__col:nth-child(2) .login-box .box-slogan {
    margin-top: 30px;
  }
}
.login-section__col:nth-child(2) .login-box .box-slogan .icon {
  background: #CB1DA0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.login-section__col:nth-child(2) .login-box .box-slogan .icon svg {
  display: block;
}
.login-section__col:nth-child(2) .login-box .box-slogan .long {
  width: calc(100% - 40px);
  padding-left: 30px;
  font-size: 16px;
}
.page-content {
  background: #F8FAFF;
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .page-content {
    padding-bottom: 100px;
  }
}
.page-content__wrapper {
  background: url("../img/bg2.png") no-repeat top -500px center;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .page-content__wrapper {
    padding-top: 30px;
  }
}
.mirc-section-one .mirc-section__col:nth-child(1) {
  width: 65%;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .mirc-section-one .mirc-section__col:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }
}
.mirc-section-one .mirc-section__col:nth-child(1) .mirc-box__inner {
  padding-right: 300px;
  background: url("../img/img1.png") no-repeat right bottom;
}
@media (max-width: 1199px) {
  .mirc-section-one .mirc-section__col:nth-child(1) .mirc-box__inner {
    padding-right: 50px;
    background-size: 30% auto;
  }
}
.mirc-section-one .mirc-section__col:nth-child(2) {
  width: 35%;
}
@media (max-width: 1199px) {
  .mirc-section-one .mirc-section__col:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}
.mirc-section-two {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .mirc-section-two {
    margin-top: 20px;
  }
}
.mirc-section-two .mirc-section__col:nth-child(1) {
  width: 35%;
}
@media (max-width: 1199px) {
  .mirc-section-two .mirc-section__col:nth-child(1) {
    width: 100%;
  }
}
.mirc-section-two .mirc-section__col:nth-child(2) {
  width: 65%;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .mirc-section-two .mirc-section__col:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.mirc-section-two .mirc-section__col:nth-child(2) .mirc-box__inner {
  padding-right: 300px;
  background: url("../img/img2.png") no-repeat right bottom;
}
@media (max-width: 1199px) {
  .mirc-section-two .mirc-section__col:nth-child(2) .mirc-box__inner {
    padding-right: 50px;
    background-size: 30% auto;
  }
}
.mirc-box {
  display: block;
  border: 1px solid #FFF;
  background: linear-gradient(0deg, rgba(234, 244, 255, 0.5) 0%, rgba(234, 244, 255, 0) 32.67%), #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.mirc-box__inner {
  height: 300px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .mirc-box__inner {
    height: auto;
  }
}
.mirc-box__inner {
  width: 100%;
}
.mirc-box__content {
  padding: 45px;
  display: block;
}
@media (max-width: 1199px) {
  .mirc-box__content {
    padding: 20px;
  }
}
.mirc-box .title {
  display: block;
  font-weight: 600;
  color: #4D5662;
  margin: 0 0 20px 0;
  font-size: 30px;
  padding: 0;
}
@media (max-width: 1199px) {
  .mirc-box .title {
    font-size: 20px;
  }
}
.mirc-box .long {
  padding: 0;
  display: block;
  margin: 0;
  color: #7E8590;
  font-size: 19px;
}
@media (max-width: 1199px) {
  .mirc-box .long {
    font-size: 14px;
  }
}
.home-long-text {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .home-long-text {
    margin-top: 30px;
  }
}
.home-long-text .title {
  margin: 0 0 40px 0;
  padding: 0;
  color: #4D5662;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  /* 52px */
  letter-spacing: -1.2px;
}
@media (max-width: 1199px) {
  .home-long-text .title {
    margin: 0 0 20px 0;
    font-size: 30px;
  }
}
.home-long-text .long {
  margin: 0 0 20px 0;
  padding: 0;
  color: #4D5662;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.footer {
  background: #FFE8EC;
  position: Relative;
  padding-top: 1px;
}
.footer .footer-banner {
  margin-top: -65px;
  background: url("../img/bg3.jpg") no-repeat center center;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  position: Relative;
  overflow: hidden;
}
.footer .footer-banner__content {
  background: url("../img/img3.png") no-repeat right -80px bottom -120px;
  padding: 75px 50% 75px 80px;
}
@media (max-width: 1199px) {
  .footer .footer-banner__content {
    background-position: right 0 bottom 0;
    padding: 20px 20px 20px 20px;
    background-size: 40% auto;
  }
}
.footer .footer-banner .title {
  color: #fff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  /* 72.8px */
  letter-spacing: -1.68px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .footer .footer-banner .title {
    font-size: 30px;
  }
}
.footer .footer-banner .long {
  margin: 30px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 30.8px */
}
@media (max-width: 1199px) {
  .footer .footer-banner .long {
    margin-top: 20px;
    font-size: 15px;
    padding-right: 120px;
  }
}
.footer .footer-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .footer .footer-bottom {
    padding-bottom: 30px;
  }
}
.footer .footer-bottom .foot-logo {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 0;
}
@media (max-width: 99px) {
  .footer .footer-bottom .foot-logo {
    padding: 30px 0;
  }
}
.footer .footer-bottom .foot-logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .footer .footer-bottom .foot-logo img {
    margin: 0 auto;
  }
}
.footer .footer-bottom .foot-warning {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  font-size: 12px;
  font-family: Arial;
  color: #000000;
}
.footer .footer-bottom .foot-last {
  font-size: 12px;
  color: #000;
  font-family: Arial;
  padding: 25px 0;
}
@media (max-width: 1199px) {
  .footer .footer-bottom .foot-last {
    justify-content: center !important;
    gap: 10px;
  }
}
.footer .footer-bottom .foot-last a {
  font-size: 12px;
  color: #000;
  font-family: Arial;
  text-decoration: underline;
}
.footer .footer-bottom .foot-last a:hover {
  text-decoration: none;
}
.jc-between {
  justify-content: space-between;
}
.mobile-menu {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu-closer {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-menu-closer {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.page-title {
  background: url("../img/bg6.jpg") no-repeat center center;
  padding: 30px 0;
  background-size: cover;
}
.page-title .title {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  /* 39px */
  letter-spacing: -0.9px;
}
.subpage {
  background: #F8FAFF;
  padding: 30px 0 120px 0;
}
.subpage__col:first-child {
  width: 70%;
  padding-right: 10%;
  order: 1;
}
@media (max-width: 1199px) {
  .subpage__col:first-child {
    order: 2;
    margin-top: 20px;
    width: 100%;
    padding-right: 0;
  }
}
.subpage__col:last-child {
  width: 30%;
  order: 2;
}
@media (max-width: 1199px) {
  .subpage__col:last-child {
    order: 1;
    width: 100%;
  }
}
.subpage__content .title {
  color: #4D5662;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  /* 52px */
  letter-spacing: -1.2px;
  margin: 0 0 45px 0;
  padding: 0;
}
.subpage__content .long {
  color: #4D5662;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 30px 0;
  padding: 0;
}
.subpage__content .title-two {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.subpage__content .colorful {
  color: #E5438C;
}
.lister {
  color: #4D5662;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  margin: 0;
  padding: 0 0 0 25px;
}
.subpage-box {
  border-radius: 16px;
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
  box-shadow: 0px 32px 64px -24px rgba(43, 55, 80, 0.2), 0px 1px 3px 0px rgba(43, 55, 80, 0.1);
  position: Relative;
  z-index: 2;
  margin-top: -100px;
}
@media (max-width: 1199px) {
  .subpage-box {
    margin-top: 0;
  }
}
.subpage-box__wrapper {
  padding: 40px;
  background: url("../img/icon1.svg") no-repeat right 40px top;
}
@media (max-width: 1199px) {
  .subpage-box__wrapper {
    padding: 20px;
  }
}
.subpage-box .title {
  color: #2E385F;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 35px 0;
}
.subpage-box .form-icon {
  position: Relative;
  margin-bottom: 25px;
}
.subpage-box .form-icon .icon {
  margin: 0;
  display: block;
  padding: 0;
  z-index: 3;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: TranslateY(-50%);
}
.subpage-box .form-icon input {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  display: block;
  padding-left: 50px;
  color: #6B7084;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  outline: none;
  width: 100%;
  height: 62px;
  font-weight: 500;
}
.subpage-box .form-icon input:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #4F58C6;
}
@media (max-width: 1199px) {
  .subpage-box .form-icon input {
    font-size: 16px;
  }
}
.subpage-box .form-icon input::placeholder {
  opacity: 1;
  color: #6B7084;
}
.subpage-box .submit {
  display: block;
  height: 62px;
  text-align: Center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: none;
  background: #5965FF;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.subpage-box .submit:hover {
  background: #5c66fd;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.subpage-box .submit:active {
  background: #525dfc;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.link-colorful {
  text-decoration: underline;
  color: #E5438C !important;
}
.link-colorful:hover {
  text-decoration: none;
}
