.editor-view{font-family:Outfit,sans-serif;--common-font-size:18px;--common-line-height:30px;--table-thead-font-size:16px;--table-tbody-font-size:14px;--mobile-font-size:18px;--mobile-line-height:27px;--common-margin:24px auto;--common-color:#061848;--a-color:#33d7dc;--a-color-hover:#5fe5ea}.editor-view h1{color:var(--common-color);display:block;font-size:40px;font-style:normal;font-weight:600;line-height:normal;margin:52px 0 30px;padding:0}@media(max-width:640px){.editor-view h1{font-size:28px}}.editor-view h2{color:var(--common-color);display:block;font-size:32px;font-style:normal;font-weight:600;line-height:normal;margin:48px 0 24px;padding:0}@media(max-width:640px){.editor-view h2{font-size:24px}}.editor-view h3{color:var(--common-color);display:block;font-size:28px;font-style:normal;font-weight:600;line-height:normal;margin:42px 0 24px;padding:0}@media(max-width:640px){.editor-view h3{font-size:20px}}.editor-view h4{color:var(--common-color);display:block;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin:38px 0 24px;padding:0}@media(max-width:640px){.editor-view h4{font-size:18px}}.editor-view h5{color:var(--common-color);display:block;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin:32px 0 24px;padding:0}@media(max-width:640px){.editor-view h5{font-size:18px}}.editor-view h6{color:var(--common-color);display:block;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin:28px 0 24px;padding:0}@media(max-width:640px){.editor-view h6{font-size:18px}}.editor-view p{color:var(--common-color);display:block;font-size:var(--common-font-size);font-style:normal;font-weight:400;line-height:var(--common-line-height);margin:var(--common-margin);padding:0}@media(max-width:640px){.editor-view p{font-size:var(--mobile-font-size);line-height:var(--mobile-line-height)}}.editor-view b,.editor-view strong{font-style:normal;font-weight:600;line-height:normal}.editor-view ol,.editor-view ul{font-size:var(--common-font-size);line-height:var(--common-line-height);margin:var(--common-margin);padding-left:50px}@media(max-width:640px){.editor-view ol,.editor-view ul{font-size:var(--mobile-font-size);line-height:var(--mobile-line-height)}}.editor-view ol li,.editor-view ul li{margin-bottom:18px}.editor-view ul{list-style-type:disc}.editor-view ol{list-style-type:decimal}.editor-view ol ol,.editor-view ol ul,.editor-view ul ol,.editor-view ul ul{margin-top:20px;padding-left:32px}.editor-view ul ul{list-style-type:circle}.editor-view ul ul ul{list-style-type:square}.editor-view table{border-collapse:collapse;margin:var(--common-margin);table-layout:fixed;text-indent:0;width:100%}.editor-view table td,.editor-view table th{border:1px solid rgba(3,18,66,.1);line-height:22px;padding:16px 20px;text-align:center}@media(max-width:640px){.editor-view table td,.editor-view table th{padding:16px 10px}}.editor-view table td:first-child,.editor-view table th:first-child{padding-left:60px;text-align:left}@media(max-width:640px){.editor-view table td:first-child,.editor-view table th:first-child{padding-left:10px;text-align:center}}.editor-view table tbody tr{background-color:#fff;color:var(--common-color);font-size:var(--table-tbody-font-size)}.editor-view table tbody tr:nth-child(2n){background-color:#33d7dc08}.editor-view table thead tr,.editor-view table:not(:has(thead)) tbody tr:first-child{background-color:#8ceaa5;color:#ffffffe6;font-size:var(--table-thead-font-size);font-weight:600;line-height:24px}.editor-view table thead tr th,.editor-view table:not(:has(thead)) tbody tr:first-child td{border:1px solid #8ceaa5}.editor-view a{color:var(--a-color);text-decoration:none;transition:all .2s}.editor-view a:hover{border-bottom-color:transparent;color:var(--a-color-hover)}.editor-view img{border-radius:4px;box-shadow:0 2px 8px #0000000d;display:block;height:auto;margin:24px auto;max-width:100%}.editor-view blockquote{background-color:#faf9f7;border-left:4px solid #229e94;border-radius:0 4px 4px 0;margin:var(--common-margin);padding:16px 20px}.editor-view pre{border:1px solid #e1ddd5;border-radius:4px;line-height:1.4;margin:var(--common-margin);overflow-x:auto;padding:28px 16px 16px;position:relative;white-space:pre-wrap;word-wrap:break-word}.editor-view pre:before{color:#888;content:"Code";font-size:12px;left:12px;position:absolute;top:6px}.editor-view code{background-color:#f8f8f8;border:1px solid #e1ddd5;border-radius:3px;color:#666;font-family:Fira Code,Consolas,monospace;font-size:90%;padding:2px 6px}.editor-view pre code{background-color:transparent;border:none;color:inherit;font-size:100%;padding:0}.editor-view hr{background-color:#eee;border:0;height:1px;margin:32px 0}.editor-view em,.editor-view i{font-style:italic}.editor-view u{text-decoration:underline;text-underline-offset:3px}.editor-view del,.editor-view s{color:#888;text-decoration:line-through}.editor-view .blog-tip-warp{background:linear-gradient(0deg,#e7eff080,#e7eff080),#fff;border-radius:20px;box-sizing:border-box;color:var(--common-color);display:flex;flex-direction:column;font-size:var(--common-font-size);gap:20px;line-height:var(--common-line-height);margin:24px auto;padding:30px 40px;width:100%}@media(max-width:640px){.editor-view .blog-tip-warp{font-size:var(--mobile-font-size);line-height:var(--mobile-line-height);padding:20px}}.editor-view .blog-tip-warp .blog-tip-title{align-items:center;display:flex;font-size:22px;font-weight:800;gap:8px}@media(max-width:640px){.editor-view .blog-tip-warp .blog-tip-title{font-size:20px}}.editor-view .blog-tip-warp .blog-tip-content{align-items:center;display:flex;gap:20px}.editor-view .blog-tip-warp .blog-tip-line{align-self:stretch;background-color:#33d7dc;border-radius:3px;flex-shrink:0;width:3px}.editor-view .blog-tip-warp .blog-tip-text{font-style:normal;font-weight:400;margin:0}.editor-view .blog-summary-warp{background-color:#ebf3ff;border-radius:20px;box-sizing:border-box;color:var(--common-color);font-size:var(--common-font-size);line-height:var(--common-line-height);margin:var(--common-margin);padding:12px 10px;position:relative;width:100%}@media(max-width:640px){.editor-view .blog-summary-warp{font-size:var(--mobile-font-size);line-height:var(--mobile-line-height)}}.editor-view .blog-summary-warp .blog-summary-title{font-size:20px;font-style:normal;font-weight:600;margin-bottom:12px;text-align:center}.editor-view .blog-summary-warp .blog-summary-content{background:linear-gradient(0deg,#fff,#fff),radial-gradient(109.83% 182.11% at 78.93% 154.02%,#53b4ffb3 0,#fff0),radial-gradient(88.81% 247.52% at 25.47% -85.93%,#db89ff5e 0,#fff0);border-radius:20px;box-sizing:border-box;display:inline-flex;flex-direction:column;gap:20px;padding:20px;position:relative;width:100%;z-index:1}.editor-view .blog-summary-warp .blog-summary-text{font-style:normal;font-weight:400;margin:0}.editor-view .blog-summary-warp>svg{position:absolute;right:0;top:0}.editor-view .blog-summary-warp>img{height:116px;margin:0;position:absolute;right:0;top:0;width:156px}.editor-view .blog-quote-warp{box-sizing:border-box;color:var(--common-color);font-size:var(--common-font-size);line-height:var(--common-line-height);margin:24px auto;padding:6px 10px;position:relative;width:100%}@media(max-width:640px){.editor-view .blog-quote-warp{font-size:var(--mobile-font-size);line-height:var(--mobile-line-height)}}.editor-view .blog-quote-warp .blog-quote-left{left:0;position:absolute;top:-10px}.editor-view .blog-quote-warp .blog-quote-right{bottom:-12px;position:absolute;right:0}.editor-view .blog-quote-warp .blog-quote-content{align-items:center;background:linear-gradient(180deg,#f3f7f7,#fbffff 92.42%);border-radius:20px;box-shadow:inset 0 0 3px #0312421a;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;justify-content:center;padding:38px 65px}@media(max-width:768px){.editor-view .blog-quote-warp .blog-quote-content{border-radius:20px;box-sizing:border-box;padding:65px 15px}}.editor-view .blog-quote-warp .blog-quote-text{font-style:normal;font-weight:400;letter-spacing:.4px;margin:0;text-align:center}.editor-view .blog-quote-warp .blog-quote-person{align-items:center;color:var(--common-color);display:flex;flex-direction:column;font-style:normal;font-weight:400;gap:16px;justify-content:center;line-height:24px}.editor-view .blog-quote-warp .blog-quote-person .blog-quote-person-test{color:var(--common-color);display:flex;flex-wrap:wrap;font-style:normal;font-weight:400;gap:8px;line-height:24px;margin:0}.editor-view .blog-quote-warp .blog-quote-person .blog-quote-person-test .blog-quote-person-link{color:var(--a-color);text-decoration-line:underline}.editor-view .blog-quote-warp .blog-quote-person img{background-repeat:no-repeat;border:2px solid var(--common-color);border-radius:50%;height:70px;margin:0;-o-object-fit:cover;object-fit:cover;width:70px}.editor-view .blog-spotlight-warp{background:linear-gradient(0deg,#fff -16.24%,#8ceaa5 325.86%);border:1px solid rgba(3,18,66,.1);border-radius:20px;display:flex;flex-direction:column;font-size:var(--common-font-size);gap:20px;line-height:var(--common-line-height);margin:var(--common-margin);padding:24px 30px;width:100%}@media(max-width:640px){.editor-view .blog-spotlight-warp{font-size:var(--mobile-font-size);line-height:var(--mobile-line-height);padding:20px}}.editor-view .blog-spotlight-warp .blog-spotlight-content .blog-spotlight-text{color:var(--common-color);font-style:normal;font-weight:400;margin:0}.editor-view .blog-common-button-warp{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start;row-gap:10px;width:100%}.editor-view .blog-common-button-warp .blog-common-button{align-items:center;background:#031242;border-radius:60px;color:#ebf3ff;display:flex;font-size:16px;font-style:normal;font-weight:400;gap:6px;justify-content:center;line-height:24px;padding:10px 22px 10px 24px;text-decoration:none}.editor-view .arrow-icon{height:18px}.editor-view .blog-common-button-warp .blog-common-button:hover i,.editor-view .blog-common-button-warp .blog-common-button:hover svg{transform:translate(4px);transition:all .3s ease-in-out}.editor-view .blog-banner-warp{align-items:center;background:linear-gradient(135deg,#061848,#0096f7 55%,#db89ff);border-radius:12px;box-sizing:border-box;display:flex;margin:var(--common-margin);min-height:180px;overflow:hidden;padding:0;position:relative;width:100%}.editor-view .blog-banner-warp .blog-banner-shapes{position:absolute}.editor-view .blog-banner-warp .blog-banner-shapes.shapes-1{background:linear-gradient(150deg,#db89ff38,#0096f714);border-radius:50%;height:300px;right:-50px;top:-70px;width:300px}.editor-view .blog-banner-warp .blog-banner-shapes.shapes-2{background:linear-gradient(135deg,#ffca2b26,#db89ff1a);border-radius:50%;box-shadow:0 8px 32px #0000000f;height:185px;right:10%;top:50%;transform:translateY(-50%);width:185px}.editor-view .blog-banner-warp .blog-banner-shapes.shapes-3{background:transparent;border:3px solid rgba(235,243,255,.1);border-radius:50%;bottom:5px;height:140px;right:20%;width:140px}.editor-view .blog-banner-warp .blog-banner-shapes.shapes-4{background:linear-gradient(135deg,#0096f733,#03124226);border-radius:50%;bottom:-25px;height:120px;right:1%;width:120px}.editor-view .blog-banner-warp .blog-banner-shapes.shapes-5{background:#ebf3ff0f;border-radius:25px;height:50px;right:26%;top:12px;transform:rotate(-18deg);width:100px}.editor-view .blog-banner-warp .blog-banner-shapes.shapes-6{background:#ffca2b33;border-radius:50%;height:28px;right:34%;top:22px;width:28px}.editor-view .blog-banner-warp .blog-banner-shapes.shapes-7{background:transparent;border:2.5px solid rgba(219,137,255,.15);border-radius:50%;bottom:28px;height:50px;right:32%;width:50px}.editor-view .blog-banner-warp .blog-banner-shapes.shapes-8{background:#ebf3ff33;border-radius:50%;height:16px;right:24%;top:62%;width:16px}.editor-view .blog-banner-warp .blog-banner-shapes.shapes-9{background:#ffca2b14;border-radius:14px;height:28px;right:5%;top:20%;transform:rotate(10deg);width:60px}.editor-view .blog-banner-warp .blog-banner-shapes.shapes-10{background:#0096f71f;border-radius:50%;bottom:-30px;height:85px;left:-20px;width:85px}.editor-view .blog-banner-warp .blog-banner-emojis{position:absolute}.editor-view .blog-banner-warp .blog-banner-emojis.emojis-1{font-size:24px;opacity:.2;right:31%;top:16px;transform:rotate(-10deg)}.editor-view .blog-banner-warp .blog-banner-emojis.emojis-2{font-size:22px;opacity:.18;right:6%;top:38%;transform:rotate(8deg)}.editor-view .blog-banner-warp .blog-banner-emojis.emojis-3{bottom:18px;font-size:20px;opacity:.2;right:19%;transform:rotate(-5deg)}.editor-view .blog-banner-warp .blog-banner-content{max-width:65%;padding:40px 48px;position:relative;z-index:2}.editor-view .blog-banner-warp .blog-banner-content .blog-banner-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#db89ff33;border:1px solid rgba(219,137,255,.15);border-radius:50px;color:#ebf3ff;display:inline-block;font-size:.76rem;font-weight:600;letter-spacing:.5px;margin-bottom:18px;padding:6px 16px;text-transform:uppercase}.editor-view .blog-banner-warp .blog-banner-content .blog-banner-title{color:#ebf3ff;font-size:2.2rem;font-weight:800;letter-spacing:-.5px;line-height:1.25;text-shadow:0 2px 12px rgba(3,18,66,.2)}@media(max-width:640px){.editor-view .blog-banner-warp{align-items:flex-start;min-height:0}.editor-view .blog-banner-warp .blog-banner-display-none{display:none}.editor-view .blog-banner-warp .shapes-4{bottom:-20px;height:90px;right:-10px;width:90px}.editor-view .blog-banner-warp .shapes-10{height:60px;width:60px}.editor-view .blog-banner-warp .blog-banner-content{max-width:100%;padding:28px 24px 32px}.editor-view .blog-banner-warp .blog-banner-content .blog-banner-badge{font-size:.68rem;margin-bottom:12px;padding:5px 12px}.editor-view .blog-banner-warp .blog-banner-content .blog-banner-title{font-size:1.3rem;letter-spacing:-.3px}}.editor-view>:first-child{margin-top:0}.editor-view>:last-child{margin-bottom:0}
