.el-tour{--el-tour-width:520px;--el-tour-padding-primary:12px;--el-tour-font-line-height:var(--el-font-line-height-primary);--el-tour-title-font-size:16px;--el-tour-title-text-color:var(--el-text-color-primary);--el-tour-title-font-weight:400;--el-tour-close-color:var(--el-color-info);--el-tour-font-size:14px;--el-tour-color:var(--el-text-color-primary);--el-tour-bg-color:var(--el-bg-color);--el-tour-border-radius:4px}.el-tour__hollow{transition:all var(--el-transition-duration) ease}.el-tour__content{border-radius:var(--el-tour-border-radius);box-shadow:var(--el-box-shadow-light);outline:none;overflow-wrap:break-word;padding:var(--el-tour-padding-primary);width:var(--el-tour-width)}.el-tour__arrow,.el-tour__content{background:var(--el-tour-bg-color);box-sizing:border-box}.el-tour__arrow{height:10px;pointer-events:none;position:absolute;transform:rotate(45deg);width:10px}.el-tour__content[data-side^=top] .el-tour__arrow{border-left-color:#0000;border-top-color:#0000}.el-tour__content[data-side^=bottom] .el-tour__arrow{border-bottom-color:#0000;border-right-color:#0000}.el-tour__content[data-side^=left] .el-tour__arrow{border-bottom-color:#0000;border-left-color:#0000}.el-tour__content[data-side^=right] .el-tour__arrow{border-right-color:#0000;border-top-color:#0000}.el-tour__content[data-side^=top] .el-tour__arrow{bottom:-5px}.el-tour__content[data-side^=bottom] .el-tour__arrow{top:-5px}.el-tour__content[data-side^=left] .el-tour__arrow{right:-5px}.el-tour__content[data-side^=right] .el-tour__arrow{left:-5px}.el-tour__closebtn{background:#0000;border:none;cursor:pointer;font-size:var(--el-message-close-size,16px);height:40px;outline:none;padding:0;position:absolute;right:0;top:0;width:40px}.el-tour__closebtn .el-tour__close{color:var(--el-tour-close-color);font-size:inherit}.el-tour__closebtn:focus .el-tour__close,.el-tour__closebtn:hover .el-tour__close{color:var(--el-color-primary)}.el-tour__header{padding-bottom:var(--el-tour-padding-primary)}.el-tour__header.show-close{padding-right:calc(var(--el-tour-padding-primary) + var(--el-message-close-size, 16px))}.el-tour__title{color:var(--el-tour-title-text-color);font-size:var(--el-tour-title-font-size);font-weight:var(--el-tour-title-font-weight);line-height:var(--el-tour-font-line-height)}.el-tour__body{color:var(--el-tour-text-color);font-size:var(--el-tour-font-size)}.el-tour__body img,.el-tour__body video{max-width:100%}.el-tour__footer{box-sizing:border-box;display:flex;justify-content:space-between;padding-top:var(--el-tour-padding-primary)}.el-tour__content .el-tour-indicators{display:inline-block;flex:1}.el-tour__content .el-tour-indicator{background:var(--el-color-info-light-9);border-radius:50%;display:inline-block;height:6px;margin-right:6px;width:6px}.el-tour__content .el-tour-indicator.is-active{background:var(--el-color-primary)}.el-tour.el-tour--primary{--el-tour-title-text-color:#fff;--el-tour-text-color:#fff;--el-tour-bg-color:var(--el-color-primary);--el-tour-close-color:#fff}.el-tour.el-tour--primary .el-tour__closebtn:focus .el-tour__close,.el-tour.el-tour--primary .el-tour__closebtn:hover .el-tour__close{color:var(--el-tour-title-text-color)}.el-tour.el-tour--primary .el-button--default{background:#fff;border-color:var(--el-color-primary);color:var(--el-color-primary)}.el-tour.el-tour--primary .el-button--primary{border-color:#fff}.el-tour.el-tour--primary .el-tour-indicator{background:#ffffff26}.el-tour.el-tour--primary .el-tour-indicator.is-active{background:#fff}.el-tour-parent--hidden{overflow:hidden}.el-checkbox{--el-checkbox-font-size:14px;--el-checkbox-font-weight:var(--el-font-weight-primary);--el-checkbox-text-color:var(--el-text-color-regular);--el-checkbox-input-height:14px;--el-checkbox-input-width:14px;--el-checkbox-border-radius:var(--el-border-radius-small);--el-checkbox-bg-color:var(--el-fill-color-blank);--el-checkbox-input-border:var(--el-border);--el-checkbox-disabled-border-color:var(--el-border-color);--el-checkbox-disabled-input-fill:var(--el-fill-color-light);--el-checkbox-disabled-icon-color:var(--el-text-color-placeholder);--el-checkbox-disabled-checked-input-fill:var(--el-border-color-extra-light);--el-checkbox-disabled-checked-input-border-color:var(--el-border-color);--el-checkbox-disabled-checked-icon-color:var(--el-text-color-placeholder);--el-checkbox-checked-text-color:var(--el-color-primary);--el-checkbox-checked-input-border-color:var(--el-color-primary);--el-checkbox-checked-bg-color:var(--el-color-primary);--el-checkbox-checked-icon-color:var(--el-color-white);--el-checkbox-input-border-color-hover:var(--el-color-primary);align-items:center;color:var(--el-checkbox-text-color);cursor:pointer;display:inline-flex;font-size:var(--el-font-size-base);font-weight:var(--el-checkbox-font-weight);height:var(--el-checkbox-height,32px);margin-right:30px;position:relative;-webkit-user-select:none;user-select:none;white-space:nowrap}.el-checkbox.is-disabled{cursor:not-allowed}.el-checkbox.is-bordered{border:var(--el-border);border-radius:var(--el-border-radius-base);box-sizing:border-box;padding:0 15px 0 9px}.el-checkbox.is-bordered.is-checked{border-color:var(--el-color-primary)}.el-checkbox.is-bordered.is-disabled{border-color:var(--el-border-color-lighter)}.el-checkbox.is-bordered.el-checkbox--large{border-radius:var(--el-border-radius-base);padding:0 19px 0 11px}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label{font-size:var(--el-font-size-base)}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{border-radius:calc(var(--el-border-radius-base) - 1px);padding:0 11px 0 7px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox input:focus-visible+.el-checkbox__inner{border-radius:var(--el-checkbox-border-radius);outline:2px solid var(--el-checkbox-input-border-color-hover);outline-offset:1px}.el-checkbox__input{cursor:pointer;display:inline-flex;outline:none;position:relative;white-space:nowrap}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:var(--el-checkbox-disabled-input-fill);border-color:var(--el-checkbox-disabled-border-color);cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-icon-color);cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-disabled-checked-icon-color);border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-checked-icon-color);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:var(--el-checkbox-checked-text-color)}.el-checkbox__input.is-focus:not(.is-checked) .el-checkbox__original:not(:focus-visible){border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-checked-icon-color);content:"";display:block;height:2px;left:0;position:absolute;right:0;top:5px;transform:scale(.5)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{background-color:var(--el-checkbox-bg-color);border:var(--el-checkbox-input-border);border-radius:var(--el-checkbox-border-radius);box-sizing:border-box;display:inline-block;height:var(--el-checkbox-input-height);position:relative;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46),outline .25s cubic-bezier(.71,-.46,.29,1.46);width:var(--el-checkbox-input-width);z-index:var(--el-index-normal)}.el-checkbox__inner:hover{border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__inner:after{border:1px solid #0000;border-left:0;border-top:0;box-sizing:initial;content:"";height:7px;left:4px;position:absolute;top:1px;transform:rotate(45deg) scaleY(0);transform-origin:center;transition:transform .15s ease-in .05s;width:3px}.el-checkbox__original{height:0;margin:0;opacity:0;outline:none;position:absolute;width:0;z-index:-1}.el-checkbox__label{display:inline-block;font-size:var(--el-checkbox-font-size);line-height:1;padding-left:8px}.el-checkbox.el-checkbox--large{height:40px}.el-checkbox.el-checkbox--large .el-checkbox__label{font-size:14px}.el-checkbox.el-checkbox--large .el-checkbox__inner{height:14px;width:14px}.el-checkbox.el-checkbox--small{height:24px}.el-checkbox.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{top:4px}.el-checkbox.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox:last-of-type{margin-right:0}.el-skeleton{--el-skeleton-circle-size:var(--el-avatar-size)}.el-skeleton__item{background:var(--el-skeleton-color);border-radius:var(--el-border-radius-base);display:inline-block;height:16px;width:100%}.el-skeleton__circle{border-radius:50%;height:var(--el-skeleton-circle-size);line-height:var(--el-skeleton-circle-size);width:var(--el-skeleton-circle-size)}.el-skeleton__button{border-radius:4px;height:40px;width:64px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{height:var(--el-font-size-small);width:100%}.el-skeleton__caption{height:var(--el-font-size-extra-small)}.el-skeleton__h1{height:var(--el-font-size-extra-large)}.el-skeleton__h3{height:var(--el-font-size-large)}.el-skeleton__h5{height:var(--el-font-size-medium)}.el-skeleton__image{align-items:center;border-radius:0;display:flex;justify-content:center;width:unset}.el-skeleton__image svg{color:var(--el-svg-monochrome-grey);fill:currentColor;height:22%;width:22%}.btn-base-bg-color{background-color:#fb773c;color:#fff}.el-skeleton{--el-skeleton-color:var(--el-fill-color);--el-skeleton-to-color:var(--el-fill-color-darker)}@keyframes el-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{background:var(--el-skeleton-color);height:16px;margin-top:16px}.el-skeleton.is-animated .el-skeleton__item{animation:el-skeleton-loading 1.4s ease infinite;background:linear-gradient(90deg,var(--el-skeleton-color) 25%,var(--el-skeleton-to-color) 37%,var(--el-skeleton-color) 63%);background-size:400% 100%}.drawer-pay .el-drawer__body{padding:0!important}.for-free-button{background-image:linear-gradient(90deg,#2b0aff,#590bf2,#7212e6,#821cda,#8e26cf,#a226c5,#b22abc,#bf31b3,#d535a8,#e73e9d,#f44b93,#ff5b8a);background-size:400%}.for-free-button:hover{background-image:linear-gradient(79deg,#2b0aff,#ff5b8a 50%,#ff5b8a 55%,#fba64b 77%,#f99b52);background-size:100%}.new-pricing-container .pricing-cards{position:relative}.new-pricing-container .cards__inner{display:flex;flex-wrap:wrap;gap:10px}.new-pricing-container .pricing-card{--flow-space:.5em;--hsl:var(--hue),var(--saturation),var(--lightness);border:1px solid #c4c0ff;border-radius:16px;color:#eceff1;flex:1;gap:1.25em;padding:1.5em 1em}.new-pricing-container .pricing-card:hover{border-color:#8600d6}.new-pricing-container .pricing-card:hover .upgrade-btn-common{background:linear-gradient(90deg,#ea00bd,#8500ff 52%,#72c1ff)!important}.new-pricing-container .pricing-card:hover .upgrade-btn-common span{color:#fff}.new-pricing-container .pricing-card:hover .upgrade-btn-common span path{fill:#fff}.new-pricing-container .pricing-card:first-child{--hue:165;--saturation:82.26%;--lightness:51.37%}.new-pricing-container .pricing-card:nth-child(2){--hue:291.34;--saturation:95.9%;--lightness:61.76%}.new-pricing-container .pricing-card:nth-child(3){--hue:165;--saturation:82.26%;--lightness:51.37%;border-top-left-radius:0;border-top-right-radius:0}.new-pricing-container .pricing-card:nth-child(4){--hue:291.34;--saturation:95.9%;--lightness:61.76%;border-top-left-radius:0;border-top-right-radius:0}.new-pricing-container .card__bullets{line-height:1.4}.new-pricing-container .card__heading{font-size:1.05em;font-weight:600}.new-pricing-container .card__price{font-size:1.75em;font-weight:700}.new-pricing-container .flow>*+*{margin-top:var(--flow-space,1.25em)}.new-pricing-container .cta{align-self:end;background-color:#fff;border-radius:22px;color:#fff;display:block;font-size:1rem;font-weight:600;padding:.7em;text-align:center;text-decoration:none}.new-pricing-container .overlay{top:0;right:0;bottom:0;left:0;-webkit-mask:radial-gradient(25rem 25rem at var(--x) var(--y),#000 1%,transparent 50%);mask:radial-gradient(25rem 25rem at var(--x) var(--y),#000 1%,transparent 50%);opacity:var(--opacity,0);pointer-events:none;position:absolute;transition:-webkit-mask .4s ease;transition:mask .4s ease;transition:mask .4s ease,-webkit-mask .4s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:mask}.new-pricing-container .overlay .pricing-card{background-color:hsla(var(--hsl),.15);border-color:hsla(var(--hsl),1);box-shadow:0 0 0 1px inset hsl(var(--hsl))}.new-pricing-container :not(.overlay)>.pricing-card{transition:background .4s ease;will-change:background}.swiper-pagination-fraction{color:#fff}.btn-base-bg-color[data-v-b5b91d72]{background-color:#fb773c;color:#fff}.bottom-upgrade-btn-common[data-v-b5b91d72]{border-radius:8px;cursor:pointer;margin:0 auto;padding:9px 0;position:relative;transition:all .3s ease-in-out}.bottom-upgrade-btn-common .star-1[data-v-b5b91d72]{filter:drop-shadow(0 0 0 #fffdef);height:auto;left:20%;position:absolute;top:20%;transition:all 1s cubic-bezier(.05,.83,.43,.96);width:25px;z-index:-5}.bottom-upgrade-btn-common .star-2[data-v-b5b91d72]{left:45%;top:45%;width:15px}.bottom-upgrade-btn-common .star-2[data-v-b5b91d72],.bottom-upgrade-btn-common .star-3[data-v-b5b91d72]{filter:drop-shadow(0 0 0 #fffdef);height:auto;position:absolute;transition:all 1s cubic-bezier(0,.4,0,1.01);z-index:-5}.bottom-upgrade-btn-common .star-3[data-v-b5b91d72]{left:40%;top:40%;width:5px}.bottom-upgrade-btn-common .star-4[data-v-b5b91d72]{left:40%;top:20%;transition:all .8s cubic-bezier(0,.4,0,1.01);width:8px}.bottom-upgrade-btn-common .star-4[data-v-b5b91d72],.bottom-upgrade-btn-common .star-5[data-v-b5b91d72]{filter:drop-shadow(0 0 0 #fffdef);height:auto;position:absolute;z-index:-5}.bottom-upgrade-btn-common .star-5[data-v-b5b91d72]{left:45%;top:25%;transition:all .6s cubic-bezier(0,.4,0,1.01);width:15px}.bottom-upgrade-btn-common .star-6[data-v-b5b91d72]{filter:drop-shadow(0 0 0 #fffdef);height:auto;left:50%;position:absolute;top:5%;transition:all .8s ease;width:5px;z-index:-5}.bottom-upgrade-btn-common[data-v-b5b91d72]:hover{background:transparent;box-shadow:0 0 25px #fec1958c;color:#fec195}.bottom-upgrade-btn-common:hover .star-1[data-v-b5b91d72]{filter:drop-shadow(0 0 10px #fffdef);height:auto;left:-1%;position:absolute;top:-80%;width:25px;z-index:2}.bottom-upgrade-btn-common:hover .star-2[data-v-b5b91d72]{filter:drop-shadow(0 0 10px #fffdef);height:auto;left:10%;position:absolute;top:-25%;width:15px;z-index:2}.bottom-upgrade-btn-common:hover .star-3[data-v-b5b91d72]{filter:drop-shadow(0 0 10px #fffdef);height:auto;left:25%;position:absolute;top:55%;width:5px;z-index:2}.bottom-upgrade-btn-common:hover .star-4[data-v-b5b91d72]{filter:drop-shadow(0 0 10px #fffdef);height:auto;left:80%;position:absolute;top:30%;width:8px;z-index:2}.bottom-upgrade-btn-common:hover .star-5[data-v-b5b91d72]{filter:drop-shadow(0 0 10px #fffdef);height:auto;left:101%;position:absolute;top:25%;width:15px;z-index:2}.bottom-upgrade-btn-common:hover .star-6[data-v-b5b91d72]{filter:drop-shadow(0 0 10px #fffdef);height:auto;left:60%;position:absolute;top:5%;width:5px;z-index:2}.bottom-upgrade-btn-common:hover .fil0[data-v-b5b91d72]{fill:#fffdef}.upgrade0[data-v-b5b91d72],.upgrade1[data-v-b5b91d72]{background-color:#fff;border:1px solid #e5e0df;color:#000}.upgrade0[data-v-b5b91d72]:hover,.upgrade1[data-v-b5b91d72]:hover{color:#2b0aff}.upgrade2[data-v-b5b91d72],.upgrade3[data-v-b5b91d72]{background:linear-gradient(90deg,#ea00bd,#8500ff 52%,#72c1ff);border:1px solid #e5e0df;color:#fff}.upgrade2[data-v-b5b91d72]:hover,.upgrade3[data-v-b5b91d72]:hover{background-image:linear-gradient(273deg,#0085ff -.09%,#8c45ff 29.66%,#ff36c7 72.55%,#ffa336 107.89%)}.pricing-template .bg-other[data-v-b5b91d72]{background-color:#59595926}.pricing-template .mb .upgrade[data-v-b5b91d72]{border-radius:5px;color:#fff;font-size:13px;font-weight:700;padding:9px 0}.pricing-template .mb .upgrade0[data-v-b5b91d72],.pricing-template .mb .upgrade1[data-v-b5b91d72]{border:1px solid #dee8f9}.pricing-template .mb .upgrade2[data-v-b5b91d72],.pricing-template .mb .upgrade3[data-v-b5b91d72]{background-image:linear-gradient(144deg,#af40ff,#5b42f3 50%,#00ddeb);padding:9.5px 0}.pricing-template .card-badge[data-v-b5b91d72]{--white:#050505;--black:#14141a;--paragraph:#d4d4d4;--line:#27272f;--primary:#31d9f6;background-color:#14141a;background-image:radial-gradient(at 88% 40%,#14141a 0,transparent 85%),radial-gradient(at 49% 30%,#14141a 0,transparent 85%),radial-gradient(at 14% 26%,#14141a 0,transparent 85%),radial-gradient(at 0 64%,#017084 0,transparent 85%),radial-gradient(at 41% 94%,#039ab5 0,transparent 85%),radial-gradient(at 100% 99%,#023840 0,transparent 85%);box-shadow:inset 0 -16px 24px #ffffff40}.pricing-template .pricing-item[data-v-b5b91d72]:hover{transform:scale(1.05)}.pricing-template .card__border[data-v-b5b91d72]{background-image:linear-gradient(0deg,#fff -50%,#666);border-radius:1rem;height:calc(100% + 2px);left:50%;overflow:hidden;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 2px);z-index:-10}.pricing-template .card__border[data-v-b5b91d72]:before{animation:rotate-b5b91d72 8s linear infinite;background-image:linear-gradient(0deg,#fff0,#00d9ff 40%,#00d9ff 60%,#6660);content:"";height:10rem;left:50%;pointer-events:none;position:fixed;top:50%;transform:translate(-50%,-50%),rotate(0);transform-origin:left;width:200%;z-index:200}@keyframes rotate-b5b91d72{to{transform:rotate(1turn)}}.included-icon[data-v-b5b91d72]{height:19px;padding-top:1px;width:18px}.gradient-text[data-v-b5b91d72]{background:linear-gradient(90deg,#9446fd 0,#fff,#814600 20%);-webkit-background-clip:text;background-position:0;-webkit-text-fill-color:transparent;animation:shine-b5b91d72 5s linear infinite;animation-fill-mode:forwards;-webkit-text-size-adjust:none}@keyframes shine-b5b91d72{0%{background-position:0}60%{background-position:180px}to{background-position:260px}}.loading-container .loading[data-v-b5b91d72]{--speed-of-animation:.9s;--gap:6px;--first-color:#4c86f9;--second-color:#49a84c;--third-color:#f6bb02;--fourth-color:#f6bb02;--fifth-color:#2196f3;align-items:center;display:flex;gap:6px;justify-content:center}.loading-container .loading span[data-v-b5b91d72]{animation:scale-b5b91d72 var(--speed-of-animation) ease-in-out infinite;background:var(--first-color);height:30px;width:4px}.loading-container .loading span[data-v-b5b91d72]:nth-child(2){animation-delay:-.8s;background:var(--second-color)}.loading-container .loading span[data-v-b5b91d72]:nth-child(3){animation-delay:-.7s;background:var(--third-color)}.loading-container .loading span[data-v-b5b91d72]:nth-child(4){animation-delay:-.6s;background:var(--fourth-color)}.loading-container .loading span[data-v-b5b91d72]:nth-child(5){animation-delay:-.5s;background:var(--fifth-color)}@keyframes scale-b5b91d72{0%,40%,to{transform:scaleY(.05)}20%{transform:scaleY(1)}}.badge-class-self[data-v-b5b91d72]{border-radius:4px;height:30px;left:50%;padding:0 92px;transform:translate(-50%,-50%)}.stripe-button[data-v-b5b91d72]{align-items:center;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:16px;height:46px;justify-content:center;padding:.6rem 1.5rem;text-align:center;width:100%}.stripe-button img[data-v-b5b91d72]{height:auto;margin-right:10px;width:30px}.dynamic-title[data-v-b5b91d72]{animation:dynamic-b5b91d72 4s linear infinite;-webkit-background-clip:text;background-clip:text;background-image:conic-gradient(from var(--angle) at 50% -10%,#2b0aff -86.58deg,#fff 69.75deg,#ffb590 99.21deg,#c531e8 203.39deg,#2b0aff 273.42deg,#fff 429.75deg);background-position-x:-50%;color:transparent;white-space:pre-line}@keyframes dynamic-b5b91d72{0%{--angle:0deg}to{--angle:360deg}}.price-table[data-v-b5b91d72]{border:1px solid #4f4c6b;border-collapse:separate;border-radius:36px;border-spacing:0;box-shadow:inset 0 0 56px #8601d61a;position:relative}.price-table tr td[data-v-b5b91d72]:not(:last-child){border-right:1px solid #4f4c6b}.price-table thead tr td[data-v-b5b91d72]{border-bottom:1px solid #4f4c6b;padding-bottom:30px;padding-top:44px}.price-table thead tr td[data-v-b5b91d72]:nth-child(5){border-top-right-radius:36px}.price-table tbody tr:last-child td[data-v-b5b91d72]:nth-child(5){border-bottom-right-radius:36px}.price-table tbody tr:not(:last-child) td[data-v-b5b91d72]{border-bottom:1px solid #4f4c6b}.price-table .price-tbody tr td[data-v-b5b91d72]{padding-bottom:54px;padding-top:54px}.drawer-left[data-v-b5b91d72]{background:#f7f3f2}.drawer-left[data-v-b5b91d72] .num-cla{color:#814600;font-weight:600}
