* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* 02. Default */
#formbox {
  margin-top: 42.5px;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #cacaca;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07) inset;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07) inset;
  padding: 14px 16px;
  margin-bottom: 12px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
#checklabel p,
#checklabel p a {
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px; /* 140% */
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.7px; /* 110% */
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  background: #fdce00;
  padding: 15px 0;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #fdce00;
  box-shadow: 0 0 10px #fdce00;
}
p#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}
.successSub {
  display: none;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.7px; /* 110% */
  transition: all 0.3s;
  margin-top: 10px;
}
.successSub.active {
  display: block;
}

/* container */
.container {
  margin: auto;
  max-width: 1240px;
  padding: 0 20px;
}

/* header */
.header {
  background: #2e00ed;
  padding-top: 35px;
  padding-bottom: 20px;
}
.headerInner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.headerSub {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.2px; /* 130% */
}
.headerLink {
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 140% */
  border-radius: 35px;
  padding: 22px 60px;
  background: #fdce00;
}

/* intro */
.intro {
  border-radius: 0px 0px 150px 150px;
  background: url('../../assets/img/introBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 103px;
  padding-bottom: 85px;
}
.introInner {
  max-width: 576px;
  position: relative;
}
.introLogo img {
  display: block;
  max-width: 100%;
}
.introTitle {
  color: #000;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px; /* 100% */
  text-transform: uppercase;
  margin-top: 40px;
}
.introSub {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  text-transform: uppercase;
  max-width: 263px;
  margin-left: auto;
  margin-top: 35px;
  margin-right: 14px;
}
.introTitle1 {
  color: #000;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.5px;
  margin-top: 54px;
}
.introBtn {
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 110% */
  border-radius: 35px;
  background: #fff;
  padding: 18px 60px;
  margin-top: 62px;
}
.introImg {
  position: absolute;
  right: -230px;
  top: 50%;
}
.introImg img {
  display: block;
  max-width: 100%;
}

/* academy */
.academy {
  padding: 80px 0;
}
.academyDivider {
  width: 96px;
  height: 12px;
  background: #2e00ed;
}
.academyTitle {
  color: #000;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 120% */
  margin-top: 20px;
}
.academySubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  margin-top: 43px;
}
.academySub {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.academyBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
  position: relative;
  margin-top: 60px;
}
.academyArrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.academyArrows img {
  display: block;
}
.academyBox {
  width: 18%;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  background: #f8f9fa;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(182, 196, 210, 0.4);
  box-shadow: 0px 1px 0px 0px rgba(182, 196, 210, 0.4);
  padding: 15px;
}
.academyBoxImg img {
  display: block;
  max-width: 100%;
}
.academyBoxTitle {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px; /* 114.286% */
  margin-top: 14px;
}
.academyBoxSub {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  margin-top: 10px;
}
.academyBoxSub1 {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.weight800 {
  font-weight: 800;
}
.academyBottom {
  margin-top: 11px;
}
.academyBottom img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.academyBottomSub {
  color: #000;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
}
.underline {
  text-decoration: underline;
}

/* course */
.course {
  padding: 80px 0;
  background: #2e00ed;
}
.courseDivider {
  width: 96px;
  height: 12px;
  background: #fdce00;
}
.courseTitle {
  color: #fff;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 120% */
  margin-top: 20px;
}
.courseBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.courseBoxsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  width: calc(50% - 15px);
}
.courseBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  border-radius: 35px;
  background: #fff;
  width: 100%;
  padding: 43px 30px;
  height: 140px;
}
.courseBoxNumber {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 68.182% */
}
.courseBoxTitle {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.courseSub {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  margin-top: 43px;
}

/* what */
.what {
  padding: 80px 0;
}
.whatDivider {
  width: 96px;
  height: 12px;
  background: #2e00ed;
}
.whatTitle {
  color: #000;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 120% */
  margin-top: 20px;
}
.whatContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.whatImg {
  width: 48.6%;
}
.whatImg img {
  display: block;
  max-width: 100%;
}
.whatText {
  width: 48%;
}
.whatSub {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.whatList {
  margin-left: 40px;
}

/* receive */
.receive {
  padding: 80px 0;
  background: #fdce00;
}
.receiveDivider {
  width: 96px;
  height: 12px;
  background: #fff;
}
.receiveTitle {
  color: #000;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 120% */
  margin-top: 20px;
}
.receiveContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.receiveImg {
  width: 53%;
}
.receiveImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.receiveSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  width: 47%;
}
.receiveSub {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

/* invest */
.invest {
  padding: 80px 0;
  margin-bottom: 100px;
}
.investDivider {
  width: 96px;
  height: 12px;
  background: #2e00ed;
}
.investTitle {
  color: #000;
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 120% */
  margin-top: 20px;
}
.investContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.investImg {
  width: 52%;
}
.investImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.investSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  width: 48%;
}
.investSub {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.investSubs1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  margin-top: 50px;
}
.investImg1 {
  margin-top: 43px;
}
.investImg1 img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.investSub1 {
  color: #989796;
  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-top: 10px;
}
.investBottom {
  margin-top: 43px;
}
.investBottom img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* create */
.create {
  padding-bottom: 60px;
  border-radius: 300px 0px 0px 0px;
  background: #f6f6f6;
  margin-bottom: -100px;
}
.createInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 40px;
  position: relative;
  top: -100px;
}
.createLeft {
  padding: 40px;
  width: 49%;
  background: #2e00ed;
  border-radius: 40px 0 0 40px;
}
.createLogo img {
  display: block;
  max-width: 100;
}
.createTitle {
  color: #fff;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.5px; /* 115% */
  margin-top: 30px;
}
.createRight {
  width: 51%;
  background: url('../../assets/img/createBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 40px 40px 0px;
}
.createRight img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.createImg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 40px;
  z-index: 1;
}
.createImg img {
  display: block;
  max-width: 100%;
}

/* footer */
.footer {
  background: #f0f0f0;
  padding: 80px 0;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 11.7px;
}
.footerLink {
  color: #333;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}
.footerSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}
.footerSub {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.1px; /* 115% */
}
