@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes slideInFromBottom{0%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slideInFromBottom{0%{-webkit-transform:translateY(50%);transform:translateY(50%);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@media (min-width: 769px){.account-page-bg{background:rgb(247, 247, 247);background:-webkit-gradient(linear, left top, right top, color-stop(49%, rgb(247, 247, 247)), color-stop(49%, rgb(255, 255, 255)));background:linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 49%)}}@media (max-width: 769px){.account-page-bg{background-color:#ffffff}}.account-page{display:grid;grid-template-columns:17.5rem 1fr}@media (max-width: 769px){.account-page{grid-template-columns:1fr}}.account-page__sidebar{background-color:#f7f7f7;padding:3.5rem 1.5rem 3.5rem 0;-webkit-animation:forwards 0.3s ease-in-out;animation:forwards 0.3s ease-in-out;-webkit-animation-name:fadeIn;animation-name:fadeIn}@media (max-width: 769px){.account-page__sidebar{background-color:#ffffff;padding:2rem 0.5rem 2rem 0.5rem}}.account-page__sidebar__title{-webkit-animation:forwards 0.5s ease-in-out;animation:forwards 0.5s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}.account-page__sidebar__title h1{font-size:2rem;font-style:normal;font-weight:700;line-height:2.5rem;color:#002b3d;margin:0;padding:0 0 0.5rem 0}.account-page__sidebar__title p{font-size:1rem;font-weight:500;line-height:1.5rem;color:#646e6e;margin:0;padding:0}.account-page__sidebar__sections{margin-top:1.5rem}.account-page__sidebar__sections ul{list-style:none;padding:0;margin-bottom:0;-webkit-animation:forwards 0.8s ease-in-out;animation:forwards 0.8s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}.account-page__sidebar__sections ul a{font-size:0.875rem;font-weight:400;padding:0.75rem 0.5rem;color:#002b3d!important;border-bottom:0.0625rem solid #e2e2e2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;cursor:pointer}.account-page__sidebar__sections ul a:hover{opacity:0.4;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.account-page__sidebar__sections ul a::after{content:" ";position:relative;width:0.75rem;height:0.75rem;background-color:#28bea5;-webkit-mask-image:url("./icons/arrow-down.svg");mask-image:url("./icons/arrow-down.svg");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-left:0.5rem;-webkit-transition:-webkit-transform 0.3s ease-in-out;transition:-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out}.account-page__sidebar__sections ul a:last-child{border-bottom:none}.account-page__sidebar__sections ul a:last-child::after{content:none}.account-page__sidebar__sections ul a.active{font-weight:500}.account-page__content{background-color:#ffffff;padding:3.5rem 1.5rem}@media (max-width: 769px){.account-page__content{padding:0 0.5rem;margin-bottom:2.375rem}}.account-page__dashboard{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}@media (min-width: 1080px){.account-page__dashboard{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 1080px){.account-page__dashboard{grid-template-columns:1fr 1fr}}@media (max-width: 769px){.account-page__dashboard{grid-template-columns:1fr}}.account-page__dashboard__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%;border-radius:1rem;outline:1.5px solid #e2e2e2;padding:1.375rem;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-animation:forwards 0.7s ease-in-out;animation:forwards 0.7s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}.account-page__dashboard__card:hover{outline:3px solid #28bea5;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.account-page__dashboard__card:hover .account-page__dashboard__card__cta{color:#1b7e6c;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.account-page__dashboard__card:hover .account-page__dashboard__card__cta i{-webkit-transform:rotate(270deg) scale(0.9) translateY(5px);transform:rotate(270deg) scale(0.9) translateY(5px);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.account-page__dashboard__card__title{font-size:1.25rem;font-weight:700;line-height:1.75rem;color:#002b3d;margin-bottom:0.5rem}.account-page__dashboard__card__description{font-size:1rem;font-weight:400;line-height:1.5rem;color:#646e6e;margin-bottom:1.5rem}.account-page__dashboard__card__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.375rem;font-size:1rem;font-weight:500;line-height:1.5rem;color:#239687;text-decoration:none;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.account-page__dashboard__card__cta:hover{text-decoration:underline;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.account-page__dashboard__card__cta i{-webkit-transform:rotate(270deg) scale(0.9) translateY(0);transform:rotate(270deg) scale(0.9) translateY(0);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.account-page__history__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 769px){.account-page__history__title{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}}.account-page__history__title h1{font-size:1.5rem;font-weight:700;line-height:2rem;margin:0;padding:0;-webkit-animation:forwards 0.5s ease-in-out;animation:forwards 0.5s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}.account-page__history__title__period{width:240px}@media (max-width: 769px){.account-page__history__title__period{width:100%}}.account-page__history__empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:1.5rem 0 2rem 0;-webkit-animation:forwards 0.5s ease-in-out;animation:forwards 0.5s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}.account-page__history__empty img{width:4rem;height:auto;margin-bottom:1rem}.account-page__history__empty h2{font-size:1.25rem;font-weight:700;line-height:1.75rem;margin:0 0 0.5rem 0;padding:0}.account-page__history__empty p{font-size:1rem;font-weight:400;line-height:1.5rem;margin:0;padding:0}@media (max-width: 769px){.account-page__history__empty p{text-align:center}}.account-page__history__empty button{margin-top:1.5rem}.account-page__history__orders{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:1.5rem;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.account-page__history__orders__order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:1rem;outline:0.09375rem solid #e2e2e2;padding:1.5rem;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-animation:forwards 0.7s ease-in-out;animation:forwards 0.7s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}.account-page__history__orders__order.open .account-page__history__orders__order__resume__togle i{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.account-page__history__orders__order.open .account-page__history__orders__order__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-animation:forwards 0.5s ease-in-out;animation:forwards 0.5s ease-in-out;-webkit-animation-name:fadeIn;animation-name:fadeIn}.account-page__history__orders__order:hover{outline:3px solid #28bea5;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.account-page__history__orders__order__resume{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.account-page__history__orders__order__resume__togle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.account-page__history__orders__order__resume__togle i{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.account-page__history__orders__order__resume__number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:1.5rem}.account-page__history__orders__order__resume__number h2{font-size:1rem;font-weight:600;line-height:1.5rem;color:#002b3d;margin:0 0 0.25rem 0;padding:0}.account-page__history__orders__order__resume__number p{font-size:0.75rem;font-weight:500;line-height:1.25rem;color:#646e6e;margin:0;padding:0}.account-page__history__orders__order__resume a{position:absolute;right:0}@media (max-width: 769px){.account-page__history__orders__order__resume a{display:none}}.account-page__history__orders__order__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;margin-top:1.5rem;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;display:none}.account-page__history__orders__order__details .orderDetail__warning{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;border-radius:1rem;background-color:#f0faff;padding:0.875rem 1rem;color:#006ee6;font-size:0.73125rem;line-height:1.25rem;font-weight:500}@media (max-width: 769px){.account-page__history__orders__order__details .orderDetail__warning{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.account-page__history__orders__order__details .orderDetail__warning i{width:3rem;margin-top:0.125rem}}.account-page__history__orders__order__details .orderDetail__billing{display:grid;grid-template-columns:1fr 1fr 1fr;background-color:#f7f7f7;border-radius:1rem;padding:1.5rem;gap:1.5rem}@media (max-width: 769px){.account-page__history__orders__order__details .orderDetail__billing{grid-template-columns:1fr}}.account-page__history__orders__order__details .orderDetail__billing h3{font-size:0.75rem;font-weight:600;line-height:1.25rem;color:#646e6e;margin-top:0.5rem}.account-page__history__orders__order__details .orderDetail__billing p{font-size:0.75rem;font-weight:400;line-height:1.375rem;color:#646e6e;margin:0;padding:0}.account-page__history__orders__order__details .orderDetail__products{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0.5rem}.account-page__history__orders__order__details .orderDetail__products__product{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e2e2}.account-page__history__orders__order__details .orderDetail__products__product:last-of-type{border-bottom:none}.account-page__history__orders__order__details .orderDetail__products__product img{width:2rem;height:2rem}.account-page__history__orders__order__details .orderDetail__products__product__content{width:100%;padding-top:0.375rem}.account-page__history__orders__order__details .orderDetail__products__product__unity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.625rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.account-page__history__orders__order__details .orderDetail__products__product__unity:nth-child(1) h4{font-weight:600}.account-page__history__orders__order__details .orderDetail__products__product__unity:nth-child(1) p{font-weight:600}.account-page__history__orders__order__details .orderDetail__products__product__unity h4{font-size:0.75rem;font-weight:400;line-height:1.25rem;margin:0;padding:0}.account-page__history__orders__order__details .orderDetail__products__product__unity p{font-size:0.75rem;font-weight:400;line-height:1rem;margin:0;padding:0}.account-page__history__orders__order__details .orderDetail__products__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:0.5rem}.account-page__history__orders__order__details .orderDetail__products__total h4{font-size:1rem;font-weight:500;line-height:1.5rem;margin:0;padding:0}.account-page__history__orders__order__details .orderDetail__products__total p{font-size:1rem;font-weight:500;line-height:1.5rem;margin:0;padding:0}.account-page__history__orders__order__details .orderDetail__products__total p strong{font-weight:700}.account-page__history__support{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.5rem;background-color:#f7f7f7;border-radius:1rem;margin-top:2rem}@media (max-width: 769px){.account-page__history__support{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem}.account-page__history__support button{width:100%}}.account-page__history__support__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0.25rem}.account-page__history__support__content h2{font-size:1.25rem;font-weight:700;line-height:1.75rem;margin:0;padding:0}.account-page__history__support__content p{font-size:1rem;font-weight:400;line-height:1.5rem;margin:0;padding:0}.account-page__change-plan__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-animation:forwards 0.3s ease-in-out;animation:forwards 0.3s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}@media (max-width: 769px){.account-page__change-plan__title{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}}.account-page__change-plan__title h1{font-size:1.5rem;font-weight:700;line-height:2rem;margin:0;padding:0;-webkit-animation:forwards 0.5s ease-in-out;animation:forwards 0.5s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}.account-page__change-plan__empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:1.5rem 0 2rem 0;-webkit-animation:forwards 0.5s ease-in-out;animation:forwards 0.5s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}.account-page__change-plan__empty img{width:4rem;height:auto;margin-bottom:1rem}.account-page__change-plan__empty h2{font-size:1.25rem;font-weight:700;line-height:1.75rem;margin:0 0 0.5rem 0;padding:0;max-width:25rem;text-align:center}.account-page__change-plan__empty p{font-size:1rem;font-weight:400;line-height:1.5rem;margin:0;padding:0;text-align:center}@media (max-width: 769px){.account-page__change-plan__empty p{text-align:center}}.account-page__change-plan__empty button{margin-top:1.5rem}.account-page__change-plan .plan-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem;padding:1.5rem;outline:1.5px solid #e2e2e2;border-radius:1rem;margin-top:1.5rem;min-height:11.875rem;-webkit-animation:forwards 0.7s ease-in-out;animation:forwards 0.7s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}@media (max-width: 769px){.account-page__change-plan .plan-product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.account-page__change-plan .plan-product__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.account-page__change-plan .plan-product__content h1{font-size:1.25rem;font-weight:600;line-height:1.75rem;color:#002b3d;margin:0;padding:0}.account-page__change-plan .plan-product__content p{font-size:1rem;font-weight:400;line-height:1.5rem;color:#646e6e;margin:0;padding:0}.account-page__change-plan .plan-product__content-list{list-style-type:circle}.account-page__change-plan .plan-product__content-list li{color:#646e6e}.account-page__change-plan .plan-product__content__bottom{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0.25rem;margin-top:1rem}@media (max-width: 769px){.account-page__change-plan .plan-product__content__bottom{margin-top:1.5rem}}.account-page__change-plan .plan-product__content__bottom p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.375rem;font-size:0.75rem;font-weight:400;line-height:1.25rem}@media (max-width: 769px){.account-page__change-plan .plan-product__content__bottom p{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.account-page__change-plan .plan-product__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:10rem;-webkit-animation:forwards 1s ease-in-out;animation:forwards 1s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}@media (max-width: 769px){.account-page__change-plan .plan-product__cta{width:100%}}.account-page__change-plan .plan-product__cta button{width:10rem}@media (max-width: 769px){.account-page__change-plan .plan-product__cta button{width:100%}.account-page__change-plan .plan-product__cta button:hover{border-color:#C3FFEB;background-color:#C3FFEB;color:#2a2a2a}}.account-page__change-plan .plan-product__secondary-products{max-height:unset!important}.account-page__change-plan .plan-product__secondary-products-collapse-wrapper{-webkit-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out;max-height:0;overflow:hidden}.account-page__change-plan .plan-product__secondary-products-product.ellipsis::after{display:inline-block;content:"..."}.account-page__change-plan .plan-product__secondary-products.collapsed .ellipsis::after{display:none}.account-page__change-plan .plan-product__product-collapse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;font-size:1rem;font-weight:700;color:#239687;margin-top:0.5rem;cursor:pointer}.account-page__change-plan .plan-product__product-collapse i{-webkit-transition:-webkit-transform 0.3s ease-in-out;transition:-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;margin-right:0.5rem}.account-page__change-plan .plan-product__product-collapse-collapse-label{display:block}.account-page__change-plan .plan-product__product-collapse-collapsed-label{display:none}.account-page__change-plan .plan-product__product-collapse.active .plan-product__product-collapse-collapse-label{display:none}.account-page__change-plan .plan-product__product-collapse.active .plan-product__product-collapse-collapsed-label{display:block}.account-page__change-plan .plan-product__product-collapse.active.active i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.account-page__change-plan__support{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.5rem;background-color:#f7f7f7;border-radius:1rem;margin-top:2rem;-webkit-animation:forwards 1s ease-in-out;animation:forwards 1s ease-in-out;-webkit-animation-name:slideInFromBottom;animation-name:slideInFromBottom}@media (max-width: 769px){.account-page__change-plan__support{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem}.account-page__change-plan__support a{width:100%}.account-page__change-plan__support button{width:100%}}.account-page__change-plan__support__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.account-page__change-plan__support__content p{font-size:0.75rem;font-weight:500;line-height:0.75rem;color:#28bea5;margin:0;padding:0}.account-page__change-plan__support__content h2{font-size:1.25rem;font-weight:700;line-height:1.25rem;margin:0;padding:0}.account-page__carousel{display:block;margin:0 auto;width:100%;height:auto}.account-page__carousel img{width:100%;height:auto}.account-page__carousel .swiper-slide{width:100%!important;border-radius:16px;overflow:hidden}.account-page__carousel .swiper-slide a[href=""]{pointer-events:none;cursor:default}.account-page__carousel .swiper-pagination{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px;gap:16px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:var(--swiper-pagination-bottom, -44px);border-radius:16px;background-color:#F2FDF8}.js-has-pseudo [csstools-has-1a-2p-2r-2r-33-39-32-38-19-34-2p-2v-2t-2n-2n-2r-2p-36-33-39-37-2t-30-w-1a-37-3b-2x-34-2t-36-19-34-2p-2v-2x-32-2p-38-2x-33-32-1m-2w-2p-37-14-1a-37-3b-2x-34-2t-36-19-34-2p-2v-2x-32-2p-38-2x-33-32-19-2q-39-30-30-2t-38-1m-33-32-30-3d-19-2r-2w-2x-30-2s-15]:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist){display:none!important}.account-page__carousel .swiper-pagination:has(.swiper-pagination-bullet:only-child){display:none!important}.account-page__carousel .swiper-pagination-bullet{margin:0!important}.account-page__carousel-container:not(.account-page__carousel-container__pagination-enable){margin-bottom:1.5rem}.account-page__carousel-container.account-page__carousel-container__pagination-enable{margin-bottom:4.25rem}.account-page__carousel-container__desktop{-webkit-animation:0.7s ease-in-out 0s 1 normal forwards running slideInFromBottom;animation:0.7s ease-in-out 0s 1 normal forwards running slideInFromBottom;display:block}@media (max-width: 1080px){.account-page__carousel-container__desktop{display:none}}@media (min-width: 1080px){.account-page__carousel-container__desktop{display:block}.account-page__carousel-container__mobile, .account-page__carousel-container__tablet{display:none}}@media (max-width: 1080px){.account-page__carousel-container__tablet{display:block}.account-page__carousel-container__desktop, .account-page__carousel-container__mobile{display:none}}@media (max-width: 544px){.account-page__carousel-container__mobile{display:block}.account-page__carousel-container__desktop, .account-page__carousel-container__tablet{display:none}}


/*# sourceMappingURL=account.css.map*/