@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #2967df;
    --secondary: #2BC6FF;
    --transition: all 0.3s ease-in-out;
}

*{ padding: 0; margin: 0; box-sizing: border-box; }

body { font-family: 'Montserrat', sans-serif; font-size: 16px; color: var(--black); line-height: 1.6; background: #faf8f4 url(../images/body-bg.png) center top repeat-x; }
img { display: block; max-width: 100%; height: auto; }
a { outline: none; text-decoration: none; color: #0B6CB7; text-decoration: none; transition: var(--transition); }
a:hover { color: var(--black); }
ul,ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; line-height: 1.3; font-family: 'Bernard MT Condensed', sans-serif; }
h2 { margin-bottom: 20px; font-size: 50px; text-transform: capitalize; background: #040870; background: linear-gradient(to right, #040870 0%, #181EC2 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
p { margin-bottom: 30px; }
p a { color: #0B6CB7; }
p a:hover { color: var(--black); }
p:last-child { margin-bottom: 0; }

/* global */
.centered { padding-right: calc((100% - 1200px)/ 2); padding-left: calc((100% - 1200px)/ 2); }
.ctaBtn { padding: 0 30px; min-height: 46px; display: inline-flex; font-size: 16px; align-items: center; justify-content: center; font-weight: 700; cursor: pointer; color: var(--black); border-radius: 23px; border: 1px solid var(--black); background-color: transparent; }
.ctaBtn:hover { color: var(--white); background-color: var(--black); }
.btn { padding: 14px 30px; font-size: 18px; font-weight: 600; border-radius: 30px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.3s ease; text-transform: uppercase; }
.btn-primary { font-size: 16px; color: var(--white); border: none; background-color: var(--black); }
.btn-primary:hover { color: var(--white); transform: translateY(-2px); }
.mobile { display: none; }
.hidden { overflow: hidden!important; }

/* wrapper */
.wrapper { width: 100%; position: relative; overflow: hidden; }

/* hero */
.headerSec { padding: 10px 20px; width: 100%; display: flex; justify-content: space-between; align-items: center; position: fixed; left: 0; top: 0; z-index: 9; backdrop-filter: blur(7px); background-color: rgba(255,255,255,0.7); }
.headerSec .logo { width: 144px; }
.headerSec .link { display: flex; list-style: none; gap: 35px; align-items: center; }
.headerSec .link a { color: var(--black); font-size: 16px; font-weight: 600; text-transform: uppercase; }
.headerSec .link a.active,
.headerSec .link a:hover { color: var(--primary); }

/* hero */
.heroSec { padding-top: 170px; padding-bottom: 50px; width: 100%; position: relative; }
.heroSec .block { margin: 0 auto; width: 100%; max-width: 920px; }
.heroSec .slider { margin: 0 auto 20px auto; width: 100%; max-width: 726px; }
.heroSec .heroSlider { width:100%; }
.heroSec .swiper-slide { width:100%; display: flex; align-items: center; justify-content: center; height: unset; }
.heroSec .title { width:100%; font-size: 70px; font-weight: 400; line-height: 1; text-align: center; font-family: 'Bernard MT Condensed', sans-serif; color: #191b50; }
.heroSec .title span { font-size: 120px; background: #040870; background: linear-gradient(to top, #040870 0%, #181EC2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.heroSec .block p { text-align: center; font-weight: 400; max-width: 700px; margin-inline: auto; }
.heroSec .detailBlock { margin-top: 20px; position: relative; display: flex; flex-wrap: wrap; justify-content: center; }
.heroSec .detailBlock ul { padding: 5px 15px; position: relative; display: flex; flex-wrap: wrap; align-items: center; box-shadow: 0px 11px 65px 28px rgba(206,221,250,1); background-color: var(--white); }
.heroSec .detailBlock ul::before,
.heroSec .detailBlock ul::after { position: absolute; top: 0; content: ''; background: url(../images/shape-left.png) left top repeat-y; width: 6px; height: 100%; }
.heroSec .detailBlock ul::before { left: -4px; }
.heroSec .detailBlock ul::after { right: -4px; transform: rotate(180deg); }
.heroSec .detailBlock ul li { padding-right: 10px; margin-right: 10px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; position: relative; }
.heroSec .detailBlock ul li::after { position: absolute; top: 50%; right: 0; content: ''; width: 2px; height: 20px; background-color: #ababab; transform: translateY(-50%); }
.heroSec .detailBlock ul li:last-child { padding-right: 0; margin-right: 0; }
.heroSec .detailBlock ul li:last-child::after { display: none; }
.heroSec .detailBlock ul li span { color: #f20d0d; font-weight: 800; font-size: 20px; }
.heroSec .detailBlock ul li cite { text-decoration: line-through; font-style: normal; }
.heroSec .detailBlock ul li .price { color: #f20d0d; font-size: 38px; font-weight: 600; }
.heroSec .detailBlock ul li .price small { font-size: 24px; }
.heroSec .detailBlock ul li .price span { font-size: 20px; }
.heroSec .button { display: flex; justify-content: center; width: 100%; margin-top: 20px; position: relative; z-index: 1; }

/* knowing Sec */
.knowingSec { padding-top: 50px; padding-bottom: 50px; width: 100%; }
.knowingSec h2 { text-align: center; }
.knowingSec .knowingBlock { margin-inline: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 900px; width: 100%; }
.knowingSec .block { padding: 15px; position: relative; border-radius: 50px; border: 1px solid #b2ccfd; background-color: var(--white); }
.knowingSec .block h3 { padding: 0 20px; margin-bottom: 10px; color: #ff0101; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.knowingSec .block h3 span { display: block; }
.knowingSec .block ul { padding:  20px 0; width: 100%; border-radius: 30px; background: radial-gradient(circle at center, #ffffff 0%, #edf4ff 55%, #d8e6fe 100%); }
.knowingSec .block li { padding: 10px 20px 10px 50px; position: relative; border-bottom: 1px dashed rgba(0,0,0,.5); }
.knowingSec .block li:last-child { border-bottom: 0; }
.knowingSec .block .icon { position: absolute; left: 20px; top: 15px; width: 20px; }
.knowingSec .block .img { position: absolute; bottom: 0; width: 120px; pointer-events: none; }
.knowingSec .block.confused .img { left: -90px; }
.knowingSec .block.confident .img { right: -90px; }

/* wealth Sec */
.wealthSec { padding-top: 50px; padding-bottom: 50px; width: 100%; position: relative; }
.wealthSec::before { position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ''; z-index: -1; width: 809px; height: 1468px; pointer-events: none; background: url(../images/wealth-bg.png) center top no-repeat; background-size: cover; }
.wealthSec .wealthBlock { display: flex; flex-wrap: wrap; gap: 50px; }
.wealthSec .left { flex: 0 0 35%; }
.wealthSec h2 { position: relative; }
.wealthSec .arrow-icon { position: absolute; top: 10px; right: 0; width: 120px; height: auto; }
.wealthSec .right { flex: 1; }
.wealthSec .tabs { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 30px; }
.wealthSec .tab-btn { padding: 12px 45px; font-size: 20px; border-radius: 30px; border: 1px solid var(--primary); background: transparent; color: var(--primary); cursor: pointer; transition: all 0.2s ease; }
.wealthSec .tab-btn.active { background: var(--primary); color: var(--white); }
.wealthSec .tab-content { display: none; }
.wealthSec .tab-content.active { display: block; }
.wealthSec .day-tag { margin-bottom: 5px; display: block; }
.wealthSec h3 { margin-bottom: 20px; font-weight: 700; font-family: 'Montserrat', sans-serif; }
.wealthSec .bullet-list { padding-left: 20px; margin-bottom: 30px; }
.wealthSec .bullet-list li { padding-left: 20px; margin-bottom: 12px; position: relative; }
.wealthSec .bullet-list li::before { position: absolute; left: 0; top: 8px; content: ''; width: 8px; height: 8px; border-radius: 50%; background-color: var(--primary); }
.wealthSec .module-list { width: 100%;}
.wealthSec .module-item { padding: 20px 0; display: flex; gap: 20px; border-top: 1px solid #e2e8f0; }
.wealthSec .num { font-size: 30px; font-weight: 700; color: var(--primary); min-width: 35px; line-height: 0.9; }
.wealthSec .details { width: 100%; }
.wealthSec .details h4 { font-size: 18px; font-weight: 600; font-family: 'Montserrat', sans-serif; }
.wealthSec .module-header { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.wealthSec .module-header .icon { font-weight: 600; transition: transform 0.3s ease; font-size: 24px; line-height: 0.8; }
.wealthSec .module-item.open .icon { transform: rotate(45deg); }
.wealthSec .module-desc { display: none; margin-top: 10px; }

/* bonus Sec */
.bonusSec { width: 100%; }
.bonusSec h2 { width: 100%; text-align: center; }
.bonusSec .bonus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.bonusSec .bonus-card { padding: 35px 30px; display: flex; align-items: center; gap: 24px; border: 1px solid #eef3fb; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04); border-radius: 30px; background: var(--white); }
.bonusSec .icon-box { padding: 10px; width: 70px; height: 70px; min-width: 70px; border-radius: 22px; display: flex; align-items: center; justify-content: center; background: linear-gradient(to bottom, rgba(255,216,113,1) 0%,rgba(230,168,43,1) 100%); }
.bonusSec .icon-box img { width: 42px; height: auto; }
.bonusSec .card-content h3 { margin-bottom: 10px; font-size: 18px; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', sans-serif; }

/* faq Sec */
.faqSec { padding-top: 50px; padding-bottom: 50px; width: 100%; }
.faqSec .block { margin: 0 auto; max-width: 780px; width: 100%; }
.faqSec h2 { text-align: center; }
.faqSec .faqWrapper { width: 100%; border-top: 1px solid rgba(36,88,189,0.26); }
.faqSec .faqItem { border-bottom: 1px solid rgba(36,88,189,0.26); }
.faqQuestion { padding: 20px 0; width: 100%; color: var(--black); font-size: 18px; font-weight: 600; display: flex; align-items: center; justify-content: space-between; cursor: pointer; gap: 40px; text-align: left; border: 0; background: transparent; }
.faqQuestion span { color: var(--black); line-height: 1.5; }
.faqQuestion svg { width: 20px; height: 20px; flex-shrink: 0; stroke: var(--black); stroke-width: 2; fill: none; transition: 0.3s ease; }
.faqAnswer { display: none; max-height: 0; overflow: hidden; transition: all 0.35s ease; }
.faqAnswer p { padding: 0 0 25px; }
.faqItem.active .faqAnswer { max-height: 200px; }
.faqItem.active .faqQuestion svg { transform: rotate(180deg); }

/* term */
.termSec { padding-top: 150px; padding-bottom: 50px; width: 100%; position: relative; }
.termSec.centered { padding-right: calc((100% - 900px)/ 2); padding-left: calc((100% - 900px)/ 2);}
.termSec h1 { font-size: 34px; }
.termSec .subtitle { margin-bottom: 40px; font-size: 22px; }
.termSec .date { margin-bottom: 10px; font-size: 20px; font-family: 'Krona One', sans-serif; text-transform: uppercase; }
.termSec h4 { margin-bottom: 10px; font-size: 20px; text-transform: uppercase; }
.termSec p { line-height: 1.4; }
.termSec .number { padding-left: 20px; list-style-type: decimal; }
.termSec .number li { margin-bottom: 20px; }

/* popup */
.registerPopup { padding:20px; position:fixed; inset:0; display:flex; align-items:center; justify-content:center; transition: var(--transition); opacity: 0; visibility: hidden; z-index:9999; background:rgba(0,0,0,.75); }
.registerPopup.active { opacity: 1; visibility: visible; }
.registerPopup .popupBox { padding: 20px 30px; width:100%; max-width:460px; position:relative; text-align: center; overflow-x:hidden; overflow-y: auto; max-height: calc(100vh - 40px); border-radius:24px; background: var(--white); }
.registerPopup .popupBox::before{ content:""; position:absolute; left:0; top:0; width:100%; height:6px; background: #d23b3b; }
.registerPopup .closePopup { position:absolute; right:18px; top:18px; font-size:26px; cursor:pointer; color:#000; border:none; background:none; }
.registerPopup .statusIcon { margin:14px auto 18px; width:74px; height:74px; display:flex; align-items:center; justify-content:center; font-size:38px; font-weight:700; line-height:1; color:#fff; border-radius:50%; }
.statusPopup.success .statusIcon { background:#1eaa5c; }
.statusPopup.success .statusIcon::before { content:"\2713"; }
.statusPopup.success .popupBox::before { background:#1eaa5c; }
.statusPopup.failed .statusIcon { background:#d23b3b; }
.statusPopup.failed .statusIcon::before { content:"\2715"; }
.statusPopup.failed .popupBox::before { background:#d23b3b; }
.registerPopup .popupBox h2 { margin-bottom: 0px; font-size:24px; -webkit-text-fill-color: var(--black); text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 600; }
.registerPopup .popupDesc { margin-bottom: 20px; font-size:13px; color: var(--black); }
.registerPopup .popupDesc strong{ font-weight:600; }
.registerPopup .popupDesc small { display: inline-block; margin-top: 8px; color: #8a8a8a; font-size: 11px; }
.registerPopup .button{ width:100%; display: flex; justify-content: center;  }
.registerPopup .registerBtn{ padding: 0 40px; height:48px; color: var(--white); font-size:14px; font-weight:600; cursor:pointer; display: inline-flex; align-items:center; justify-content:center; gap:10px; transition: var(--transition); border:none; border-radius:50px; background:#001232; }
.registerPopup .registerBtn:disabled { opacity:.7; cursor:not-allowed; }
.registerPopup .registerBtn span{ font-size:22px; line-height:1; }
.registerPopup .registerBtn:hover { background-color: var(--secondary); }

/* register sec */
.registerSec { padding-top: 130px; padding-bottom: 50px; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.registerSec.thankyouSec { padding-top: 180px; padding-bottom: 100px; align-items: center; }
.registerSec.thankyouSec .left { padding-top: 0; }
.registerSec .left { padding-top: 70px; width: 44%; }
.registerSec .right { width: 50%; }
.registerSec .tag { padding: 0; margin-bottom: 15px; font-size:18px; font-weight:400; text-transform: uppercase; color: #131650; letter-spacing: 2px; }
.registerSec .registerImg { margin-bottom: 5px; max-width: 400px; width: 100%; }
.registerSec .subtitle { margin-bottom: 40px; color: #131650; font-weight: 500; }
.registerSec p { margin-bottom: 0; }
.registerSec p span { color: #ed1c24; font-weight: 700; }
.registerSec .price { margin-bottom: 5px; font-size: 24px; color: #ed1c24; }
.registerSec .price b { font-size: 40px; }
.registerSec .price .line-through { font-size: 24px; text-decoration: line-through; color: #484242; }
.registerSec .price .only { font-size: 24px; }
.registerSec .price .gst { font-size: 11px; font-weight: 400; color: var(--black); }
.registerSec .offer { color: var(--white); }
.registerSec .coupon { padding: 10px 20px; display: inline-block; position: relative; font-size: 40px; text-transform: uppercase; color: var(--primary); border: 1px dashed var(--primary); border-radius: 10px; }
.registerSec .coupon label { padding: 0 5px; position: absolute; left: 15px; top: 0; transform: translateY(-50%); font-size: 15px; color: var(--white); font-weight: 400; font-family: 'Afacad', sans-serif; background-color: #0b1232; }
.registerSec .coupon svg { position: absolute; right: -10px; top: -10px; fill: var(--white); width: 20px; height: 20px;  }
.registerSec .coupon svg { position: absolute; right: 0; top: -5px; fill: var(--white); width: 12px; height: 12px;  }
.registerSec .coupon .copy-status { display: none!important; }
.registerSec .form { padding: 40px 30px; width:100%; position:relative; overflow: hidden; border-radius:24px; border: 3px solid transparent; background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(180deg, #0b1a93 0%, #b2ccfd 50%, #d8e6fe 100%); background-origin: border-box; background-clip: padding-box, border-box; }
.registerSec .form h3 { margin-bottom: 15px; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; }
.registerSec .form p { margin-bottom: 20px; }
.registerSec .formGroup{ margin-bottom:8px; position: relative; }
.registerSec .formRow{ display:flex; gap:8px; }
.registerSec .formRow .formGroup{ flex:1; }
.registerSec .formGroup input { padding:0 20px; width: 100%; height: 44px; color:#202020; font-size:14px; outline:none; border: 1px solid #e5e5e5; border-radius:10px; }
.registerSec .formGroup input::placeholder{ color:#a0a0a0; }
.registerSec .formGroup select { padding:0 36px 0 20px; width:100%; height:44px; color:#202020; font-size:14px; line-height:44px; outline:none; border:1px solid #e5e5e5; border-radius:10px; cursor:pointer; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color:#fff; background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23a0a0a0' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 16px center; }
.registerSec .formGroup select option { color:#333; }
.registerSec .registrationFull { margin-top:20px; padding:24px 20px; text-align:center; border:1px solid #e5e5e5; border-radius:12px; background:#f7f8fa; }
.registerSec .registrationFull h3 { margin-bottom:8px; color:#001232; font-size:20px; font-weight:700; }
.registerSec .registrationFull p { color:#6b6b6b; font-size:14px; line-height:1.5; }
.registerSec .formError { display:none; margin-top:6px; color:#d23b3b; font-size:13px; line-height:1.4; }
.registerSec .formError.active { display:block; }
.registerSec .fieldError { display:none; margin-top:4px; color:#d23b3b; font-size:12px; line-height:1.3; }
.registerSec .fieldError.active { display:block; }
.registerSec .formGroup input.invalid,
.registerSec .formGroup select.invalid { border-color:#d23b3b; }
.registerSec .registerBtn:disabled { opacity:.7; cursor:not-allowed; }.registerSec .checkboxWrap { margin: 15px 0; display:flex; align-items:flex-start; gap:12px; }
.registerSec .checkboxWrap input[type="checkbox"]{ display:none; }
.registerSec .checkboxWrap label{ padding-left:26px; position:relative; cursor:pointer; line-height: 1.3; color:var(--black); font-size:12px; }
.registerSec .checkboxWrap label::before{ content:""; position:absolute; left:0; top:2px; width:16px; height:16px; border:1px solid #dddddd; transition:.3s; border-radius:5px; background:#fff; }
.registerSec .checkboxWrap label::after{ content:"✓"; position:absolute; left:5px; top:3px; color:var(--white); font-size:12px; font-weight:700; opacity:0; transform:scale(.5); transition:.25s; }
.registerSec .checkboxWrap input:checked + label::before{ background:#fff; border-color: var(--secondary); background-color: var(--secondary); }
.registerSec .checkboxWrap input:checked + label::after { opacity:1; transform:scale(1); }
.registerSec .button{ width:100%; display: flex; justify-content: center;  }
.registerSec .registerBtn{ padding: 0 50px; height:48px; color: var(--white); font-size:14px; font-weight:600; cursor:pointer; display: inline-flex; align-items:center; justify-content:center; gap:10px; transition: var(--transition); border:none; border-radius:50px; background:#001232; }
.registerSec .registerBtn span{ font-size:22px; line-height:1; }
.registerSec .registerBtn:hover { background-color: var(--secondary); }
.registerSec .error { padding-top: 5px; width: 100%; font-size: 12px; color: #ff2323; display: none; }
.registerSec .error.active { display: block; }
.registerSec .right .copycode { width: 100%; color: var(--black); font-size: 12px; text-transform: uppercase; }
.registerSec .right .copycode span { font-weight: 700; color: var(--primary); font-size: 14px; }
.registerSec .right .copycode svg { width: 12px; height: 12px; margin-left: 5px; vertical-align: middle; fill: var(--primary); cursor: pointer; }
.registerSec .copy-status { display: none; color: var(--secondary); font-size: 12px; }
.registerSec .dateBlock { margin-top: 20px; margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 30px; }
.registerSec .dateBlock span { display: block; color: var(--secondary); }
.registerSec .name { margin-bottom: 5px; font-size: 22px; font-weight: 700; }
.registerSec .thankyou { padding: 40px 30px; width:100%; height: 100%; display: flex; flex-wrap: wrap; align-items: center; align-content: center; color: var(--black); position:relative; overflow: hidden; border-radius:24px; border: 3px solid transparent; background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(180deg, #0b1a93 0%, #b2ccfd 50%, #d8e6fe 100%); background-origin: border-box; background-clip: padding-box, border-box; }
.registerSec .thankyou .icon { margin: 0 auto 30px; width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; position: relative; animation: successPop 0.5s ease-out; }
.registerSec .check { width: 65px; height: 65px; overflow: visible; }
.registerSec .check path { fill: none; stroke: #63c943; stroke-width: 12; stroke-linecap: round; stroke-linejoin: round; }
.registerSec .thankyou h3 { margin-bottom: 10px; text-align: center; width: 100%; color: #63c943; font-size: 70px; }
.registerSec .thankyou p { text-align: center; width: 100%; }
.registerSec .paymentBreakdown { padding: 12px 16px; margin: 15px 0; color: var(--black); font-family: Arial, Helvetica, sans-serif; border: 1px solid #e2e8f0; border-radius: 8px; }
.registerSec .paymentHeader { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 600; cursor: pointer; user-select: none; position: relative; }
.registerSec .paymentHeader::after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: var(--transition); content: ''; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid #a0a0a0; display: inline-block; }
.registerSec .paymentHeader.active::after { transform: translateY(-50%) rotate(180deg); }
.registerSec .paymentBody { margin-top: 10px; display: none; }
.registerSec .paymentRow { margin-bottom: 10px; display: flex; justify-content: space-between; font-size: 13px; }
.registerSec .couponDiscountRow { display: none; }
.registerSec .couponDiscountRow.active { display: flex; }
.registerSec .paymentRow.totalRow { padding-top: 10px; margin-top: 10px; margin-bottom: 0; border-top: 1px dashed #cbd5e1; font-weight: 700; font-size: 14px; color: #212121; }

@keyframes successPop {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* company logo */
.companyLogo { padding-top: 15px; padding-bottom: 15px; width: 100%; background-color: var(--white); }
.companyLogo .companySwiper { width: 100%; }
.companyLogo .companySwiper .swiper-wrapper { transition-timing-function: linear !important; align-items: center; }
.companyLogo .companySwiper .swiper-slide { width: auto !important; display: flex; align-items: center; justify-content: center; margin: 0 70px; }
.companyLogo .companySwiper .swiper-slide img { height: 32px; width: auto; display: block; object-fit: contain; }

/* footer */
.footerSec { padding-top: 30px; padding-bottom: 30px; width: 100%; font-size: 14px; position: relative; overflow: hidden; background: #181a50; }
.footerSec .footerTop { margin-bottom: 30px; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.footerSec .footerLeft { width: 40%; color: #fff; }
.footerSec .footerLogo { margin-bottom: 20px; max-width: 170px; display: block; }
.footerSec .footerRight { width: 48%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.footerSec .footerRight h4 { margin-bottom: 10px; font-size: 16px; font-weight: 400; color: var(--white); font-family: 'Montserrat', sans-serif; text-transform: capitalize; }
.footerSec .footerRight ul { width: 100%; }
.footerSec .footerRight li { margin-bottom: 6px; width: 100%; color: var(--white); }
.footerSec .footerRight li:last-child { margin-bottom: 0; }
.footerSec .footerRight li a { color: var(--white); text-decoration: none; }
.footerSec .footerRight li a:hover { color: var(--secondary); }
.footerSec .footerInfo { width: 65%; }
.footerSec .footerLinks { width: 30%; }
.footerWatermark { margin-bottom: 30px; text-align: center; font-size: 255px; line-height: 0.65; font-family: 'Koulen', sans-serif; font-weight: 400; color: rgba(255,255,255,.1); user-select: none; pointer-events: none; border-bottom: 1px solid rgba(255,255,255,1); display: none; }
.footerSec .copyright { width: 100%; text-align: left; position: relative; color: var(--white); border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; }

@media screen and (max-width: 1240px)  {
    .centered { padding-left: 20px; padding-right: 20px; }
    .wealthSec .arrow-icon { display: none; }
}

@media screen and (max-width: 992px)  {
    .ctaBtn { padding: 0 20px; font-size: 16px; font-weight: 600; }
    .btn { font-size: 16px; }
    h2 { font-size: 40px; }
    h3 { font-size: 20px; }

    .headerSec .logo { width: 120px; }
    .headerSec .link { gap: 20px; }
    .headerSec .link a { font-size: 14px; }

    .heroSec { padding-top: 150px; padding-bottom: 30px; }
    .heroSec .slider { max-width: 550px; }
    .heroSec .title { font-size: 50px; }
    .heroSec .title span { font-size: 90px; }
    .heroSec .detailBlock ul li { font-size: 14px; }
    .heroSec .detailBlock .calender { width: 20px; }
    .heroSec .detailBlock .hourglass { width: 16px; }
    .heroSec .detailBlock ul li .price { font-size: 25px; }
    .heroSec .detailBlock ul li .price small { font-size: 18px; }
    .heroSec .detailBlock ul li .price span { font-size: 16px; }

    .knowingSec .knowingBlock { max-width: 650px; }
    .knowingSec .block .img { width: 90px; }
    .knowingSec .block.confused .img { left: -60px; }
    .knowingSec .block.confident .img { right: -60px; }

    .wealthSec .arrow-icon { width: 90px; }

    .bonusSec .bonus-grid { gap: 20px; }
    .bonusSec .bonus-card { padding: 20px; gap: 15px; }
    .bonusSec .icon-box { width: 60px; height: 60px; min-width: 60px; border-radius: 15px; }
    .bonusSec .icon-box img { width: 32px; }

    .faqQuestion { font-size: 16px; }
    
    .termSec.centered { padding-left: 20px; padding-right: 20px; }

    .registerSec .tag { font-size: 16px; }
    .registerSec .form { padding: 30px 20px; }
    .registerSec .thankyou h3 { font-size: 50px; }

    .footerSec { font-size: 13px; }
    .footerWatermark { font-size: 155px; }
    .footerSec .footerRight { width: 53%; }
}

@media screen and (max-width: 767px)  {
    body { font-size: 14px; }
    .ctaBtn { min-height: 40px; font-size: 14px; }
    .btn { padding: 10px 20px; }
    h2 { margin-bottom: 10px; font-size: 30px; }
    h3 { font-size: 18px; }
    .desktop { display: none; }
    .mobile { display: block; }

    .headerSec .logo { width: 100px; }
    .headerSec .link { display: none; }

    .heroSec .title { font-size: 40px; }
    .heroSec .title span { font-size: 70px; }
    .heroSec .detailBlock ul { padding-top: 10px; justify-content: center; }
    .heroSec .detailBlock ul li:nth-child(2) { padding-right: 0; margin-right: 0; }
    .heroSec .detailBlock ul li:nth-child(2)::after { display: none; }
    .heroSec .detailBlock ul li:last-child { width: 100%; font-size: 14px; justify-content: center; }
    .heroSec .detailBlock .calender { display: none; }
    .heroSec .detailBlock .hourglass { margin-left: auto; display: none; }
    .heroSec .detailBlock ul li span { font-size: 15px; }

    .knowingSec { padding-top: 30px; padding-bottom: 30px; }
    .knowingSec .knowingBlock { grid-template-columns: 1fr; }
    .knowingSec .block { width: calc(100% - 50px); border-radius: 30px; }
    .knowingSec .block.confused { margin-left: auto; }
    .knowingSec .block.confused .icon { top: 15px; width: 12px; }
    .knowingSec .block .icon { left: 15px; top: 16px; width: 16px; }
    .knowingSec .block ul { border-radius: 20px; }
    .knowingSec .block li { padding-left: 40px; }
    .knowingSec .block h3 { padding-left: 10px; padding-right: 10px; }

    .wealthSec h2 br { display: none; }
    .wealthSec .arrow-icon { display: none; }
    .wealthSec .wealthBlock { display: block; }
    .wealthSec .left { margin-bottom: 30px; width: 100%; }
    .wealthSec .right { width: 100%; }
    .wealthSec .tabs { margin-bottom: 20px; }
    .wealthSec .tab-btn { padding: 10px 30px; font-size: 16px; }
    .wealthSec .module-item { gap: 10px; }
    .wealthSec .num { font-size: 22px; min-width: 30px; line-height: 1.2; }
    .wealthSec .details h4 { font-size: 16px; }
    .wealthSec .module-header { align-items: flex-start; }
    .wealthSec .module-header .icon { line-height: 1; font-size: 22px; }

    .bonusSec .bonus-grid { grid-template-columns: 1fr; }
    .bonusSec .bonus-card { border-radius: 20px; }
    .bonusSec .icon-box { width: 50px; height: 50px; min-width: 50px; }
    .bonusSec .icon-box img { width: 28px; }
    .bonusSec .card-content h3 { font-size: 16px; }

    .faqQuestion span { font-size: 14px; }   
    .faqAnswer p { line-height: 1.3; }

    .termSec h1 { font-size: 24px; }
    .termSec .subtitle { font-size: 18px; }
    .termSec .date,
    .termSec h4 { font-size: 16px; }

    .registerPopup .popupBox { padding: 20px; }

    .registerSec { padding-top: 110px; }
    .registerSec.thankyouSec { padding-top: 120px; padding-bottom: 50px; }
    .registerSec .left { padding-top: 0; margin-bottom: 20px; width: 100%; }
    .registerSec .right { width: 100%; }
    .registerSec .tag { margin-bottom: 5px; font-size: 14px; }
    .registerSec .registerImg { max-width: 320px; }
    .registerSec .subtitle { margin-bottom: 30px; }
    .registerSec .price .line-through { font-size: 20px; }
    .registerSec .price { font-size: 22px; }
    .registerSec .price b { font-size: 34px; }
    .registerSec .price .only { font-size: 20px; }
    .registerSec .form { padding-left: 20px; padding-right: 20px; }
    .registerSec .left h3 { font-size: 24px; }
    .registerSec .left h3 .price { font-size: 18px; }
    .registerSec .coupon { padding: 10px 20px; font-size: 26px; }
    .registerSec .coupon label { font-size: 12px; }   
    .registerSec .thankyou { padding: 20px; } 
    .registerSec .thankyou .icon { margin-bottom: 15px; width: 70px; height: 70px; }
    .registerSec .check { width: 50px; height: 50px; }
    .registerSec .thankyou h3 { font-size: 38px; }

    /* .companyLogo { padding-top: 30px; padding-bottom: 30px; } */
    .companyLogo .companySwiper .swiper-slide { margin: 0 30px; }
 
    .footerSec { padding-top: 30px; padding-bottom: 30px; }
    .footerSec .footerLogo { max-width: 120px; }
    .footerSec .footerTop { margin-bottom: 40px; }
    .footerSec .footerLeft { margin-bottom: 20px; width: 100%; }
    .footerSec .footerRight { width: 100%; }
    .footerSec .footerInfo { margin-bottom: 20px; width: 100%; }
    .footerSec .footerLinks { width: 100%; }
    .footerWatermark { font-size: 68px; }
    .footerSec .copyright { font-size: 12px; }
}

@media screen and (max-width: 480px)  {
    .heroSec .title { font-size: 30px; }
    .heroSec .title span { font-size: 60px; }

    .heroSec { padding-top: 120px; }
    .heroSec .detailBlock .calender { width: 16px; }
    .heroSec .detailBlock .hourglass { width: 14px;}
    .heroSec .detailBlock ul li { font-size: 13px;}
    .heroSec .detailBlock ul li .price { font-size: 22px; }
    .heroSec .detailBlock ul li .price small { font-size: 16px; }
    .heroSec .detailBlock ul li .price span { font-size: 14px; }
    .heroSec .detailBlock ul li::after { height: 14px; }

    .knowingSec .block { width: calc(100% - 20px); }
    .knowingSec .block .img { width: 65px; }
    .knowingSec .block.confused .img { left: -40px; }
    .knowingSec .block.confident .img { right: -40px; }
}