.my-account-layout{margin-top:0;height:100vh;width:100vw;background-color:#fff}.my-account-login__login{background-color:#fff;display:flex;flex-direction:row;min-height:100vh;align-content:stretch;width:100%}@media only screen and (max-width:991px){.my-account-login__login{flex-direction:column}}.my-account-login__left{flex:1 1;display:flex;flex-direction:column;padding:1rem}@media only screen and (max-width:991px){.my-account-login__left{padding:0;flex:1 1 auto}}.my-account-login__header{padding:1.5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (max-width:991px){.my-account-login__header{min-height:5.5rem;padding:1.5rem;border-bottom:1px solid #D9E0F2}}@media only screen and (max-width:991px){.my-account-login__header-icons{display:none}}.my-account-login__close{display:none;align-items:center;justify-content:center;line-height:0;transition:opacity .24s ease-in-out}@media only screen and (max-width:991px){.my-account-login__close{display:flex}}.my-account-login__close:hover{opacity:.8}.my-account-login__close-icon{width:1.5rem;height:1.5rem}.my-account-login__logo{width:130px}@media only screen and (max-width:991px){.my-account-login__logo{width:7.25rem;height:2rem;object-fit:contain}}.my-account-login__form{width:100%;max-width:640px;padding:5.5rem 5.5rem 8rem;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;height:100%;position:relative}@media only screen and (max-width:1199px){.my-account-login__form{padding:3rem}}@media only screen and (max-width:767px){.my-account-login__form{padding:2rem}}@media only screen and (max-width:991px){.my-account-login__form{max-width:none;padding:4rem 1.5rem}}@media only screen and (max-width:575px){.my-account-login__form{padding:4rem 1.5rem}}.my-account-login__form-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media only screen and (max-width:991px){.my-account-login__form-wrapper{align-items:stretch;justify-content:flex-start}}.my-account-login__title{margin-bottom:.75rem}@media only screen and (max-width:991px){.my-account-login__title{font-size:2rem;line-height:1.3;margin-bottom:.75rem}}.my-account-login__title--margin{margin-bottom:1.5rem}.my-account-login__text{margin-bottom:2rem}@media only screen and (max-width:991px){.my-account-login__text{max-width:17.625rem;margin-bottom:2rem;color:#4b5563}}@media only screen and (max-width:991px){.my-account-login__input+.my-account-login__input{margin-top:1.25rem}}.my-account-login__input{width:100%;display:flex;flex-direction:column;align-items:flex-start;color:#111827;font-weight:600;gap:6px}.my-account-login__input--margin{margin-bottom:1.25rem}@media only screen and (max-width:991px){.my-account-login__input--margin{margin-bottom:0}}.my-account-login__input-input{width:100%}@media only screen and (max-width:991px){.my-account-login__input-input{min-height:3.5rem;padding:.75rem 1rem}}.my-account-login__password-field{position:relative;width:100%;display:flex;align-items:center}.my-account-login__password-toggle{position:absolute;right:1rem;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer;color:#4b5563;line-height:0}.my-account-login__password-icon{width:1.5rem;height:1.5rem}.my-account-login__password-icon--visible,.my-account-login__password-field[data-password-visible=true] .my-account-login__password-icon--hidden{display:none}.my-account-login__password-field[data-password-visible=true] .my-account-login__password-icon--visible{display:block}.my-account-login__password-field .my-account-login__input-input{padding-right:3rem}.my-account-login__bottom{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-top:.5rem}@media only screen and (max-width:991px){.my-account-login__bottom{margin-top:1.25rem;gap:0}}.my-account-login__submit{width:100%;margin-top:20px;padding-top:.75rem;padding-bottom:.75rem}@media only screen and (max-width:991px){.my-account-login__submit{min-height:3.5rem;padding:.75rem 1rem;font-size:1rem;line-height:1.4}}.my-account-login__checkbox{text-align:start;margin-top:.5rem}@media only screen and (max-width:991px){.my-account-login__checkbox{display:none}}.my-account-login__notices{overflow:hidden;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);width:calc(100% - 176px);color:#fff;display:flex;justify-content:center;z-index:10}@media only screen and (max-width:767px){.my-account-login__notices{position:relative;width:100%;bottom:unset;left:unset;transform:unset}}.my-account-login__right{flex:1 1;position:relative;border-top-left-radius:4rem;border-bottom-left-radius:4rem;overflow:hidden;padding:2.5rem 3rem;display:flex;align-items:flex-end;justify-content:flex-start;z-index:1}@media only screen and (max-width:991px){.my-account-login__right{display:none}}@media only screen and (max-width:575px){.my-account-login__right{padding:1rem}}.my-account-login__right-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:-1}.my-account-login__right-box{padding:1.5rem 3rem 1.5rem 2rem;background-color:#fff;border-radius:2rem;display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width:1199px){.my-account-login__right-box{left:2rem;bottom:1.5rem;padding:1rem 2.5rem 1rem 1.5rem}}@media only screen and (max-width:991px){.my-account-login__right-box{top:2rem;bottom:unset;width:calc(100% - 4rem)}}@media only screen and (max-width:575px){.my-account-login__right-box{width:100%;padding:1rem;gap:.75rem}}.my-account-login__right-text{margin:0;font-weight:600}.my-account-login__right-list{display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width:575px){.my-account-login__right-list{gap:.5rem}}.my-account-login__right-element{display:flex;flex-direction:row;gap:.5rem}.my-account-login__right-icon{color:#4f5bd5}.my-account-login__links{width:100%;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;align-items:center;color:#111827;margin-top:.5rem}@media only screen and (max-width:991px){.my-account-login__links{flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}}.my-account-login__links .lost_password,.my-account-login__link-row{margin:0}@media only screen and (max-width:991px){.my-account-login__link-row{text-align:center}}.my-account-login__link-button{font-weight:600;text-decoration:underline}.my-account-registration-success{background-color:#fff;min-height:100vh;width:100%}.my-account-registration-success__wrapper{display:flex;flex-direction:column;min-height:100vh;padding:1rem}.my-account-registration-success__content{flex:1 1;display:flex;align-items:center;justify-content:center;width:100%}.my-account-registration-success__card{width:100%;max-width:640px;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:4rem 5.5rem;border-radius:1.5rem;text-align:center}@media only screen and (max-width:1199px){.my-account-registration-success__card{padding:3rem}}@media only screen and (max-width:767px){.my-account-registration-success__card{padding:2rem}}@media only screen and (max-width:575px){.my-account-registration-success__card{padding:1.5rem 0}}.my-account-registration-success__message{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.my-account-registration-success__icon{width:4rem;height:4rem;flex-shrink:0;color:#4f5bd5}.my-account-registration-success__text{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:30.5rem}.my-account-registration-success__title{margin:0;color:#111827}.my-account-registration-success__description{margin:0;color:#4b5563}.my-account-registration-success__button{width:100%;max-width:fit-content;padding:.625rem 4rem;font-weight:600}.my-account-registration-success__hint{margin:0;color:#4b5563}.my-account-edit{display:flex;flex-direction:column;gap:.75rem;width:100%}.my-account-edit__top{display:flex;flex-direction:row;justify-content:space-between}.my-account-edit__contact{margin-right:1rem}.my-account-edit__title{margin:0}.my-account-edit__tabs{display:flex;flex-direction:row;align-items:center;gap:0;padding:.375rem;border-radius:.75rem;background:#fff;border:1px solid #D9E0F2;width:fit-content}.my-account-edit__tab{border:0;background:transparent;color:#4b5563;padding:10px 24px;border-radius:9px;font-weight:500;cursor:pointer;transition:background-color .24s ease-in-out,color .24s ease-in-out}.my-account-edit__tab--active{background:#4f5bd5;color:#fff}.my-account-edit__notices{display:flex;flex-direction:row;align-items:center;max-width:660px;width:100%;justify-content:center;padding-bottom:2rem}.my-account-edit__form{display:flex;flex-direction:column;gap:1.5rem;width:660px}@media only screen and (max-width:1199px){.my-account-edit__form{width:100%}}.my-account-edit__form-wrapper{padding:36px;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:575px){.my-account-edit__form-wrapper{padding:1rem 0 0}}.my-account-edit__panel{display:none}.my-account-edit__panel--active{display:flex;flex-direction:column;gap:1.5rem}.my-account-edit__card{background:#fff;border-radius:24px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 4px 6px #10121a0a}@media only screen and (max-width:575px){.my-account-edit__card{padding:1.25rem}}.my-account-edit__section-title{margin:0;font-size:1.5rem;line-height:1.2;color:#111827}.my-account-edit__fields{display:flex;flex-direction:column;gap:1.25rem}.my-account-edit__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media only screen and (max-width:575px){.my-account-edit__row{grid-template-columns:1fr}}.my-account-edit__field{display:flex;flex-direction:column;gap:.375rem;margin:0}.my-account-edit__label{font-size:.875rem;font-weight:600;color:#111827}.my-account-edit__input,.my-account-edit__select{width:100%;border:1px solid #E3E8F4;border-radius:12px;background:#fbfcff;padding:.875rem 1rem;font-size:1rem;line-height:1.5;color:#111827;transition:border-color .24s ease-in-out}.my-account-edit__input:focus,.my-account-edit__select:focus{outline:none;border-color:#4f5bd5}.my-account-edit__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234B5563' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 1rem) center;padding-right:2.5rem}.my-account-edit__actions{display:flex;justify-content:flex-end;margin:0}.my-account-edit__submit{border:0;border-radius:12px;background:#4f5bd5;color:#fff;font-size:1rem;font-weight:600;line-height:1;padding:1rem 1.5rem;cursor:pointer;transition:background-color .24s ease-in-out}.my-account-edit__submit:hover{background:#3b46b5}.my-account-edit__submit:active{background:#383f85}.my-account-orders{display:flex;flex-direction:column;gap:.75rem;width:100%;min-height:100%}.my-account-orders__top{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.my-account-orders__contact{margin-right:1rem;transition:color .24s ease-in-out}.my-account-orders__contact:hover{color:#4f5bd5}.my-account-orders__title{margin:0}.my-account-orders__back-link{display:inline-flex;align-items:center;gap:.25rem;margin-top:.5rem;color:#111827;font-weight:500;text-decoration:none;transition:color .24s ease-in-out}.my-account-orders__back-link:hover{color:#4f5bd5}.my-account-orders__tabs{display:flex;flex-direction:row;align-items:center;gap:0;padding:.375rem;border-radius:.75rem;background:#fff;border:1px solid #D9E0F2;width:fit-content;flex-wrap:wrap}@media only screen and (max-width:575px){.my-account-orders__tabs{display:grid;grid-template-columns:1fr 1fr;width:100%}}.my-account-orders__tab{border:0;background:transparent;color:#4b5563;padding:10px 24px;border-radius:9px;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .24s ease-in-out,color .24s ease-in-out}@media only screen and (max-width:575px){.my-account-orders__tab{text-align:center}}.my-account-orders__tab--active{background:#4f5bd5;color:#fff}.my-account-orders__table-wrapper{background:#fff;border-radius:24px;box-shadow:0 4px 6px #10121a0a;margin-top:2.25rem;max-width:1200px;width:100%;align-self:center;overflow:auto}@media only screen and (max-width:991px){.my-account-orders__table-wrapper{background-color:transparent;box-shadow:none}}.my-account-orders__table-wrapper--details{margin-top:0;max-width:none}.my-account-orders__table{width:100%;border-collapse:collapse}.my-account-orders__table thead{background:#fff4ed}.my-account-orders__table th,.my-account-orders__table td{padding:1rem 1.25rem;text-align:left;vertical-align:middle}.my-account-orders__table th{font-weight:600;color:#111827}@media only screen and (max-width:991px){.my-account-orders__table tbody{display:flex;flex-direction:column;gap:1rem}}.my-account-orders__table tbody tr{border-top:1px solid #E3E8F4}@media only screen and (max-width:991px){.my-account-orders__table tbody tr{border-top:none}}.my-account-orders__table td{font-size:.875rem;color:#111827}.my-account-orders__details-link{display:inline-flex;align-items:center;gap:.25rem;color:#4f5bd5;font-weight:600;text-decoration:none;white-space:nowrap}.my-account-orders__details-link:hover{color:#3b46b5}.my-account-orders__element{text-align:center!important;text-wrap:nowrap}@media only screen and (max-width:991px){.my-account-orders__element{flex-direction:row!important;border-top:1px solid #E3E8F4!important;padding-top:1rem!important}.my-account-orders__element:before{margin-right:auto}}.my-account-orders__element--badge{display:flex;justify-content:center}@media only screen and (max-width:991px){.my-account-orders__element--price{order:2}}.my-account-orders__element .price,.my-account-orders__bold{font-weight:600}.my-account-orders__details-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:1.25rem;margin-top:1.25rem;margin-bottom:.5rem}.my-account-orders__details-card,.my-account-orders__updates{background:#fff;border-radius:24px;box-shadow:0 4px 6px #10121a0a;padding:1.5rem}.my-account-orders__details-title{margin:0 0 1rem;color:#111827;font-weight:600}.my-account-orders__details-rows{display:flex;flex-direction:column;gap:.75rem}.my-account-orders__details-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0;color:#111827}.my-account-orders__details-note{display:grid;grid-template-columns:auto 1fr;gap:.25rem;margin-top:.25rem;color:#111827}.my-account-orders__details-note p{margin:0;font-size:16px;font-weight:600}.my-account-orders__payment-button{padding:.5rem 1rem;margin-left:.5rem;font-size:.75rem;line-height:1}.my-account-orders__billing-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem}.my-account-orders__billing-address,.my-account-orders__billing-summary{color:#111827}.my-account-orders__billing-address p,.my-account-orders__billing-address address,.my-account-orders__billing-summary p,.my-account-orders__billing-summary address{margin:0;font-size:16px}.my-account-orders__billing-address address,.my-account-orders__billing-summary address{font-style:normal;line-height:1.6}.my-account-orders__billing-address{display:flex;flex-direction:column;gap:.25rem}.my-account-orders__billing-summary{display:flex;flex-direction:column;gap:.75rem}.my-account-orders__billing-summary p{display:flex;gap:.25rem}.my-account-orders__table--details th:first-child,.my-account-orders__table--details td:first-child{text-align:left}.my-account-orders__product-name{display:flex;align-items:center;gap:.75rem;font-weight:500}.my-account-orders__product-name .product-quantity{text-wrap:nowrap}.my-account-orders__product-number{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.125rem;height:1.125rem;border-radius:.25rem;background:#31c48d;color:#fff;font-weight:700}.my-account-orders__product-number--yellow{background:#e3a008}.my-account-orders__product-number--green{background:#31c48d}.my-account-orders__product-number--pink{background:#f17eb8}.my-account-orders__updates{margin-top:1rem}.my-account-orders__updates ol{display:flex;flex-direction:column;gap:.75rem;margin:0;padding-left:1.25rem}.my-account-orders__updates p{margin:0}.my-account-orders__badge{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;border-radius:999px;white-space:nowrap}.my-account-orders__badge--active{background:#31c48d;color:#fff}.my-account-orders__badge--pending{background:#f17eb8;color:#fff}.my-account-orders__badge--completed{background:#d77a7b;color:#fff}.my-account-orders__badge--cancelled{background:#4b5563;color:#fff}.my-account-orders__empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;min-height:28rem;padding:4rem 2rem}.my-account-orders__empty-icon{width:5rem;height:5rem;margin-bottom:.5rem;color:#111827}.my-account-orders__empty-title{margin:0;font-weight:600;color:#111827}.my-account-orders__empty-text{margin:0;color:#4b5563}.my-account-orders__empty-button{margin-top:1rem;padding:.75rem 1.5rem}.my-account-orders__empty--section{flex:none;min-height:auto;width:100%;padding:4rem 0;gap:1rem}.my-account-orders__empty--section .my-account-orders__empty-icon{width:3rem;height:3rem;margin-bottom:.5rem}.my-account-orders__empty--section .my-account-orders__empty-title{font-size:1.25rem;line-height:1.4}.my-account-orders__empty--section .my-account-orders__empty-text{font-size:.875rem}.my-account-orders__pagination{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.my-account-orders__pagination a{color:#4f5bd5;text-decoration:none;font-weight:600}.my-account-orders__pagination a:hover{color:#3b46b5}@media only screen and (max-width:991px){.my-account-orders__top{align-items:flex-start;gap:1rem}.my-account-orders__details-grid,.my-account-orders__billing-grid{grid-template-columns:1fr}.my-account-orders__table-wrapper{overflow-x:auto}.my-account-orders__table-wrapper--details{overflow:visible}.my-account-orders__table{min-width:760px}.my-account-orders__table--details{min-width:0}.my-account-orders__table--details thead{display:none}.my-account-orders__table--details tbody tr{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem 1.25rem}}@media only screen and (max-width:991px)and (max-width:991px){.my-account-orders__table--details tbody tr{gap:1rem}}@media only screen and (max-width:991px){.my-account-orders__table--details th,.my-account-orders__table--details td{padding:0;border:0}.my-account-orders__table--details td.my-account-orders__product-name{flex:1 0 100%;align-items:flex-start;line-height:1.4}.my-account-orders__table--details td.my-account-orders__element{display:flex;flex:1 1 calc(50% - .375rem);flex-direction:column;align-items:flex-start;gap:.25rem;min-width:0;text-align:left!important;text-wrap:wrap;white-space:normal}.my-account-orders__table--details td.my-account-orders__element:before{content:attr(data-title);font-size:.75rem;font-weight:600;color:#4b5563}.my-account-orders__table--details td.my-account-orders__element .price{font-weight:600}}.my-account-trainings__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;width:100%;max-width:1300px;align-self:center;margin-top:2rem}.my-account-trainings__card{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;min-height:10.5rem;padding:1.25rem;border-radius:1rem;background:#fff;box-shadow:0 4px 6px #10121a0a}.my-account-trainings__card-content{display:flex;flex-direction:column;gap:1.5rem}.my-account-trainings__card-title{margin:0;color:#111827;font-weight:600;line-height:1.35}.my-account-trainings__card-meta{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:.375rem;color:#111827}.my-account-trainings__card-col{display:flex;flex-direction:column;align-items:flex-end}.my-account-trainings__card-date{margin-left:auto;color:#111827}.my-account-trainings__card-button{width:100%;padding:.75rem 1rem;font-size:.75rem}.my-account-trainings__pagination{align-items:center;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.my-account-trainings__page-link{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid #C7D0E3;border-radius:.75rem;color:#4f5bd5;font-weight:600;text-decoration:none;transition:background-color .24s ease-in-out,border-color .24s ease-in-out,color .24s ease-in-out}.my-account-trainings__page-link:hover,.my-account-trainings__page-link--active{background:#4f5bd5!important;border-color:#4f5bd5!important;color:#fff!important}.my-account-trainings__button:hover{background-color:#4f5bd5!important;color:#fff!important}@media only screen and (max-width:1199px){.my-account-trainings__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:991px){.my-account-trainings__grid{grid-template-columns:1fr;max-width:none}.my-account-trainings__card-date{width:100%;margin-left:0}}.my-account-training__panel{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:59.375rem;margin:2rem auto 0;padding:2rem;border-radius:1.5rem;background:#fff}.my-account-training__intro{display:flex;flex-direction:column;gap:1rem;flex:1 1 auto;min-width:0}.my-account-training__header{display:flex;flex-direction:column;gap:1rem;width:100%}.my-account-training__summary{display:flex;justify-content:space-between;gap:2rem;width:100%;align-items:center}.my-account-training__certificate{display:flex;align-items:stretch;gap:4rem;flex:0 0 auto}.my-account-training__certificate-divider{width:1px;background:#d9e0f2}.my-account-training__certificate-actions{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;min-width:18.75rem}.my-account-training__certificate-button{width:100%;min-height:2.5rem;padding:.75rem 1rem;border-color:#4f5bd5;color:#4f5bd5;font-weight:600}.my-account-training__certificate-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-end;width:100%;padding:0 .5rem}.my-account-training__certificate-link{display:inline-flex;align-items:center;gap:.5rem;color:#111827;text-decoration:none;transition:color .24s ease-in-out}.my-account-training__certificate-link:hover{color:#4f5bd5}.my-account-training__certificate-link-icon{width:1rem;height:1rem;flex:0 0 auto}.my-account-training__materials-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 0;text-align:center}.my-account-training__materials-empty-icon{width:3rem;height:3rem;color:#4b5563}.my-account-training__materials-empty-copy{display:flex;flex-direction:column;gap:.5rem}.my-account-training__materials-empty-title{margin:0;color:#111827}.my-account-training__materials-empty-text{margin:0;color:#4b5563}.my-account-training__materials-empty-button{padding:.75rem 1.5rem}.my-account-training__title{margin:0;width:100%;color:#111827;font-weight:600;line-height:1.3}.my-account-training__details{width:100%;flex:1 1 auto;min-width:0}.my-account-training__meta{display:flex;flex-direction:column;gap:1rem;color:#4b5563}.my-account-training__meta-group{display:flex;flex-wrap:wrap;gap:1.5rem}.my-account-training__meta-row{display:flex;flex-wrap:wrap;gap:.35rem;margin:0}.my-account-training__meta-row strong{color:#111827;font-weight:600}.my-account-training__divider{width:100%;height:0;margin:0;border:0;border-top:1px solid #E9EEFA}.my-account-training__materials{display:flex;flex-direction:column;gap:.75rem}.my-account-training__materials-title{margin:0;color:#111827;font-weight:600;line-height:1.4}.my-account-training__materials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.my-account-training__material-card{border:1px solid #D9E0F2;border-radius:1.5rem;background:#fff;box-shadow:0 2px 8px #2c2f6b0a;overflow:hidden}.my-account-training__material-link{display:block;padding:.5rem;color:inherit;text-decoration:none;transition:box-shadow .24s ease-in-out}.my-account-training__material-link:hover{box-shadow:0 4px 12px #2c2f6b14}.my-account-training__material-preview{position:relative;display:flex;align-items:center;justify-content:center;min-height:10.0625rem;border-radius:1rem 1rem 0 0;background:#111827;overflow:hidden}.my-account-training__material-preview--has-preview .my-account-training__material-preview-icon{display:none}.my-account-training__material-preview-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}.my-account-training__material-preview-overlay{position:absolute;inset:0;z-index:1;background:#1118274d;pointer-events:none}.my-account-training__material-preview-icon{position:relative;z-index:2;width:3rem;height:3rem;color:#fff}.my-account-training__material-name{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:0 0 1rem 1rem;background:#e9eefa;color:#111827}.my-account-training__material-file-icon{flex:0 0 auto;width:1rem;height:1rem;color:#111827}.my-account-training__material-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:1199px){.my-account-training__materials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:991px){.my-account-training__panel{margin-top:1.5rem;padding:1.25rem}.my-account-training__header{gap:1rem}.my-account-training__summary{flex-direction:column;gap:1.5rem}.my-account-training__certificate{width:100%;flex-direction:column;gap:1rem}.my-account-training__certificate-divider{width:100%;height:1px}.my-account-training__certificate-actions{align-items:stretch;min-width:0;width:100%}.my-account-training__certificate-links{justify-content:space-between}.my-account-training__materials-grid{grid-template-columns:1fr}.my-account-training__meta-group{flex-direction:column;gap:.5rem}}@media only screen and (max-width:991px){.woocommerce-table__line-item{display:flex;flex-direction:column;background-color:#fff;border-radius:16px}}html.is-account-menu-open{overflow:hidden}.navigation__overlay{display:none}@media only screen and (max-width:991px){.navigation__overlay{display:block;position:fixed;inset:0;z-index:25;border:0;background:#111827;opacity:0;pointer-events:none;transition:opacity .24s ease-in-out}}@media only screen and (max-width:991px){.navigation__overlay:not([hidden]){opacity:.3;pointer-events:all}}.navigation{min-width:320px;background-color:#fff;border-right:1px solid #E9EEFA;box-shadow:0 2px 16px #2c2f6b0a;border-top-right-radius:40px;display:flex;flex-direction:column}@media only screen and (max-width:991px){.navigation{position:fixed;inset:0;z-index:30;min-width:0;width:100%;border-right:0;border-top-right-radius:0;box-shadow:none;transform:translate(-100%);transition:transform .35s ease-in-out}.navigation--open{transform:translate(0)}}.navigation__mobile-header{display:none}@media only screen and (max-width:991px){.navigation__mobile-header{display:flex;align-items:center;justify-content:space-between;min-height:5.5rem;padding:1.5rem;border-bottom:1px solid #D9E0F2;flex-shrink:0}}.navigation__close{display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer;line-height:0}.navigation__close-icon{width:1.5rem;height:1.5rem}.navigation__content{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}@media only screen and (max-width:991px){.navigation__content{padding:2rem 1.5rem;gap:2rem;overflow-y:auto}}@media only screen and (max-width:991px){.navigation__content-top{display:flex;flex-direction:column;gap:1rem;width:100%}}.navigation__top{padding:2rem 2.25rem 1.5rem;border-bottom:1px solid #E9EEFA}@media only screen and (max-width:991px){.navigation__top{display:none}}.navigation__logo{width:115px}@media only screen and (max-width:991px){.navigation__logo{width:7.25rem;height:2rem;object-fit:contain}}.navigation__middle{padding:1.5rem 2rem;border-bottom:1px solid #E9EEFA;display:flex;flex-direction:row;gap:.75rem;align-items:center;font-weight:500}@media only screen and (max-width:991px){.navigation__middle{padding:0;border-bottom:0;font-size:1.25rem;line-height:1.5}}.navigation__bottom{padding:1.5rem 1.25rem}@media only screen and (max-width:991px){.navigation__bottom{padding:0}}.navigation__list{padding:0!important;gap:0!important}.navigation__list .is-active .navigation__element-link{background-color:#4f5bd5;color:#fff;font-weight:600;transition:background-color .24s ease-in-out}.navigation__list .is-active .navigation__element-link:hover{background-color:#3b46b5;color:#fff}.navigation__element:before{content:none!important}@media only screen and (max-width:991px){.navigation__element--logout-desktop{display:none}}.navigation__element-link{background-color:#fff;color:#111827;display:flex;flex-direction:row;gap:.5rem;align-items:center;padding:.75rem 1rem;border-radius:.75rem;transition:color .24s ease-in-out,background-color .24s ease-in-out;text-decoration:none;min-height:3.5rem}@media only screen and (max-width:991px){.navigation__element-link{gap:.5rem;padding:.5rem .75rem;font-size:1rem;line-height:1.5}}.navigation__element-link:hover{color:#4f5bd5}.navigation__icon{width:1.5rem;height:1.5rem;flex-shrink:0}@media only screen and (max-width:991px){.navigation__icon{width:1.5rem;height:1.5rem}}.navigation__footer{display:none}@media only screen and (max-width:991px){.navigation__footer{display:flex;flex-direction:column;gap:0;width:100%;margin-top:auto}}@media only screen and (max-width:991px){.navigation__footer-row{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:3.5rem;padding:0 1rem}}.navigation__footer-link,.navigation__footer-logout{display:flex;align-items:center;min-height:3.5rem;padding:.75rem 1rem;border-radius:.75rem;color:#111827;text-decoration:none;transition:color .24s ease-in-out}.navigation__footer-link:hover,.navigation__footer-logout:hover{color:#4f5bd5}@media only screen and (max-width:991px){.navigation__footer-link{min-height:auto;padding:0}}.navigation__footer-logout{min-height:4rem;padding:.75rem 1rem}.navigation__footer-flag{display:flex;align-items:center;gap:.25rem;min-height:3.5rem;padding:.75rem 1rem;color:#111827}@media only screen and (max-width:991px){.navigation__footer-flag{min-height:auto;padding:0}}.navigation__footer-flag-arrow{width:1rem;height:1rem}.account-mobile-bar{display:none}@media only screen and (max-width:991px){.account-mobile-bar{display:flex;align-items:center;margin-bottom:1rem}}.account-mobile-bar__menu{display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer;line-height:0;color:#111827}.account-mobile-bar__menu svg path{transition:stroke .24s ease-in-out}.account-mobile-bar__menu:hover svg path{stroke:#4f5bd5}.account-mobile-bar__menu-icon{width:1.5rem;height:1.5rem}@media only screen and (max-width:991px){.woocommerce-MyAccount-content .tqm-header__icons{display:none}}.my-account-certificates{display:flex;flex-direction:column;gap:2rem;width:100%;min-height:100%}.my-account-certificates__top{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.my-account-certificates__contact{margin-right:1rem;cursor:pointer;color:#111827;transition:color .24s ease-in-out}.my-account-certificates__contact:hover{color:#4f5bd5}.my-account-certificates__title{margin:0}.my-account-certificates__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;width:100%;max-width:64.5rem;align-self:center}.my-account-certificates__card{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1.25rem;border:1px solid #D9E0F2;border-radius:1.5rem;background:#fff;box-shadow:0 2px 16px #2c2f6b0a;overflow:hidden}.my-account-certificates__card-preview{position:relative;min-height:12.25rem;height:12.25rem;overflow:hidden;background:#111827}.my-account-certificates__card-preview-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}.my-account-certificates__card-preview-overlay{position:absolute;inset:0;background:#1118274d;pointer-events:none}.my-account-certificates__card-body{display:flex;flex-direction:column;gap:1rem;padding:0 1rem;justify-content:space-between;height:100%}.my-account-certificates__card-title{margin:0;color:#111827;font-weight:500;line-height:1.5}.my-account-certificates__card-button{width:100%;min-height:2.25rem;padding:.75rem 1rem;text-align:center;text-decoration:none}.my-account-certificates__card-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1rem 0;border-top:1px solid #D9E0F2;margin-top:auto}.my-account-certificates__card-action{display:inline-flex;align-items:center;gap:.5rem;color:#111827;text-decoration:none;transition:color .24s ease-in-out}.my-account-certificates__card-action:hover{color:#4f5bd5}.my-account-certificates__card-action-icon{width:1rem;height:1rem;flex:0 0 auto}@media only screen and (max-width:1199px){.my-account-certificates__grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}}@media only screen and (max-width:991px){.my-account-certificates__top{align-items:flex-start;gap:1rem}.my-account-certificates__grid{grid-template-columns:1fr}.my-account-certificates__card-footer{flex-direction:column;align-items:flex-start}}.checkout-stepper{width:100%;border-radius:24px;padding:3rem;background:radial-gradient(163.78% 87.58% at 26.88% 3.93%,#202883,#11156d)}@media only screen and (max-width:991px){.checkout-stepper{padding:1.5rem;border-radius:16px}}.checkout-stepper__list{display:flex;align-items:center;gap:1.5rem;margin:0;padding:0!important;list-style:none}@media only screen and (max-width:575px){.checkout-stepper__list{gap:.5rem}}.checkout-stepper__item{display:flex;align-items:center;gap:.75rem;color:#fff;flex-shrink:0}.checkout-stepper__link,.checkout-stepper__content{display:flex;align-items:center;gap:.75rem;color:inherit}.checkout-stepper__link{text-decoration:none;border-radius:999px;transition:opacity .24s ease-in-out}.checkout-stepper__link:hover{opacity:.85}.checkout-stepper__link:focus-visible{outline:2px solid #FFFFFF;outline-offset:4px}.checkout-stepper__item--clickable{cursor:pointer}.checkout-stepper__indicator{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid #FFFFFF;display:flex;align-items:center;justify-content:center;flex-shrink:0}.checkout-stepper__number{color:#fff;font-weight:400}.checkout-stepper__label{color:#fff;white-space:nowrap}@media only screen and (max-width:767px){.checkout-stepper__label{display:none}}.checkout-stepper__item--active .checkout-stepper__indicator{background-color:#4f5bd5;border-color:#fff}.checkout-stepper__item--active .checkout-stepper__label{font-weight:600}.checkout-stepper__item--completed .checkout-stepper__indicator{background-color:#4f5bd5;border-color:#fff}.checkout-stepper__divider{flex:1 1 auto;height:1px;background-color:#ffffff59;min-width:1.5rem;list-style:none}@media only screen and (max-width:575px){.checkout-stepper__divider{min-width:.5rem}}.checkout-section-card{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;border-radius:24px;border:1px solid #E9EEFA;background-color:#fff;box-shadow:0 2px 8px #2c2f6b0a}@media only screen and (max-width:575px){.checkout-section-card{padding:1rem;border-radius:16px}}.checkout-section-card--wide{grid-column:span 2}.checkout-section-card__title{margin:0;color:#111827}.checkout-section-card__content{display:flex;flex-direction:column;gap:.75rem}.checkout-section-card__footer{display:flex;width:100%}.checkout-section-card__footer--end{justify-content:flex-end}.checkout-cart-item{display:grid;grid-template-columns:20rem auto auto 20px;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:16px;background-color:#f4f7fd}@media only screen and (max-width:991px){.checkout-cart-item{display:flex;flex-wrap:wrap;gap:.75rem}}@media only screen and (max-width:767px){.checkout-cart-item{padding:.75rem}}.checkout-cart-item__product{display:flex;align-items:center;gap:.75rem;min-width:0}@media only screen and (max-width:991px){.checkout-cart-item__product{width:100%}}.checkout-cart-item__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:12px;background-color:#e3a008;color:#fff;flex-shrink:0}.checkout-cart-item__icon svg{width:1.75rem;height:1.75rem}.checkout-cart-item__name{margin:0;color:#111827;text-decoration:none}.checkout-cart-item__name:hover{color:#4f5bd5}.checkout-cart-item__remove{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:#111827;transition:color .24s ease-in-out}@media only screen and (max-width:991px){.checkout-cart-item__remove{grid-area:remove;justify-self:end}}.checkout-cart-item__remove:hover{color:#ef4444}.checkout-price{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;min-width:7.5rem;color:#111827}.checkout-price__gross,.checkout-price__net{display:flex;align-items:flex-end;gap:.25rem;white-space:nowrap}.checkout-price__amount{font-weight:600;color:#111827}.checkout-price__net .checkout-price__amount{font-weight:400}.checkout-price__suffix{color:#111827}.checkout-price__suffix--big{line-height:23px!important}.checkout-quantity-select{display:flex;flex-direction:column;gap:.25rem}.checkout-quantity-select__control{position:relative;width:3.875rem}.checkout-quantity-select__input{width:100%;height:2.5rem;padding:.5rem 1.75rem .5rem .75rem;border:1px solid #D9E0F2;border-radius:12px;background-color:#f9fafe;color:#4b5563;appearance:none;cursor:pointer}.checkout-quantity-select__input:focus{outline:none;border-color:#4f5bd5;color:#111827}.checkout-quantity-select__icon{position:absolute;top:50%;right:.675rem;transform:translateY(-50%);pointer-events:none;width:.675rem;height:.675rem;color:#111827}.checkout-quantity-select__label{color:#4b5563}.checkout-selection-option{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;border-radius:16px;background-color:#f4f7fd;border:2px solid transparent;cursor:pointer;transition:border-color .24s ease-in-out,background-color .24s ease-in-out}@media only screen and (max-width:575px){.checkout-selection-option{gap:.5rem;padding:.75rem}}.checkout-selection-option+.checkout-selection-option{margin-top:.75rem}.checkout-selection-option__input{position:absolute;opacity:0;pointer-events:none}.checkout-selection-option__content{display:flex;align-items:center;gap:1rem;min-width:0}@media only screen and (max-width:575px){.checkout-selection-option__content{gap:.5rem}}.checkout-selection-option__media{flex-shrink:0}.checkout-selection-option__logo{display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:8px;background-color:#fff;overflow:hidden}@media only screen and (max-width:575px){.checkout-selection-option__logo{width:2.25rem;height:2.25rem}}.checkout-selection-option__logo svg{width:2rem;height:2rem;color:#111827}@media only screen and (max-width:575px){.checkout-selection-option__logo svg{width:1.5rem;height:1.5rem}}.checkout-selection-option__logo--gateway img{display:block;max-width:100%;max-height:100%;object-fit:contain}.checkout-selection-option__logo--payment{color:#111827}.checkout-selection-option__details{display:flex;flex-direction:column;gap:.125rem;min-width:0}.checkout-selection-option__title{color:#111827;font-weight:600}.checkout-selection-option__description{color:#111827}.checkout-selection-option__radio{width:1.25rem;height:1.25rem;border-radius:50%;border:1.25px solid #D9E0F2;background-color:#fff;flex-shrink:0;position:relative}.checkout-selection-option__radio:after{content:"";position:absolute;inset:.1875rem;border-radius:50%;background-color:transparent;transition:background-color .24s ease-in-out}.checkout-selection-option--selected{border-color:#4f5bd5}.checkout-selection-option--selected .checkout-selection-option__radio:after{background-color:#4f5bd5}.checkbox{display:flex;gap:.75rem;align-items:center}.checkbox__input{appearance:none;width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;flex:0 0 1rem;border:1px solid #D9E0F2;border-radius:4px;background:#e9eefa;transition:background .2s ease-in-out,border-color .2s ease-in-out;position:relative;cursor:pointer}.checkbox__input:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid transparent;border-width:0 2px 2px 0;transform:rotate(40deg);transition:border .2s ease-in-out}.checkbox__input:hover{border-color:#c7d0e3}.checkbox__input:active{border-color:#acb4c4}.checkbox__input:checked{background:#4f5bd5;border-color:#4f5bd5}.checkbox__input:checked:after{border:solid white;border-width:0 2px 2px 0}.checkbox__input:checked:hover{background:#3b46b5;border-color:#3b46b5}.checkbox__input:checked:active{background:#383f85;border-color:#383f85}.checkbox__text{font-size:.875rem}.checkbox__link{text-decoration:underline;transition:color .24s ease-in-out}.checkbox__link:hover{color:#4f5bd5}.checkbox__link:active{color:#3b46b5}.checkout-order-summary{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 1.25rem;border-radius:20px;border:1px solid #E9EEFA;background-color:#fff;box-shadow:0 2px 8px #2c2f6b0a;height:fit-content;position:sticky;top:9rem;max-width:430px;min-width:380px}@media only screen and (max-width:1199px){.checkout-order-summary{position:static;width:100%;max-width:100%}}.checkout-order-summary__lines{display:flex;flex-direction:column;gap:1rem}.checkout-order-summary__line{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#111827}.checkout-order-summary__line-label,.checkout-order-summary__line-value{font-weight:600}@media only screen and (max-width:575px){.checkout-order-summary__line-value{white-space:nowrap}}.checkout-order-summary__divider{width:100%;height:1px;background-color:#e9eefa}.checkout-order-summary__total{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#111827}.checkout-order-summary__total-label{font-weight:500}.checkout-order-summary__total-value{font-weight:600}.checkout-order-summary__terms .woocommerce-terms-and-conditions-wrapper,.checkout-order-summary__terms .checkout-terms__field{margin:0}.checkout-order-summary__terms .checkout-terms__label{align-items:flex-start}.checkout-order-summary__terms .checkbox__text{color:#111827;line-height:1.5}.checkout-order-summary__terms .checkbox__text a{color:#4f5bd5;text-decoration:underline}.checkout-order-summary__terms .checkbox__text a:hover{color:#3b46b5}.checkout-order-summary__terms .required{color:#ef4444;text-decoration:none;margin-left:.125rem}.checkout-order-summary__terms .woocommerce-privacy-policy-text{margin:0 0 .75rem;color:#4b5563;line-height:1.5;font-size:.75rem}.checkout-order-summary__terms .woocommerce-privacy-policy-text p{font-size:.75rem}.checkout-order-summary__terms .woocommerce-privacy-policy-text a{color:#4f5bd5;text-decoration:underline}.checkout-order-summary__terms .checkout-inline-error-message{color:#ef4444;line-height:1.5;font-size:.875rem;margin-top:.75rem;text-align:center}.checkout-order-summary__cta{width:100%!important;justify-content:center}.checkout-coupon-section{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}@media only screen and (max-width:991px){.checkout-coupon-section{flex-direction:column;align-items:stretch}}.checkout-coupon-section__title{margin:0;color:#111827;white-space:nowrap}.checkout-coupon-section__controls{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;width:100%;max-width:24.4375rem}@media only screen and (max-width:991px){.checkout-coupon-section__controls{max-width:none;flex-direction:column;align-items:stretch}}.checkout-coupon-section__input{width:17.5rem;max-width:100%;height:2.75rem;border-radius:12px}@media only screen and (max-width:991px){.checkout-coupon-section__input{width:100%}}.checkout-coupon-section__button{min-width:6.4375rem}.checkout-billing-form{display:flex;flex-direction:column;gap:2rem}.checkout-billing-form__account-type{display:flex;align-items:flex-start;gap:4rem}@media only screen and (max-width:991px){.checkout-billing-form__account-type{flex-direction:column;gap:1rem}}.checkout-billing-form__account-type-label{color:#111827;font-weight:500;flex-shrink:0}.checkout-billing-form__account-type-options{display:flex;flex-wrap:wrap;gap:2.5rem}.checkout-billing-form__account-type-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin:0}.checkout-billing-form__account-type-input{position:absolute;opacity:0;pointer-events:none}.checkout-billing-form__account-type-radio{width:1.5rem;height:1.5rem;border-radius:50%;border:1.25px solid #D9E0F2;background-color:#fff;flex-shrink:0;position:relative}.checkout-billing-form__account-type-radio:after{content:"";position:absolute;inset:.3125rem;border-radius:50%;background-color:transparent;transition:background-color .24s ease-in-out}.checkout-billing-form__account-type-option--selected .checkout-billing-form__account-type-radio:after{background-color:#4f5bd5}.checkout-billing-form__account-type-text{color:#111827}.checkout-billing-form__fields{display:flex;flex-direction:column;gap:1.25rem;max-width:35.8125rem;width:100%}.checkout-billing-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}@media only screen and (max-width:575px){.checkout-billing-form__row{grid-template-columns:1fr}}.checkout-billing-form__field{display:flex;flex-direction:column;gap:.375rem;margin:0}.checkout-billing-form__label{color:#111827;font-weight:500}.checkout-billing-form__label .required{color:#ef4444}.checkout-billing-form__input,.checkout-billing-form__textarea{width:100%;min-height:2.8125rem;border:1px solid #E3E8F4;border-radius:8px;background:#fbfcff;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:#111827;transition:border-color .24s ease-in-out}.checkout-billing-form__input:focus,.checkout-billing-form__textarea:focus{outline:none;border-color:#4f5bd5}.checkout-billing-form__textarea{min-height:10.1875rem;resize:vertical}.checkout-billing-form--private .checkout-billing-form__field--company{display:none}.checkout-section-card--form{gap:2rem;padding:2rem}@media only screen and (max-width:575px){.checkout-section-card--form{padding:1rem;gap:1.5rem}}.checkout-section-card--form .checkout-section-card__header{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.checkout-section-card--form .checkout-section-card__title{font-weight:600}.checkout-section-card--form .checkout-section-card__subtitle{color:#4b5563}.checkout-section-card--form .checkout-section-card__description{margin:0;color:#4b5563}.checkout-section-card--form .checkout-section-card__content{gap:0}.checkout-page__wc-review{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.checkout-page__notices{width:100%;display:flex;flex-direction:column;gap:.5rem}.checkout-page__notices:empty{display:none}.checkout-page__notices .woocommerce-error,.checkout-page__notices .woocommerce-message,.checkout-page__notices .woocommerce-info{height:auto;width:100%}.checkout-page .woocommerce-checkout-review-order-table{display:none}.checkout-page #payment .place-order button[name=woocommerce_checkout_place_order],.checkout-field--hidden{display:none!important}.checkout-page--summary .checkout-summary__options-row,.checkout-page--summary .checkout-summary__details-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media only screen and (max-width:1199px){.checkout-page--summary .checkout-summary__options-row,.checkout-page--summary .checkout-summary__details-row{grid-template-columns:1fr}}.checkout-page--summary .checkout-summary__option-card,.checkout-page--summary .checkout-summary__details-card{min-width:0}.checkout-summary-cart-item{display:grid;grid-template-columns:25rem auto auto;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:16px;background-color:#f4f7fd}@media only screen and (max-width:991px){.checkout-summary-cart-item{display:flex;flex-wrap:wrap;gap:.75rem;padding:.75rem}}.checkout-summary-cart-item__product{display:flex;align-items:center;gap:.75rem;min-width:0;max-width:25rem}@media only screen and (max-width:991px){.checkout-summary-cart-item__product{width:100%;max-width:none}}.checkout-summary-cart-item__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:12px;background-color:#e3a008;color:#fff;flex-shrink:0}.checkout-summary-cart-item__icon svg{width:1.75rem;height:1.75rem}.checkout-summary-cart-item__name{margin:0;color:#111827;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.checkout-summary-cart-item__quantity{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.checkout-summary-cart-item__quantity-value{display:flex;align-items:center;justify-content:center;background-color:#f9fafe;color:#4b5563;font-weight:600}.checkout-summary-cart-item__quantity-label{color:#4b5563}.checkout-summary-cart-item__pricing{justify-self:end}@media only screen and (max-width:991px){.checkout-summary-cart-item__pricing{justify-self:auto}}.checkout-summary-option{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:16px}@media only screen and (max-width:575px){.checkout-summary-option{gap:.5rem;padding:.75rem}}.checkout-summary-option__media{flex-shrink:0;border:1px solid #E9EEFA;border-radius:8px}.checkout-summary-option__logo{display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:8px;background-color:#fff;overflow:hidden}@media only screen and (max-width:575px){.checkout-summary-option__logo{width:2.25rem;height:2.25rem}}.checkout-summary-option__logo svg{width:2rem;height:2rem;color:#111827}@media only screen and (max-width:575px){.checkout-summary-option__logo svg{width:1.5rem;height:1.5rem}}.checkout-summary-option__logo--gateway img{display:block;max-width:100%;max-height:100%;object-fit:contain}.checkout-summary-option__details{display:flex;flex-direction:column;gap:.125rem;min-width:0}.checkout-summary-option__title{color:#111827;font-weight:600}.checkout-summary-option__description{color:#111827}.checkout-summary-details{display:flex;flex-direction:column;gap:.25rem}.checkout-summary-details__line{margin:0;color:#111827}.checkout-page--confirmation .checkout-summary__options-row,.checkout-page--confirmation .checkout-summary__details-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media only screen and (max-width:1199px){.checkout-page--confirmation .checkout-summary__options-row,.checkout-page--confirmation .checkout-summary__details-row{grid-template-columns:1fr}}.order-received__success-card .checkout-section-card__content{display:flex;flex-direction:column;gap:1.5rem}.order-received__message{display:flex;align-items:flex-start;gap:1rem}@media only screen and (max-width:575px){.order-received__message{flex-direction:column}}.order-received__icon{width:4rem;height:4rem;flex-shrink:0;color:#4f5bd5}.order-received__text{display:flex;flex-direction:column;gap:.5rem;min-width:0}.order-received__title{margin:0;color:#111827}.order-received__description{margin:0;color:#4b5563}.order-received__overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;padding:1rem 1.25rem;border-radius:16px;background-color:#f4f7fd}@media only screen and (max-width:991px){.order-received__overview{grid-template-columns:1fr}}.order-received__overview-item{display:flex;flex-direction:column;gap:.25rem;min-width:0;margin:0}.order-received__overview-label{margin:0;color:#4b5563;font-weight:600}.order-received__overview-value{margin:0;color:#111827;font-weight:600;word-break:break-word}.order-received__actions{display:flex;flex-wrap:wrap;gap:.75rem}.order-received__cta{align-self:flex-start}.order-received__gateway-output:empty{display:none}.order-received__gateway-output>*{margin:0}.order-received--failed{max-width:48rem}.checkout-page{padding:2rem 0 4rem;background-color:#f4f7fd}.checkout-page__container{display:flex;flex-direction:column;gap:1.5rem}@media only screen and (max-width:575px){.checkout-page__container{padding-left:.75rem!important;padding-right:.75rem!important}}.checkout-page__layout{display:flex;flex-direction:row;gap:5rem;align-items:start}@media only screen and (max-width:1399px){.checkout-page__layout{gap:2.5rem}}@media only screen and (max-width:1199px){.checkout-page__layout{flex-direction:column;gap:1.5rem}}@media only screen and (max-width:575px){.checkout-page__layout{display:flex;flex-direction:column}}.checkout-page__main,.checkout-page__form{display:flex;flex-direction:column;gap:1rem;min-width:0;flex:1 1 auto}@media only screen and (max-width:1199px){.checkout-page__main,.checkout-page__form{width:100%}}.checkout-page__items,.checkout-page__options{display:flex;flex-direction:column;gap:.75rem}@media only screen and (max-width:1199px){.checkout-page__summary{order:-1}}@media only screen and (max-width:575px){.checkout-page__summary{padding:1rem}}.checkout-page__update-button{min-width:10.3125rem}.checkout-page--empty{min-height:24rem}.checkout-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 1.5rem;border-radius:24px;background-color:#fff;border:1px solid #E9EEFA;text-align:center}.checkout-page__empty-title,.checkout-page__empty-description{margin:0;color:#111827}.checkout-page .woocommerce-NoticeGroup-checkout{margin-bottom:1.5rem}.checkout-page__wc-review,.checkout-page__hidden-fields{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.checkout-page #payment .place-order button[name=woocommerce_checkout_place_order]{display:none!important}.button--checkout{padding:.75rem 1rem!important;border-radius:12px;min-height:2.75rem}.woocommerce-cart-form .button[name=update_cart]{display:inline-flex}.checkout-page .woocommerce-notices-wrapper{margin-bottom:.5rem}.checkout-page .woocommerce-error,.checkout-page .woocommerce-message{width:100%}@media only screen and (max-width:991px){.checkout-quantity-select{grid-area:quantity}}@media only screen and (max-width:991px){.checkout-price{grid-area:price;justify-self:end}}.woocommerce{display:flex;flex-direction:column;min-height:100vh;background-color:#f4f7fd}.woocommerce__content{display:flex;flex-direction:row;flex:1 1}@media only screen and (max-width:991px){.woocommerce__content{flex-direction:column}}.woocommerce__footer{height:8rem;width:100%;padding:2rem 5rem;display:flex;justify-content:space-between;background:radial-gradient(163.78% 87.58% at 26.88% 3.93%,#202883,#010157)}@media only screen and (max-width:575px){.woocommerce__footer{height:auto;padding:2rem 1rem;flex-direction:column;gap:1rem}}.woocommerce__footer-logo{height:100%;width:auto}@media only screen and (max-width:575px){.woocommerce__footer-logo{max-width:200px}}.woocommerce__footer-info{display:flex;flex-direction:row;align-items:center;gap:3rem;color:#fff}.woocommerce__footer-info a{transition:color .24s ease-in-out}.woocommerce__footer-info a:hover{color:#acb4c4}.woocommerce__footer-column{display:flex;flex-direction:column;gap:8px}.woocommerce-MyAccount-content{padding:2rem 2.5rem;width:calc(100% - 320px)}@media only screen and (max-width:991px){.woocommerce-MyAccount-content{width:100%;padding:1rem 1.5rem 2rem}}.woocommerce-MyAccount-content>.woocommerce-error{width:fit-content;height:fit-content}.woocommerce-MyAccount-content>.woocommerce-error a{text-decoration:underline}.woocommerce-notices-wrapper:focus-visible,.woocommerce-error:focus-visible,.woocommerce-message:focus-visible{outline:none}.woocommerce-error,.woocommerce-message{color:#fff;width:100%;height:100%;display:flex;flex-direction:column;list-style:none;padding:12px 16px!important;text-align:start;border-radius:3.625rem}.woocommerce-error__element,.woocommerce-message__element{display:flex;flex-direction:row;gap:.5rem;align-items:center}.woocommerce-error__element:before,.woocommerce-message__element:before{content:none!important}.woocommerce-error__element>a,.woocommerce-message__element>a{display:flex;flex-direction:row;gap:.5rem;align-items:center}.woocommerce-error__element>a:before,.woocommerce-message__element>a:before{content:none!important}.woocommerce-error__icon,.woocommerce-message__icon{fill:#fff;min-width:1.25rem;min-height:1.25rem}.woocommerce-error__close svg,.woocommerce-message__close svg{stroke:#fff;padding:5px;min-width:2rem;min-height:2rem;cursor:pointer;margin-left:auto}.woocommerce-error{background-color:#ef4444}.woocommerce-message{background-color:#31c48d}
