@charset "UTF-8";:root{--primary: #2563eb;--primary-dark: #1d4ed8;--text: #1f2937;--text-light: #6b7280;--bg: #ffffff;--bg-gray: #f9fafb;--border: #e5e7eb}body#landing{color:#bfbfc8;background-color:#101726;overflow-x:hidden}body#landing strong{color:#f5fcff}body#landing .dp2px{position:relative;top:2px}body#landing .pagination-wrapper{display:flex;justify-content:center;padding:40px 0}body#landing .pagination-wrapper .pagination{display:flex;justify-content:center}body#landing .pagination-wrapper .pagination .pagination-list{display:flex;gap:4px;list-style:none;padding:0;margin:0}body#landing .pagination-wrapper .pagination .pagination-list .pagination-item{display:flex}body#landing .pagination-wrapper .pagination .pagination-list .pagination-item .pagination-ellipsis{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;color:var(--text-light)}body#landing .pagination-wrapper .pagination .pagination-list .pagination-item.disabled .pagination-link{opacity:.4;cursor:not-allowed}body#landing .pagination-wrapper .pagination .pagination-list .pagination-link{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:8px;font-size:.9rem;color:var(--text-light);text-decoration:none;transition:all .2s}body#landing .pagination-wrapper .pagination .pagination-list .pagination-link:hover:not(.active):not([aria-disabled=true]){border-color:var(--primary);color:var(--primary)}body#landing .pagination-wrapper .pagination .pagination-list .pagination-link.active{background:var(--primary);border-color:var(--primary);color:#fff}body#landing .button-to-app{position:relative;color:#424258;background-color:#8cced9;border:1px solid #666e81;border-radius:20px;padding-left:24px;padding-right:24px}body#landing .section-articles{padding:80px 0}body#landing .section-articles .section-header-with-link{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}body#landing .section-articles .section-header-with-link h2{font-size:2rem;font-weight:600}body#landing .section-articles .section-header-with-link .view-all{color:var(--primary);font-weight:500;display:flex;align-items:center;gap:6px;transition:gap .2s}body#landing .section-articles .section-header-with-link .view-all:hover{gap:10px}body#landing .section-articles .articles-grid{display:grid;gap:12px}body#landing .section-articles .articles-grid .article-card{display:flex;gap:20px;padding:24px;background-color:#fff;border:1px solid var(--border);border-radius:12px;transition:box-shadow .2s,border-color .2s}body#landing .section-articles .articles-grid .article-card:hover{box-shadow:0 1px 6px #0000000d;border-color:#d1d5db}body#landing .section-articles .articles-grid .article-card .article-thumb{width:160px;height:120px;border-radius:8px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}@media (max-width: 640px){body#landing .section-articles .articles-grid .article-card{flex-direction:column;padding:16px;gap:14px}body#landing .section-articles .articles-grid .article-card .article-thumb{width:100%;height:auto;aspect-ratio:16/9}}body#landing .section-articles .articles-grid .article-card .article-content{display:flex;flex-direction:column}body#landing .section-articles .articles-grid .article-card .article-content h3{font-size:1.1rem;font-weight:600;margin-bottom:8px;line-height:1.4}body#landing .section-articles .articles-grid .article-card .article-content p{font-size:.9rem;color:var(--text-light);line-height:1.5;display:-webkit-box;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body#landing .section-articles .articles-grid .article-card .article-content .article-meta{font-size:.85rem;color:var(--text-light);margin-bottom:8px}body#landing .section-articles .articles-grid .article-card .article-content .article-meta .article-category{color:var(--primary);font-weight:500}body#landing .section-articles .articles-grid .article-card .article-content .read-more{color:var(--primary);font-weight:500;font-size:.9rem;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}body#landing .section-articles .articles-grid .article-card .article-content .read-more:hover{gap:10px}body#landing table#faq{font-size:16px}body#landing table#faq tr.question-text td{color:#262626;padding-top:8px;padding-bottom:8px;background-color:#dbf8fb}body#landing table#faq tr.question-text td:first-child{padding-left:10px;padding-right:8px}body#landing table#faq tr.answer-text td{color:#595959;padding-top:8px;padding-bottom:28px}body#landing table#faq tr.answer-text td:first-child{padding-left:10px}body#landing .container-outer{width:100%;padding-top:70px;padding-bottom:70px;color:#444}body#landing .container-outer.bg-navy{background-color:#101726}body#landing .container-outer.bg-navy2{background-color:#112e50}body#landing .container-outer.bg-blue{background-color:#24314d}body#landing .container-outer.bg-light-blue{background-color:#e3f2ff}body#landing .container-outer.bg-blue2{background-color:#1f5487}body#landing .container-outer.bg-white{background-color:#fff}body#landing .container-outer.bg-cream{background-color:#fbddbf}body#landing .container-outer.bg-white-yellow{background:linear-gradient(176deg,#fff,#fff,#f5e4c2)}body#landing .container-outer.bg-teal{background-color:#98dfe6}body#landing .container-outer.bg-gray{background-color:#e1e1e1}body#landing .container-outer.bg-light-gray{background-color:#ececec}body#landing .container-outer.bg-hero-light{background-color:#f0f5fa}body#landing .container-outer.p-40{padding-bottom:40px}body#landing .container-outer.section-filter{padding-top:20px;padding-bottom:20px;border-top:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd}body#landing .container-outer.section-filter .filter-tabs{display:flex;gap:8px;flex-wrap:wrap}body#landing .container-outer.section-filter .filter-tabs .filter-tab{padding:8px 16px;border-radius:20px;font-size:.9rem;background:transparent;border:1px solid var(--border);cursor:pointer;transition:all .2s;color:var(--text-light)}body#landing .container-outer.section-filter .filter-tabs .filter-tab:hover{border-color:var(--text-light)}body#landing .container-outer.section-filter .filter-tabs .filter-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}body#landing .container-outer.section-filter .active-filter{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:.9rem}body#landing .container-outer.section-filter .active-filter .active-filter-label{color:var(--text-light)}body#landing .container-outer.section-filter .active-filter .active-filter-tag{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;color:var(--primary);padding:6px 12px;border-radius:20px;font-weight:500}body#landing .container-outer.section-filter .active-filter .active-filter-tag .active-filter-remove{display:flex;align-items:center;justify-content:center;color:var(--primary);opacity:.7;transition:opacity .2s}body#landing .container-outer.section-filter .active-filter .active-filter-tag .active-filter-remove:hover{opacity:1}body#landing .blue-gradient-text{background:linear-gradient(to right,#55aab9,#2399bd,#00b987);-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;color:transparent;font-weight:700;font-size:42px;width:100%;max-width:680px;margin:auto}body#landing .container{padding:0 140px}@media (max-width: 1280px){body#landing .container{padding:0 80px}}@media (max-width: 1024px){body#landing .container{padding:0 40px}}@media (max-width: 768px){body#landing .container{padding:0 20px}}body#landing .container .columns{display:flex;-moz-column-gap:15px;column-gap:15px}body#landing .container .columns .column-left{flex-grow:1;text-align:left}body#landing .container .columns .column-right .img{max-width:400px;border-radius:4px}body#landing .container .promo-text{font-size:42px;text-align:center;color:#ff1f1f;background-color:#000;margin:auto;width:-moz-fit-content;width:fit-content;padding:0 10px}body#landing .container .packages-and-prices-block{display:flex;-moz-column-gap:21px;column-gap:21px;font-size:20px;color:#191919}body#landing .container .packages-and-prices-block .pp-block-left{display:flex;flex-direction:column;font-weight:700;row-gap:16px;width:345px}body#landing .container .packages-and-prices-block .pp-block-left .strike-text{position:relative;top:-10px;font-weight:400;font-size:21px;color:#7f7f7d;text-decoration:line-through}body#landing .container .packages-and-prices-block .pp-block-left .sm-package{text-align:center;font-size:24px;position:relative;padding-bottom:22px;height:calc(100% - 8px);background-color:#f2f1f1;border:5px solid #b9b9b9;border-radius:30px}body#landing .container .packages-and-prices-block .pp-block-left .sm-package .discounted-price{font-size:48px;font-weight:700;color:#a12f24;margin-top:2px}body#landing .container .packages-and-prices-block .pp-block-left .sm-package .course-name{font-size:39px;color:#fafafa;height:100px;padding-top:22px;background-color:#23568f;border-top-left-radius:25px;border-top-right-radius:25px}body#landing .container .packages-and-prices-block .pp-block-left .sm-package .button{font-size:20px;font-weight:700;color:#fff;width:calc(100% - 40px);margin-top:10px;background-color:#b22514;border:2px solid #752c23;border-radius:32px}body#landing .container .packages-and-prices-block .pp-block-right{flex-grow:1;font-weight:700}body#landing .container .packages-and-prices-block .pp-block-right .lg-package{position:relative;text-align:center;font-size:22px;height:100%;padding-bottom:22px;background-color:#fffffb;border:5px solid #bda672;border-radius:30px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package.special-offer{background-color:#ffe7e7;border:4px solid #9f0013;animation:blinkBorder 1s infinite}body#landing .container .packages-and-prices-block .pp-block-right .lg-package.special-offer .discounted-price,body#landing .container .packages-and-prices-block .pp-block-right .lg-package.special-offer .red-condition-text{color:#c82121}body#landing .container .packages-and-prices-block .pp-block-right .lg-package.special-offer .red-condition-text{font-size:20px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package.special-offer .button{background-color:#9f0013}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .circular-badge{position:absolute;top:-15px;right:-15px;color:#fff;width:80px;height:80px;padding-top:11px;padding-left:2px;padding-right:2px;line-height:26px;background:#c88d01;border-radius:50%}@media (max-width: 768px){body#landing .container .packages-and-prices-block .pp-block-right .lg-package .circular-badge{top:-10px;right:-10px;width:60px;height:60px;font-size:12px;line-height:20px;padding-top:8px}}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .ribbon-badge{position:absolute;top:-12px;right:-12px;font-size:28px;font-weight:700;color:#352b12;width:142px;height:142px;background:no-repeat url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='162px'%20height='163px'%20viewBox='0%200%20162%20163'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eribbin%3c/title%3e%3cdefs%3e%3clinearGradient%20x1='22.375303%25'%20y1='0.318055505%25'%20x2='100%25'%20y2='75.6030351%25'%20id='linearGradient-1'%3e%3cstop%20stop-color='%23C69C48'%20offset='0%25'%3e%3c/stop%3e%3cstop%20stop-color='%23F5E19A'%20offset='46.9337578%25'%3e%3c/stop%3e%3cstop%20stop-color='%23C69C48'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='User-Flow'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='landing-page-v5'%20transform='translate(-1284,%20-3200)'%3e%3cg%20id='Group-10'%20transform='translate(248,%203105)'%3e%3cg%20id='Group-8'%20transform='translate(0,%2095.5757)'%3e%3cg%20id='block-price'%20transform='translate(416,%200)'%3e%3cg%20id='ribbin'%20transform='translate(620,%200)'%3e%3cpolygon%20id='Rectangle'%20fill='url(%23linearGradient-1)'%20points='7%205.54602312e-14%2076.7470868%201.50770632e-13%20161.609803%2085.0601483%20161.609803%20154.117273'%3e%3c/polygon%3e%3cpolygon%20id='Rectangle'%20fill='%2357411C'%20points='154.300843%20146.820532%20161.609803%20154.117273%20154.021068%20161.852827'%3e%3c/polygon%3e%3cpolygon%20id='Rectangle'%20fill='%2357411C'%20points='7%200%2015.0696251%208%200%208'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 0 0;background-size:contain}@media (max-width: 768px){body#landing .container .packages-and-prices-block .pp-block-right .lg-package .ribbon-badge{top:-8px;right:-8px;width:100px;height:100px;font-size:20px}}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .ribbon-badge>.text{position:absolute;top:32px;right:19px;transform:rotate(45deg)}@media (max-width: 768px){body#landing .container .packages-and-prices-block .pp-block-right .lg-package .ribbon-badge>.text{top:22px;right:12px}}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .red-label{color:#fff;padding-left:5px;padding-right:5px;background-color:#f95454}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .discounted-price{font-size:58px;font-weight:700;color:#a12f24;margin-top:20px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .strike-text{position:relative;top:-14px;font-weight:400;font-size:24px;color:#7f7f7d;text-decoration:line-through}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .remaining-amount{font-weight:400;font-size:17px;color:#a94d4d}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .course-name{font-size:39px;color:#fafafa;height:100px;padding-top:22px;background-color:#23568f;border-top-left-radius:25px;border-top-right-radius:25px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus{position:relative;display:flex;-moz-column-gap:14px;column-gap:14px;width:calc(100% - 64px);margin:40px auto 18px;padding:40px 20px 20px;background-color:#f9eacd;border:3px solid #752c23;border-radius:18px;font-size:25px;font-weight:400;color:#1a1505}@media (max-width: 768px){body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus{flex-direction:column;row-gap:14px;width:calc(100% - 40px);padding:30px 16px 16px;font-size:18px}}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .red-text{color:#752c23}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .topic-label{position:absolute;top:-26px;left:calc(50% - 128px);width:256px;padding:0 28px;font-size:28px;color:#fff;background-color:#b22514;border:2px solid #752c23;border-radius:16px}@media (max-width: 768px){body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .topic-label{width:200px;left:calc(50% - 100px);font-size:20px;padding:0 16px;top:-20px}}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .bonus-item{font-size:25px}@media (max-width: 768px){body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .bonus-item{font-size:18px}}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .bonus-item .img-5books{width:266px}@media (max-width: 768px){body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .bonus-item .img-5books{width:100%}}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .divider{width:2px;height:212px;background-color:#d6cfb5}@media (max-width: 768px){body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .divider{width:100%;height:2px}}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time{text-align:center;font-size:18px;width:320px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .text{margin-top:24px;font-size:22px;font-weight:600;color:#752c23;margin-bottom:12px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .day{font-size:58px;font-weight:700;color:#a12f24}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .bonus-tokens{display:flex;flex-direction:column;gap:8px;align-items:center;margin-top:8px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .token-badge{display:inline-flex;align-items:center;gap:4px;width:132px;padding:8px 16px;border-radius:24px;font-weight:700;font-size:20px;box-shadow:0 2px 8px #00000026}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .token-badge.golden{background:linear-gradient(135deg,gold,#ffb700,#ff8c00);color:#5c3d00;border:2px solid #e6a500}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .token-badge.silver{background:linear-gradient(135deg,#f5f5f5,#e0e0e0,silver);color:#4a4a4a;border:2px solid #a0a0a0}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .token-badge .token-plus{font-size:18px;opacity:.8}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .token-badge .token-count{font-size:26px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .token-badge .token-label{font-size:16px;margin-left:4px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .button{font-size:24px;font-weight:700;color:#fff;width:calc(100% - 64px);background-color:#b22514;border:2px solid #752c23;border-radius:32px}body#landing .container .couple-buttons{display:flex;-moz-column-gap:4px;column-gap:4px;justify-content:center;margin-top:12px}body#landing .container .guarantee-text{text-align:center;font-size:16px;color:#373737}body#landing .container .conclusion-block{font-size:16px}body#landing .container .conclusion-block ul{text-align:left;width:-moz-fit-content;width:fit-content;margin:auto}body#landing .container .images-block{display:flex;-moz-column-gap:10px;column-gap:10px;margin-top:15px}body#landing .container .images-block div img{width:calc(100% - 26px);border-radius:4px}body#landing .quote-text{padding:10px 22px;border-radius:8px;background-color:#e4e4e4}body#landing .content-block-header{text-align:center;font-size:16px;color:#2c2c2c;margin-bottom:40px}body#landing .content-block-header .img-browser{width:calc(100% - 40px);max-width:420px}body#landing #hero-landing-page{position:relative}body#landing #hero-landing-page .hero-text{position:absolute;top:0;left:112px;font-weight:400}body#landing #hero-landing-page .hero-text .gold-text{color:#e7c773}body#landing #hero-landing-page .hero-text.text1{top:28px;font-size:50px;font-weight:700;color:#e7c773}body#landing #hero-landing-page .hero-text.text2{top:90px;font-size:33px;color:#f0f4f0}body#landing #hero-landing-page .hero-text.text3{top:129px;font-size:41px;color:#f0f4f0}body#landing #hero-landing-page .hero-text.text4{top:178px;font-size:42px;color:#f0f4f0}body#landing #hero-landing-page.hero-new-v2 .hero-wrapper{position:relative;background-image:url(https://ewerclass-assets.s3.ap-southeast-7.amazonaws.com/public/img/landing/hero-full-loop-learning.webp);background-size:contain;background-position:right center;background-repeat:no-repeat;max-width:1200px;margin:0 auto;padding:0 60px;min-height:478px;display:flex;align-items:center}@media (max-width: 1024px){body#landing #hero-landing-page.hero-new-v2 .hero-wrapper{background-position:130% center;min-height:480px}}@media (max-width: 768px){body#landing #hero-landing-page.hero-new-v2 .hero-wrapper{background-position:160% center;min-height:420px;padding:0 20px}}@media (max-width: 640px){body#landing #hero-landing-page.hero-new-v2 .hero-wrapper{background-image:none;background-color:#f8fafc;min-height:auto;padding:40px 20px}}body#landing #hero-landing-page.hero-new-v2 .hero-content{max-width:460px;padding:20px 0}@media (max-width: 768px){body#landing #hero-landing-page.hero-new-v2 .hero-content{max-width:55%;padding:30px 0}}@media (max-width: 640px){body#landing #hero-landing-page.hero-new-v2 .hero-content{max-width:100%;padding:28px 20px;background:#fffffff0;border-radius:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}body#landing #hero-landing-page.hero-new-v2 .hero-label{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #dbeafe;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:500;color:#2563eb;margin-bottom:14px}body#landing #hero-landing-page.hero-new-v2 .hero-label .hero-label-icon{display:flex;align-items:center;justify-content:center;color:#2563eb}@media (max-width: 768px){body#landing #hero-landing-page.hero-new-v2 .hero-label{font-size:12px;padding:5px 12px}}body#landing #hero-landing-page.hero-new-v2 .hero-title{font-size:40px;font-weight:700;line-height:1.2;color:#1a1a1a;margin-bottom:14px}body#landing #hero-landing-page.hero-new-v2 .hero-title .hero-title-highlight{color:#2563eb}@media (max-width: 1024px){body#landing #hero-landing-page.hero-new-v2 .hero-title{font-size:30px}}@media (max-width: 768px){body#landing #hero-landing-page.hero-new-v2 .hero-title{font-size:22px}}body#landing #hero-landing-page.hero-new-v2 .hero-subtitle{font-size:15px;line-height:1.6;color:#6b7280;margin-bottom:12px;max-width:420px}@media (max-width: 768px){body#landing #hero-landing-page.hero-new-v2 .hero-subtitle{font-size:13px}}body#landing #hero-landing-page.hero-new-v2 .hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-bottom:14px;max-width:360px}@media (max-width: 768px){body#landing #hero-landing-page.hero-new-v2 .hero-features{grid-template-columns:1fr 1fr;gap:8px}}@media (max-width: 480px){body#landing #hero-landing-page.hero-new-v2 .hero-features{grid-template-columns:1fr 1fr}}body#landing #hero-landing-page.hero-new-v2 .hero-feature-card{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;transition:box-shadow .2s ease,border-color .2s ease}body#landing #hero-landing-page.hero-new-v2 .hero-feature-card:hover{border-color:#bfdbfe;box-shadow:0 2px 8px #2563eb0f}body#landing #hero-landing-page.hero-new-v2 .hero-feature-card .hero-feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;color:#3b82f6}body#landing #hero-landing-page.hero-new-v2 .hero-feature-card .hero-feature-text{line-height:1.3}body#landing #hero-landing-page.hero-new-v2 .hero-feature-card .hero-feature-title{font-size:12px;font-weight:600;color:#1f2937}body#landing #hero-landing-page.hero-new-v2 .hero-feature-card .hero-feature-desc{font-size:11px;color:#6b7280}@media (max-width: 768px){body#landing #hero-landing-page.hero-new-v2 .hero-feature-card{padding:8px 10px}body#landing #hero-landing-page.hero-new-v2 .hero-feature-card .hero-feature-icon{width:28px;height:28px}body#landing #hero-landing-page.hero-new-v2 .hero-feature-card .hero-feature-title{font-size:11px}body#landing #hero-landing-page.hero-new-v2 .hero-feature-card .hero-feature-desc{font-size:10px}}body#landing #hero-landing-page.hero-new-v2 .hero-actions{display:flex;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}@media (max-width: 480px){body#landing #hero-landing-page.hero-new-v2 .hero-actions{flex-direction:column;align-items:stretch;gap:10px}}body#landing #hero-landing-page.hero-new-v2 .hero-cta-button{display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:#fff;background-color:#2563eb;padding:12px 24px;border-radius:50px;text-decoration:none;transition:background-color .2s ease}body#landing #hero-landing-page.hero-new-v2 .hero-cta-button:hover{background-color:#1d4ed8}@media (max-width: 768px){body#landing #hero-landing-page.hero-new-v2 .hero-cta-button{font-size:14px;padding:10px 20px}}body#landing #hero-landing-page.hero-new-v2 .hero-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:500;color:#374151;background-color:#fff;border:1px solid #d1d5db;padding:12px 24px;border-radius:50px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease}body#landing #hero-landing-page.hero-new-v2 .hero-secondary-button .hero-play-icon{display:flex;align-items:center;color:#2563eb}body#landing #hero-landing-page.hero-new-v2 .hero-secondary-button:hover{background-color:#f9fafb;border-color:#9ca3af}@media (max-width: 768px){body#landing #hero-landing-page.hero-new-v2 .hero-secondary-button{font-size:14px;padding:10px 20px}}body#landing #hero-landing-page.hero-new-v2 .hero-trust-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}body#landing #hero-landing-page.hero-new-v2 .hero-trust-badge svg{color:#a9a9a9;flex-shrink:0}@media (max-width: 768px){body#landing #hero-landing-page.hero-new-v2 .hero-trust-badge{font-size:12px}}body#landing .section-parent-concerns{padding:30px 0;background-color:#fff}body#landing .section-parent-concerns .section-title{font-size:2rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:40px}@media (max-width: 768px){body#landing .section-parent-concerns .section-title{font-size:1.5rem;margin-bottom:28px}}body#landing .section-parent-concerns .concerns-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width: 1024px){body#landing .section-parent-concerns .concerns-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){body#landing .section-parent-concerns .concerns-grid{grid-template-columns:1fr;gap:16px}}body#landing .section-parent-concerns .concern-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px;background:#fff;border:4px solid #e5e7eb;border-radius:16px;transition:box-shadow .2s ease,border-color .2s ease}body#landing .section-parent-concerns .concern-card:hover{border-color:#bfdbfe;box-shadow:0 4px 16px #2563eb14}@media (max-width: 768px){body#landing .section-parent-concerns .concern-card{padding:24px 16px}}body#landing .section-parent-concerns .concern-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin-bottom:16px}body#landing .section-parent-concerns .concern-icon img{width:72px;height:72px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}@media (max-width: 768px){body#landing .section-parent-concerns .concern-icon,body#landing .section-parent-concerns .concern-icon img{width:64px;height:64px}}body#landing .section-parent-concerns .concern-text{font-size:1rem;font-weight:500;color:#374151;line-height:1.5;margin:0}@media (max-width: 768px){body#landing .section-parent-concerns .concern-text{font-size:.95rem}}body#landing .section-system-help{padding:30px 0;background-color:#fff;border-top:1px solid #e5e7eb}body#landing .section-system-help .section-title{font-size:2rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:48px}@media (max-width: 768px){body#landing .section-system-help .section-title{font-size:1.5rem;margin-bottom:32px}}body#landing .section-system-help .system-timeline{display:flex;align-items:flex-start;justify-content:center;gap:12px}@media (max-width: 1024px){body#landing .section-system-help .system-timeline{flex-wrap:wrap;gap:16px}}@media (max-width: 640px){body#landing .section-system-help .system-timeline{flex-direction:column;align-items:center;gap:8px}}body#landing .section-system-help .timeline-step{display:flex;flex-direction:column;align-items:center;text-align:center;width:160px;flex-shrink:0}@media (max-width: 1024px){body#landing .section-system-help .timeline-step{width:140px}}@media (max-width: 640px){body#landing .section-system-help .timeline-step{width:100%;max-width:280px;flex-direction:row;gap:16px;text-align:left;padding:12px 16px;background:#f8fafc;border-radius:12px}}body#landing .section-system-help .timeline-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:12px}body#landing .section-system-help .timeline-icon img{width:64px;height:64px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}@media (max-width: 640px){body#landing .section-system-help .timeline-icon{width:52px;height:52px;margin-bottom:0;flex-shrink:0}body#landing .section-system-help .timeline-icon img{width:52px;height:52px}body#landing .section-system-help .timeline-content{flex:1}}body#landing .section-system-help .timeline-title{font-size:.95rem;font-weight:600;color:#1f2937;margin-bottom:4px}@media (max-width: 768px){body#landing .section-system-help .timeline-title{font-size:.9rem}}body#landing .section-system-help .timeline-desc{font-size:.85rem;color:#6b7280}@media (max-width: 768px){body#landing .section-system-help .timeline-desc{font-size:.8rem}}body#landing .section-system-help .timeline-arrow{display:flex;align-items:center;justify-content:center;color:#434343;padding-top:16px;flex-shrink:0}body#landing .section-system-help .timeline-arrow svg{width:20px;height:20px}@media (max-width: 640px){body#landing .section-system-help .timeline-arrow{display:none}}body#landing .section-system-help .system-showcase{display:grid;grid-template-columns:minmax(220px,.78fr) minmax(320px,1.08fr) minmax(300px,1fr);gap:14px;margin-top:40px}@media (max-width: 1024px){body#landing .section-system-help .system-showcase{display:flex}}@media (max-width: 768px){body#landing .section-system-help .system-showcase{display:grid;grid-template-columns:1fr;margin-top:28px}body#landing .section-system-help .system-showcase .showcase-report-card{text-align:center}body#landing .section-system-help .system-showcase .showcase-report-card .showcase-check-item{width:320px;display:flex;margin:0 auto}}body#landing .section-system-help .showcase-card{min-height:280px;padding:24px;overflow:hidden;background:#fff;border:1px solid #e7edf5;border-radius:18px;box-shadow:0 10px 30px #0f172a14;color:#102a56}body#landing .section-system-help .showcase-card h3{margin:0 0 18px;font-size:1.24rem;font-weight:800;line-height:1.28;color:#08245a}body#landing .section-system-help .showcase-card.showcase-trial-card,body#landing .section-system-help .showcase-card.showcase-report-card{border:unset;background:unset;box-shadow:unset}@media (max-width: 1024px){body#landing .section-system-help .showcase-card{min-width:280px}}@media (max-width: 640px){body#landing .section-system-help .showcase-card{min-height:auto;padding:20px;border-radius:14px}body#landing .section-system-help .showcase-card h3{font-size:1.08rem}}body#landing .section-system-help .showcase-checklist{display:grid;gap:20px;margin-top:24px}body#landing .section-system-help .showcase-check-item{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start;font-size:16px;line-height:1.1;color:#16315f}body#landing .section-system-help .showcase-check-item span{width:20px;height:20px;border-radius:50%;background:#0f7bff;position:relative;margin-top:1px}body#landing .section-system-help .showcase-check-item span:after{content:"";position:absolute;left:7px;top:4px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}body#landing .section-system-help .showcase-primary-action,body#landing .section-system-help .showcase-dark-action{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin-top:42px;border-radius:10px;font-weight:800;text-decoration:none}body#landing .section-system-help .showcase-primary-action{gap:12px;padding:16px 18px;color:#fff;background:#0877ff;box-shadow:0 8px 18px #0877ff47}body#landing .section-system-help .showcase-primary-action span{display:inline-flex;align-items:center}body#landing .section-system-help .showcase-dark-action{margin-top:12px;color:#fff;background:#050608}body#landing .section-system-help .showcase-exam-card{color:#111827}body#landing .section-system-help .showcase-exam-card h3{margin-bottom:10px}body#landing .section-system-help .showcase-exam-card p{margin:0 0 16px;font-size:.85rem;color:#1f2937}body#landing .section-system-help .exam-meta-row{display:inline-flex;flex-wrap:wrap;gap:14px;padding:8px 12px;margin-bottom:18px;border:1px solid #d5dde8;border-radius:8px;font-size:.82rem;color:#283750}body#landing .section-system-help .exam-question{margin-bottom:8px;font-weight:800;color:#111827}body#landing .section-system-help .exam-question-image{display:block;width:100%;height:auto;margin-top:10px;border-radius:8px}body#landing .section-system-help .geometry-board{position:relative;height:146px;margin:4px 0 14px}body#landing .section-system-help .geo-line,body#landing .section-system-help .geo-slant{position:absolute;background:#101010}body#landing .section-system-help .geo-line{left:12%;right:6%;height:2px}body#landing .section-system-help .geo-line.top{top:20%}body#landing .section-system-help .geo-line.bottom{bottom:18%}body#landing .section-system-help .geo-slant{width:2px;height:112px;top:18%;transform:skew(-18deg)}body#landing .section-system-help .geo-slant.one{left:43%}body#landing .section-system-help .geo-slant.two{left:68%}body#landing .section-system-help .geo-angle{position:absolute;top:21%;right:20%;padding:0 4px;border-bottom:2px solid #101010;border-left:2px solid #101010;border-radius:0 0 0 16px;font-size:.8rem}body#landing .section-system-help .geo-label{position:absolute;font-size:.82rem;font-weight:800;color:#111}body#landing .section-system-help .geo-label.a{left:8%;top:16%}body#landing .section-system-help .geo-label.p{left:42%;top:9%}body#landing .section-system-help .geo-label.b{right:25%;top:16%}body#landing .section-system-help .geo-label.c{left:6%;bottom:13%}body#landing .section-system-help .geo-label.q{left:35%;bottom:6%}body#landing .section-system-help .geo-label.s{left:62%;bottom:6%}body#landing .section-system-help .geo-label.d{right:4%;bottom:13%}body#landing .section-system-help .answer-list{display:grid;gap:8px}body#landing .section-system-help .answer-list div{display:flex;gap:12px;align-items:center;min-height:34px;padding:6px 10px;border:1px solid transparent;border-radius:8px;font-size:.92rem}body#landing .section-system-help .answer-list span{width:18px;height:18px;border:1px solid #c4cbd5;border-radius:50%}body#landing .section-system-help .answer-list .selected{border-color:#1681ff;color:#0f67db}body#landing .section-system-help .answer-list .selected span{border:6px solid #1681ff}body#landing .section-system-help .reward-row{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:22px}body#landing .section-system-help .reward-row div{text-align:center;font-size:.66rem;color:#111827}body#landing .section-system-help .reward-box{display:block;width:100%;aspect-ratio:1.55;margin-bottom:6px;border-radius:6px;border:1px solid #d8e0eb;background:#eef3fb}body#landing .section-system-help .reward-box.reward-dark{background:linear-gradient(135deg,#111827,#031b40)}body#landing .section-system-help .reward-box.reward-blue{background:linear-gradient(135deg,#1d4ed8,#37bdf8)}body#landing .section-system-help .reward-box.reward-pink{background:linear-gradient(135deg,#fff7ed,#fecdd3)}body#landing .section-system-help .reward-box.reward-orange{background:linear-gradient(135deg,#fff7ed,#fb923c)}body#landing .section-system-help .reward-box.reward-cyan{background:linear-gradient(135deg,#e0f2fe,#22d3ee)}body#landing .section-system-help .topic-title{margin-bottom:12px!important;font-size:1rem!important}body#landing .section-system-help .topic-list{display:grid;gap:5px}body#landing .section-system-help .topic-row{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;min-height:26px;padding-bottom:5px;border-bottom:1px solid #edf1f6;font-size:.8rem;color:#111827}body#landing .section-system-help .topic-row em{padding:4px 12px;border-radius:8px;background:#e5e7eb;font-size:.7rem;font-style:normal;color:#374151}body#landing .section-system-help .topic-row a{padding:5px 14px;border-radius:7px;background:#050608;color:#fff;font-size:.72rem;font-weight:700;text-decoration:none}body#landing .section-system-help .topic-selection-image{display:block;width:100%;height:auto;border-radius:8px}body#landing .section-system-help .simulation-summary-image{display:block;width:100%;max-width:321px;height:auto;margin:0 auto;border-radius:8px}body#landing .section-system-help .math-result-summary-image{display:block;width:100%;max-width:440px;height:auto;margin:0 auto;border-radius:8px}body#landing .section-system-help .summary-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}body#landing .section-system-help .summary-header h3{margin:0}body#landing .section-system-help .summary-header button{padding:9px 14px;border:1px solid #dce3ee;border-radius:9px;background:#fff;color:#64748b;font:inherit;font-size:.78rem}body#landing .section-system-help .summary-panel{display:grid;grid-template-columns:1fr auto;gap:24px;min-height:218px;padding:28px;border-radius:16px;color:#fff;background:radial-gradient(circle at 95% 5%,#144677,#021e3e 64%);box-shadow:0 6px 16px #021e3e3d}body#landing .section-system-help .summary-panel h4{margin:0 0 8px;font-size:1.16rem}body#landing .section-system-help .summary-panel p{margin:0}body#landing .section-system-help .score-ring{display:grid;place-items:center;width:104px;height:104px;border:6px solid rgba(255,255,255,.2);border-top-color:#4aa8ff;border-right-color:#4aa8ff;border-radius:50%;text-align:center}body#landing .section-system-help .score-ring span{display:block;font-size:1.8rem;font-weight:900;line-height:1}body#landing .section-system-help .score-ring small{display:block;font-size:.72rem}body#landing .section-system-help .summary-stat-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}body#landing .section-system-help .summary-stat-row div{min-height:88px;padding:16px 12px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:#ffffff14;text-align:center}body#landing .section-system-help .summary-stat-row strong{display:block;margin-bottom:6px;font-size:1.9rem}body#landing .section-system-help .summary-stat-row span{display:inline-block;width:10px;height:10px;margin-right:6px;border-radius:50%}body#landing .section-system-help .green-dot{background:#20c997}body#landing .section-system-help .yellow-dot{background:#ffb703}body#landing .section-system-help .red-dot{background:#f43f5e}body#landing .section-system-help .breakdown-top{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;margin-bottom:12px}body#landing .section-system-help .breakdown-top h3{margin:0}body#landing .section-system-help .score-badge{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#f59e0b;color:#fff;font-weight:900}body#landing .section-system-help .score-text{color:#0f2147}body#landing .section-system-help .score-text strong{display:block;font-size:1.05rem;line-height:1}body#landing .section-system-help .score-text span{font-size:.72rem;color:#64748b}body#landing .section-system-help .status-counts{display:flex;gap:12px;padding:8px 10px;border-radius:8px 8px 0 0;background:#252525}body#landing .section-system-help .status-counts span{padding:4px 12px;border-radius:6px;font-size:.8rem;font-weight:800}body#landing .section-system-help .status-counts .good,body#landing .section-system-help .skill-group.good span{background:#d9f8e7;color:#087a55}body#landing .section-system-help .status-counts .ok,body#landing .section-system-help .skill-group.ok span{background:#fff0d6;color:#bc5b00}body#landing .section-system-help .status-counts .bad,body#landing .section-system-help .skill-group.bad span{background:#ffe3e9;color:#df1d45}body#landing .section-system-help .progress-stack{display:grid;grid-template-columns:48% 28% 24%;height:7px;margin-bottom:18px;background:#252525;border-radius:0 0 8px 8px;overflow:hidden}body#landing .section-system-help .progress-stack .good{background:#21c7a4}body#landing .section-system-help .progress-stack .ok{background:#f59e0b}body#landing .section-system-help .progress-stack .bad{background:#f43f5e}body#landing .section-system-help .skill-group{margin-top:14px}body#landing .section-system-help .skill-group h4{margin:0 0 8px;font-size:.86rem}body#landing .section-system-help .skill-group span{display:inline-block;margin:0 8px 8px 0;padding:7px 10px;border-radius:7px;font-size:.75rem}@media (max-width: 1180px){body#landing .section-system-help .showcase-summary-card,body#landing .section-system-help .showcase-breakdown-card{grid-column:span 2}}@media (max-width: 720px){body#landing .section-system-help .showcase-summary-card,body#landing .section-system-help .showcase-breakdown-card{grid-column:span 1}body#landing .section-system-help .reward-row{grid-template-columns:repeat(3,1fr)}body#landing .section-system-help .topic-row{grid-template-columns:1fr auto}body#landing .section-system-help .topic-row em{display:none}body#landing .section-system-help .summary-header,body#landing .section-system-help .breakdown-top{align-items:flex-start}body#landing .section-system-help .summary-header{flex-direction:column}body#landing .section-system-help .summary-panel{grid-template-columns:1fr;padding:22px}body#landing .section-system-help .summary-stat-row{grid-template-columns:1fr}}body#landing .block-intro{font-size:16px}body#landing .block-intro p{margin-bottom:4px}body#landing .block-intro table{overflow:hidden;width:100%;font-size:1rem;margin-bottom:12px;border-collapse:collapse;border:1px solid #d2d2d2;border-radius:0;background:#fff}body#landing .block-intro table thead{background:#1f5487;color:#fff}body#landing .block-intro table th{text-align:left;font-weight:600;letter-spacing:.3px;color:#eaeaea;padding:14px 16px}body#landing .block-intro table td{padding:12px 16px;border-bottom:1px solid #d2d2d2}body#landing .block-intro table tbody tr:last-child td{border-bottom:none}body#landing .block-intro table tbody tr:nth-child(2n){background:#f9f9f9}body#landing .block-intro .testimonial-section{display:flex;-moz-column-gap:10px;column-gap:10px;margin-top:10px;margin-bottom:10px}body#landing .block-intro .testimonial-section .testimonial-card{overflow:hidden}body#landing .block-intro .testimonial-section .testimonial-card iframe{max-width:100%}body#landing .block-intro .divider{height:2px;background-color:#656565}body#landing .block-intro .hot-p6-package{text-align:center;font-size:36px;color:#860000;margin-top:20px;margin-bottom:50px;padding:20px;border:4px solid #070707;border-radius:10px;background-color:#ff5c5c}body#landing .block-intro .hot-p6-package .sm-text{font-size:16px}body#landing .block-intro .hall-of-frame{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;font-size:22px}body#landing .block-intro .hall-of-frame .hof-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e5e7eb}body#landing .block-intro .hall-of-frame .hof-card-pupae{display:flex;-moz-column-gap:32px;column-gap:32px;height:-moz-fit-content;height:fit-content}body#landing .block-intro .hall-of-frame .hof-card-pupae>.img{flex-grow:0;width:320px}body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .divider{width:100%;height:1px;background-color:#d6d6d6}body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .sm-size{font-size:20px}body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .conclusion-items{display:flex;flex-direction:column;row-gap:20px}body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .conclusion-items .item{width:-moz-fit-content;width:fit-content}body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .conclusion-items .item .intro-text{position:relative;padding-left:46px}body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .conclusion-items .item .intro-text .icon-item-1,body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .conclusion-items .item .intro-text .icon-item-2{display:inline-block;position:absolute;top:0;left:0}body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .conclusion-items .item .intro-text .icon-item-1{width:32px}body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .conclusion-items .item .intro-text .icon-item-2{width:24px}body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .conclusion-items .item .lg-text{font-size:30px;color:#173154}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-header{text-align:center;font-size:20px;font-weight:700;color:#173154;margin-bottom:12px;padding-bottom:12px;border-bottom:2px solid #3bb4c7}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-evidence{display:flex;-moz-column-gap:16px;column-gap:16px}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-evidence .zoomable-img{position:relative;cursor:zoom-in;width:50%}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-evidence .zoomable-img img{width:100%;border-radius:8px;-o-object-fit:contain;object-fit:contain;display:block}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-evidence .zoomable-img .zoom-badge{position:absolute;bottom:16px;left:calc(50% - 56px);background:#000000a6;color:#fff;font-size:12px;text-align:center;width:112px;padding:4px 10px;border-radius:20px;pointer-events:none;z-index:2;transition:opacity .2s}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-evidence .zoomable-img .zoom-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0006;opacity:0;transition:opacity .2s;border-radius:8px;pointer-events:none}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-evidence .zoomable-img .zoom-overlay svg{width:32px;height:32px;color:#fff;margin-bottom:6px}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-evidence .zoomable-img .zoom-overlay span{color:#fff;font-size:14px;font-weight:500}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-evidence .zoomable-img:hover .zoom-overlay{opacity:1}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-evidence .zoomable-img:hover .zoom-badge{opacity:0}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-highlight{margin-top:16px;padding:12px 16px;background:#e2f7f9;border-radius:8px;text-align:center;font-size:16px;color:#0d7377}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-highlight strong{color:#0a5a5d}body#landing .image-modal{display:none;position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;overflow:auto;background-color:#000000eb;padding:40px 20px;cursor:zoom-out}@media (max-width: 640px){body#landing .image-modal{padding:20px 12px}}body#landing .image-modal.active{display:flex;flex-direction:column}body#landing .image-modal .image-modal-content{margin:auto;max-width:min(100%,850px);width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:8px;animation:modalZoomIn .25s ease}@media (max-width: 640px){body#landing .image-modal .image-modal-content{max-height:calc(100vh - 40px)}}body#landing .image-modal .image-modal-close{position:fixed;top:16px;right:28px;color:#f1f1f1;font-size:44px;font-weight:300;cursor:pointer;transition:color .2s;line-height:1;z-index:10000}body#landing .image-modal .image-modal-close:hover,body#landing .image-modal .image-modal-close:focus{color:#bbb}@keyframes modalZoomIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}body#landing .video-modal{display:none;position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center}body#landing .video-modal.active{display:flex}body#landing .video-modal .video-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e0}body#landing .video-modal .video-modal-content{position:relative;width:98vw;height:98vh;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;padding:56px 16px 24px;box-sizing:border-box}body#landing .video-modal .video-modal-close{position:absolute;top:8px;right:12px;background:none;border:none;color:#fff;cursor:pointer;padding:8px;z-index:2;line-height:0;transition:opacity .2s}body#landing .video-modal .video-modal-close:hover{opacity:.7}body#landing .video-modal .video-modal-close svg{width:40px;height:40px}body#landing .video-modal .video-modal-player{width:100%;max-width:1400px;aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden}body#landing .video-modal .video-modal-player iframe{width:100%;height:100%;border:0}body#landing .video-modal .video-modal-cta{margin-top:20px;display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:center}body#landing .video-modal .video-modal-cta a{text-decoration:none;font-size:15px;font-weight:600;padding:10px 54px;border-radius:8px;transition:all .2s}body#landing .video-modal .video-modal-cta .video-modal-cta-primary{background:#1b93fd;color:#fff}body#landing .video-modal .video-modal-cta .video-modal-cta-primary:hover{background:#168ff9}body#landing .video-modal .video-modal-cta .video-modal-cta-secondary{background:#fff;color:#0c244a;border:1px solid #e2e8f0}body#landing .video-modal .video-modal-cta .video-modal-cta-secondary:hover{background:#f8fafc;border-color:#cbd5e1}@media (max-width: 640px){body#landing .video-modal .video-modal-content{width:100vw;height:100vh;border-radius:0;padding:52px 8px 16px}body#landing .video-modal .video-modal-close{top:4px;right:4px}body#landing .video-modal .video-modal-close svg{width:36px;height:36px}body#landing .video-modal .video-modal-player{border-radius:8px}body#landing .video-modal .video-modal-cta{margin-top:14px;gap:10px}body#landing .video-modal .video-modal-cta a{text-align:center;width:calc(50vw - 40px);padding:8px 18px;font-size:14px}}body#landing .section-learning-trust{padding:30px 0 10px;color:#102a56}body#landing .section-learning-trust strong{color:#102a56}body#landing .section-learning-trust h2,body#landing .section-learning-trust h3,body#landing .section-learning-trust p{margin:0}body#landing .section-learning-trust a{text-decoration:none}body#landing .section-learning-trust .learning-review-grid{display:grid;grid-template-columns:.88fr 1.05fr 1.78fr;gap:18px;align-items:stretch;margin-bottom:22px}body#landing .section-learning-trust .review-checklist{min-width:280px;padding:26px 28px}body#landing .section-learning-trust .review-checklist h2{margin-bottom:20px;font-size:1.24rem;font-weight:800;line-height:1.28;color:#08245a}body#landing .section-learning-trust .review-check-item{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start;margin-top:13px;font-size:16px;font-weight:400;line-height:1.1;color:#16315f}body#landing .section-learning-trust .review-check-item span{display:inline-block;width:20px;height:20px;border-radius:50%;background:#0f7bff;position:relative;margin-top:1px}body#landing .section-learning-trust .review-check-item span:after{content:"";position:absolute;left:7px;top:4px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}body#landing .section-learning-trust .exclusive-content-card,body#landing .section-learning-trust .latest-content-card,body#landing .section-learning-trust .subject-tile,body#landing .section-learning-trust .pricing-card,body#landing .section-learning-trust .faq-preview details{border:1px solid #dce8f6;border-radius:16px;background:#ffffffeb;box-shadow:0 8px 24px #0f265914}body#landing .section-learning-trust .exclusive-content-card{display:flex;flex-direction:column;justify-content:center;min-width:284px;min-height:184px;padding:28px;color:#f0f0f0;background:radial-gradient(circle at 18% 50%,rgba(212,175,55,.12),transparent 26%),linear-gradient(145deg,#1e1e1e,#2a2a2a);border-color:#bababa}body#landing .section-learning-trust .exclusive-content-card h3{margin-top:12px;font-size:1.32rem;font-weight:900;color:#f0f0f0}body#landing .section-learning-trust .exclusive-content-card p{margin-top:8px;color:#9a9a9a}body#landing .section-learning-trust .exclusive-content-card a{display:inline-flex;justify-content:center;width:180px;margin-top:20px;padding:11px 18px;border:1px solid #d4af37;border-radius:10px;color:#d4af37;font-weight:900}body#landing .section-learning-trust .exclusive-badge{width:-moz-max-content;width:max-content;padding:4px 10px;border:1px solid rgba(212,175,55,.3);border-radius:6px;color:#d4af37;background:#0006;font-size:.76rem;font-weight:900;letter-spacing:.08em}body#landing .section-learning-trust .latest-content-card{display:grid;align-content:center;gap:12px;padding:18px 20px}body#landing .section-learning-trust .latest-content-row{display:grid;grid-template-columns:22px 1fr auto auto;gap:14px;align-items:center;min-height:32px}body#landing .section-learning-trust .latest-content-row .row-arrow{color:#0f75ff;font-size:1.5rem;font-weight:900;line-height:1}body#landing .section-learning-trust .latest-content-row strong{min-width:0;overflow:hidden;font-size:.92rem;text-overflow:ellipsis;white-space:nowrap}body#landing .section-learning-trust .latest-content-row em{padding:4px 10px;border-radius:8px;background:#e8f2ff;color:#1267da;font-size:.82rem;font-style:normal;font-weight:800}body#landing .section-learning-trust .latest-content-row a{padding:7px 14px;border-radius:999px;background:#eef0f3;color:#20385f;font-size:.82rem;font-weight:800}body#landing .section-learning-trust .latest-content-more{justify-self:center;color:#0f67e8;font-weight:900}body#landing .section-learning-trust .subject-coverage-grid{display:grid;grid-template-columns:142px repeat(5,minmax(120px,1fr));gap:20px;align-items:stretch;margin-bottom:16px}body#landing .section-learning-trust .coverage-copy{display:flex;flex-direction:column;justify-content:center;padding:12px 0}body#landing .section-learning-trust .coverage-copy h2{font-size:1.62rem;font-weight:900;line-height:1.45;color:#08245a}body#landing .section-learning-trust .subject-tile{display:grid;place-items:center;gap:4px;min-height:150px;padding:14px 12px 12px;color:#08245a;font-weight:900;text-align:center}body#landing .section-learning-trust .subject-tile img{width:132px;height:92px;-o-object-fit:contain;object-fit:contain}body#landing .section-learning-trust .subject-tile span{font-size:1rem;line-height:1.2}body#landing .section-learning-trust .stats-band{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:16px 0 24px;padding:24px 42px;border-radius:14px;background:linear-gradient(135deg,#095fe9,#2384ff);color:#fff;box-shadow:0 14px 28px #0f67e833}body#landing .section-learning-trust .stat-item{display:grid;grid-template-columns:52px 1fr;-moz-column-gap:16px;column-gap:16px;align-items:center}body#landing .section-learning-trust .stat-item svg{grid-row:span 2;width:52px;height:52px;fill:#ffffffeb}body#landing .section-learning-trust .stat-item strong{color:#fff;font-size:1.46rem;font-weight:900;line-height:1.1}body#landing .section-learning-trust .stat-item span{color:#ffffffeb;font-size:.9rem;font-weight:700}body#landing .section-learning-trust .parent-trust-block{margin:20px 0 22px}body#landing .section-learning-trust .parent-trust-block h2{margin-bottom:14px;text-align:center;font-size:1.5rem;font-weight:900;color:#08245a}body#landing .section-learning-trust .trust-reasons{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}body#landing .section-learning-trust .trust-reason{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;padding:12px 18px}body#landing .section-learning-trust .trust-reason .trust-icon{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}body#landing .section-learning-trust .trust-reason .trust-text{display:flex;flex-direction:column;gap:4px}body#landing .section-learning-trust .trust-reason strong{display:block;font-size:1rem;font-weight:900;color:#08245a}body#landing .section-learning-trust .trust-reason p{color:#59708e;font-weight:700;margin:0}body#landing .section-learning-trust .pricing-preview{display:grid;grid-template-columns:1fr repeat(3,minmax(240px,1fr));gap:20px;align-items:stretch;margin:22px 0 24px;padding:24px;background:linear-gradient(90deg,#e3f2ff,#f3f8fd 45%,#e3f2ff);border-radius:18px}body#landing .section-learning-trust .pricing-copy{display:flex;flex-direction:column;justify-content:center}body#landing .section-learning-trust .pricing-copy h2{margin-bottom:22px;font-size:1.44rem;font-weight:900;line-height:1.3;color:#08245a}body#landing .section-learning-trust .pricing-copy p{display:grid;grid-template-columns:18px 1fr;gap:9px;align-items:center;margin-top:9px;color:#45617f;font-weight:800}body#landing .section-learning-trust .pricing-copy p span:before{content:"✓";color:#14a45d;font-weight:900}body#landing .section-learning-trust .pricing-copy .pricing-all-packages-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:20px;margin-right:10px;padding:12px 20px;border-radius:10px;color:#fff;background:#0877ff;font-weight:800;font-size:.95rem;text-decoration:none;box-shadow:0 8px 18px #0877ff47;transition:background .2s ease}body#landing .section-learning-trust .pricing-copy .pricing-all-packages-btn:hover{background:#0668e5}body#landing .section-learning-trust .pricing-copy .pricing-free-plan-link{display:inline-block;text-align:center;width:100%;margin-top:4px;padding:10px 0}body#landing .section-learning-trust .pricing-card{display:flex;flex-direction:column;min-height:320px;padding:0;color:#102a56;background:#fff;border:1px solid #dce8f6;border-radius:16px;overflow:hidden;position:relative}body#landing .section-learning-trust .pricing-card .pricing-card-header{padding:24px 24px 0;text-align:center}body#landing .section-learning-trust .pricing-card .pricing-card-header h3{font-size:1.2rem;font-weight:900;margin:0 0 4px}body#landing .section-learning-trust .pricing-card .pricing-card-header small{display:block;color:#516a88;font-weight:700;font-size:.85rem}body#landing .section-learning-trust .pricing-card .pricing-card-header .pricing-duration-badge{display:inline-block;margin-top:10px;padding:4px 12px;background:#e8f1ff;color:#126dff;font-size:.78rem;font-weight:700;border-radius:20px}body#landing .section-learning-trust .pricing-card .pricing-card-body{flex:1;padding:16px 24px}body#landing .section-learning-trust .pricing-card .pricing-card-body .price{margin:0 0 16px;text-align:center;font-size:2.2rem;font-weight:900}body#landing .section-learning-trust .pricing-card .pricing-card-body .price span{font-size:.85rem;font-weight:800;color:#516a88}body#landing .section-learning-trust .pricing-card .pricing-features{list-style:none;padding:0;margin:0;display:grid;gap:10px}body#landing .section-learning-trust .pricing-card .pricing-features li{display:grid;grid-template-columns:18px 1fr;gap:8px;align-items:center;color:#203b63;font-weight:700;font-size:.9rem}body#landing .section-learning-trust .pricing-card .pricing-features li:before{content:"✓";color:#14a45d;font-weight:900}body#landing .section-learning-trust .pricing-card .pricing-card-footer{padding:0 24px 24px}body#landing .section-learning-trust .pricing-card .pricing-card-footer form{width:100%}body#landing .section-learning-trust .pricing-card .pricing-card-footer .pricing-btn-outline,body#landing .section-learning-trust .pricing-card .pricing-card-footer .pricing-btn-solid{display:flex;justify-content:center;align-items:center;width:100%;padding:12px 16px;border-radius:10px;font-weight:900;font-size:.95rem;cursor:pointer;border:2px solid #126dff;background:transparent;color:#126dff;transition:all .2s ease}body#landing .section-learning-trust .pricing-card .pricing-card-footer .pricing-btn-outline:hover,body#landing .section-learning-trust .pricing-card .pricing-card-footer .pricing-btn-solid:hover,body#landing .section-learning-trust .pricing-card .pricing-card-footer .pricing-btn-solid{background:#126dff;color:#fff}body#landing .section-learning-trust .pricing-card .pricing-card-footer .pricing-btn-solid:hover{background:#0d5bd4;border-color:#0d5bd4}body#landing .section-learning-trust .pricing-card .recommend-badge{position:absolute;top:0;left:50%;transform:translate(-50%);padding:6px 16px;background:#126dff;color:#fff;font-size:.78rem;font-weight:800;border-radius:0 0 10px 10px}body#landing .section-learning-trust .pricing-card.highlighted{border:2px solid #126dff;box-shadow:0 12px 30px #126dff29}body#landing .section-learning-trust .faq-preview{font-size:16px;max-width:1120px;margin:0 auto}body#landing .section-learning-trust .faq-preview h2{margin-bottom:14px;font-size:22px;font-weight:900;color:#08245a}body#landing .section-learning-trust .faq-grid{display:grid;grid-template-columns:1fr;gap:10px 24px}body#landing .section-learning-trust .faq-preview details{padding:0;box-shadow:none}body#landing .section-learning-trust .faq-preview details summary{display:flex;justify-content:space-between;gap:16px;padding:12px 18px;color:#244467;font-weight:800;cursor:pointer;list-style:none}body#landing .section-learning-trust .faq-preview details summary::-webkit-details-marker{display:none}body#landing .section-learning-trust .faq-preview details summary:after{content:"⌄";color:#126dff;font-size:1.18rem;font-weight:900;line-height:1}body#landing .section-learning-trust .faq-preview details[open] summary:after{transform:rotate(180deg)}body#landing .section-learning-trust .faq-preview details p{padding:0 18px 14px;color:#485d79;line-height:1.55}@media (max-width: 1180px){body#landing .section-learning-trust .learning-review-grid{grid-template-columns:1fr 1fr}body#landing .section-learning-trust .latest-content-card{grid-column:1/-1}body#landing .section-learning-trust .subject-coverage-grid{grid-template-columns:repeat(3,1fr)}body#landing .section-learning-trust .coverage-copy{grid-column:span 3}body#landing .section-learning-trust .pricing-preview{grid-template-columns:repeat(3,1fr);margin-inline:0;padding-inline:24px}body#landing .section-learning-trust .pricing-copy{grid-column:1/-1;text-align:center}body#landing .section-learning-trust .pricing-copy p{display:inline-flex;flex-wrap:wrap;justify-content:center}}@media (max-width: 1024px){body#landing .section-learning-trust .subject-coverage-grid{grid-template-columns:repeat(7,1fr);gap:6px}body#landing .section-learning-trust .coverage-copy{grid-column:span 2}body#landing .section-learning-trust .stats-band,body#landing .section-learning-trust .trust-reasons{grid-template-columns:repeat(2,1fr)}}@media (max-width: 860px){body#landing .section-learning-trust .faq-grid,body#landing .section-learning-trust .pricing-preview{grid-template-columns:1fr}}@media (max-width: 768px){body#landing .section-learning-trust .coverage-copy{grid-column:auto}body#landing .section-learning-trust .trust-reasons{grid-template-columns:1fr;gap:2px}body#landing .section-learning-trust .trust-reason{width:372px;margin:0 auto}}@media (max-width: 640px){body#landing .section-learning-trust{padding-top:12px}body#landing .section-learning-trust .learning-review-grid,body#landing .section-learning-trust .subject-coverage-grid,body#landing .section-learning-trust .stats-band,body#landing .section-learning-trust .trust-reasons,body#landing .section-learning-trust .faq-grid{grid-template-columns:1fr}body#landing .section-learning-trust .coverage-copy{grid-column:auto}body#landing .section-learning-trust .latest-content-card{padding:20px}body#landing .section-learning-trust .review-checklist{padding:20px;text-align:center}body#landing .section-learning-trust .review-checklist .review-check-item{display:flex;width:-moz-fit-content;width:fit-content;margin:20px auto 0}body#landing .section-learning-trust .exclusive-content-card{padding:20px;text-align:center;align-items:center}body#landing .section-learning-trust .pricing-card .pricing-card-header{padding:20px 20px 0}body#landing .section-learning-trust .pricing-card .pricing-card-body{padding:14px 20px}body#landing .section-learning-trust .pricing-card .pricing-card-footer{padding:0 20px 20px}body#landing .section-learning-trust .latest-content-row{grid-template-columns:18px 1fr}body#landing .section-learning-trust .latest-content-row em,body#landing .section-learning-trust .latest-content-row a{justify-self:start;grid-column:2}body#landing .section-learning-trust .latest-content-row strong{white-space:normal}body#landing .section-learning-trust .stats-band{padding:22px}body#landing .section-learning-trust .stat-item{grid-template-columns:44px 1fr}body#landing .section-learning-trust .stat-item svg{width:44px;height:44px}body#landing .section-learning-trust .trust-reason{width:332px;padding-inline:0;padding:0}}body#landing .section-real-usage{padding:60px 0 40px;color:#102a56;background-color:#f0f5fa}body#landing .section-real-usage .real-usage-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:center}body#landing .section-real-usage .real-usage-copy{display:flex;flex-direction:column;gap:18px}body#landing .section-real-usage .real-usage-header{display:flex;align-items:center;gap:12px}body#landing .section-real-usage .real-usage-badge{display:inline-flex;align-items:center;gap:6px;background:#2563eb;color:#fff;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:500}body#landing .section-real-usage .real-usage-badge .real-usage-badge-icon{flex-shrink:0}body#landing .section-real-usage .real-usage-heart{flex-shrink:0;opacity:.6}body#landing .section-real-usage h2{font-size:2.4rem;font-weight:800;line-height:1.2;color:#0c244a;margin:0}body#landing .section-real-usage .real-usage-desc{font-size:1rem;line-height:1.6;color:#4a5c75;margin:0;max-width:420px}body#landing .section-real-usage .real-usage-features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px}body#landing .section-real-usage .real-usage-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:16px 10px;background:#fff;border:1px solid #dbeafe;border-radius:14px;transition:box-shadow .2s ease,border-color .2s ease}body#landing .section-real-usage .real-usage-feature:hover{border-color:#bfdbfe;box-shadow:0 4px 12px #2563eb14}body#landing .section-real-usage .real-usage-feature-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#eff6ff;border:1px solid #dbeafe;border-radius:50%;color:#2563eb}body#landing .section-real-usage .real-usage-feature-text{display:flex;flex-direction:column;gap:4px}body#landing .section-real-usage .real-usage-feature-text strong{font-size:13px;font-weight:600;color:#0c244a}body#landing .section-real-usage .real-usage-feature-text span{font-size:12px;line-height:1.5;color:#5a6d85}body#landing .section-real-usage .real-usage-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}body#landing .section-real-usage .real-usage-gallery img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;border-radius:12px;transition:transform .2s ease}body#landing .section-real-usage .real-usage-gallery img:hover{transform:scale(1.02)}@media (max-width: 1180px){body#landing .section-real-usage .real-usage-grid{grid-template-columns:1fr;gap:32px}body#landing .section-real-usage .real-usage-copy{align-items:center;text-align:center}body#landing .section-real-usage .real-usage-header{justify-content:center}body#landing .section-real-usage .real-usage-desc{max-width:480px}body#landing .section-real-usage .real-usage-gallery{max-width:720px;margin:0 auto}}@media (max-width: 640px){body#landing .section-real-usage{padding:40px 0}body#landing .section-real-usage h2{font-size:1.6rem}body#landing .section-real-usage .real-usage-gallery{grid-template-columns:repeat(2,1fr);margin:unset}body#landing .section-real-usage .real-usage-gallery img{height:140px}}body#landing .section-testimonials{padding:40px 0 60px;color:#102a56}body#landing .section-testimonials .testimonials-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}body#landing .section-testimonials .testimonials-copy{display:flex;flex-direction:column;gap:18px}body#landing .section-testimonials .testimonials-badge{display:inline-flex;align-items:center;gap:6px;background:#2563eb;color:#fff;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:500;width:-moz-fit-content;width:fit-content}body#landing .section-testimonials h2{font-size:2.2rem;font-weight:800;line-height:1.2;color:#0c244a;margin:0}body#landing .section-testimonials .testimonials-desc{font-size:1rem;line-height:1.6;color:#4a5c75;margin:0}body#landing .section-testimonials .testimonials-features{display:flex;flex-direction:column;gap:14px}body#landing .section-testimonials .testimonials-feature{display:grid;grid-template-columns:40px 1fr;gap:22px;align-items:start;padding-bottom:14px;border-bottom:1px dashed #dbeafe}body#landing .section-testimonials .testimonials-feature:last-child{border-bottom:none;padding-bottom:0}body#landing .section-testimonials .testimonials-feature-icon{display:flex;gap:10px;align-items:center;justify-content:center;width:52px;height:52px}body#landing .section-testimonials .testimonials-feature-text strong{display:block;font-size:14px;font-weight:600;color:#0c244a;margin-bottom:2px}body#landing .section-testimonials .testimonials-feature-text span{font-size:13px;line-height:1.5;color:#5a6d85}body#landing .section-testimonials .testimonials-permission{display:inline-flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:8px 16px;font-size:14px;color:#4a5c75;width:-moz-fit-content;width:fit-content}body#landing .section-testimonials .testimonial-panel{border:1px solid #dbeafe;border-radius:16px;background:#fff;box-shadow:0 8px 24px #0f26590f;overflow:hidden}body#landing .section-testimonials .testimonial-tabs{display:flex;border-bottom:1px solid #dbeafe}body#landing .section-testimonials .testimonial-tab{display:inline-flex;align-items:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:500;color:#6b7280;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s ease}body#landing .section-testimonials .testimonial-tab:hover{color:#2563eb;background:#f8fafc}body#landing .section-testimonials .testimonial-tab.active{color:#2563eb;border-bottom-color:#2563eb;background:#fff;font-weight:600}body#landing .section-testimonials .testimonial-cases{padding:20px}body#landing .section-testimonials .testimonial-case{display:none}body#landing .section-testimonials .testimonial-case.active{display:block}body#landing .section-testimonials .testimonial-images{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;align-items:start}body#landing .section-testimonials .testimonial-images .zoomable-img{position:relative;cursor:zoom-in}body#landing .section-testimonials .testimonial-images .zoomable-img img{width:100%;height:auto;max-height:280px;-o-object-fit:contain;object-fit:contain;border-radius:10px;border:1px solid #e5e7eb;display:block}body#landing .section-testimonials .testimonial-images .zoomable-img .zoom-badge{position:absolute;bottom:12px;left:calc(50% - 56px);background:#000000a6;color:#fff;font-size:12px;text-align:center;width:112px;padding:4px 10px;border-radius:20px;pointer-events:none;z-index:2;transition:opacity .2s}body#landing .section-testimonials .testimonial-images .zoomable-img .zoom-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0006;opacity:0;transition:opacity .2s;border-radius:10px;pointer-events:none}body#landing .section-testimonials .testimonial-images .zoomable-img .zoom-overlay svg{width:32px;height:32px;color:#fff;margin-bottom:6px}body#landing .section-testimonials .testimonial-images .zoomable-img .zoom-overlay span{color:#fff;font-size:14px;font-weight:500}body#landing .section-testimonials .testimonial-images .zoomable-img:hover .zoom-overlay{opacity:1}body#landing .section-testimonials .testimonial-images .zoomable-img:hover .zoom-badge{opacity:0}body#landing .section-testimonials .testimonial-quote{display:flex;align-items:flex-start;gap:10px;background:#f0f7ff;border:1px solid #dbeafe;border-radius:12px;padding:14px 16px;font-size:13px;line-height:1.5;color:#1e3a5f}body#landing .section-testimonials .testimonial-quote .testimonial-quote-star{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;background:#2563eb;border-radius:50%;color:#fff}@media (max-width: 1180px){body#landing .section-testimonials .testimonials-grid{grid-template-columns:1fr;gap:32px}body#landing .section-testimonials .testimonials-copy{align-items:center;text-align:center}body#landing .section-testimonials .testimonials-desc{max-width:480px}body#landing .section-testimonials .testimonial-tab{width:50%;justify-content:center}}@media (max-width: 640px){body#landing .section-testimonials{padding:40px 0}body#landing .section-testimonials h2{font-size:1.6rem}body#landing .section-testimonials .testimonial-images .zoomable-img img{max-height:none}body#landing .section-testimonials .testimonial-tabs{flex-direction:column}body#landing .section-testimonials .testimonial-tab{width:100%;justify-content:center;border-bottom:1px solid #dbeafe}body#landing .section-testimonials .testimonial-tab.active{border-bottom:2px solid #2563eb}}body#landing .section-parent-voices{padding:24px 0 40px;color:#102a56}body#landing .section-parent-voices .parent-voices-header{text-align:center;margin-bottom:40px}body#landing .section-parent-voices .parent-voices-label{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#2563eb;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:500;margin-bottom:16px}body#landing .section-parent-voices .parent-voices-label svg{flex-shrink:0}body#landing .section-parent-voices h2{font-size:2.2rem;font-weight:800;line-height:1.2;color:#0c244a;margin:0 0 12px}body#landing .section-parent-voices h2 .text-primary{color:#2563eb}body#landing .section-parent-voices .parent-voices-subtitle{font-size:1rem;line-height:1.6;color:#4a5c75;margin:0}body#landing .section-parent-voices .parent-voices-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:start}body#landing .section-parent-voices .parent-voices-left{display:flex;flex-direction:column;gap:6px;padding:14px;background-color:#fff;border-radius:24px;box-shadow:0 1px 16px #0000002e}body#landing .section-parent-voices .parent-voices-video{position:relative;border-radius:16px;overflow:hidden;background:#000;aspect-ratio:16/9}body#landing .section-parent-voices .parent-voices-video iframe,body#landing .section-parent-voices .parent-voices-video .video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}body#landing .section-parent-voices .parent-voices-video .video-placeholder{display:flex;align-items:center;justify-content:center;background:#1a1a2e}body#landing .section-parent-voices .parent-voices-video .video-placeholder .video-modal-trigger{position:relative;display:block;width:100%;height:100%;color:#fff;font-size:1rem;text-decoration:none}body#landing .section-parent-voices .parent-voices-video .video-placeholder .video-modal-trigger img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body#landing .section-parent-voices .parent-voices-video .video-placeholder .mini-card-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000059;transition:background .2s}body#landing .section-parent-voices .parent-voices-video .video-placeholder .mini-card-play svg{width:72px;height:72px;color:#fff;background:#dc2626e6;border-radius:50%;padding:6px}body#landing .section-parent-voices .parent-voices-video .video-placeholder .mini-card-play:hover{background:#00000080}body#landing .section-parent-voices .parent-voices-quote{padding:18px}body#landing .section-parent-voices .parent-voices-quote .quote-mark{position:absolute;font-size:82px;line-height:1;color:#2563eb;font-family:Georgia,serif}body#landing .section-parent-voices .parent-voices-quote .quote-mark.open{display:block;margin-bottom:4px}@media (max-width: 640px){body#landing .section-parent-voices .parent-voices-quote .quote-mark{font-size:52px}}body#landing .section-parent-voices .parent-voices-quote p{font-size:18px;line-height:1.6;color:#1e3a5f;margin:0 0 16px 50px}body#landing .section-parent-voices .parent-voices-quote .quote-footer{display:flex;align-items:center;justify-content:space-between}body#landing .section-parent-voices .parent-voices-quote .quote-author{font-size:14px;color:#4a5c75}body#landing .section-parent-voices .parent-voices-quote .quote-author strong{color:#2563eb;font-weight:600}body#landing .section-parent-voices .parent-voices-quote .quote-author .quote-divider{margin:0 6px;color:#cbd5e1}body#landing .section-parent-voices .parent-voices-right{display:flex;flex-direction:column;gap:16px}body#landing .section-parent-voices .parent-voices-mini-card{display:flex;gap:16px;background:#fff;padding:16px;align-items:center;box-shadow:0 1px 16px #0000002e;border:1px solid #e2e8f0;border-radius:20px}body#landing .section-parent-voices .parent-voices-mini-card .mini-card-thumb{position:relative;flex-shrink:0;width:200px;height:120px;border-radius:10px;overflow:hidden;background:#000}body#landing .section-parent-voices .parent-voices-mini-card .mini-card-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body#landing .section-parent-voices .parent-voices-mini-card .mini-card-thumb .mini-card-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000059;transition:background .2s}body#landing .section-parent-voices .parent-voices-mini-card .mini-card-thumb .mini-card-play svg{width:32px;height:32px;color:#fff;background:#dc2626e6;border-radius:50%;padding:6px}body#landing .section-parent-voices .parent-voices-mini-card .mini-card-thumb .mini-card-play:hover{background:#00000080}body#landing .section-parent-voices .parent-voices-mini-card .mini-card-info h4{font-size:14px;font-weight:600;color:#0c244a;margin:0 0 4px;line-height:1.4}body#landing .section-parent-voices .parent-voices-mini-card .mini-card-info p{font-size:12px;color:#5a6d85;margin:0 0 8px;line-height:1.4}body#landing .section-parent-voices .parent-voices-mini-card .mini-card-info .mini-card-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#2563eb;text-decoration:none}body#landing .section-parent-voices .parent-voices-mini-card .mini-card-info .mini-card-link svg{flex-shrink:0}body#landing .section-parent-voices .parent-voices-mini-card .mini-card-info .mini-card-link:hover{text-decoration:underline}body#landing .section-parent-voices .parent-voices-features{display:flex;flex-direction:column;gap:2px}body#landing .section-parent-voices .pv-feature{display:flex;gap:14px;align-items:flex-start;border-radius:12px;padding:16px}body#landing .section-parent-voices .pv-feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;background:#b4d5ff;border-radius:50%;color:#3860b8}body#landing .section-parent-voices .pv-feature-text strong{display:block;font-size:16px;font-weight:600;color:#0c244a;margin-bottom:2px}body#landing .section-parent-voices .pv-feature-text span{font-size:15px;line-height:1.5;color:#5e6d80}body#landing .section-parent-voices .parent-voices-footer{display:flex;justify-content:center;margin-top:32px}body#landing .section-parent-voices .parent-voices-youtube-btn{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:10px 24px;font-size:14px;font-weight:500;color:#0c244a;text-decoration:none;transition:all .2s}body#landing .section-parent-voices .parent-voices-youtube-btn svg:first-child{color:#dc2626}body#landing .section-parent-voices .parent-voices-youtube-btn:hover{border-color:#cbd5e1;background:#f8fafc}body#landing .section-parent-voices .video-duration-badge{position:absolute;bottom:10px;left:10px;background:#000000bf;color:#fff;font-size:12px;font-weight:600;padding:3px 8px;border-radius:6px;z-index:2;pointer-events:none;line-height:1.4}body#landing .section-parent-voices .video-modal-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;margin:0;cursor:pointer;display:block;width:100%;height:100%;position:relative;text-align:left;font-family:inherit}@media (max-width: 1180px){body#landing .section-parent-voices .parent-voices-grid{grid-template-columns:1fr;gap:24px}body#landing .section-parent-voices .pv-feature{flex-direction:column;align-items:center;text-align:center}}@media (max-width: 640px){body#landing .section-parent-voices{padding:40px 0}body#landing .section-parent-voices h2{font-size:1.6rem}body#landing .section-parent-voices .parent-voices-mini-card{align-items:flex-start}body#landing .section-parent-voices .parent-voices-mini-card .mini-card-thumb{width:48%;height:auto;aspect-ratio:16/9}}body#landing .section-ready-to-start{padding:60px 0;color:#102a56}body#landing .section-ready-to-start .ready-to-start-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}body#landing .section-ready-to-start .ready-to-start-copy{display:flex;flex-direction:column;gap:20px}body#landing .section-ready-to-start .ready-to-start-badge{display:inline-flex;align-items:center;gap:6px;background:#2563eb;color:#fff;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:500;width:-moz-fit-content;width:fit-content}body#landing .section-ready-to-start .ready-to-start-badge svg{flex-shrink:0}body#landing .section-ready-to-start h2{font-size:2.4rem;font-weight:800;line-height:1.2;color:#0c244a;margin:0}body#landing .section-ready-to-start .ready-to-start-desc{font-size:1rem;line-height:1.6;color:#4a5c75;margin:0;max-width:460px}body#landing .section-ready-to-start .ready-to-start-features{display:flex;flex-wrap:wrap;gap:30px}body#landing .section-ready-to-start .ready-to-start-feature{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:400;color:#1e3a5f}body#landing .section-ready-to-start .ready-to-start-feature .ready-to-start-feature-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ddeafc;border-radius:50%;color:#2563eb}body#landing .section-ready-to-start .ready-to-start-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px;padding-top:20px;border-top:2px dashed #c3ddf4}body#landing .section-ready-to-start .ready-to-start-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:600;color:#fff;width:200px;max-width:100%;background-color:#2563eb;padding:14px 28px;border-radius:8px;text-decoration:none;transition:background-color .2s ease}body#landing .section-ready-to-start .ready-to-start-primary:hover{background-color:#1d4ed8}body#landing .section-ready-to-start .ready-to-start-primary:after{content:"›";font-size:18px;line-height:1}body#landing .section-ready-to-start .ready-to-start-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:600;color:#2563eb;width:200px;max-width:100%;background-color:#fff;border:1.5px solid #2563eb;padding:14px 28px;border-radius:8px;text-decoration:none;transition:all .2s ease}body#landing .section-ready-to-start .ready-to-start-secondary:hover{background-color:#eff6ff}body#landing .section-ready-to-start .ready-to-start-secondary:after{content:"›";font-size:18px;line-height:1}body#landing .section-ready-to-start .ready-to-start-trust{display:flex;flex-wrap:wrap;gap:20px;margin-top:4px}body#landing .section-ready-to-start .ready-to-start-trust span{display:inline-flex;align-items:center;gap:4px;font-size:15px;color:#4f6075}body#landing .section-ready-to-start .ready-to-start-trust span img{width:24px;height:24px}body#landing .section-ready-to-start .ready-to-start-trust span svg{flex-shrink:0;width:22px;height:22px}body#landing .section-ready-to-start .ready-to-start-visual{display:flex;align-items:center;justify-content:center}body#landing .section-ready-to-start .ready-to-start-visual img{width:100%;max-width:520px;height:auto;border-radius:16px}@media (max-width: 1180px){body#landing .section-ready-to-start .ready-to-start-grid{grid-template-columns:1fr;gap:32px}body#landing .section-ready-to-start .ready-to-start-copy{text-align:center;align-items:center}body#landing .section-ready-to-start .ready-to-start-features,body#landing .section-ready-to-start .ready-to-start-actions{justify-content:center}body#landing .section-ready-to-start .ready-to-start-visual{order:-1}body#landing .section-ready-to-start .ready-to-start-visual img{max-width:420px}}@media (max-width: 640px){body#landing .section-ready-to-start{padding:40px 0}body#landing .section-ready-to-start h2{font-size:1.6rem}body#landing .section-ready-to-start .ready-to-start-badge{align-self:center}body#landing .section-ready-to-start .ready-to-start-features{flex-direction:column;gap:10px;justify-content:flex-start;width:312px}body#landing .section-ready-to-start .ready-to-start-features .ready-to-start-feature{background-color:#f6f6f6;padding:2px 12px;border-radius:10px}body#landing .section-ready-to-start .ready-to-start-features .ready-to-start-feature br{display:none}body#landing .section-ready-to-start .ready-to-start-primary,body#landing .section-ready-to-start .ready-to-start-secondary{width:100%}body#landing .section-ready-to-start .ready-to-start-trust{flex-direction:column;gap:8px}body#landing .section-ready-to-start .ready-to-start-trust span{display:inline-block;text-align:center}body#landing .section-ready-to-start .ready-to-start-trust span svg{position:relative;top:6px}}body#landing .section-activities{display:flex;-moz-column-gap:20px;column-gap:20px;font-size:16px;color:#676767}body#landing .section-activities img{width:240px}body#landing .section-activities .header-text{font-size:22px;font-weight:700;color:#303030}body#landing .section-articles-listings{padding:25px 0 48px}body#landing .section-articles-listings .results-info{padding:16px 0;font-size:.9rem;color:var(--text-light)}body#landing .section-articles-listings .articles-list{display:flex;flex-direction:column;gap:24px}body#landing .section-articles-listings .articles-list .article-item{display:flex;gap:24px;padding:24px;border:1px solid var(--border);border-radius:12px;transition:box-shadow .2s,border-color .2s}body#landing .section-articles-listings .articles-list .article-item:hover{box-shadow:0 1px 6px #0000000d;border-color:#d1d5db}body#landing .section-articles-listings .articles-list .article-item .article-thumb{width:280px;height:180px;border-radius:8px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}body#landing .section-articles-listings .articles-list .article-item .article-body{display:flex;flex-direction:column;flex:1}body#landing .section-articles-listings .articles-list .article-item .article-body h2{font-size:1.35rem;font-weight:600;margin-bottom:12px;line-height:1.4}body#landing .section-articles-listings .articles-list .article-item .article-body p{font-size:.95rem;color:var(--text-light);line-height:1.7;margin-bottom:16px;flex:1}body#landing .section-articles-listings .articles-list .article-item .article-body .article-meta{font-size:.85rem;color:var(--text-light);margin-bottom:12px;display:flex;align-items:center;gap:12px}body#landing .section-articles-listings .articles-list .article-item .article-body .article-meta .article-category{color:var(--primary);font-weight:500;background:#eff6ff;padding:4px 10px;border-radius:4px;font-size:.8rem}body#landing .section-articles-listings .articles-list .article-item .article-body .read-more{color:var(--primary);font-weight:500;font-size:.9rem;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}body#landing .section-articles-listings .articles-list .article-item .article-body .read-more:hover{gap:10px}body#landing .section-articles-listings .empty-state{text-align:center;padding:80px 20px;color:var(--text-light)}body#landing .section-articles-listings .empty-state h3{font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:8px}body#landing .section-articles-listings .empty-state p{margin-bottom:24px}body#landing .section-articles-listings .empty-state .empty-state-icon{margin-bottom:24px;color:var(--border)}body#landing #article-detail .breadcrumb2{padding:20px 0;font-size:.9rem;color:var(--text-light)}body#landing #article-detail .breadcrumb2 a{color:var(--text-light);text-decoration:none;transition:color .2s}body#landing #article-detail .breadcrumb2 a:hover{color:var(--primary)}body#landing #article-detail .breadcrumb2 span{margin:0 8px}body#landing #article-detail .article-header{padding:40px 0}body#landing #article-detail .article-header h1{font-size:2.5rem;font-weight:600;line-height:1.3;margin-bottom:20px;max-width:800px;color:var(--text)}body#landing #article-detail .article-header .article-category{display:inline-block;background:#eff6ff;color:var(--primary);padding:6px 14px;border-radius:4px;font-size:.85rem;font-weight:500;margin-bottom:20px}body#landing #article-detail .article-header .article-meta{display:flex;align-items:center;gap:24px;color:var(--text-light);font-size:.95rem;margin-bottom:32px;flex-wrap:wrap}body#landing #article-detail .article-header .article-meta .article-meta-item{display:flex;align-items:center;gap:8px}body#landing #article-detail .article-header .featured-image{width:100%;max-height:532px;-o-object-fit:cover;object-fit:cover;border-radius:12px;margin-bottom:0}body#landing #article-detail .article-layout{display:grid;grid-template-columns:1fr 300px;gap:48px;padding-bottom:60px}body#landing #article-detail .article-layout .article-content{max-width:720px}body#landing #article-detail .article-layout .article-content p{font-size:1rem;line-height:1.9;margin-bottom:8px;color:var(--text)}body#landing #article-detail .article-layout .article-content h2{font-size:1.8rem;font-weight:600;margin-top:48px;margin-bottom:10px;color:#195dbd}body#landing #article-detail .article-layout .article-content h3{font-size:1.4rem;font-weight:600;margin-top:28px;margin-bottom:8px;color:#195dbd}body#landing #article-detail .article-layout .article-content h4{font-size:1.2rem;font-weight:600;margin-top:20px;margin-bottom:6px;color:#195dbd}body#landing #article-detail .article-layout .article-content ul,body#landing #article-detail .article-layout .article-content ol{list-style-position:outside;margin-bottom:16px;padding-left:24px}body#landing #article-detail .article-layout .article-content li{font-size:1.1rem;line-height:1.8;margin-bottom:2px}body#landing #article-detail .article-layout .article-content blockquote{border-left:4px solid var(--primary);padding-left:24px;margin:32px 0;font-size:1.15rem;font-style:italic;color:var(--text-light)}body#landing #article-detail .article-layout .article-content code{background:var(--bg-gray);padding:2px 8px;border-radius:4px;font-size:.95rem}body#landing #article-detail .article-layout .article-content pre{background:#1f2937;color:#e5e7eb;padding:24px;border-radius:8px;overflow-x:auto;margin:24px 0}body#landing #article-detail .article-layout .article-content pre code{background:none;padding:0;color:inherit;font-size:.9rem;line-height:1.6}body#landing #article-detail .article-layout .article-content strong{color:#1e1e1e}body#landing #article-detail .article-layout .article-content img{max-width:100%;border-radius:8px;margin:18px 0}body#landing #article-detail .article-layout .article-content figure{margin:32px 0}body#landing #article-detail .article-layout .article-content figcaption{text-align:center;font-size:.9rem;color:var(--text-light);margin-top:12px}body#landing #article-detail .article-layout .article-content table{overflow:hidden;width:100%;font-size:1rem;margin-bottom:12px;border-radius:8px;border-collapse:collapse;background:#fff;box-shadow:0 1px 2px #0003}body#landing #article-detail .article-layout .article-content table thead{background:#93d1d4;color:#fff}body#landing #article-detail .article-layout .article-content table th{padding:14px 16px;text-align:left;font-weight:600;letter-spacing:.3px}body#landing #article-detail .article-layout .article-content table td{padding:12px 16px;border-bottom:1px solid #eaeaea}body#landing #article-detail .article-layout .article-content table tbody tr:last-child td{border-bottom:none}body#landing #article-detail .article-layout .article-content table tbody tr:nth-child(2n){background:#f7f9fc}body#landing #article-detail .article-layout .article-content .article-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}body#landing #article-detail .article-layout .article-content .article-tags .tag{background:var(--bg-gray);color:var(--text-light);padding:8px 16px;border-radius:20px;font-size:.85rem;text-decoration:none;transition:all .2s}body#landing #article-detail .article-layout .article-content .article-tags .tag:hover{background:#eff6ff;color:var(--primary)}body#landing #article-detail .article-layout .sidebar{position:relative}body#landing #article-detail .article-layout .sidebar .sidebar-sticky{position:sticky;top:100px}body#landing #article-detail .article-layout .sidebar .sidebar-sticky .sidebar-section{background:#dee8f2;border-radius:12px;padding:24px;margin-bottom:10px}body#landing #article-detail .article-layout .sidebar .sidebar-sticky .sidebar-section .sidebar-title{font-size:1rem;font-weight:600;margin-bottom:16px;color:var(--text)}body#landing #article-detail .article-layout .sidebar .sidebar-sticky .sidebar-section .toc-list{list-style:none;padding:0;margin:0}body#landing #article-detail .article-layout .sidebar .sidebar-sticky .sidebar-section .toc-list li{margin-bottom:12px}body#landing #article-detail .article-layout .sidebar .sidebar-sticky .sidebar-section .toc-list li.toc-sub{padding-left:16px}body#landing #article-detail .article-layout .sidebar .sidebar-sticky .sidebar-section .toc-list a{font-size:.9rem;color:var(--text-light);text-decoration:none;transition:color .2s;display:block;line-height:1.5}body#landing #article-detail .article-layout .sidebar .sidebar-sticky .sidebar-section .toc-list a:hover{color:var(--primary)}body#landing #article-detail .article-layout .sidebar .sidebar-sticky .sidebar-section .share-buttons{display:flex;gap:12px}body#landing #article-detail .article-layout .sidebar .sidebar-sticky .sidebar-section .share-buttons .share-btn{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--bg);border:1px solid var(--border);color:var(--text-light);transition:all .2s;cursor:pointer;text-decoration:none}body#landing #article-detail .article-layout .sidebar .sidebar-sticky .sidebar-section .share-buttons .share-btn:hover{border-color:var(--primary);color:var(--primary)}body#landing #article-detail .article-layout .sidebar .sidebar-sticky .sidebar-section .share-buttons .share-btn.copied{background:#dcfce7;border-color:#22c55e;color:#22c55e}body#landing #article-detail .related-section{padding:60px 0;background:var(--bg-gray);margin-top:60px}body#landing #article-detail .related-section .related-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}body#landing #article-detail .related-section .related-header h2{font-size:1.5rem;font-weight:600;color:var(--text)}body#landing #article-detail .related-section .related-header .view-all{color:var(--primary);font-weight:500;display:flex;align-items:center;gap:6px;text-decoration:none;transition:gap .2s}body#landing #article-detail .related-section .related-header .view-all:hover{gap:10px}body#landing #article-detail .related-section .related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}body#landing #article-detail .related-section .related-grid .related-card{background:var(--bg);border-radius:12px;overflow:hidden;border:1px solid var(--border);transition:box-shadow .2s,transform .2s;text-decoration:none;display:block}body#landing #article-detail .related-section .related-grid .related-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}body#landing #article-detail .related-section .related-grid .related-card img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover}body#landing #article-detail .related-section .related-grid .related-card .related-card-placeholder{width:100%;height:160px;background:var(--bg-gray);display:flex;align-items:center;justify-content:center;color:var(--text-light)}body#landing #article-detail .related-section .related-grid .related-card .related-card-content{padding:20px}body#landing #article-detail .related-section .related-grid .related-card .related-card-content .related-card-meta{font-size:.8rem;color:var(--text-light);margin-bottom:10px}body#landing #article-detail .related-section .related-grid .related-card .related-card-content .related-card-meta span{color:var(--primary);font-weight:500}body#landing #article-detail .related-section .related-grid .related-card h3{font-size:1rem;font-weight:600;line-height:1.4;color:var(--text)}body#landing .content-block-features{font-size:17px;color:#2c2c2c}body#landing .content-block-features .columns{display:flex;-moz-column-gap:40px;column-gap:40px}@media (max-width: 768px){body#landing .content-block-features .columns{flex-direction:column}}body#landing .content-block-features .columns .column-left{flex-grow:1;text-align:left;width:400px;max-width:100%}body#landing .content-block-features .columns .column-left .gamification-subtopic{margin-left:12px}@media (max-width: 768px){body#landing .content-block-features .columns .column-left{width:100%}}body#landing .content-block-features .columns .column-right .img-desc{font-size:14px;color:#6b6b6b}body#landing .content-block-features .columns .column-right .img-desc .title-black{color:inherit}body#landing .content-block-features .columns .column-right .image-container-zoom-in{width:100%;max-width:600px;overflow:hidden;border-radius:8px;box-shadow:0 1px 6px #0006}body#landing .content-block-features .columns .column-right .image-container-zoom-in:hover img{transform:scale(1.03) translateY(6px)}body#landing .content-block-features .columns .column-right .image-container-zoom-in img{width:100%;height:auto;display:block;transform:scale(1) translateY(0);transition:transform .6s ease}body#landing .content-block-features .columns .column-right .image-container{max-width:540px}body#landing .content-block-features .columns .column-right .image-container img{width:100%;border-radius:8px;box-shadow:0 1px 4px #0006}body#landing .content-block-features .columns .column-right .device-screens{display:flex;-moz-column-gap:34px;column-gap:34px;justify-content:center;text-align:center;width:100%;margin-top:28px}@media (max-width: 768px){body#landing .content-block-features .columns .column-right .device-screens{-moz-column-gap:16px;column-gap:16px}}body#landing .content-block-features .columns .column-right .device-screens .device-screen{width:52px;height:52px;border:2px solid transparent;border-radius:26px;cursor:pointer}body#landing .content-block-features .columns .column-right .device-screens .device-screen.active{border:2px solid #6adddb}body#landing .content-block-features .columns-pair-img-desc{display:flex;-moz-column-gap:20px;column-gap:20px}@media (max-width: 768px){body#landing .content-block-features .columns-pair-img-desc{flex-direction:column}}body#landing .content-block-features .columns-pair-img-desc .img{width:100%;max-width:364px}body#landing .content-block-features .columns-pair-img-desc .img.preparing-to-m1{padding-left:20px;padding-right:20px}body#landing .content-block-features .columns-pair-img-desc .img.preparing-to-m1 img{max-width:324px}body#landing .content-block-features .columns-pair-img-desc .desc{color:#6b6b6b;padding:14px 26px;background-color:#e9e9e9;border-radius:19px;height:-moz-fit-content;height:fit-content}body#landing .content-block-features .columns-pair-img-desc .desc .title-black{color:inherit}body#landing .content-block-features .columns-pair-img-quote{display:flex;-moz-column-gap:20px;column-gap:20px;margin-top:30px}@media (max-width: 768px){body#landing .content-block-features .columns-pair-img-quote{flex-direction:column;align-items:center}}body#landing .content-block-features .columns-pair-img-quote .strength-block{text-align:center;padding:40px;background:no-repeat url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='423px'%20height='257px'%20viewBox='0%200%20423%20257'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eGroup%204%3c/title%3e%3cg%20id='User-Flow'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='white-paper'%20transform='translate(-748,%20-2561)'%20stroke-width='2'%3e%3cg%20id='Group-19-Copy-4'%20transform='translate(21,%201594)'%3e%3cg%20id='Group-4'%20transform='translate(727,%20967)'%3e%3cellipse%20id='Oval'%20stroke='%23829FAC'%20cx='199'%20cy='122'%20rx='198'%20ry='121'%3e%3c/ellipse%3e%3cellipse%20id='Oval-Copy'%20stroke='%239AEACF'%20cx='207'%20cy='135'%20rx='198'%20ry='121'%3e%3c/ellipse%3e%3cellipse%20id='Oval'%20stroke='%23B8E1F4'%20cx='224'%20cy='128.5'%20rx='198'%20ry='127.5'%3e%3c/ellipse%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center 0;background-size:contain}body#landing .content-block-features .columns-pair-img-quote .reviewer{width:-moz-fit-content;width:fit-content}body#landing .content-block-features .columns-pair-img-quote .reviewer .pic{width:calc(100% - 40px);max-width:350px}body#landing .content-block-features .columns-pair-img-quote .reviewer .text{text-align:center;font-size:18px;font-weight:700;color:#191919}body#landing .content-block-features .columns-pair-img-quote .reviewer .strength-block{display:none}body#landing .content-block-features .columns-pair-img-quote .quote-and-strength .quote{font-size:18px;text-align:center;width:100%;max-width:400px;height:154px;padding:26px 50px 0;background:no-repeat url(/vite/assets/quote-wtXWnAz3.webp) 0 0;background-size:contain}body#landing .content-block-features .columns-pair-img-quote .quote-and-strength .strength-block{display:block}body#landing .content-block-features .subtitle-text{font-size:24px;font-weight:700;color:#8b8b8b}body#landing .content-block-features .toggle-plus-list{position:relative;width:-moz-fit-content;width:fit-content;max-width:100%;overflow:hidden;max-height:38px;margin-left:10px;margin-bottom:4px;padding:5px 20px 5px 48px;border-radius:19px;background:#e9e9e9 no-repeat url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='26px'%20height='26px'%20viewBox='0%200%2026%2026'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eplus-icon%3c/title%3e%3cg%20id='User-Flow'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='white-paper'%20transform='translate(-183,%20-4997)'%20stroke='%236B6B6B'%3e%3cg%20id='Group-19-Copy-3'%20transform='translate(174,%204771)'%3e%3cg%20id='item-copy-9'%20transform='translate(1,%20219)'%3e%3cg%20id='plus-icon'%20transform='translate(9,%208)'%3e%3ccircle%20id='Oval'%20cx='12'%20cy='12'%20r='12'%3e%3c/circle%3e%3cline%20x1='6'%20y1='11'%20x2='18'%20y2='11'%20id='Line-4'%20stroke-linecap='round'%20transform='translate(12,%2011)%20rotate(90)%20translate(-12,%20-11)'%3e%3c/line%3e%3cline%20x1='6'%20y1='11.5'%20x2='18'%20y2='11.5'%20id='Line-4'%20stroke-linecap='round'%3e%3c/line%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 9px 6px;transition:max-height 1.2s ease-out;cursor:pointer}@media (max-width: 768px){body#landing .content-block-features .toggle-plus-list{width:100%;margin-left:0}}body#landing .content-block-features .toggle-plus-list.expanded{max-height:500px;padding:5px 20px;background:#e9e9e9}body#landing .content-block-1{text-align:center;font-size:16px;color:#2c2c2c}body#landing .content-block-1 .row-list{display:flex;-moz-column-gap:18px;column-gap:18px;font-size:20px;color:#3f3f3f;padding:12px 24px 6px;border-bottom:1px solid #0d141b;cursor:pointer}@media (max-width: 768px){body#landing .content-block-1 .row-list{flex-wrap:wrap;-moz-column-gap:12px;column-gap:12px;padding:12px 16px 6px}}body#landing .content-block-1 .row-list:hover{background-color:#f4f4f4}body#landing .content-block-1 .row-list.border-top{border-top:1px solid #0d141b}body#landing .content-block-1 .row-list .icon{width:40px;padding-top:34px}body#landing .content-block-1 .row-list .icon img{width:28px}body#landing .content-block-1 .row-list .img{width:120px}body#landing .content-block-1 .row-list .img img{width:120px;border-radius:8px}@media (max-width: 768px){body#landing .content-block-1 .row-list .img{display:none}}body#landing .content-block-1 .row-list .text-box{text-align:left;width:calc(100% - 180px);padding-top:16px}@media (max-width: 768px){body#landing .content-block-1 .row-list .text-box{width:calc(100% - 60px);font-size:16px}}body#landing .content-block-1 .row-data{display:none;padding:40px 30px 50px 42px;border-bottom:1px solid #0d141b}body#landing .content-block-1 .row-data.active{display:block}body#landing .content-block-1 .checking-list{width:100%;max-width:580px;margin:6px auto auto}body#landing .content-block-1 .checking-list .item{display:flex;-moz-column-gap:8px;column-gap:8px;margin-top:4px;justify-content:left}body#landing .content-block-1 .checking-list .item .img{width:32px;height:32px;background:no-repeat url(data:image/webp;base64,UklGRnQDAABXRUJQVlA4TGcDAAAvN8ANEM/joG0kSUovj+UPbinctO8D4TiSJEfpu4MfL/w3BqfkiCoHbSQ5Ul8g8fyJPKk4P13FNLJtJ0sGh6IFFNXQJH0hc1RRkdsmTCdw4h0lJEH6pai/TAG/+x8DEikgQFEpWwBlKyBhC0hRAer1fjk1bFFmUcDW2FmArd+b239AgDr/H1vn/wOcGra2BnBq2Nr+A7YGsL2KCB7MSuwsIMQoACBUEZQBoGxtL6IISpTckn+SLXM5ck/OuHQajyFSSJo8WpdhV6pMuTnT0frKUYzc3Y9u6p724Xk/H/3zev6QaNuWIUmRr93Vw7ZtW2OjbSPKtr6/HyIq6wMi+u/AbdtIqseY3vXuJmn2C6qq4BTSuWgo5vPFQtFcuuBUqiee9WsB/mzcqUAtGdRGCCZtK4mwNkY4YVMrRrQVIkVj5mPaErG8IVNezWB/d26yx+PpmZzb3dcMvCmTWjnD9ax0AovOFa4jU5YLw9P5WhBRO3/KPPIo0fOw0QRGaNp4IMKkwTxZcTUOxhi/Igvy/KnkoL12sED7HjmnyJUIoQes4CFPhLNOMorrNlUySC3WCePdmBUWC/BmYQeXJJa/DhXABlaYxG/seadNdmtf4UNPsVeiVxyLn7fj9O0EOmAea4y/lCw26lorzj7quxFksdjUsy9tHFVWrLj4pLW+HQAAWMGRx1GqgD9ypw2Xn5Gyy14A6MQqC0qlsanZcFNj3E8BAOBmWqkcErBrwV3CuzFWRk6pKBIwZ86PhDdDWMccUhFVKoAETJrWaj8TXvQTJZNIRkAp7II9hqz7SnjWTaX0YGdUyocEGHpgw3fCI87TPEiIz6AMbzHSmn8SHrwHuciN0TvmJ235TfjvLSbfEKeM32mtcfXNX8I/rzH5KSFpo6l7JGITAN7tEf6iX7mwkWBvNf+JxlVoPSQSfrBuLdhbGrshEtN6RFTuHBMB3+oFMvYt+lPbiRbwpU4i40+y/3ac8fxUw5P3X4N40XXO8YNQk+KFQXzquaDcFijEJz4eNhJNfZdY1JpAKR7y8XeDquq/1lo/L1nFX+N4P3irHxfs4r35/TJ0NWN3v9jcZx7b+8y9+9Ol+9o4P2isQH5QHfmIKlUs/7HNt/a4fGtPyLfcy+9cyyfdyl9dy5fdyc8r+X8gIPwfqB4oAA==) 0 0;background-size:contain}body#landing .content-block-1 .checking-list .item .txt{text-align:left;font-size:16px;padding-top:4px}body#landing .content-block-2{display:flex;gap:26px 30px;flex-wrap:wrap;justify-content:space-between}body#landing .content-block-2 .content-cards{text-align:center;width:284px;height:348px;padding:14px 12px;background-color:#184166;border:1px solid #979797;border-radius:12px}body#landing .content-block-2 .content-cards .title{margin-top:16px;margin-bottom:6px;font-size:20px;color:#d8d8d8}body#landing .content-block-2 .content-cards p{font-size:14px;color:#bfbfc8}body#landing .content-block-3{font-size:16px;color:#2c2c2c}body#landing .content-block-3 .columns{display:flex;-moz-column-gap:20px;column-gap:20px}@media (max-width: 768px){body#landing .content-block-3 .columns{flex-direction:column}}body#landing .content-block-3 .columns .column-left{flex-grow:unset;width:-moz-fit-content;width:fit-content}body#landing .content-block-3 .columns .column-left .img{min-width:400px}@media (max-width: 768px){body#landing .content-block-3 .columns .column-left .img{min-width:unset;width:100%}}body#landing .content-block-3 .columns .column-right{flex-grow:1;text-align:left}body#landing .content-block-4{font-size:16px;color:#2c2c2c}body#landing .content-block-4 .faq-question{display:flex;width:100%;font-weight:700;padding:12px;border-bottom:1px solid #e2e2e2;border-radius:4px;cursor:pointer}body#landing .content-block-4 .faq-question:hover{background-color:#f0f0f0}body#landing .content-block-4 .faq-question.active{background-color:#dbf8fb}body#landing .content-block-4 .faq-question .icon{text-align:left;width:50px}body#landing .content-block-4 .faq-question .content{flex-grow:1}body#landing .content-block-4 .faq-answer{display:none;font-weight:400;color:#646464;padding:12px 62px;border-bottom:1px solid #e2e2e2}body#landing .content-block-4 .faq-answer.active{display:block}body#landing .content-block-5{font-size:16px;color:#2c2c2c}body#landing .content-block-5 .subtitle-text{font-weight:700;margin-top:15px}body#landing .content-block-6{font-size:16px;color:#4b4b4b}body#landing .content-block-6 .button{font-size:18px;font-weight:700;color:#fff;padding-left:62px;padding-right:62px;background-color:#0d8d92;border-radius:10px}body#landing .content-block-7{display:flex;gap:60px}body#landing .content-block-7 .text{width:300px;color:#232834;font-size:16px}body#landing .content-block-7 .text a{font-weight:700;color:#232834;text-decoration:underline}body#landing .content-block-7 .text a:hover{text-decoration:none}body#landing .content-block-7 .sub-text{color:#797979;font-size:14px}body#landing .content-block-7 .line-ewerclass-button{width:297px;height:59px;margin-top:14px;margin-bottom:8px}body#landing .content-block-7 .facebook-ewerclass-button a{display:block;font-size:16px;color:#fff;width:297px;margin-bottom:22px;padding:14px 20px;background-color:#1877f2;border-radius:12px}body#landing .content-block-7 .facebook-ewerclass-button a svg{position:relative;top:3px;font-size:24px}body#landing .content-block-7 .facebook-ewerclass-button a span{position:relative;top:-3px}body#landing .content-block-7 .line-qrcode img{width:50%}body#landing .content-block-7 .line-qrcode p{font-size:10px;font-weight:700;color:#626262;position:relative;top:-4px;padding-bottom:12px}body#landing .content-block-7 .line-qrcode div{border-left:1px solid #c1baba}body#landing .content-block-7 #cartoon-bear-line{width:124px;position:relative;top:24px}body#landing .content-block-8{display:flex}@media (max-width: 768px){body#landing .content-block-8{flex-direction:column;align-items:center}}body#landing .content-block-8 .img img{width:100%;max-width:472px}body#landing .content-block-8 .buttons{display:unset;margin-top:140px;margin-left:170px}@media (max-width: 768px){body#landing .content-block-8 .buttons{margin-top:20px;margin-left:0}}body#landing .content-block-8 .buttons .ew-button{width:224px}body#landing .content-block-8 .buttons .ew-button.button-m-responsive{margin-right:.5rem}body#landing .form-inline{display:inline-block}body#landing .ew-button{font-size:16px;padding-top:10px;padding-bottom:10px;width:194px;border-radius:32px}body#landing .ew-button.sq-border{border-radius:6px}body#landing .ew-button-neon{color:#06afcc;border:2px solid #06afcc;background-color:transparent}body#landing .ew-button-navy{color:#bfbfc8;border:2px solid #979797;background-color:#101726}body#landing .ew-button-dark-grey{color:#bfbfc8;border:2px solid transparent;background-color:#232834}body#landing .ew-button-dark-gold{color:#785306;border:2px solid #785306;background-color:transparent}body#landing .ew-button-white{color:#232834;border:2px solid transparent;background-color:#fffcf5}body#landing .ew-button-white-font-green{color:#01444b;border:2px solid transparent;background-color:#fff}body#landing .ew-button-white-black-border{color:#232834;border:2px solid #232834;background-color:#fff}body#landing .ew-button-black{color:#fff;border:2px solid transparent;background-color:#232834}body#landing .ew-button-dark-green{color:#dfdfdf;border:2px solid transparent;background-color:#01444b}body#landing .ew-button-mid-green{color:#dfdfdf;border:2px solid transparent;background-color:#396a6f}body#landing #comparing-prices .suggestion{display:none;position:relative;font-size:15px;color:#f5fcff;min-height:52px;margin-bottom:15px;padding:14px 16px 14px 64px;background-color:#2078d2;border-radius:6px}body#landing #comparing-prices .suggestion img{position:absolute;top:calc(50% - 20px);left:18px;width:32px}body#landing #comparing-prices .section-title{font-size:26px;font-weight:700;color:#1a1a1a;margin-bottom:8px}body#landing #comparing-prices .content-version-toggler{display:flex;-moz-column-gap:2px;column-gap:2px;margin-top:38px;margin-bottom:14px}body#landing #comparing-prices .content-version-toggler>div{text-align:center;font-size:18px;color:#8f8f8f;width:42px;height:32px;padding-top:2px;border-radius:6px;cursor:pointer}body#landing #comparing-prices .content-version-toggler>div.active{color:#353535;background-color:#e6e6e6;cursor:unset}body#landing #comparing-prices .content-version-toggler>div.active:hover{background-color:#e6e6e6}body#landing #comparing-prices .content-version-toggler>div:hover{background-color:#f8f8f8}body#landing #comparing-prices #pricing-table{overflow-x:auto;padding-top:14px}body#landing #comparing-prices #pricing-table .row{display:flex;font-size:18px;color:#5b5b5b;width:904px}body#landing #comparing-prices #pricing-table .row>div{border-bottom:1px solid #ced8df}body#landing #comparing-prices #pricing-table .row .td-name,body#landing #comparing-prices #pricing-table .row .td-free,body#landing #comparing-prices #pricing-table .row .td-pro{padding:10px 14px}body#landing #comparing-prices #pricing-table .row .td-name{width:298px}body#landing #comparing-prices #pricing-table .row .td-name.topic-name{font-weight:700;color:#4b7daf}body#landing #comparing-prices #pricing-table .row .td-free,body#landing #comparing-prices #pricing-table .row .td-pro{text-align:center;width:300px}body#landing #comparing-prices #pricing-table .row .td-free.header-row,body#landing #comparing-prices #pricing-table .row .td-pro.header-row{position:relative;text-align:center;padding:16px 24px;border-top-width:1px;border-top-style:solid;border-top-left-radius:10px;border-top-right-radius:10px}body#landing #comparing-prices #pricing-table .row .td-free.header-row .user-type-text,body#landing #comparing-prices #pricing-table .row .td-pro.header-row .user-type-text{font-size:22px;font-weight:700;color:#0d141b}body#landing #comparing-prices #pricing-table .row .td-free{border-left:1px solid #dfdfdf;background-color:#f7f7f7}body#landing #comparing-prices #pricing-table .row .td-free.header-row{border-top-color:#dfdfdf}body#landing #comparing-prices #pricing-table .row .td-pro{position:relative;border-left:1px solid #328fee;border-right:1px solid #328fee;background-color:#ecf4fd}body#landing #comparing-prices #pricing-table .row .td-pro.header-row{border-top-color:#328fee}body#landing #choose-your-package{margin-top:80px}body#landing #choose-your-package .section-title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:8px}body#landing #choose-your-package .section-subtitle{font-size:16px;color:#6b7280;margin-bottom:32px}body#landing #choose-your-package .package-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1024px){body#landing #choose-your-package .package-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){body#landing #choose-your-package .package-cards{grid-template-columns:1fr}}body#landing #choose-your-package .package-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;transition:box-shadow .2s ease,transform .2s ease;position:relative}body#landing #choose-your-package .package-card.featured{background:linear-gradient(180deg,#3d2b1f,#2a1d14);border-color:#5c3d1e;color:#fff}body#landing #choose-your-package .package-card.featured .package-label{color:#f5e4c2}body#landing #choose-your-package .package-card.featured .package-duration{color:#fff}body#landing #choose-your-package .package-card.featured .package-desc{color:#d4c4a8}body#landing #choose-your-package .package-card.featured .price-from{color:#a89078}body#landing #choose-your-package .package-card.featured .price-main{color:#fff}body#landing #choose-your-package .package-card.featured .price-main .currency{color:#d4c4a8}body#landing #choose-your-package .package-card.featured .price-note{color:#c4b498}body#landing #choose-your-package .package-card.featured .token-label-main{color:#b8a080;border-color:#5c4a3a}body#landing #choose-your-package .package-card.featured .token-name{color:#d4c4a8}body#landing #choose-your-package .package-card.featured .token-count{color:#fff}body#landing #choose-your-package .package-card.featured .bonus-token{color:#f5c542;background:#f5c5421a}body#landing #choose-your-package .package-card.featured .button{background:linear-gradient(135deg,#f5a623,#d4841c);border-color:#b87214;color:#fff}body#landing #choose-your-package .package-card.featured .button:hover{background:linear-gradient(135deg,#f7b53a,#e09020)}body#landing #choose-your-package .package-card:hover:not(.featured){box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}body#landing #choose-your-package .featured-badge{position:absolute;top:-10px;right:12px;background:linear-gradient(135deg,#f5a623,#d4841c);color:#fff;font-size:13px;font-weight:600;padding:4px 12px;border-radius:20px;box-shadow:0 2px 8px #0003}body#landing #choose-your-package .package-card-header{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}body#landing #choose-your-package .package-card.featured .package-card-header{border-color:#5c4a3a}body#landing #choose-your-package .package-label{font-size:13px;font-weight:600;color:#0d7377;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}body#landing #choose-your-package .package-duration{font-size:28px;font-weight:700;color:#1a1a1a;line-height:1.2;margin-bottom:4px}body#landing #choose-your-package .package-desc{font-size:14px;color:#6b7280}body#landing #choose-your-package .package-price-block{margin-bottom:20px}body#landing #choose-your-package .price-from{font-size:15px;color:#9ca3af;text-decoration:line-through;margin-bottom:2px}body#landing #choose-your-package .price-main{font-size:42px;font-weight:700;color:#1a1a1a;line-height:1.1;margin-bottom:6px}body#landing #choose-your-package .price-main .currency{font-size:18px;font-weight:500;color:#6b7280;margin-left:2px}body#landing #choose-your-package .price-note{font-size:13px;color:#6b7280}body#landing #choose-your-package .package-tokens{flex-grow:1;margin-bottom:20px}body#landing #choose-your-package .token-label-main{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #f3f4f6}body#landing #choose-your-package .token-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}body#landing #choose-your-package .token-name{font-size:14px;color:#4b5563;min-width:50px}body#landing #choose-your-package .token-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:11px;font-weight:700;color:#fff;flex-shrink:0}body#landing #choose-your-package .token-icon.golden{background:linear-gradient(135deg,gold,#ffb700,#ff8c00);color:#5c3d00;border:1px solid #e6a500}body#landing #choose-your-package .token-icon.silver{background:linear-gradient(135deg,#f5f5f5,#e0e0e0,silver);color:#4a4a4a;border:1px solid #a0a0a0}body#landing #choose-your-package .token-count{font-size:14px;font-weight:600;color:#1a1a1a}body#landing #choose-your-package .bonus-token{display:inline-block;margin-top:4px;font-size:12px;font-weight:600;color:#b45309;background:#fff7ed;padding:4px 10px;border-radius:12px}body#landing #choose-your-package .package-action .button{width:100%;padding:12px 16px;font-size:15px;font-weight:600;color:#374151;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;cursor:pointer;transition:all .2s ease}body#landing #choose-your-package .package-action .button:hover{background:#f9fafb;border-color:#9ca3af}body#landing #choose-your-package .token-legend{display:flex;align-items:center;gap:24px;margin-top:32px;padding:20px 24px;background:#fff;border:1px solid #e5e7eb;border-radius:12px}@media (max-width: 768px){body#landing #choose-your-package .token-legend{flex-direction:column;align-items:flex-start;gap:16px}}body#landing #choose-your-package .legend-item{display:flex;align-items:center;gap:12px;flex-shrink:0}body#landing #choose-your-package .legend-item .token-icon{width:28px;height:28px;font-size:13px}body#landing #choose-your-package .legend-text{display:flex;flex-direction:column}body#landing #choose-your-package .legend-text strong{font-size:14px;font-weight:600;color:#1a1a1a}body#landing #choose-your-package .legend-text span{font-size:13px;color:#6b7280}body#landing #choose-your-package .legend-divider{width:1px;height:36px;background:#e5e7eb}@media (max-width: 768px){body#landing #choose-your-package .legend-divider{width:100%;height:1px}}body#landing #choose-your-package .legend-note{font-size:13px;color:#6b7280;line-height:1.5}body#landing .pricing-extras{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;margin-top:64px;align-items:start}@media (max-width: 1024px){body#landing .pricing-extras{grid-template-columns:1fr;gap:32px}}body#landing .faq-column .extras-title{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:4px}body#landing .faq-column .extras-subtitle{font-size:15px;color:#6b7280;margin-bottom:24px}body#landing .faq-list{display:flex;flex-direction:column;gap:12px}body#landing .faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:box-shadow .2s ease}body#landing .faq-item strong{color:#0d141b}body#landing .faq-item:hover{box-shadow:0 2px 8px #0000000a}body#landing .faq-item.is-open{border-color:#0d7377;box-shadow:0 2px 12px #0d737714}body#landing .faq-question{display:flex;align-items:center;gap:12px;width:100%;padding:18px 20px;font-size:16px;font-weight:600;color:#1a1a1a;background:none;border:none;cursor:pointer;text-align:left;transition:color .2s ease}body#landing .faq-question:hover{color:#0d7377}body#landing .faq-question .faq-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f3f4f6;color:#6b7280;flex-shrink:0;transition:all .2s ease}body#landing .faq-question .faq-icon svg{transition:transform .2s ease}body#landing .faq-item.is-open .faq-question{color:#0d7377}body#landing .faq-item.is-open .faq-question .faq-icon{background:#0d7377;color:#fff}body#landing .faq-item.is-open .faq-question .faq-icon svg{transform:rotate(180deg)}body#landing .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}body#landing .faq-answer p{padding:0 20px 20px 64px;font-size:15px;line-height:1.7;color:#4b5563;margin:0}body#landing .faq-item.is-open .faq-answer{max-height:300px}body#landing .sidebar-column{display:flex;flex-direction:column;gap:20px}body#landing .info-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}body#landing .guarantee-card{background:linear-gradient(180deg,#f0fdfa,#fff);border-color:#ccfbf1}body#landing .guarantee-card .guarantee-header{display:flex;align-items:center;gap:14px;margin-bottom:14px}body#landing .guarantee-card .guarantee-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:#0d7377;color:#fff;flex-shrink:0}body#landing .guarantee-card .guarantee-title{font-size:18px;font-weight:700;color:#0f766e;margin:0 0 2px}body#landing .guarantee-card .guarantee-subtitle{font-size:14px;color:#0d9488;margin:0}body#landing .guarantee-card .guarantee-desc{font-size:14px;line-height:1.7;color:#4b5563;margin-bottom:18px}body#landing .guarantee-card .guarantee-desc strong{color:#1a1a1a}body#landing .guarantee-card .guarantee-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}body#landing .guarantee-card .guarantee-steps li{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}body#landing .guarantee-card .guarantee-steps .step-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#0d7377;color:#fff;font-size:13px;font-weight:700;flex-shrink:0}body#landing .contact-card{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#134e4a,#0d7377);border-color:#115e59;color:#fff}@media (max-width: 640px){body#landing .contact-card{flex-direction:column;align-items:flex-start}}body#landing .contact-card .contact-content{display:flex;align-items:center;gap:14px}body#landing .contact-card .contact-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#ffffff26;color:#fff;flex-shrink:0}body#landing .contact-card .contact-text h3{font-size:16px;font-weight:700;margin:0 0 4px;color:#fff}body#landing .contact-card .contact-text p{font-size:13px;margin:0;color:#ffffffd9;line-height:1.5}body#landing .contact-card .contact-button{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#14b8a6;color:#fff;font-size:14px;font-weight:600;border-radius:10px;text-decoration:none;transition:background .2s ease;flex-shrink:0}body#landing .contact-card .contact-button:hover{background:#0d9488}body#landing .contact-card .contact-button svg{transition:transform .2s ease}body#landing .contact-card .contact-button:hover svg{transform:translate(2px)}body#landing .payment-card .payment-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 16px}body#landing .payment-card .payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}@media (max-width: 480px){body#landing .payment-card .payment-methods{grid-template-columns:1fr}}body#landing .payment-card .payment-method{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:20px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .2s ease}body#landing .payment-card .payment-method:hover{border-color:#0d7377}body#landing .payment-card .payment-icon{color:#0d7377}body#landing .payment-card .payment-label strong{display:block;font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:2px}body#landing .payment-card .payment-label span{font-size:13px;color:#6b7280}body#landing .payment-card .payment-note{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}body#landing .payment-card .payment-note svg{color:#0d7377;flex-shrink:0}body#landing #checkout-page{font-size:16px;color:#d8d8d8}body#landing #checkout-page .empty-cart{text-align:center;padding:60px 0}body#landing #checkout-page .empty-cart .img img{width:242px}body#landing #checkout-page .empty-cart .title-text{font-size:22px;margin-top:58px;margin-bottom:74px}body#landing #checkout-page .empty-cart .desc-text{color:#8c8c8c;margin-bottom:14px}body#landing #checkout-page .title-middle{text-align:center;font-size:22px;color:#bfbfc8;margin-top:65px;margin-bottom:70px}body#landing #checkout-page .overview{display:flex;font-size:14px;color:#bfbfc8;height:90px;margin-bottom:10px;padding-top:14px;padding-bottom:14px;border:1px solid #979797;border-radius:8px;background-color:#232834}body#landing #checkout-page .overview .bold-text{font-size:18px;font-weight:700;margin-top:12px}body#landing #checkout-page .overview .column-common{padding:0 5%;border-right:1px solid #6a6d72}body#landing #checkout-page .overview .column-cta{text-align:center;flex-grow:1;padding:0 10px}body#landing #checkout-page .overview .column-cta #change-package-button{width:-moz-fit-content;width:fit-content;margin-top:14px;padding:4px 25px;border-width:1px;border-radius:4px}body#landing #checkout-page .overview .column-cta .cancel-button-wrap{text-align:right}body#landing #checkout-page .overview .column-cta .cancel-button-wrap .cancel-button{cursor:pointer}body#landing #checkout-page .overview .column-cta .button-group{display:flex;-moz-column-gap:12px;column-gap:12px;width:-moz-fit-content;width:fit-content;margin:6px auto auto}body#landing #checkout-page .overview .column-cta .package-button{font-size:14px;width:132px;padding:4px 0;border-width:1px}body#landing #checkout-page .overview .column-urgent{text-align:center;flex-grow:1;padding:0 10px;display:flex;align-items:center;justify-content:center}body#landing #checkout-page .overview .column-urgent .urgent-text{color:#ff6b6b;font-size:15px}body#landing #checkout-page .serious-alert{text-align:center;font-size:20px;color:#ff0005;margin-bottom:80px;padding:23px 0;border:1px solid #930909;border-radius:8px;background-color:#18090c}body#landing #checkout-page .steps-overview{margin-bottom:80px}body#landing #checkout-page .steps-overview .divider{position:relative;top:27px;width:400px;height:2px;margin:auto;background-color:#a2a2a2;z-index:1}body#landing #checkout-page .steps-overview .step-displays{position:relative;display:flex;-moz-column-gap:82px;column-gap:82px;width:-moz-fit-content;width:fit-content;margin:auto;z-index:2}body#landing #checkout-page .steps-overview .step-displays .step-1 .img{background:no-repeat url(data:image/webp;base64,UklGRiQHAABXRUJQVlA4TBgHAAAvbUAbENcHoZEkR1Jm9R2EJ/H8kXkzM1vvQEiIJMmRJI/co3Akjj8yLV4UxEiSHEVV3cR5gBP4bxm8FtuuattWlXnhiwyEoCcpKEECCkADd3c5d5ynNm0DZk/RHUBv5eH5nhIhQkIwhBQJqkwmISsBETJZRCgcJCjJRS4y3XaRQi6SBApJkqSkhqlItwqSHLxwIaUwSZNU86ipZjfSrDy5MEmmCMJUKZykqSSLFJJJMqX6y0mzmpWn+9NFMkkppPvjYpJSESJmkWJ2I/3zkKZKIZkspjL92U0pUqSw+M+xMKX4AxgsJFMKkycnyADRRHCS1n7UtOkNzeVoR007jn+EGg41e7/acZntF2HtW83Xvuz+XP6tflw7Lgfm9Gf1qx2nPzWXf222P20whBqQoIIKEgRI8ABHUEEDGtCAe28FBAiwBwF+4A8+4AJWIMG7tzcIsO2tNY9WEBy72itLgAU4gim49dYxx2YBQ7DprTePds1Rlvb71+egt8n689vv7ff0+gyQjy+PwiHItun8sX+IiJgAWw90rG07tld3XKdKa82BfWaQkiPIFDIBJ3vfv43Ptq7ftm2b7ef7eZ6/jui/A7dtHCm6fje7ey3VL4As27Zpp2rFtm3btm3btm3byf7QVNpPZ6VeP6L/jtw2cqThdfLsVkK/gK4wrs3PTI4e9611dba2dnat9R2PTs7MXyMt2ZudWF9BQaysT8zukV4c7gy2A0A04LY3N9ZUlv73X2llTWOzwx2IAkD74PahPusPhlsBhFyWUi6IUosrBKB1+ECL5UcnnUDSby3joiiz+ZNA58kRKWZxsw0IOspZgHJHEGjbXCSFLI20Ytlby2LUeZfROrJEirjYWUXKU8Oi1HhSWN25IBXMdQO+Khanygd07yv4A4y1IGJhJVgiaBmT/lss9CDh/MeK+OdMoGdX9DzdgXADK6QhjI5pwfM44C1hpZR4gXGpW+cbSNhZOfYENs5FzmdDiDexBjTFMXQmcD7tR6yWtaA2hv7T4m/3I1LNmlAdQf9ZsSuGEKlgbaiIYOiyONtArJo1ojqGjSL3Gs+xQpMF8aJ2Oo1E3h1psJ8Epgt3kx2ws3bY0VGo89zrgZc1xIuevcJsDOES1pCSMMYKi6MtiQbWkoZEy1whGUI3nKwpTnRf5LcdRP6wpvyLYCd/orUKC2uLBatL+WwLPtYYH0by5autqSrWmKpU62Ju24SHxfj/67vn9+7cvf/yy3eWw4PN3Gl/27JcvroQCm3O3W+8+na57SiXnch5r/cSwK187uT1ar09BAg+JUayk1y+shNSIeclHlYtOj7chA9ct2jNAjr3sm0KQRYiB25rostdIryuhSSIg2wbFos5PbDdEd1eI5EiJA4MZ1e8rclyFuHJBSOiz6U9ZoWjPNl6mO0s/SxDJ6JEv3bECokfO5k2CCvLEIVRQ96zlemVcFgxmLm6HWUswq2p1ZMYIA2DwlGG9ozFswixDBsIEkM0ok5IQphN2wRcLMMkUg38fxQIiQsTaVuHxQyzYJ2Irq2gVOmdBtQLSSlWrhHNI8pswkuYo5gnmkGApYj53xMxBzBDNAk3s0Kv0saLKsxuTBKNCibmT64KEZMVokeJBtDMzPpHA2ZuxgBRL+qZWf9Ix8z16CVaQ0ZTS20Up5UpWCPqQiUzs8oMhacSXUSd2U5FbfbFCiudRK34j2X5Wa3WUVmS/YfWbFMKdcu+YwSl6Mx+iUq4u+TYkOQeri9ODvf3Do7Pr+4/Regn6kMji/A421mSFuLjaAndrN0CEnKbxs6FohF9RMcyHvOhzFr7wWyc3Dx9/Px9vdxdHSygyST5hBMxj6WiwbI7TKMre6Y2T+4+9UWZ6/2loeZMW9gvkrKBTKQbt0bEtii5zoDNIifTiUTxWXMUfSqHmnw4HlGyuESGsmeHKlH3k47gd0aFIpB9vYcg60cI7rzRwqi+BDLLVng9CMUMrE6VK0uJrPnJkVeDZKNUuWqWqAg6iOXVronVhWpHIFDt/HDFtNBkokK12xGo5N4jVHg2YHMjhrNhUKJKfYoRIUpCr1KXui1QgX+7YXYvRANIYnTgNAxHEccdIUy35uY3hOkCHRTROXl7vVaoktGvMjmR6Ao9uT4vVH3IVJkKSXS8XlwfEKphxKlMvCS6eR+uW9etHNGsdzmhS2WaJ9KpfGcKKsPzhgebUl3YjeIYL5qIvCnWFJZG9O8wG9Y9N2wyYNrUw6yJzr5p06orYBJHu9pOGQ2boBo2HTZs8m3YVP+3eMVCWC/FgpGtxjCylSbGtYrmz7hWCBmmfpJXdimLs38ylF2GqdaMUuTNXX1qQyJa2hJWUtZmKinVq0TtMipRe6ZK1AwFrLU4Baz032JKSt07taencrk+W7lcn1O5vHNolCpbY8X5QG+24rw3h+L8qoIA) 0 0}body#landing #checkout-page .steps-overview .step-displays .step-2 .img{background:no-repeat url(data:image/webp;base64,UklGRvQEAABXRUJQVlA4TOgEAAAvbUAbEGcDIZIkxVY+8G8PVTD9v1M2IDaSpEiKA//dQyuY/qcTYiNJiqQ48N89tILpfzrh1ratqppo6u4RFVA4GTEl0ACZfXe9FlBVkGfGzFhrqVQqlZkxMyoz4///X6Xy9/dnZsyMv78/v9/PzKh8Ph+VylrLWsvv97PWMjMq////fr8f1Gcm/v//q6y1VKrhzCQ8VWYGmphUQ2w3m02l2qCFNfpYoF1BRkRERkDGBx4RUVBQ8F5VEBBwj4A//OMHLzgj47v6RsCtqu52u4hQnapDddztdt39fr9/vV67mYFO9Xe73QLy5XJJf39/KpXD4WBmXK9Xf39/Kgbptq0ZkhQdPdM2Cm3brNu2bduZ7/8EhYzI+Or3rYj+O3AbSZEqWsaDoe56gcpi5F2eHe/fbcysLM/nuDKzcbd/fHaZp5xk5Pxo+haByE0fnY8otxiY2F4Eyd72pkhNVXlJQX6ugOVVNdGm9l6QXNweH3Dn+sfdeZBdjbUFOhAFbOwCOb/76MTl/ffLYKKtrlAbUci2BLh8369C5npyAeyIFmkLFLEDXJi8ViFyszcPtlRoa7AFnN+7USHxPjGLRHO5tko5E5ideFdhcLEKtpZq65S2kqtjIRSAgzn01OpQYA/mDmwXi6s1DMf+6ZBgbBhro1an0yV0V+oQYTeWTi1Oh2DLfx0qbAEPba29TWE4okMnMsypNyvT6w6GqrUDVBM7rxaml030VWgnYB82X8zXN9FTph2hjNg0XX3bQU+xdgb2YKfTTFPoK9MOUdbHKcOnDlVop+CQ0UNPMZzxQQ48Z5inwavJJUS0c0S4FLTyHFlDi3aQFq6NBNMBuv9rB2E3DoK1o3PDldpJODx3EaSHsIqYdhRi9T2zJtDzTzsKezCRuaM1i1rtLMTsTSY9oFU7TCv3MvVX5xOl2mFKE/NMr0k0a6chJtN3+xdQrp2mnAv96XRvVHvFP358a/AjblCT3aerK5dh0OQ8e75VPAZuhLA8kqoTdASfGry/J4tVG5/+vMCrHXhM1a5Jm/PhP2mrPPnUAYliN3XEO58wGKr9+JYrbfo/gQd6ifmB1MqyTQfHz+mAhPCebZxI1jbqJIjYTr56EYUSVMjFpIvP0WX21rbLucm30oVzRfIIjWayXc5N1MgjRXIatWayXc5NVItpRebdosBI1su5iQp4m6d4iV5tJOvl3Ojf3ItLxTO053ISLsvliDPFYzRJEXGsuI+IFEWxr7iFGikithTXUSlFxLriDMqlqJwziisokSJiRXEZBVJUwGXFeeRLUT7npUnahrRT5N1oA1VSVMUNxTtJNeadtNZAWksnrxW/RK8UEZepvS93ZN774jRqZYiYTu01OyQLveZzdMlQF8+ljXaEjeSEjVLHbYzAPb9eW6Xe98xH4NxFVAfm1//UVqH/ax5d4KNJ5GTQ9z7rLa7T8wdNIidWokLfvmW+TKJCliJeg78WR8UeB40iXtKiecIilYKjsNxzP8IsLXouLDMgLeshKqMzJi1blQUycRx1N8soLIMqLDssLPMtK6v/Zu5Y6HbLsSDMjSHMaSLLRdMpyyEkzP0kzNklzLUmypF3kf3chiRvHsJxUobvEo3YcYlGkl2iWcABa7tYnNhy956MuOlcrkx1LlemdS5PDMhyZbvrON9aT3Wcr6dxnGcrCA==) 0 0}body#landing #checkout-page .steps-overview .step-displays .step-2.active .img{background:no-repeat url(data:image/webp;base64,UklGRjAFAABXRUJQVlA4TCMFAAAvbUAbEKfjNpJkV5m5J74ELELAJf+gfmFpeWm4jSTZVXr/R/iaXLDJPxFMrd66jSRJUrKb/5dwAQPw36KLEwk0GNiRbauK+l7c3WMhM9IiADKABNwdfm0mQHbCcf/8UxDKtHNYP6hOmxemiFadd86nt0jNqwvP37xJpi13FZM/6ELKJA95iDCAGuQgDRlIQRtSkDL5hzIECBAgCU0oQYQUREhCEiJFgSCDeMIGrrCEV3ZyJlOTAGM48Mu72rIRNhSlW7Zad0q3EKFiVOte2Kjd6uNI0cYBpdoJYauOHQVBQSk2bClshaJhwoYiWpRI2doei8tzdf18ZMfzsiSvt0/9P/6/7Ax//98uOwf4ZGeenUl2Ztt1HUEEbMm2TTsrJxexbefiZMbWNWLbWbHx/y88e5+98hzRfwduIylSomOGoZ56Af1j5lRU1zW9dY70Bmw70DvS+dZUV12RQ0Y6U1U/+gpHvo7WV82QWT5MtYUAYD6RXV7f3Ds8vbw8PdzbXF/KJuYBINQ2+WDO4x9bbACxhbVTduTp2kIMgN3yaMTD798DwEBy9YSVPFlJDgCB93ty2efxMBBfOmYNHi/FgfD4M7noS7ON/vQua3Mn3Q+7+YVc8mNqGEOZPdbqXmYIw1Mf5IaVPUDqgLV7kAJ6nlxoAI19iKyxK65F0Neou1mUd2Nw8Zxd8nxxEN3TWg81QUS32EW3ogjWaDw0AOkzdtWzNNCg69znGAaX2XWXBzH2qeVQ2orZDTbAjVm0lmo4lHVgbpeNcHcOHWXq5zsQ2WdD3I+gQ/XsZysiR2yMRxG03qkxhrl9Nsj9OYwpvursLhvl7qzSi9Zg8M8XMuB1BlHjvJsMYpmNcxlBp53nTDfSbKBpdM84oxHRMzbQsyganY2jfYNbbKRbg32VTmYIPVhkQ11Ez8ffTCFywYZ6HsHU3xOtYayxsa5h+OUvJpBig02h+a/5qj10wAZ7MGQ//844Mmy0GYz/Pu0P9++x0e71h+9/412p97op9Fva9BfeKPRk77/1lQEoDDlFuZZWPUWOFwsIzPykFnHnh9tcb/EVa/Oq2OtxfDaOx5+0qIw5hVYxa7XYKmSHLqHl54rXHlBYqvmtK9bqleV3vNAbsB9+dpZJdq5lsUNdeJ9JTH2nDasSWEXb90eHcCKBE4S+PbgKMbV3rbudq3wrMVR9UY8FNXS3cxUWUP/FKNbU0N3OVVjDKBHlvOJUDd3tXIVTvOYQVWCe1dDezlX+zfOoIKpGglnCw5gTqCaqQ1YKWdQRNWFZCktoImrHuhTW0U7UhW0pbKOLaAR7UtjDCFEvDqVwiF6iAE6lcIoAkY1LKVzCloa0C9LuIu+JOrEphU10Er1J6jHfpI0G0kY6eaN4BealMI+K77Mvo1CefdEo1mSwhtEfs2ajUJ81VyEmgxiqpK12JK3kVtAmbJU6qWMF7rGuWavXlkd9BU4tWGLH+qwC1mqB5VOvLtCjSuWkxPIUaDx7XeCxSlQqJ1qqQnmWZvOVqkJ6Kl4lPo++azy+EqWKl7RqnrBKpeAqLDWbX2GWVj0XtjMgbddD1I7Ok7Tdqn9gJ46mzd1lFLaDKmx3WNjOt6xd/U/1xELUsMSCsDSGsKSJqBTNnbCEkLD0k/Zkl2vj7MX3ZJew1JqkRF7l/5c2JKKXCc1Jyt3vSUr3U6LLelKiyz9SoiISsKuqCVi9zaJWV7q3dsbM5PL2z+Ty9q/J5akHWalscxPn7V0/E+ddPxLn/5cEAA==) 0 0;background-size:contain}body#landing #checkout-page .steps-overview .step-displays .step-3 .img{background:no-repeat url(data:image/webp;base64,UklGRvAEAABXRUJQVlA4TOQEAAAvbUAbEG/jIJIkRaoD/wLvVDD8z3TZcBBJkiLVgX+BdyoY/me6HESSpEh14F/gnQqG/5kuuLVtq6ommrp7RAUUTkZMCTRA5i7f7/33BUDNASmJJLqbSqVSJZGEKomqolL9/39JJPH///1+P0mo3velqirdraok0d2SUFWV3+8HKCaJVUXV3VRqO8k/cFUlAZSBntoG5sMw5NQZUAGmQBMYAVUVkIAIRCABAUjAG7gAEciADMiAl5oDAhCAExCAX+AP+AbuwBZIwJf6BQTgoOanaYpAUDfqSl1P01Sf53l53/ciCaCm/gJf+74XgPy6ruH//1Mty6KqJLFtm///T6WAZduWISk72rZtm69t27a7c/4TKGRExqvv+zIi+u/AbRtHsrC9795NSfwCL4WRdnF6tHe7PrW8NBfJ8tQ63NHpRZpnJUNnh5M3FAgn0dmQZxd9Y1sLBKC7tb6qrKQwLyvdRVJYgur61m4CsLA12mfP8Q87cwR01JVnqUBkoc4RMLfzYMXhvXdLwExLRbbSIlvcDLB01+uFzNX4PNBWnaMM4CCE+fErL0Sud+eApiJlDDQR5ty1hMTb2DTNNBYqoziZwfTYmxcG5yuE5nxlnHwHrIyE8AfYn6WuchUK6CLZd4aHy1UarMlQIQEZpNVho8PJInUWqxAR0OKJweGA0JSpQkWagANTc+8TNFilQscNYuLdyPCyTQOlygKcYPvFwPC8gZ4iZQXooQ3Rn99AV4GyBAfaeNE9Ypu6cpU1oIukXU8T1OOURbgeTGhedaBIWQVE66InNFiqLMMN4iR4MblIVco6HCRo4Tm0Sk3KQpqw6oJpnzozlYUIaD9YPTo7WKysRAZnXZAWwgrVKEsRuLfkGqOuDGUp6KKx5A2taZQrawG562S6R7OyGIfdZO3VuZl8ZTH5bk4SaxyNymoELnGzfx6FkdU4zPcm0p1W6dX/++8bw0m/Rkl2l6isXIJGlfPlG8YFroRIhuJ1TG3BhwH//7NSGaPy0yHwbBs9xGtHp8759T8bvtGgosTH6fDpiwpINe3E93jnZjS6av9+5bePbxUlPk5r1neBO3ozc33xhWWLCo6PyKwiH1FQXHyxuUUVencdcCEECW3FHr1A2SHcdQj3mU0LTkTkjDr07to8wZ/A0ZmIyCHqeKiODkVEJlGuOCxE5SSeSNoNsngoi5x4ckHdiocioQtPTqmVi1pJPDlCPRc5OhLZQxUXVdOeyCbKuKiMnMgairlIaM2TKRRykaMpkWXkcZHQsidLyOKiLBJP5pDORY7muInbArdd+J1oHSVcVELrIrecSsxbbrUBt5qOWy3OrYXCrfXFr2Uph6izSvqt5jN08JCjM469HdmiCg4S2krQS+UgR6MmeuA/vuHwpeBHvwcuO1StAvPhP0ZGcRD96II86EROav//Hg3Oivv7r9WJnBiJCr3++0ZxT1pRITMRr9qPH3Nz8hHpRLy4RfOYRSo5R2Fl1/oIM7foObPMALesB6+Mzgi3bFUKyMTJsLVZRmYZVGbZYWaZb2ZZ/Xd9x0KnZY4FZm4MZk4TVi6admYOIWbuJ2bOLmauNU6OvPPU5zYUkev7kJyUobtEq8y4RKviXKIpwAFr+G9xbMrdezxkp3O5ON65XJzQuTzWx8uVba/jfHMt3nG+lsBxnqoQ) 0 0}body#landing #checkout-page .steps-overview .step-displays .step-3.active .img{background:no-repeat url(data:image/webp;base64,UklGRiwFAABXRUJQVlA4TB8FAAAvbUAbEK/jtpFtO5lz30dy5MgNUAD9F2URWWRw23AVSbar9L73AAHZCwrwb4PPnO6yjW3bxt7n+UYiJShA/x0Z4SPjwo5sW1XU9+LuHguZkRYBkAEk4O7wazMBuhWu/f6XaEyjc7OJGInX9lCNOY/epxOqxLFaJZHzm0/MrNVYSfyDLqQS85CHCAOoQQ7SkIEUtCEFqcR/KEOAAAGS0IQSREhBhCQkISpCSIrwhA1cYQmvbuUSp4kBxnDw8z0NUpUmNDpIY3U0OkAlasTqpDSzgz0WoTVmimlUlMYco5AgpBiaNEJplFAlShWqhqISadyPy+d5ez7d9/vIpSefW6//x//r1vD3/3bdOsCnW/NuTbo1u6/3CCJgS7Zt2lk5N7ZtX5zM2LqObWvFxv8/XJ29z155jui/A7dtHMnC9r57NyXxC+gfI6uqtqHlu3us32vb3v6x7u+WhtqqLDKSuZrG8S844mu8sWaOzOJ1psMPAIvRlY2dveOzq7u7q7PjvZ31legiAPg7pl/NOf6tzQYQXt2+Ykdcba+GAdhtb0Yc/vLjBYZiW5esxOVmbAjw/ryQy3xMBoDI+gVr4GI9AgQmP8hFPlttDC4dsTYOlwZht36SS/zOjGJk+Zi1crw8gtGZX3KD6j4gfsraOY0Dfe8u/AGaBxDcZlfYDmKgWffforIXw2s37BI3a8PondU61PkQ2mcX2Q/BV6dxaAKWrtlVrpeAJl1zfxMY3mDX2RjGxJ+Wobwd87tsALvzaC/XMFR0YeGIjeBoAV0V6vNdCJ6wIZwE0VWuekQ7gudsDOdBtD+raQILJ2wQJwuYULzq/BEbxdG80kXrMJzxQgZcZxh1zotJHzbYODbgc1p4zvViiQ1kCb1zztSM0DUbyHUIzc7q0YHhfTaS/eGBaicthD6ssaGsoe83s2YQvGVDuQliJnNDaxTbbCzbGP3MpCnE2WDiaM3UXrVHTtlgTkfsj/SaxDIbzTIm0zf7A4PHbDTHg4GXdPpRKr3KcjyWNjw5ZQol2U+6stILhSon39JMvuPOArxzqapHxPlQankKHlgbDwUey/FsBG+palOpc3Ksgqe8vCfm9MepUGDlsEPW0Zba47WHFLpqHushz7LymNMfpzRreRx39Ibs19TCMsbOsSzWK7YsdkoMM8nqwJbaXTtccEFb6Eg+2o9LF+7ahfu8hD/p4BqEle7aBZw/QRg1CTViVYZW0ZjQOLZZwgJvY5yIsr5wJUNX+MoiqsIiyxAvooqoFlEpiqKWqAErUrSCBqIWbEjROlqIOrEjRTvoJOrBgRQdoIdoDMdSdIwxon6cSdEZ+om8uJKiK3iJbNxJ0R1saZK2IG0XeSfqxp4U7aGb6FtSifktrTaQVtOJq8WltVCktb7EtSypEasytIrG1B6BCIVRI7G3Qx3YkqBNdKTppUpQDNM6euC51j1r5d7KVe+BUxvW2TGFVglrpcQqVI8u0JtK5OTRk12icfa+JNvzqBI50RIVKvJYWvEUK0WF9ES8Hgtz9c3lFj4qRbykRfOERSoFR2Gp1fwIs7ToubDMgLSsh6iMzru0bNU/kImjWXOzjMIyqMKyw8Iy37Ky+n/qjoWQYY4FYW4MYU4TUS6aZ2EOIWHuJ+3OLtfq2dskZ5c015okR171/+c2JKLPKc1OyqNkJ6X7LtENPS7RjRSXqAgH7JaaA1b336Jel7u3fs5M5/JBqnP5IK1zeeZVlCvbYMd5Z0+q47wn1XH+b0EA) 0 0;background-size:contain}body#landing #checkout-page .steps-overview .step-displays .step-content{text-align:center}body#landing #checkout-page .steps-overview .step-displays .step-content .img{display:inline-block;width:54px;height:54px;background-size:contain}body#landing #checkout-page .steps-overview .step-displays .step-content .text{text-align:center;width:100px}body#landing #checkout-page .steps-overview .step-displays .step-content.active .text{color:#7fe5f7}body#landing #checkout-page .steps-overview .step-displays .step-content.clickable{cursor:pointer}body#landing #checkout-page .processing-content-wrap{text-align:center;color:#bfbfc8;padding:160px 0;border-top:1px solid #4a4f5a;border-bottom:1px solid #4a4f5a;background-color:#151c2c}body#landing #checkout-page .processing-content-wrap .ew-button{width:368px}body#landing #checkout-page .main-content-wrap{display:flex}body#landing #checkout-page .main-content-wrap .divider-column{width:1px;background-color:#4a4f5a}body#landing #checkout-page .main-content-wrap .left-column{width:70%}body#landing #checkout-page .main-content-wrap .left-column .code-box{display:flex;text-align:center;color:#101726;margin-top:12px;margin-bottom:16px;border-radius:6px}body#landing #checkout-page .main-content-wrap .left-column .code-box .label-text{width:174px;padding:9px 0;background-color:#d8d8d8;border-top-left-radius:6px;border-bottom-left-radius:6px}body#landing #checkout-page .main-content-wrap .left-column .code-box .value-text{font-size:20px;width:254px;padding:9px 0;background-color:#fff;border-top-right-radius:6px;border-bottom-right-radius:6px}body#landing #checkout-page .main-content-wrap .left-column .subtitle-text{color:#ececec;font-size:18px;font-weight:700;margin-bottom:6px}body#landing #checkout-page .main-content-wrap .left-column table td{vertical-align:middle;padding-bottom:10px}body#landing #checkout-page .main-content-wrap .left-column table td.step-number{width:44px}body#landing #checkout-page .main-content-wrap .left-column table td.step-number span{text-align:center;font-size:16px;font-weight:700;color:#101726;display:inline-block;width:32px;height:32px;padding-top:4px;border-radius:16px;background-color:#e8d5a2}body#landing #checkout-page .main-content-wrap .left-column table td.step-content img{position:relative;margin-left:4px;margin-right:2px;top:6px;width:26px}body#landing #checkout-page .main-content-wrap .left-column table td.step-content a{color:#d8d8d8;text-decoration:underline}body#landing #checkout-page .main-content-wrap .left-column table td.step-content a:hover{text-decoration:none}body#landing #checkout-page .main-content-wrap .left-column table td.step-content a.open-qrcode-link{font-size:bold}body#landing #checkout-page .main-content-wrap .left-column table tr.step-additional-content td:nth-of-type(2) div{color:#b0b0b0;padding:26px 14px;border-radius:10px;background-color:#1f2634}body#landing #checkout-page .main-content-wrap .left-column table tr.step-additional-content td:nth-of-type(2) div p{margin-bottom:8px}body#landing #checkout-page .main-content-wrap .right-column{width:30%;margin-left:10px}body#landing #checkout-page .main-content-wrap .reload-button{display:inline-block;font-size:14px;color:#252525;padding:4px 20px 4px 40px;border:1px solid #248f4b;border-radius:4px;background:#3ec36e no-repeat url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='15px'%20viewBox='0%200%2014%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eLine%203%3c/title%3e%3cg%20id='User-Flow'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%3e%3cg%20id='Checkout-Page---Step-1'%20transform='translate(-913,%20-447)'%20stroke='%23252525'%3e%3cg%20id='step-by-step'%20transform='translate(334,%20377)'%3e%3cg%20id='buy-button-copy'%20transform='translate(562,%2063)'%3e%3cg%20id='Line-3'%20transform='translate(17.5,%208)'%3e%3cpath%20d='M6.5,10%20L6.5,13%20M6.5,0%20L6.5,3%20M0,6.5%20L3,6.5%20M10,6.5%20L13,6.5%20M2,2.5%20L4,4.5%20M9,9.5%20L11,11.5%20M4,9.5%20L2,11.5%20M11,2.5%20L9,4.5'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 18px center;cursor:pointer}body#landing #checkout-page .main-content-wrap .reload-button:hover{background-color:#50dc83}body#landing #checkout-page .user-state-box{margin-top:10px;padding:12px 20px;border:1px solid #979797;border-radius:12px}body#landing #checkout-page .user-state-box .title-wrap .title-text{font-size:20px;font-weight:700}body#landing #checkout-page .user-state-box .title-wrap .subtext{margin-left:12px;color:#bfbfc8}body#landing #checkout-page .user-state-box .title-wrap .label-text{font-size:14px;color:#313131;margin-left:12px;padding:0 10px;background:linear-gradient(to bottom,#85eafc,#5ac4d7);border-radius:4px}body#landing #checkout-page .user-state-box .info-box .profile{margin-top:26px}body#landing #checkout-page .user-state-box .info-box .profile img{width:48px;margin-right:16px;border-radius:50%}body#landing #checkout-page .user-state-box .info-box .profile span{position:relative;top:-16px;display:inline-block;width:calc(100% - 64px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}body#landing #checkout-page .user-state-box .info-box .button-group{font-size:14px;margin-top:20px}body#landing #checkout-page .user-state-box .info-box .button-group button{width:100%;padding:0 42px;background-color:#cd4646;border:1px solid #c76a6a;border-radius:4px;cursor:pointer}body#landing #checkout-page .user-state-box .empty-text{text-align:center;padding-top:48px}body#landing #checkout-page .info{font-size:14px;color:#b0b0b0;padding:9px 12px 18px;background-color:#1f2634;border-radius:10px}body#landing #checkout-page .info .box-label img{width:20px;margin-right:6px}body#landing #checkout-page .info .box-label span{position:relative;top:-5px;color:#505560}body#landing #checkout-page .info .title-text{font-weight:700;margin-top:6px;margin-bottom:2px}body#landing #checkout-page .info .title-text a{font-weight:400;color:#b0b0b0;float:right;text-decoration:underline}body#landing #checkout-page .info .title-text a:hover{text-decoration:none}body#landing #checkout-page .info ul{list-style-position:outside;list-style-type:circle;margin-left:12px}body#landing #checkout-page .agree-to-terms{font-size:14px;text-align:center;margin-top:20px;margin-bottom:40px}body#landing #checkout-page .agree-to-terms img{position:relative;top:5px;margin-right:10px;cursor:pointer}body#landing #checkout-page .agree-to-terms span{margin-right:4px}body#landing #checkout-page .agree-to-terms a{color:inherit;text-decoration:underline}body#landing #checkout-page .button-next-step{margin-top:20px}body#landing #checkout-page .button-next-step button{color:#101726;height:46px;background-color:#06afcc;border-width:0;border-radius:24px}body#landing #checkout-page .line-login-freetext-button{width:210px;height:45px;border:0;background:no-repeat url(data:image/webp;base64,UklGRloNAABXRUJQVlA4TE4NAAAvZ0EWEFXZsbVtkSRn/1uZbUxXZlYWMzNDFlcWZtY5XX9GRkZFVv1m2SpLzMzMHtrtt6ejHbC0A62ApSFPWJbQxcEFiJmVtri9OVpCnTMbUC5DzMy8AGa1J/Swjmxq2IBYspiZtQD02hO7sjDFsAGy6BOzhsfu054ofTF7zEwuLSDFzMwsma9gAfLGFTMztS1mlaUzntBqU8xstSkLTabung0IbaYQLIGZJYuZLPZ0oN22bbrpj+qnN25uHkdsJ7Vt27Zt27Zt27ZdSAIAlpHm63vcadKxbdu2bdu25aS2rSljUODQBKHFl4BJkYIOREF+IYiAR6Gmf1AbEiTJbZsZQ2Y0j0FMgIF/rXlVCK5QAyRoaOiiBjCqUXRX0+GpRuFfjULc5mTe1PIRc6obXq2l9sylVWoMGTUkXNUofIkLndoiOo3Oki5P7b/SjSDMahRexJF+s+tmxXb1JFflGhxOKogexJlefaJrFZVUBK5WQXQjDvWeMxeReubgm6sTl3r1k5pNWgy0ahR+iVM91xrNJeJY1yg89lzEsZ5LaOTMr05c69VnbrrUexLnes+1skyUuNeJsk+fVyfu9eqbraQrcbBda2trR/dN4mC/Obra2k7ExXaqrV0EcbGLqB2exO+51QBSVBAagQoBWFUINAJF4an34MOrIwkdgQrBcgMIxZ1J4Slh8lGw+Ory+RkK+BmJ+JmIPM9PX8hHj89byeYlZvDgkKhRVEPDCLhplBogYU7Sze8GsHrRMoh89QSCXbRi4jxSGwpyF8eKTvbK354qtDAAVPxjlL+/FJ1s5c6PpbeVxaQEhLhq+ekKaNkkDQ2c1DEnNYBRqq4Gu6+eUGSoVUpdTv72UhPMafz90u8spTSVRYbZ+RoJUTOI4KKOR7QkSbS7Qv1MdP1NxZdHEGnF71fJxVHGQFu4v4XLDQDEP7Z8kyRDNRAIclLLmegpfbyBBVb8/ZQ+3OgGGj7o4p+BUhRcUMhHwZHaUFT2cgcLtZXcnKTUZHmruUgFUZxTzEGCNAINhMKDrPQHW5DAVgXrc6HeBhqCwE4yNiEvKrkmq9JLU02mGgDuFEFMok/5xxuksfTmIj47TMujkfNP8dUJACDEVYNqMBUtgyQhP8rw8QapLHu6SypP24md31DUKF5aaxkktPz5LqUuRyugke8MUVFOscl+M9IfbdVsqBBEUnGC8edLSlD2eJNUmuTOJJHzErOnB4Dy16eyhxvWwr01qnF0A0BEqE3ZywOkteTiICrG5YOyRkD98Q7VNI5zH0XHO5DYiv+fgq2lACsZNxpkFeRvLFANo0IZPXWQXMPbU1p7mYwHefLpvKUsAnqK6KiGsRd/E4kJApL/0h/thAdZ9ELc5eTcKaLksiRUgYaPl8zeOk8Jw+SIt2zwNRK5I6pAm/5wI9zfpBkEqOoNtFVKaypyOJKrMohRQ+A5Ko1NC/JWchFrdJybw+EYFhGNNDLcLqOrJm9povhsz/D5NsE5Zg40JeTHePCpSEgvKVNiYZxupKNgY6707sJZ+nClP9jIXZxwREY4+OjwkAhD3HQcDsfMScA+HQ6Hw9dAyJKArMh2EYFm3QAATaX3Z2ltFYmlSenddTYAgK1wb+UxSWUp+ZsLFT9f802pSEsuT8uZGTD+YwAwvD5ljXclliZk9DeVPd3oT3aSKzP+UWlSeUpKQ17++pzJEhKL4kYgg9FRsW4ABiDGzmA9JDHqhtsAXJgoOsGrG0ydbGx6UAtiHekDhe99SYSLBzBfEvDjANDGgoCsaWotmyy1uYjdUsbfH91oh7ecze4pY2E3neH9KT4vplGFo+IyQ8oe72aiIYhoW5kjHYBNf7w1AxUN8DUQmGNaY4GGQeJyEZGiZVPEpviZ9Gb0NngI6eyyItBGDqwLMcPiIWhcVhgxulNEcwSqZ0bgKWHKW50xQTfS1rm+ownxuVG9TC4uI2isGd01fZIS5KBSfHsB278CrWX699Xjy9+YS2soWKiy1K1tbWsuTy7FDsHozJkf89XlapQV57nwhT9d/vIAwNanOQxfH8/QDTRNpsMvSu+vAMDw/uIlYyEiop0DwAxz54Z2Po5rZPbW5c6P7IulvxnNaEb+JmLVID4arq9YAvUZnxNh+HozhQIsZYZMyI34yU+Sy1PyVqbAWri9FGAp1SAriIiGADAQCRNoq7DfFxMRkSuzvwkAkquziIjoZgAe+HFi3RZzfmsDYEbVHyoE2FaTRR8jWHFSRYpzAwx9UmxGEIQdKMhBqRnEkh3XAJBan2cGAW9VsLMCIHuqj4jIR8UBwCZ8MTYhe6Jn8ZX6aHiqNU4NC1jqx7U8MjUAvORs2RNdLAtd6nXD/c2aGxXlohtsAeu/gp3UZMe7DN8fwN28xAxioWsAKDrdIyIKMJeqZMsiMDHYWaNa412W4Ar11InLCLFTgImIbrQr0EaOHfyMylIkHzeZBPrDrWAnFbnR4o0AJkKiiUn2A+DUQBwi+rgNQHpn1YtFc55qjUu3Fk8LDQEt6o4B5jKN7hier5GQn4kYw9Y0DKKTnexkHhwqbyVHfH6MaU+QncwaZEZcZgiAorODW4knzN8MAJirQfZkDwCsrw8tj4KEHCxvcczUO1Rrk/RXfH4giM0MdGDj15tuuOOfdkUhpifcz+Slp8xdGPtl3vpCyc0ZGG1v761BXuz2ewBCPPRIPGE+RgJMqPT2DABwgqyRtqEPSyKtvphm9mSfICtq37793Yx/P0LA8PZ0n4UqRMwkMYl+rZxOp/HvC6zGr4+syb7TNsqLxQPQ76+RJFBH0yvTgVIbi/ZBVJ0+H10xLj1ICHcKbwZBdkpjHGOQncrayu4uzi0AJrn4ZxAxg72lTCsd4xjHGOJlkNZSAsby14eU+rw+FXkxeQBpzSUSQRTkpLalYZoM2Dnzp6tJqCHIQe0ELBfuXK/04gb+jWIUvXQuvT6Kz40xYWigqeTyKMTHqF5h6H8UzdUw8KKTvNgtW3xzFpPgsWuSFzsCEJsaIBlEXlKWtxXuroCx5OpkpNUodk8JS/Z4F1vQacPL3NqtGAOt5b6eVJVF7hTO/w2vD1kjHe4cCi2DJCbRC0DrOfoai2kInEAbpcLdtYzOmrO7YwSVIU24Y0JBDNv/OD8TsXqZMV/mGUc6iMhXl2f3JdcnALAlMu+VAWzH7G6cqCUBWZFKw6Iq/r4AALbvzZD1BE2tZ2j4fHGi4vdnhi83fn+wO3N8J+g2TJOYXu4EAJTdX8XnR7nRIEVmLNfMR9ZYF4CMzipLIdrJLwCgjujSHTp0CLJXMnNL1OWKQscBAJzWgoCsK1dyy/r9DUiu8ecje27k0u1IZsxb6CGUiJ4MYEGWQydrBWCi5p/3Lw0AnyFTQ70MANzNZUFAVpaRE58dMTVI7XaiYl0aSS7cjFgrT4MFmwumW3tCXQC0kQAqvjgCEB5owfJLpgRV5WvsFl0APN3MqW8hROIDsi6VHz2wG6T1Zv8YpzyyJdcGACY5BGHeBgCwbmK84v4AtBqpWJbZwtwZx0fDY/ocKnCaz5kdAuA0PX9Fx7oBQFJFGpH4gKyt2Mj5FwxJ/V7WaJuXgk0mmWWrAYAHJxYnzOhMROT6JQA8LszPxN9IZMDzREU6/AsA3kZieekkdUMtQ4R66vmbSw04220FO6gNOQCAr5Aw/yMiOi1TMP+Ym/A3FZvt3j52PAD43ceJxAdkbdr9zSWKr88goc7c5akAMwm55EnuFqyJJUlERJ1XBGFv4xKPuYzooYnIz1DogaYOSEREizK3nVoNRkSiA7I+lf2W3FxAMrsVbi8FOqhMTjaFGdI7qgShGz1ZcN3G6yliIGno9gaxxdbeAyG/0MaSgKzRrX2w8GANEjnxwsOtiBAr+STq88qFOyt3E4BckRFOv7Ox58MjrJxIPHN/5HxNN8EEz7lbEuuLR/RcdhWcTx7aZUlA1qm9t+b5ZlK4w6mEBVrI+t/r+rxum4gwuxsNaPmGr7v1zjaxqNUEmEts+YoWrsJo2lx2Z95ytitaEpD1Wj/NuFS/4ssTCZLx8203AWZidoV4z/or+lvJLNni5f45s69uW3aF+E+l3oNDEeykoRvr6GJR2t19vKQMIyA+VFG0JN7z0trKjvII4/+PyC7bvy77YoX4UcV+sVBvo9TGgrz1uel8/QTm01C5CyOhngaTU4grVVQIVi8jWGaYp0F8dlRGX9PszKSXZ/bUHamB+FPF3sso3OiITc5GqKt1wfZSRIDZQhuJV/39EAKpfXpr2VftIyBudSfRST6mSxtdZLDVYTnqNrIqKkw/YEJZCtPVNIz17ENRA4Cnqlcn6Z1Q5kALAHTJW5t7tYurbm/e1JIkd6kDTgUYSn+wlliUUFdPXGVLNYCxCt4czrbwYMuZvzoVkxnS3zjtxFc+Yk4kvbfyt5AJcVLz1uNzNXDXI9Gc1AAJVZIv3Es9hz141jH1uXGwUxseP9dPyM/1bXJz/bH8XB8yN9fvzc/11XNz+wvc3J4IN7ePw83tPXFz+2X83B4fN7cvyc3tpfJy+7983p41J7fPXlsL) 0 0;background-size:contain}body#landing #checkout-page table.payment-methods{width:100%;color:#bfbfc8}body#landing #checkout-page table.payment-methods tr.payment-method td{padding-top:14px;padding-bottom:14px}body#landing #checkout-page table.payment-methods tr.payment-method td.radio-cell{width:39px;vertical-align:middle;cursor:pointer}body#landing #checkout-page table.payment-methods tr.payment-method td.method-name-cell{width:calc(100% - 39px);cursor:pointer}body#landing #checkout-page table.payment-methods tr.payment-method-content{border-top:1px solid #4a4f5a;border-bottom:1px solid #4a4f5a;background-color:#151c2c}body#landing #checkout-page table.payment-methods tr.payment-method-content td{padding:14px 15px}body#landing #checkout-page table.payment-methods tr.payment-method-content td .desc-text{color:#838388;margin-bottom:6px}body#landing #checkout-page table.payment-methods tr.payment-method-content td .invalid-form-overview{color:#ec4d60;padding:16px 20px;background-color:#462d30;border:1px solid #7a363e;border-radius:2px}body#landing #checkout-page table.payment-methods tr.payment-method-content td #mobile-banking-options .option{display:flex;margin-top:4px;padding:9px 11px;border-radius:4px;background-color:#1d2639;cursor:pointer}body#landing #checkout-page table.payment-methods tr.payment-method-content td #mobile-banking-options .option .radio-cell{margin-right:20px}body#landing #checkout-page table.payment-methods tr.payment-method-content td #mobile-banking-options .option .img img{height:24px;margin-right:8px}body#landing #checkout-page table.payment-methods tr.payment-method-content td #credit-card-form .form-field{margin-top:18px;margin-bottom:12px}body#landing #checkout-page table.payment-methods tr.payment-method-content td #credit-card-form .form-field .help{margin-top:0}body#landing #checkout-page table.payment-methods tr.payment-method-content td #credit-card-form .form-field .help.is-danger{color:#d84a5b}body#landing #checkout-page table.payment-methods tr.payment-method-content td #credit-card-form .form-field .input{color:#e1e1e1;margin-top:2px;border-color:#585e6b;background-color:#151a26}body#landing #checkout-page table.payment-methods tr.payment-method-content td #credit-card-form .form-field .input::-moz-placeholder{font-family:Kanit,Arial,sans-serif;color:#474d5b;opacity:1}body#landing #checkout-page table.payment-methods tr.payment-method-content td #credit-card-form .form-field .input::placeholder{font-family:Kanit,Arial,sans-serif;color:#474d5b;opacity:1}body#landing #checkout-page table.payment-methods tr.payment-method-content td #credit-card-form .form-field .input:focus{box-shadow:0 0 0 3px #0b7b9f40}body#landing #checkout-page table.payment-methods tr.payment-method-content td #credit-card-form .form-field .input.invalid{border-color:#80343d}body#landing #checkout-page table.payment-methods tr.payment-method-content td #credit-card-form .form-field #card-number-wrap{position:relative;z-index:0}body#landing #checkout-page table.payment-methods tr.payment-method-content td #credit-card-form .form-field #card-number-wrap #card-brand-display{position:absolute;top:9px;right:8px;text-align:center;font-size:14px;color:#101726;min-width:42px;height:26px;padding:2px 4px 0;background:linear-gradient(137deg,#fbfbfb,#acacac,#e3e3e3);border-radius:3px;z-index:1}body#landing #checkout-page .user-state-conclusion{font-size:14px;color:#bfbfc8;padding:12px 16px;border:1px solid #979797;border-radius:12px}body#landing #checkout-page .user-state-conclusion .title-text{font-size:16px;font-weight:700;margin-bottom:14px}body#landing #checkout-page .user-state-conclusion .code-input{width:calc(100% - 102px);background-color:#272f40;border:1px solid #101726;color:#d7d7e1;font-weight:700}body#landing #checkout-page .user-state-conclusion .code-input::-moz-placeholder{font-family:Kanit,Arial,sans-serif;color:#505f80;opacity:1}body#landing #checkout-page .user-state-conclusion .code-input::placeholder{font-family:Kanit,Arial,sans-serif;color:#505f80;opacity:1}body#landing #checkout-page .user-state-conclusion .user-profile{margin-top:7px}body#landing #checkout-page .user-state-conclusion .user-profile img{width:48px;margin-right:16px;border-radius:50%}body#landing #checkout-page .user-state-conclusion .user-profile span{position:relative;top:-16px;display:inline-block;font-size:16px;width:calc(100% - 64px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}body#landing #checkout-page .user-state-conclusion .parent-profile{margin-top:7px}body#landing #checkout-page .user-state-conclusion .parent-profile img{width:32px;margin-right:15px;border-radius:50%}body#landing #checkout-page .user-state-conclusion .parent-profile span{position:relative;top:-6px;display:inline-block;font-size:14px;width:calc(100% - 47px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}body#landing #checkout-page .user-state-conclusion .divider{height:1px;margin-top:12px;margin-bottom:11px;background-color:#444}body#landing #checkout-page .user-state-conclusion .tag.is-danger{color:#fff;background-color:#a43a1a}body#landing #checkout-page .payment-conclusion{font-size:14px;color:#bfbfc8;padding:12px 16px;border:1px solid #979797;border-radius:12px}body#landing #checkout-page .payment-conclusion .title-text{font-size:16px;font-weight:700;margin-bottom:11px}body#landing #checkout-page .payment-conclusion table{width:100%}body#landing #checkout-page .payment-conclusion table tr td:nth-of-type(2){text-align:right}body#landing #checkout-page .payment-conclusion table tr .divider{width:100%;height:1px;margin:11px 0;background-color:#444}body#landing #checkout-page .security-info{text-align:center;font-size:14px;color:#7f7f7f;margin-top:12px}body#landing #checkout-page .security-info .omise-logo{height:10px;margin-left:1px}body#landing #checkout-page .security-info .protect-icon{position:relative;top:2px;height:14px;margin-right:4px}body#landing #checkout-page .thank-you-page-content{text-align:center;font-size:16px;color:#bfbfc8}body#landing #checkout-page .thank-you-page-content .user-info{display:flex;width:-moz-fit-content;width:fit-content;margin:26px auto auto}body#landing #checkout-page .thank-you-page-content .user-info img{width:48px;margin-right:16px;border-radius:50%}body#landing #checkout-page .thank-you-page-content .user-info span{position:relative;top:10px;max-width:340px;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}body#landing #checkout-page .thank-you-page-content .additional-info{text-align:center;max-width:650px;margin:62px auto auto;padding:16px 18px;background-color:#1f2634;border-radius:10px}body#landing #modal-line-qrcode .modal-content{width:-moz-fit-content;width:fit-content;text-align:center}body#landing #modal-line-qrcode .modal-content .content-wrap{display:inline-block;padding:20px 10px 0;background-color:#fff;border-radius:30px}body#landing #modal-line-qrcode .modal-content .content-wrap .desc{position:relative;top:10px;font-size:16px;font-weight:700;color:#4e4e4e}body#landing #modal-line-qrcode .modal-content .content-wrap .desc img{width:42px;margin-right:12px}body#landing #modal-line-qrcode .modal-content .content-wrap .desc span{position:relative;top:-17px}body#landing #modal-promptpay-qrcode .modal-content{text-align:center;overflow:unset}body#landing #modal-promptpay-qrcode .modal-content img{max-width:92vw;max-height:88vh}body#landing #modal-terms-wrap{height:100vh;overflow-y:auto}body#landing #modal-terms-payment{color:#101726;padding:16px;background-color:#fff;border-radius:12px}body#landing #modal-terms-payment .title{color:inherit}body#landing #modal-terms-payment .title.is-6{margin-bottom:4px}body#landing #modal-terms-payment .buttons-group{display:flex;-moz-column-gap:4px;column-gap:4px;margin-top:20px;padding-top:10px}body#landing #modal-terms-payment .buttons-group .button{width:calc(50% - 3px)}body#landing #modal-terms-payment .buttons-group .button.is-success{color:#fff;background-color:#3da238}body#landing .columns-users{display:flex;-moz-column-gap:20px;column-gap:20px;margin-top:30px}body#landing .columns-users .users-row{width:100vw;max-width:600px}body#landing .columns-users .users-row img{width:calc(33% - 10px)}body#landing .columns-users #feedback-chat img,body#landing .columns-users .mother-review img{max-width:480px}body#landing .title{color:#f5fcff}body#landing .title-black{color:#232834}body#landing .title-dark-gray{color:#777}body#landing .title-navy{color:#153f9f}body#landing .title-blue{color:#2cbccf}body#landing .bd-header{position:sticky;top:0;z-index:10;color:#fff;background-color:#232834;border-bottom:1px solid #32363E}body#landing .bd-header nav.navbar{color:inherit;background-color:inherit}body#landing .bd-header nav.navbar a.navbar-item{color:inherit}body#landing .bd-header nav.navbar a.navbar-item:hover{color:#06afcc;background-color:#2d3037}body#landing .bd-header nav.navbar a.navbar-item:active,body#landing .bd-header nav.navbar a.navbar-item:focus,body#landing .bd-header nav.navbar a.navbar-item:visited{color:inherit;background-color:inherit}body#landing .bd-header nav.navbar .navbar-item a.cart-icon{position:relative;top:3px}body#landing .bd-header nav.navbar .navbar-item a.cart-icon .amount-label{position:absolute;top:0;right:-8px;text-align:center;font-size:14px;font-weight:700;color:#fff;width:22px;height:22px;border-radius:10px;background-color:#ad4040}body#landing .bd-header nav.navbar .navbar-item a.cart-icon img{max-height:42px}body#landing #cookie-notice-popup{display:none;position:fixed;left:10px;bottom:10px;z-index:100;width:96vw;max-width:800px;padding:20px;border-radius:10px;background-color:#fff;opacity:.98}body#landing #cookie-notice-popup.is-active{display:block}body#landing #cookie-notice-popup .main-content{text-align:center;font-size:16px;font-weight:400;color:#4e4e4e}body#landing #cookie-notice-popup .main-content .title-text{font-weight:700}body#landing #cookie-notice-popup .buttons{display:flex;-moz-column-gap:4px;column-gap:4px;margin-top:10px}body#landing #cookie-notice-popup .buttons .button{width:calc(50% - 2px);height:48px}body#landing #cookie-notice-popup .buttons .button.success-button{background-color:#79cd6f}body#landing #cookie-notice-popup .buttons .button.sub-button{background-color:#cfcfcf}body#landing footer{background-color:#232834}body#landing footer a{color:#bfbfc8}body#landing footer .container{position:relative;display:flex}body#landing footer .container .links-row1{margin-right:86px}body#landing footer .container .links-row2{margin-right:58px}body#landing footer .container .links-row3{text-align:right;position:absolute;top:0;right:0;color:#bfbfc8}body#landing footer .container .divider{width:1px;height:140px;background-color:#585858}body#landing footer .container .copyright-text{position:absolute;bottom:0;right:0;color:#bfbfc8}body#landing .policy-page{color:#2d3748}body#landing .policy-page h1.title,body#landing .policy-page h2.title,body#landing .policy-page h3.title,body#landing .policy-page h3.is-6,body#landing .policy-page strong{color:#1a202c}body#landing .policy-page a{color:#2563eb;text-decoration:underline}body#landing .policy-page a:hover{color:#1d4ed8}body#landing .policy-page ul li{margin-bottom:.5rem}body#landing .policy-page hr{background-color:#e2e8f0;border:none;height:1px}body#landing .policy-page .tag{cursor:pointer}@keyframes blinkBorder{0%{border-color:#9f0013;background-color:#ffe7e7}70%{border-color:#ffe7e7;background-color:#f9eded}80%{border-color:#9f0013;background-color:#ffe7e7}}@keyframes badgePulse{0%,to{transform:translateY(0);box-shadow:0 4px 15px #d4a8534d}50%{transform:translateY(-4px);box-shadow:0 8px 25px #d4a85380}}@media (max-width: 1407px){body#landing .container .packages-and-prices-block{flex-direction:column-reverse;row-gap:16px}body#landing .container .packages-and-prices-block .pp-block-left{flex-direction:row;-moz-column-gap:16px;column-gap:16px;width:100%}body#landing .container .packages-and-prices-block .pp-block-left .sm-package{width:calc(50% - 8px)}body#landing .block-intro .testimonial-section{display:flex;flex-direction:column;row-gap:8px}}@media (max-width: 1215px){body#landing .content-block-features{text-align:center}body#landing .content-block-features .columns{flex-direction:column-reverse;row-gap:20px;justify-content:center;align-items:center}body#landing .content-block-features .columns .column-left{margin:auto}body#landing .content-block-features .columns .column-left .gamification-subtopic{margin-left:unset;text-align:center}body#landing .content-block-features .columns .column-right .image-container-zoom-in{max-width:500px;margin:auto}body#landing .content-block-features .columns .column-right .device-screens{margin-top:14px}body#landing .content-block-features .columns-pair-img-desc{flex-direction:column;row-gap:5px;justify-content:center;align-items:center;margin-bottom:45px}body#landing .content-block-features .columns-pair-img-quote{flex-direction:column-reverse;row-gap:0;justify-content:center;align-items:center;margin-top:45px;margin-bottom:45px}body#landing .content-block-features .columns-pair-img-quote .reviewer .strength-block{display:block;margin-top:10px}body#landing .content-block-features .columns-pair-img-quote .quote-and-strength .strength-block{display:none}body#landing .content-block-features .toggle-plus-list{margin-left:auto;margin-right:auto}body#landing .content-block-1 .columns{flex-direction:column-reverse;row-gap:12px}body#landing .content-block-1 .columns .column-left{margin:auto;width:400px}body#landing .content-block-1 .quote-text{max-width:400px;margin:auto}body#landing .content-block-3 .columns{flex-direction:column;row-gap:20px}body#landing .content-block-3 .columns .column-left .img{padding-left:20px;padding-right:20px;max-width:620px}body#landing .content-block-3 .columns .column-right{padding-left:10px;padding-right:10px}body#landing #checkout-page .overview{height:unset}body#landing #checkout-page .overview .bold-text{font-size:16px}body#landing #checkout-page .overview .column-common{width:224px}body#landing #checkout-page .overview .column-cta .button-group{flex-direction:column;row-gap:4px;width:unset}body#landing #checkout-page .overview .column-cta .package-button{width:100%;max-width:220px}body#landing #checkout-page .user-state-box .title-wrap .label-text,body#landing #checkout-page .user-state-box .title-wrap .subtext{margin-left:0}body#landing #checkout-page .main-content-wrap .reload-button{padding:4px 0;background:unset;background-color:#3ec36e;width:100%;max-width:200px}body#landing #checkout-page .user-state-conclusion .title-text{font-size:15px}body#landing .block-intro .hall-of-frame{grid-template-columns:1fr;gap:16px}body#landing .block-intro .hall-of-frame .hof-card-pupae{flex-direction:column;row-gap:12px;align-items:center}body#landing .block-intro .hall-of-frame .hof-card-pupae>.img{width:200px}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-evidence{flex-direction:column}body#landing .block-intro .hall-of-frame .hof-card-bordin .bordin-evidence .zoomable-img{width:100%}body#landing .columns-users{flex-direction:column;row-gap:10px;justify-content:center;align-items:center}}@media (max-width: 1023px){body#landing .container-outer{padding-top:40px;padding-bottom:40px}body#landing .container{padding:0 20px}body#landing .container .couple-buttons{flex-direction:column;row-gap:4px;justify-content:center}body#landing .container .couple-buttons a{display:inline-block}body#landing .blue-gradient-text{font-size:42px}body#landing .bd-header nav.navbar a.navbar-item:hover,body#landing .bd-header nav.navbar a.navbar-item:active,body#landing .bd-header nav.navbar a.navbar-item:focus,body#landing .bd-header nav.navbar a.navbar-item:visited{color:unset;background-color:unset}body#landing .bd-header nav.navbar .navbar-brand #mobile__cart-navitem{position:absolute;right:46px}body#landing .bd-header nav.navbar .navbar-brand .navbar-burger{color:#d0d0d0}body#landing .bd-header nav.navbar .navbar-brand .navbar-burger:hover{background-color:#232834}body#landing .bd-header nav.navbar .navbar-brand .navbar-burger.is-active{background-color:#343944}body#landing .bd-header nav.navbar .navbar-menu{display:block;padding:0;background-color:#2a2f39;max-height:0;overflow:hidden;transition:max-height .3s ease-out}body#landing .bd-header nav.navbar .navbar-menu.is-active{display:block;padding:.5rem 0;max-height:300px}body#landing .bd-header nav.navbar .navbar-item .tag.is-light{color:#1f1f1f}body#landing .bd-header nav.navbar .navbar-item a.cart-icon img{max-height:30px}body#landing .ew-button{width:calc((100vw - 60px)/2)}body#landing .ew-button.button-m-responsive{margin-right:1rem}body#landing .content-block-features .columns .column-right .image-container-zoom-in:hover img{transform:unset}body#landing .content-block-features .columns .column-right .image-container-zoom-in img{transform:unset;transition:unset}body#landing .content-block-1,body#landing .content-block-2,body#landing .content-block-3,body#landing .content-block-4,body#landing .content-block-5,body#landing .content-block-6,body#landing .content-block-7,body#landing .content-block-8{flex-direction:column}body#landing .content-block-1 .text,body#landing .content-block-2 .text,body#landing .content-block-3 .text,body#landing .content-block-4 .text,body#landing .content-block-5 .text,body#landing .content-block-6 .text,body#landing .content-block-7 .text,body#landing .content-block-8 .text{width:unset}body#landing .content-block-1 .text{max-width:unset}body#landing .content-block-1 .ew-button{width:calc((100vw - 60px)/2)}body#landing .content-block-1 .row-list{font-size:18px}body#landing .content-block-1 .row-data{padding:40px 0 50px}body#landing .content-block-2 .content-cards{margin:auto}body#landing .content-block-5{padding-left:18px;padding-right:18px}body#landing .content-block-5 .subtitle-text{margin-top:12px}body#landing .content-block-7{text-align:center}body#landing .content-block-7 .line-ewerclass-button{margin:24px auto}body#landing .content-block-7 .facebook-ewerclass-button a{margin-left:auto;margin-right:auto}body#landing .content-block-7 #cartoon-bear-line{top:0}body#landing #contact-us-section .title,body#landing #contact-us-section .content-block-2,body#landing #contact-us-section .content-block-7{text-align:center}body#landing #contact-us-section .content-block-2 .line-qrcode,body#landing #contact-us-section .content-block-7 .line-qrcode{text-align:unset}body#landing #contact-us-section .content-block-2 .line-qrcode div,body#landing #contact-us-section .content-block-7 .line-qrcode div{border-left:unset}body#landing #contact-us-section .content-block-2 .line-ewerclass-button,body#landing #contact-us-section .content-block-7 .line-ewerclass-button{margin-left:auto;margin-right:auto}body#landing #contact-us-section .content-block-2 #cartoon-bear-line,body#landing #contact-us-section .content-block-7 #cartoon-bear-line{top:unset}body#landing .content-block-8{text-align:center}body#landing .content-block-8 .buttons{margin-left:unset;margin-top:70px}body#landing .content-block-8 .buttons .ew-button{width:100%;max-width:662px}body#landing .section-articles-listings .articles-list .article-item{flex-direction:column}body#landing .section-articles-listings .articles-list .article-item .article-thumb{width:100%;height:200px}body#landing #article-detail .article-layout{grid-template-columns:1fr}body#landing #article-detail .article-layout .sidebar{order:-1}body#landing #article-detail .article-layout .sidebar .sidebar-sticky{position:relative;top:0}body#landing #article-detail .related-section .related-grid{grid-template-columns:repeat(2,1fr)}body#landing #checkout-page .overview .column-cta .package-button{padding:4px 2px}body#landing #checkout-page .user-state-box .title-wrap .label-text,body#landing #checkout-page .user-state-box .title-wrap .subtext{margin-left:12px}body#landing footer.container-outer .container{padding:0 40px}body#landing footer.container-outer .container .links-row1{margin-right:46px}body#landing footer.container-outer .container .links-row2{margin-right:38px}body#landing footer.container-outer .container .links-row3,body#landing footer.container-outer .container .copyright-text{right:40px}}@media (max-width: 768px){body#landing .container .form-inline,body#landing .container .ew-button{width:100%}body#landing .container .ew-button.button-m-responsive{margin-bottom:.5rem}body#landing .container-outer{padding-top:20px;padding-bottom:20px}body#landing .title.is-3{font-size:26px}body#landing .title.is-4{font-size:22px;margin-bottom:2px}body#landing .blue-gradient-text{font-size:30px;width:calc(100% - 10px)}body#landing .content-block-header .app-desc-text{font-size:16px}body#landing .content-block-header .with-mb{margin-bottom:2px}body#landing .content-block-features .columns .column-left{width:unset}body#landing .content-block-1 .columns .column-left{padding-left:10px;padding-right:10px;text-align:left}body#landing .content-block-1 .columns .column-right .img{width:calc(100% - 10px);border-radius:4px}body#landing .content-block-1 .quote-text{width:calc(100% - 10px)}body#landing .content-block-3 .columns .column-left .img{padding-left:10px;padding-right:10px;max-width:100%}body#landing .content-block-5{padding-left:10px;padding-right:10px}body#landing .content-block-5 .subtitle-text{margin-top:12px}body#landing #contact-us-section .content-block-2 .line-qrcode img{width:80%;max-width:100%}body#landing .columns-users #feedback-chat img{max-width:100%}body#landing .section-articles .articles-grid{grid-template-columns:1fr}body#landing .section-articles .articles-grid .article-card{flex-direction:column}body#landing .section-articles .articles-grid .article-thumb{width:100%;height:180px}body#landing #article-detail .article-header h1{font-size:1.8rem}body#landing #article-detail .article-header .article-meta{flex-wrap:wrap;gap:16px}body#landing #article-detail .related-section .related-grid{grid-template-columns:1fr}body#landing #checkout-page .overview{font-size:16px;margin-top:28px}body#landing #checkout-page .overview .column-cta #change-package-button{padding:4px;width:100%}body#landing #checkout-page .serious-alert{margin-bottom:40px}body#landing #checkout-page .steps-overview{margin-bottom:50px}body#landing #checkout-page .steps-overview .divider{width:calc(100% - 120px);max-width:420px}body#landing #checkout-page .steps-overview .step-displays{-moz-column-gap:unset;column-gap:unset;justify-content:space-between;width:100%;max-width:480px}body#landing #checkout-page .steps-overview .step-displays .step-content .text{font-size:14px}body#landing #checkout-page .main-content-wrap{flex-direction:column-reverse;row-gap:18px}body#landing #checkout-page .main-content-wrap .right-column{width:100%;margin-left:unset}body#landing #checkout-page .main-content-wrap .left-column{width:100%}body#landing #checkout-page .main-content-wrap .reload-button{font-size:14px;width:-moz-fit-content;width:fit-content;max-width:unset;padding:4px 20px 4px 40px;background:#3ec36e no-repeat url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='15px'%20viewBox='0%200%2014%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eLine%203%3c/title%3e%3cg%20id='User-Flow'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%3e%3cg%20id='Checkout-Page---Step-1'%20transform='translate(-913,%20-447)'%20stroke='%23252525'%3e%3cg%20id='step-by-step'%20transform='translate(334,%20377)'%3e%3cg%20id='buy-button-copy'%20transform='translate(562,%2063)'%3e%3cg%20id='Line-3'%20transform='translate(17.5,%208)'%3e%3cpath%20d='M6.5,10%20L6.5,13%20M6.5,0%20L6.5,3%20M0,6.5%20L3,6.5%20M10,6.5%20L13,6.5%20M2,2.5%20L4,4.5%20M9,9.5%20L11,11.5%20M4,9.5%20L2,11.5%20M11,2.5%20L9,4.5'%20id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 18px center}body#landing #checkout-page .processing-content-wrap .ew-button{width:calc(100% - 20px)}body#landing footer.container-outer .container{flex-direction:column}body#landing footer.container-outer .container .links-row1,body#landing footer.container-outer .container .links-row2{margin-right:unset}body#landing footer.container-outer .container .links-row2{margin-top:24px}body#landing footer.container-outer .container .links-row3,body#landing footer.container-outer .container .copyright-text{text-align:left;position:unset;top:unset;right:unset;margin-top:24px}}@media (max-width: 620px){body#landing .content-block-1 .row-list{font-size:16px}body#landing .content-block-1 .row-list .icon{width:20px}body#landing .content-block-1 .row-list .text-box{padding-top:10px}body#landing .content-block-1 .row-data{padding-top:20px;padding-bottom:32px}body#landing .content-block-1 .checking-list .item .img{width:26px;height:26px}body#landing .content-block-1 .checking-list .item .txt{width:100%;padding:1px 4px;border-radius:4px;background-color:#f2f2f2}body#landing .content-block-5 .images-block{flex-direction:column}body#landing .content-block-5 .images-block div img{width:100%}body#landing #comparing-prices .suggestion{display:block}body#landing .container .packages-and-prices-block{flex-direction:column-reverse;row-gap:16px}body#landing .container .packages-and-prices-block .pp-block-left{flex-direction:column;-moz-column-gap:16px;column-gap:16px;width:100%}body#landing .container .packages-and-prices-block .pp-block-left .strike-text{font-size:22px}body#landing .container .packages-and-prices-block .pp-block-left .sm-package{width:100%}body#landing .container .packages-and-prices-block .pp-block-left .sm-package .course-name{font-size:34px;height:80px;padding-top:14px}body#landing .container .packages-and-prices-block .pp-block-left .sm-package .discounted-price{font-size:34px}body#landing .container .packages-and-prices-block .pp-block-left .sm-package .button{width:calc(100% - 26px)}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .discounted-price{font-size:48px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .bonus-item{font-size:22px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .bonus-item .img-5books{text-align:center;width:100%}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .bonus-item .img-5books img{width:90%}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time{font-size:16px;width:100%}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .text{margin-top:12px;font-size:18px;margin-bottom:8px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .day{font-size:34px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .bonus-tokens{gap:6px;margin-top:4px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .token-badge{padding:6px 12px;font-size:18px;border-radius:20px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .token-badge .token-plus{font-size:14px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .token-badge .token-count{font-size:22px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .limited-bonus .limited-time .token-badge .token-label{font-size:14px}body#landing .container .packages-and-prices-block .pp-block-right .lg-package .button{size:20px}body#landing .block-intro .hall-of-frame{font-size:20px}body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .sm-size{font-size:18px}body#landing .block-intro .hall-of-frame .hof-card-pupae>.content-hof .conclusion-items .item .lg-text{font-size:28px}body#landing .section-activities{flex-direction:column;row-gap:12px}}
