<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
#myg-holder #myg{z-index:1030;position:fixed;bottom:20px;right:0}#myg-holder #myg ask-question{overflow:hidden !important}#myg-holder #myg .myg-child-component{right:25px}#myg-holder #myg .myg-floating-label{font-size:15px;font-weight:700;padding:1.5rem 0;border-radius:15px 15px 0px 0px;background:linear-gradient(180deg, #0f5297 8.84%, #010b33 100%);width:295px}#myg-holder #myg .myg-floating-button{margin-bottom:-18px}#myg-holder #myg .myg-icon{width:80px;height:80px}#myg-holder #myg .markdown-content ul,#myg-holder #myg .markdown-content ol,#myg-holder #myg .markdown-content menu{margin:0;padding-left:30px}#myg-holder #myg .myg-chat-container{height:508px;max-height:40vh;background:linear-gradient(180deg, #fff 0%, #e0ecfb 100%);box-shadow:0 0 4px 0 rgba(0,0,0,0.5)}@media (min-width:767px){#myg-holder #myg .myg-chat-container{width:425px}}#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:80px;height:80px}@media (max-width:600px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:80px;height:80px;left:-10px;top:5px}}#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-style:normal;font-size:16px;font-weight:700;line-height:16px;letter-spacing:-0.3px;margin-top:10px;margin-bottom:10px}@media (max-width:600px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:15px;padding-left:5px}}@media only screen and (min-width:200px) and (max-width:767px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{padding:0 0 0 5px;margin:10px}}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:13px;margin:10px 0;letter-spacing:-0.5px;padding:0}}@media (max-width:350px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:11px}}#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header.myg-chat-history-header{margin-right:25% !important}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-ai-header-mygooru-chat-history{width:15px;height:15px}}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-close-icon{height:15px;width:15px}}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-header .myg-tgc-close-icon img{width:7px}}#myg-holder #myg .myg-chat-container .myg-headerbar{font-size:11px;line-height:12px;margin:0;padding:20px 5px 20px 15px;background:#e3f2fd;color:var(--purple-2)}@media (max-width:415px){#myg-holder #myg .myg-chat-container .myg-headerbar{font-size:9px}}#myg-holder #myg .myg-chat-container .myg-text-container{padding:10px 5px 5px 10px;margin:0;background:#fff;border-bottom-left-radius:23px;border-bottom-right-radius:23px}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text{font-size:13px;color:var(--purple-2)}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h1,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h2,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h3,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h4,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h5,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h6{font-size:14px;font-weight:600;color:var(--purple-2);margin:0}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h1 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h2 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h3 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h4 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h5 strong,#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text h6 strong{font-weight:600}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text.myg-user-input{background:#20A1F5;color:#fff;padding:7px 10px}@media (min-width:767px){#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-text{width:100%}}#myg-holder #myg .myg-chat-container .myg-text-container .myg-messages .myg-message .myg-sender-label{font-size:14px;color:rgba(0,15,75,0.45)}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions{border-bottom:2px solid #ddd}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-header-question{font-size:14px}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-dynamic-question{margin-top:0}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-dynamic-question .myg-dynamic-questions{padding:7px 0 0 0;margin-left:15px;font-size:12px;line-height:14px}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .myg-dynamic-question .myg-dynamic-questions:hover{color:var(--purple-2)}#myg-holder #myg .myg-chat-container .myg-text-container .myg-default-questions .error-message{font-size:14px;font-style:italic;font-weight:700}#myg-holder #myg .myg-message-input-container{margin-top:5px}#myg-holder #myg .myg-message-input-container .myg-message-input{font-size:14px;padding:5px 10px;color:#1d2331}#myg-holder #myg .myg-message-input-container .myg-message-input::placeholder{color:#999}.isDesktop #myg-holder #myg .myg-chat-container{min-height:250px}.isDesktop #myg-holder #myg .myg-chat-container .myg-header .myg-tgc-header{font-size:16px;font-weight:700}.isDesktop #myg-holder #myg .myg-child-component{right:25px}.isDesktop.catalog-product-view #myg-holder{position:relative}.isDesktop.catalog-product-view #myg-holder #myg{position:absolute;top:-98px;right:0px;bottom:auto;z-index:1020 !important}.isMobile #myg-holder #myg{bottom:76px !important;left:0;right:auto}@media (max-width:768px){.isMobile #myg-holder #myg{bottom:90px !important}}.isMobile #myg-holder #myg .myg-child-component{right:25px;bottom:66px}@media (max-width:1024px){.isMobile #myg-holder #myg .myg-child-component{right:0px !important}}@media (max-width:992px){.isMobile #myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:80px;height:80px}}@media (max-width:600px){.isMobile #myg-holder #myg .myg-chat-container .myg-header .myg-tgc-logo{width:70px;height:70px;left:-10px;top:5px}}@media (max-width:550px){.isMobile #myg-holder #myg .myg-icon{width:60px;height:60px}}.isMobile.catalog-product-view #myg-holder{position:relative !important}.isMobile.catalog-product-view #myg-holder #myg{position:absolute !important;top:-98px;right:0px;bottom:auto;z-index:1020 !important}@media (max-width:1024px){.isMobile.catalog-product-view #myg-holder #myg{right:auto;top:-55px;left:-10px}.isMobile.catalog-product-view #myg-holder #myg .myg-floating-label{display:none}}@media (max-width:500px){.isMobile.catalog-product-view #myg-holder #myg{left:-20px}}:root{--img-path:'//secureimages.teach12.com/tgc/images/m2/';--font-awesome-family:'Font Awesome 6 Pro';--slide-width:266px;--plans-width:265px;--player-width:970px;--link-color:#1790FF;--link-gift:#1C9DF0;--light-txt:#ACB4C2;--lgt-txt:#D4D9E2;--dropdown-border:#423B4D;--media-hover:rgba(0,27,138,0.3);--bright-red:#F04337;--btn-border-radius:15px;--red-1:#ffe6e6;--red-2:#b71711;--red-3:#ffbfbb;--white:#fff;--gray:#ACB4C2;--gray-light:#D4D9E2;--black:#000;--white-2:#edeaf1;--white-3:#3b4560;--purple-0:#6994ff;--purple-1:#0028cc;--purple-2:#000f4b;--purple-3:#03278a;--purple-4:#a299ac;--purple-5:#c2bdca;--purple-6:#f1f4ff;--purple-7:#dee5ff;--purple-8:#011874;--purple-9:#2751ff;--purple-10:#a8bafa;--cyan-0:#acb4c2;--cyan-1:#71798a;--cyan-2:#8f98a9;--cyan-3:#d4d9e2;--blue-0:#5ebaff;--blue-1:#19bfff;--blue-3:#5aafee;--blue-4:#0021a8;--blue-5:#0076b3;--blue-6:#000416;--blue-7:#001b8a;--blue-8:#001466;--blue-9:#00b0f5;--blue-10:#00a0df;--blue-11:#0076b3;--blue-12:#00092d;--blue-13:#dfecfe;--blue-14:#0090ce;--blue-15:#03196e;--blue-16:#1e1a25;--blue-17:#48b1fe;--blue-18:#0096da;--blue-19:#2ba4ff;--blue-20:#555e71;--yellow-0:#e29404;--yellow-1:#f58738;--yellow-2:#f36d0c;--yellow-3:#ffc21a;--yellow-4:#f7b500;--yellow-5:#ebca44;--yellow-6:#f2ce40;--yellow-7:#ffac00;--yellow-8:#f6d54b;--yellow-9:#f2ce40;--yellow-10:#ecbe00;--yellow-11:#f3e83a;--orange-1:#d78000;--teal-1:#45b9b0;--teal-2:#368f88;--teal-3:#2e7a74;--teal-4:#061730;--fbleed:#000416;--fbleed-rgb:rgba(0,4,22,0.5);--size-progress:20rem;--fg-amber:#FFC21A;--fg-turquoise:#45B9B0;--fg-red:#E82E28;--fg-navy:#466BFF;--fg-orange:#FF7A15;--fg-violet:#A06AC8;--bg:#e9fbff26;--pgPercentage:var(--value)}.catalog-product-view{padding-top:0 !important}.catalog-product-view .btn-lg{max-height:42px !important}.catalog-product-view .plus-trial.stash:not(.vis){flex:0 !important;opacity:0;width:0;margin:0 !important;min-width:0;transition:visibility 0s,opacity .1s linear}.catalog-product-view .plus-trial.stash.vis{opacity:1;width:auto}.catalog-product-view.offerBanner,.catalog-product-view.sitewideBanner{padding-top:35px !important}.catalog-product-view .fade-bkgnd{background-color:rgba(1,4,27,0.75);height:100%;width:100%;left:0;opacity:1;position:absolute;top:0}.catalog-product-view .course-promo{position:relative;background-size:cover !important;padding:10.5rem 0 4rem 0}.catalog-product-view .course-promo.not-ready .buttons{visibility:hidden}.catalog-product-view .course-promo .fade-bkgnd{background-color:rgba(1,4,27,0.75);height:100%;width:100%;left:0;opacity:1;position:absolute;top:0}.catalog-product-view .course-promo .description{font-size:2.4rem;line-height:2.8rem;max-width:924px;margin:2rem auto 3rem}.catalog-product-view .course-promo .description&gt;*{font-size:2.4rem;line-height:2.8rem}.catalog-product-view .course-promo .content-partner-image{margin-bottom:2.7rem}.catalog-product-view .course-promo .content-partner-image img{height:74px;width:auto}.catalog-product-view .course-promo .course-share-container{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-bottom:3rem}.catalog-product-view .course-promo .course-share-container .course-info-reviews-summary{max-width:20rem}.catalog-product-view .course-promo .course-share-container .content-partner-image{margin-bottom:0;margin-right:2rem}.catalog-product-view .course-promo .course-share-container .content-partner-image img{height:28px}.catalog-product-view .course-promo .share-btn,.catalog-product-view .course-promo .share-device i{color:var(--blue-17)}.catalog-product-view .course-promo .share-btn&gt;i,.catalog-product-view .course-promo .share-device i&gt;i{color:var(--white)}.catalog-product-view .course-promo [data-bv-show="rating_summary"]{margin:0 auto !important;text-align:center !important}.catalog-product-view .course-promo [data-bv-show="rating_summary"] .bv_main_container{margin:0 !important;padding:0 !important;background-color:transparent !important}.catalog-product-view .course-promo [data-bv-show="rating_summary"] path,.catalog-product-view .course-promo [data-bv-show="rating_summary"] polygon{fill:#FFC900 !important}.catalog-product-view .course-promo [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container,.catalog-product-view .course-promo [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text{font-size:1.6rem !important;color:var(--blue-17) !important;font-family:"Basier Circle","Helvetica Neue",Helvetica,Arial,sans-serif !important;text-shadow:none !important;outline:none !important}.catalog-product-view .course-promo [data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container{padding-right:0.3em !important}.catalog-product-view .course-promo [data-bv-show="rating_summary"] .bv_main_container .bv_main_container_row_flex{padding:0 !important}.catalog-product-view .course-promo [data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container svg{width:1.5rem !important;height:1.5rem !important}.catalog-product-view .course-promo .layout-module.buttons{display:flex;flex-direction:row;justify-content:center}.catalog-product-view .course-promo .layout-module.buttons&gt;*{margin-right:7px}.catalog-product-view .course-promo .layout-module.buttons&gt;*:last-child{margin-right:0}.catalog-product-view .course-promo .layout-module div{display:inline-block}.catalog-product-view .course-promo .layout-module .watchlist__btn .icon{display:inline-block;margin:.15em 3px -0.15em 0}.catalog-product-view .course-promo .layout-module .watchlist__btn .btn__text{display:inline-block;line-height:1}.catalog-product-view .course-promo .layout-module .watch-list-button-container{display:none}.catalog-product-view .plus-video-overlay{position:relative;background:var(--blue-6)}.catalog-product-view .plus-video-overlay:focus{outline:none}.catalog-product-view .plus-video-overlay-subscribe .subscribe-btn{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;height:35px;max-width:360px;width:55%;z-index:2}.catalog-product-view .plus-video-overlay-subscribe .close{position:absolute;top:.5em;left:auto;bottom:auto;right:.5em;margin:auto;z-index:1042}.catalog-product-view .plus-video-overlay-container .plus-video-overlay-player-switch{max-width:var(--player-width);margin:0 auto}.catalog-product-view .plus-video-overlay .container,.catalog-product-view .plus-video-overlay-subscribe{position:fixed;top:0;left:0;bottom:auto;right:auto;margin:auto;width:100%;height:100%;z-index:1041;background:#000}.catalog-product-view .tab-content{padding-top:0}.catalog-product-view .tab-content #episodes{padding-top:40px}.catalog-product-view .tab-content #episodes.not-ready .media-icon{visibility:hidden}.catalog-product-view [data-readmore][data-expanded="true"]{height:100% !important}@media (min-width:1024px){.catalog-product-view .tabs-sec ul.nav.nav-tabs&gt;li a{font-size:1.9rem;line-height:2.4rem}}@media (max-width:1023px){.isMobile.catalog-product-view .course-promo{padding:6rem 0 2rem 0}.isMobile.catalog-product-view .course-promo .description{margin:.5rem auto 1.5rem}.isMobile.catalog-product-view .course-promo .course-share-container{padding-bottom:1rem}}@media (max-width:600px){.isMobile.catalog-product-view .course-promo .layout-module.buttons{flex-wrap:wrap;justify-content:center}.isMobile.catalog-product-view .course-promo .layout-module.buttons&gt;*{margin:10px 5px}.isMobile.catalog-product-view .course-promo .layout-module.buttons&gt;* button{width:100% !important}.isMobile.catalog-product-view .course-promo .layout-module.buttons&gt;* button.btn-lg&gt;.far{font-size:1.2rem}}@media (max-width:500px){.isMobile.catalog-product-view .catalog-product-view .course-promo .layout-module.buttons{display:block !important}}@media (max-width:320px){.isMobile.catalog-product-view .course-promo .layout-module.buttons&gt;*{min-width:100%}}.isMobile.catalog-product-view .course-promo .description&gt;*,.isMobile.catalog-product-view .course-promo .description{font-size:1.8rem;line-height:2.2rem}@media screen and (min-width:600px){.isMobile.catalog-product-view .course-promo .description&gt;*,.isMobile.catalog-product-view .course-promo .description{font-size:calc(1.8rem  +  .6  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.catalog-product-view .course-promo .description&gt;*,.isMobile.catalog-product-view .course-promo .description{font-size:2.4rem}}@media screen and (min-width:600px){.isMobile.catalog-product-view .course-promo .description&gt;*,.isMobile.catalog-product-view .course-promo .description{line-height:calc(2.2rem  +  .6  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile.catalog-product-view .course-promo .description&gt;*,.isMobile.catalog-product-view .course-promo .description{line-height:2.8rem}}.isMobile.catalog-product-view .course-promo .share-btn{display:none}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Basier Circle","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold}h1.reg-font,h2.reg-font,h3.reg-font,h4.reg-font,h5.reg-font,h6.reg-font,.h1.reg-font,.h2.reg-font,.h3.reg-font,.h4.reg-font,.h5.reg-font,.h6.reg-font{font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif}h1.cond,h2.cond,h3.cond,h4.cond,h5.cond,h6.cond,.h1.cond,.h2.cond,.h3.cond,.h4.cond,.h5.cond,.h6.cond{font-family:"proxima-nova-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}h1.extraCond,h2.extraCond,h3.extraCond,h4.extraCond,h5.extraCond,h6.extraCond,.h1.extraCond,.h2.extraCond,.h3.extraCond,.h4.extraCond,.h5.extraCond,.h6.extraCond{font-family:"proxima-nova-extra-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}h1,.h1{font-size:4rem;line-height:4.2rem}h1.h1-lg,.h1.h1-lg{font-size:4.6rem;line-height:5rem}.h2,h2{font-size:3.3rem}.h3,h3{font-size:2.8rem}.h4,h4{font-size:2.2rem;line-height:2.6rem}.h4.h4-lg,h4.h4-lg{font-size:2.4rem;line-height:2.8rem}.h4.h4-sm,h4.h4-sm{font-size:2.0rem;line-height:2.4rem}.h5,h5{font-size:1.8rem;line-height:2.8rem}.h6,h6{font-size:1.6rem}p,.p{font-size:1.6rem;line-height:2rem}.p-lg{font-size:1.8rem;line-height:2.4rem}.p-sm{font-size:1.4rem}body{font-size:1.4rem}.nav-tabs&gt;li a{font-size:2.2rem;line-height:2.8rem}.scale-icon{font-size:1.8rem}.btn{font-size:1.4rem}.btn-lg{font-size:1.6rem;line-height:1.3rem !important;max-height:40px}.btn-lg span.btn__text span{font-size:11px !important}.btn-sm{font-size:1.4rem;max-height:35px}.btn-sm span.btn__text span{margin-top:-0.7rem !important}.dropdown .dropdown-menu a.dropdown-item{font-size:1.4rem}.dropdown .dropdown-menu a.dropdown-item.lg{font-size:1.6rem}.dropdown .dropdown-menu a.dropdown-item.sm{font-size:1.4rem}a:focus,a:active,a:active:focus{outline:none;text-decoration:none}a.n-link{color:var(--white);cursor:text !important}a.n-link:focus,a.n-link:active,a.n-link:active:focus{color:var(--white);cursor:text}:focus,:active:focus{outline:none}.table .p-lg{font-size:1.6rem}.container.content p{font-size:1.6rem;line-height:2.4rem;margin:0 0 1.6rem}.yel4{color:var(--yellow-4)}.gray{color:var(--gray)}.gray-light{color:var(--gray-light)}.cond{font-family:"proxima-nova-condensed","Helvetica Neue",Helvetica,Arial,sans-serif !important}.extraCond{font-family:"proxima-nova-extra-condensed","Helvetica Neue",Helvetica,Arial,sans-serif !important}.professor-detail h4{margin:30px 0 15px 0}.professor-detail .collapse-btn&gt;.far{margin-right:0;margin-left:0.5rem}.professor-detail .overview-section-content,.professor-detail .overview-section-content *,.professor-detail .professor_bio .value&gt;*{font-size:1.8rem;line-height:2.4rem;font-weight:300}.professor-detail .overview-section-content,.professor-detail .professor_bio{margin:2.5rem 0;overflow:hidden}.professor-detail .overview-sec{padding:5rem 0;border-bottom:1px solid var(--blue-7)}.professor-detail .overview-sec .overview-section-title{display:flex;align-items:center;justify-content:space-between}.professor-detail .overview-sec .buy-button-wrapper a{margin-left:1.1rem}.professor-detail .overview-sec .overview-section-content ul{list-style:disc;margin-left:3rem}.professor-detail .professor-about .also-by-this-expert{margin-top:3rem}.professor-detail .professor-about .professor-name-mobile,.professor-detail .professor-about .professor-circle{vertical-align:middle}.professor-detail .professor-about .prof-top-section{display:flex;flex-direction:row;padding:5rem 0}.professor-detail .professor-about .prof-top-section .professor-image{display:inline-block;border-radius:50%;overflow:hidden;width:240px;height:240px;-webkit-flex:none;-moz-flex:none;-ms-flex:none;flex:none;margin-right:1.7rem}.professor-detail .professor-about .prof-top-section .professor-image img{width:240px;height:auto}.professor-detail .professor-about .prof-top-section .professor-meta{display:flex;flex-direction:row;flex-wrap:wrap}.professor-detail .professor-about .prof-top-section .professor-meta .professor-info{overflow:hidden;order:2;margin-bottom:1.8rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor-info .professor-name-mobile{margin:0}.professor-detail .professor-about .prof-top-section .professor-meta .professor-info .professor-slide-controls a+a{margin-left:1.5rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor-education,.professor-detail .professor-about .prof-top-section .professor-meta .professor-info{width:100%}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote{order:4;margin-top:1.5rem;width:100%}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value{font-size:2.6rem;line-height:3.6rem;display:inline;font-family:'yorkten-slab-normal',serif;font-weight:100;font-style:italic;color:white}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value:before{font-family:var(--font-awesome-family);font-weight:900;content:"\f10d";color:#0D6FCA;padding-right:.5rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value:after{font-family:var(--font-awesome-family);font-weight:900;content:"\f10e";vertical-align:bottom;color:#0D6FCA;padding-left:.5rem}.professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{font-size:2.6rem;line-height:3.6rem;display:inline;font-family:'yorkten-slab-normal',serif;font-weight:100;font-style:italic;color:white}.professor-detail .professor-about .prof-top-section .professor-meta .professor-education{order:3}.isMobile .professor-detail .overview-section-content,.isMobile .professor-detail .overview-section-content *,.isMobile .professor-detail .professor_bio .value&gt;*{font-size:1.4rem;line-height:2rem}@media screen and (min-width:600px){.isMobile .professor-detail .overview-section-content,.isMobile .professor-detail .overview-section-content *,.isMobile .professor-detail .professor_bio .value&gt;*{font-size:calc(1.4rem  +  .4  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile .professor-detail .overview-section-content,.isMobile .professor-detail .overview-section-content *,.isMobile .professor-detail .professor_bio .value&gt;*{font-size:1.8rem}}@media screen and (min-width:600px){.isMobile .professor-detail .overview-section-content,.isMobile .professor-detail .overview-section-content *,.isMobile .professor-detail .professor_bio .value&gt;*{line-height:calc(2rem  +  .4  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile .professor-detail .overview-section-content,.isMobile .professor-detail .overview-section-content *,.isMobile .professor-detail .professor_bio .value&gt;*{line-height:2.4rem}}.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{font-size:1.8rem;line-height:2.8rem}@media screen and (min-width:600px){.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{font-size:calc(1.8rem  +  .8  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{font-size:2.6rem}}@media screen and (min-width:600px){.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{line-height:calc(2.8rem  +  .8  * ((100vw -  600px ) / 424 ))}}@media screen and (min-width:1024px){.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value,.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor_quote .value&gt;*{line-height:3.6rem}}@media (max-width:767px){.isMobile .professor-detail .overview-sec{padding:3rem 0}.isMobile .professor-detail .professor-about .prof-top-section{padding:1.5rem 0}.isMobile .professor-detail .professor-about .prof-top-section .professor-image{width:74px;height:74px}.isMobile .professor-detail .professor-about .prof-top-section .professor-image img{width:72px;height:auto}.isMobile .professor-detail .professor_bio{margin:0 0 2.5rem 0}.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor_quote{width:100vw;margin-left:-91px}.isMobile .professor-detail .product.attribute .attribute-label{margin-bottom:0}}@media (min-width:768px){.isMobile .professor-detail .professor-about .prof-top-section .professor-image{width:192px;height:192px}.isMobile .professor-detail .professor-about .prof-top-section .professor-image img{width:192px;height:auto}}@media (max-width:1023px){.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor-info{flex-direction:column !important}.isMobile .professor-detail .professor-about .prof-top-section .professor-meta .professor-info .professor-slide-controls{margin-top:1rem;width:35%}}@media (min-width:1024px){.professor-detail .professor-about .prof-top-section .professor-meta .professor-info{justify-content:space-between}.professor-detail .professor-about .prof-top-section .professor-image{width:240px;height:240px}.professor-detail .professor-about .prof-top-section .professor-image img{width:240px;height:auto}}/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical&gt;.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode&gt;.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode&gt;.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal&gt;.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical&gt;.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode&gt;.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered&gt;.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal&gt;.swiper-wrapper&gt;.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal&gt;.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical&gt;.swiper-wrapper&gt;.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical&gt;.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled&gt;.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal&gt;.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical&gt;.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal&gt;.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical&gt;.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled&gt;.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal&gt;.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical&gt;.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container&gt;canvas,.swiper-zoom-container&gt;img,.swiper-zoom-container&gt;svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode&gt;.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid&gt;.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column&gt;.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #d4d9e2}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#545353}input::placeholder,textarea::placeholder{opacity:1;color:#545353}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#d8d8d8;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#d8d8d8;opacity:1}input::placeholder,textarea::placeholder{color:#d8d8d8;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23d8d8d8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#d8d8d8;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:#0000;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=checkbox]:indeterminate,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:#0000;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:#0000;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.tw-float-right{float:right}.\!tw-mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.tw-my-5{margin-top:1.25rem;margin-bottom:1.25rem}.tw-mb-0{margin-bottom:0}.tw-mb-1{margin-bottom:.25rem}.tw-mb-2{margin-bottom:.5rem}.tw-mb-3{margin-bottom:.75rem}.tw-mb-5{margin-bottom:1.25rem}.tw-ml-5{margin-left:1.25rem}.tw-mr-3{margin-right:.75rem}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-flex{display:flex}.tw-hidden{display:none}.tw-h-8{height:2rem}.tw-h-\[24px\]{height:24px}.tw-h-\[30px\]{height:30px}.tw-max-h-\[30px\]{max-height:30px}.tw-min-h-\[117px\]{min-height:117px}.tw-min-h-\[145px\]{min-height:145px}.tw-w-10{width:2.5rem}.tw-w-8{width:2rem}.tw-w-\[76px\]{width:76px}.tw-w-full{width:100%}.tw-table-auto{table-layout:auto}@keyframes tw-pulse{50%{opacity:.5}}.tw-animate-pulse{animation:tw-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.tw-cursor-default{cursor:default}.tw-cursor-pointer{cursor:pointer}.tw-items-center{align-items:center}.tw-rounded-md{border-radius:.375rem}.tw-rounded-xl{border-radius:.75rem}.tw-border{border-width:1px}.tw-border-rojo-error{--tw-border-opacity:1;border-color:rgb(88 0 0/var(--tw-border-opacity))}.tw-bg-slate-100\/20{background-color:#f1f5f933}.tw-p-5{padding:1.25rem}.tw-py-0{padding-top:0;padding-bottom:0}.tw-py-2{padding-top:.5rem;padding-bottom:.5rem}.tw-py-8{padding-top:2rem;padding-bottom:2rem}.tw-text-center{text-align:center}.tw-text-right{text-align:right}.tw-align-middle{vertical-align:middle}.tw-align-sub{vertical-align:sub}.\!tw-text-rojo-error{--tw-text-opacity:1!important;color:rgb(88 0 0/var(--tw-text-opacity))!important}.tw-text-\[\#2BA4FF\]{--tw-text-opacity:1;color:rgb(43 164 255/var(--tw-text-opacity))}.tw-text-rojo-error{--tw-text-opacity:1;color:rgb(88 0 0/var(--tw-text-opacity))}.tw-underline{text-decoration-line:underline}.tw-underline-offset-2{text-underline-offset:2px}fieldset label,form label{margin-bottom:.5rem;display:block;--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}fieldset label.light,form label.light{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}fieldset .field,form .field{margin-top:.25rem}fieldset .field.field-reserved,form .field.field-reserved{position:relative;margin-bottom:.75rem}fieldset .field.field-reserved ul,form .field.field-reserved ul{font-size:.875rem}fieldset .field.field-reserved ul:last-of-type,form .field.field-reserved ul:last-of-type{margin-bottom:-1.5rem;padding-bottom:.25rem;--tw-text-opacity:1;color:rgb(183 23 17/var(--tw-text-opacity))}fieldset .field.field-reserved input[type=checkbox],fieldset .field.field-reserved input[type=radio],form .field.field-reserved input[type=checkbox],form .field.field-reserved input[type=radio]{margin-right:.75rem;height:13px;width:13px}fieldset .field.field-error,form .field.field-error{margin-bottom:2.5rem}fieldset .field.field-error .messages,form .field.field-error .messages{margin-left:auto;margin-right:auto;margin-bottom:.5rem;display:block;width:calc(100% - 10px);border-width:1px;--tw-border-opacity:1;border-color:rgb(255 191 187/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 230 230/var(--tw-bg-opacity));text-align:center;font-weight:500;--tw-text-opacity:1;color:rgb(183 23 17/var(--tw-text-opacity));border-radius:0 0 5px 5px;font-size:16px;padding:10px 10px 11px}fieldset .field.field-error input,form .field.field-error input{border-width:2px;--tw-border-opacity:1;border-color:rgb(240 67 55/var(--tw-border-opacity));background-position:right 10px;background-position:24px 24px;background-repeat:no-repeat}fieldset .field.choice,form .field.choice{display:flex;align-items:center}fieldset .field.choice input,form .field.choice input{margin-right:1rem}fieldset .field.choice label,form .field.choice label{margin-bottom:0}fieldset legend,form legend{margin-bottom:.75rem;font-size:1.25rem;--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}fieldset legend+br,form legend+br{display:none}fieldset .form-control,form .form-control{display:block;height:36px;width:100%;border-radius:4px;border-width:1px;--tw-border-opacity:1;border-color:rgb(194 189 202/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.5rem .75rem;font-size:13px;--tw-text-opacity:1;color:rgb(29 35 49/var(--tw-text-opacity))}fieldset .form-control::-moz-placeholder,form .form-control::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(153 153 153/var(--tw-placeholder-opacity))}fieldset .form-control::placeholder,form .form-control::placeholder{--tw-placeholder-opacity:1;color:rgb(153 153 153/var(--tw-placeholder-opacity))}fieldset .form-control,form .form-control{box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}fieldset .form-control.input-lg,form .form-control.input-lg{height:54px;border-radius:6px;padding:.75rem 1rem;font-size:21px}fieldset .form-control:focus,form .form-control:focus{--tw-border-opacity:1;border-color:rgb(102 175 233/var(--tw-border-opacity));outline:2px solid #0000;outline-offset:2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #66afe999}fieldset~fieldset{margin-top:2rem}.buynow{position:fixed;top:60vh;right:0;z-index:1041;height:40px;border-radius:0!important;border-color:#0000;--tw-bg-opacity:1;background-color:rgb(0 3 37/var(--tw-bg-opacity));width:40px!important}.buynow_txt{display:none}.buynow:hover{width:140px!important}.buynow:hover .buynow_txt{display:block}.buynow:hover{display:block;display:inline-flex}.buynow_signin{display:flex;flex-direction:column}.buynow_signin .tip{position:absolute;top:20px;left:25%;z-index:10;max-width:200px;--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:4px;--tw-bg-opacity:1;background-color:rgb(219 228 239/var(--tw-bg-opacity));padding:10px;text-align:left;font-size:12px;font-weight:700;--tw-text-opacity:1;color:rgb(0 15 75/var(--tw-text-opacity))}.buynow_signin .togglePwd{position:absolute;top:11px;right:20px;margin-right:.75rem;cursor:pointer;padding:0;font-size:12px;font-weight:600;letter-spacing:-.025em;--tw-text-opacity:1;color:rgb(94 186 255/var(--tw-text-opacity))}.buynow_addBilling{position:relative}.buynow_addBilling .tip{position:absolute;top:35px;left:25%;z-index:10;width:200px;--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:4px;--tw-bg-opacity:1;background-color:rgb(219 228 239/var(--tw-bg-opacity));padding:10px;text-align:left;font-size:12px;font-weight:700;line-height:16px;--tw-text-opacity:1;color:rgb(0 15 75/var(--tw-text-opacity))}.buynow_register{display:flex;height:100%;flex-direction:column}.buynow_register .togglePwd{position:absolute;top:11px;right:20px;margin-right:.75rem;cursor:pointer;padding:0;font-size:12px;font-weight:600;letter-spacing:-.025em;--tw-text-opacity:1;color:rgb(94 186 255/var(--tw-text-opacity))}.buynow_trailer{margin-top:15px;margin-bottom:15px;aspect-ratio:16/9;width:100%;border-radius:10px;--tw-bg-opacity:1;background-color:rgb(0 4 22/var(--tw-bg-opacity));--tw-shadow:5px 5px 15px -3px #000416;--tw-shadow-colored:5px 5px 15px -3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.buynow_trailer .player-img{position:relative;width:100%;cursor:pointer;border-radius:10px}.buynow_trailer .player-img .play-icon{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;height:80px;width:80px}.buynow_trailer .player-sec #player{position:relative;z-index:auto;border-radius:10px;--tw-bg-opacity:1;background-color:rgb(0 4 22/var(--tw-bg-opacity));--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.buynow_trailer .player-sec #player:before{padding-bottom:0!important}.buynow_trailer .player-sec #player .bmpui-ui-backlink-btn,.buynow_trailer .player-sec #player .bmpui-ui-close-player-btn,.buynow_trailer .player-sec #player .bmpui-ui-titlebar{display:none}.buynow_trailer .player-sec #player video{position:static}.buynow_modal{transition:all .1s ease-in}.buynow_modal_backdrop{position:fixed;top:0;right:100%;bottom:0;height:100%;width:100%;opacity:.5;z-index:-1;background:#000416;backdrop-filter:blur(51px);-webkit-backdrop-filter:blur(51px)}.buynow_modal_drawer_msg{position:relative;margin-top:-10px;padding:5px 40px 5px 10px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.buynow_modal_drawer_msg_close{position:absolute;top:10px;right:15px}.buynow_modal_drawer_msg_close svg{height:20px;width:20px}.buynow_modal_drawer_msg.error{background:linear-gradient(180deg,#ea433e,#cf1c16)}.buynow_modal_drawer_msg.success{background:linear-gradient(180deg,#45b9b0,#368f88)}.buynow_modal_drawer_msg.warning{background:linear-gradient(180deg,#ffac00,#e29404)}.buynow_modal_drawer_msg.notice{background:linear-gradient(180deg,#2496ff,#137cdd)}.buynow_modal_drawer{position:fixed;top:0;right:0;z-index:1042;height:100%;width:450px;--tw-translate-x:120%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:rgb(0 3 37/var(--tw-bg-opacity));padding-top:10px;--tw-shadow:#64646f33 0px 7px 29px 0px;--tw-shadow-colored:0px 7px 29px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (max-width:600px){.buynow_modal_drawer{width:100%}}.buynow_modal_drawer_cont{height:100%;overflow-y:auto;padding:0 15px}.buynow_modal_drawer_cont.center-cont{display:flex;height:100%;align-items:center;justify-content:center}.buynow_modal_drawer.details{background:linear-gradient(180deg,#000f4b -7.62%,#2c5480 73.88%);height:100%}.buynow_modal_drawer.details .buynow_modal_drawer_cont{margin-top:-30px}.buynow_modal_drawer.details .buynow_modal_drawer_cont .buynow_title{padding-right:30px}.buynow_modal_drawer.order{--tw-bg-opacity:1!important;background-color:rgb(218 223 225/var(--tw-bg-opacity))!important;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.buynow_modal_drawer.order .buynow_modal_drawer_cont{height:100%;overflow-y:auto;padding:0 15px 35px}.buynow_modal_drawer.order .buynow_title{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.buynow_modal_drawer.order .buynow_price{margin-bottom:15px;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(198 198 198/var(--tw-border-opacity));padding-bottom:5px}.buynow_modal_drawer.order .buynow_price_count{font-weight:400}.buynow_modal_drawer.order .buynow_price_linethru{--tw-text-opacity:1!important;color:rgb(149 149 149/var(--tw-text-opacity))!important}.buynow_modal_close svg{height:30px;width:30px}.buynow_modal_open .buynow_modal_backdrop{right:0;z-index:1041}.buynow_modal_open .buynow_modal_drawer{--tw-translate-x:0%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.buynow_modal_header{margin-bottom:10px;display:flex;align-items:center;padding-left:15px;padding-right:15px}.buynow_modal_header.end{justify-content:flex-end}.buynow_modal_header.end .buynow_modal_close{z-index:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.buynow_modal_header.btw{justify-content:space-between}.buynow_modal_header.btw .buynow_modal_close{z-index:1}.buynow_modal_header a,.buynow_modal_header button{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.buynow_modal_header a:hover,.buynow_modal_header button:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.buynow_trailer{position:relative}.buynow_trailer_play{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:90px;width:90px}.buynow_item{text-align:left}.buynow_item_img{width:100%;border-radius:10px}.buynow_title{margin-bottom:0!important;display:block;font-weight:700}.buynow_title,.buynow_title:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.buynow_desc{margin-top:15px;margin-bottom:15px}.buynow_price{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:flex-end;gap:1rem;font-weight:700}.buynow_price .space-between{display:inline-flex;align-items:center;justify-content:space-between}.buynow_price .space-center{display:inline-flex;align-items:center;justify-content:flex-start}.buynow_price_sub{margin-top:0}.buynow_price_sec{height:100%;font-weight:700}.buynow_price_linethru{--tw-text-opacity:1!important;color:rgb(156 191 201/var(--tw-text-opacity))!important;text-decoration-line:line-through}.buynow_price_count{font-size:16px;line-height:18px}.buynow_price_rating{position:relative;display:block;font-size:10px}@media (min-width:450px){.buynow_price_rating{float:right;display:inline-block}}.buynow_price_rating{overflow:hidden}.buynow_price_rating.cursor-pointer{cursor:pointer!important}.buynow_price_rating_val{vertical-align:top;font-size:14px;font-weight:400;line-height:1;--tw-text-opacity:1;color:rgb(43 164 255/var(--tw-text-opacity))}.buynow_price_rating .wrap{display:inline-block;position:relative;height:12px}.buynow_price_rating .wrap i.fa.fa-star,.buynow_price_rating .wrap i.fa.fa-star-o{margin-right:-2px}.buynow_price_rating .wrap .active{color:#ffac00;float:left;position:relative;z-index:10;display:inline-block;overflow:hidden;white-space:nowrap}.buynow_price_rating .wrap .inactive{color:grey;position:absolute;top:0;left:0;-webkit-text-stroke:initial}.buynow_btn{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}.buynow_btn button{width:100%}.buynow_btn_center{position:absolute;top:45%;left:45%;margin:auto;width:20px;--tw-text-opacity:1;color:rgb(232 234 235/var(--tw-text-opacity));opacity:.7}.buynow_btn_center:after,.buynow_btn_center:before{position:absolute;top:-20px;left:10px;opacity:.7;background:#e8eaeb;height:20px;width:1px;content:""}.buynow_btn_center:after{top:auto;bottom:-20px}.buynow_lectures_header{display:flex;align-items:center;justify-content:space-between}.buynow_lectures_title{font-weight:700}.buynow_lectures hr{border-top:1px solid #00000080}.buynow_lectures_list{margin-right:-10px;max-height:150px;overflow-x:hidden;overflow-y:scroll;padding-right:10px}.buynow_lectures_list::-webkit-scrollbar{width:10px}.buynow_lectures_list::-webkit-scrollbar-track{background:#0000001a;border-radius:100px}.buynow_lectures_list::-webkit-scrollbar-thumb{background:#0000004d;border-radius:100px;min-height:25px;max-height:30px}.buynow_lectures_panel{position:relative}.buynow_lectures_caret{position:absolute;right:0;top:0;height:14px;width:8px}.buynow_lectures_item_title{max-width:95%;text-align:left;font-weight:600;display:-webkit-inline-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.buynow_lectures_item_desc{padding:1rem;font-size:12px;line-height:16px}.buynow_prof{position:relative;margin-top:25px}.buynow_prof .swiper-horizontal{overflow:hidden!important}.buynow_prof .swiper-button-next,.buynow_prof .swiper-button-prev{top:20px!important;height:16px;width:50px;font-weight:700;--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.buynow_prof .swiper-button-next:after,.buynow_prof .swiper-button-next:before,.buynow_prof .swiper-button-prev:after,.buynow_prof .swiper-button-prev:before{font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:16px}.buynow_prof .swiper-button-prev{left:auto!important;right:45%!important}.buynow_prof .swiper-button-prev:after{content:"&lt; Prev"}.buynow_prof .swiper-button-next{left:auto!important;right:30%!important}.buynow_prof .swiper-button-next:after{content:"Next &gt;"}.buynow_prof_header{margin-bottom:15px;font-weight:700}.buynow_prof_details{position:relative;margin-top:15px!important;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);border-radius:10px;background:#0000001a;padding:15px}.buynow_prof_details img{position:absolute;right:15px;top:-15px;height:80px;width:80px;border-radius:9999px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;box-shadow:1px 1px 4px 0 #00000080}.buynow_prof_title{width:70%}.buynow_prof_title span{display:block}.buynow_prof_desc{margin-top:30px;overflow:hidden}.buynow_prof_desc p{font-size:12px;line-height:16px}.buynow_steps{margin:auto;padding-top:1.25rem;padding-bottom:1.25rem;text-align:center}.buynow_steps_item{padding-top:1.75rem;padding-bottom:1.75rem}.buynow_steps_bg{border-bottom-width:1px;border-style:dashed;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity));padding:5px}@media (max-width:1024px){.buynow_steps .step1{border-top-width:1px;border-style:dashed;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}}.buynow_steps .step2{border-style:dashed;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}@media (min-width:1024px){.buynow_steps .step2{border-left-width:1px;border-right-width:1px}}@media (max-width:1024px){.buynow_steps .step2{border-top-width:1px;border-bottom-width:1px}}.buynow_steps_title{margin-bottom:1.75rem;border-bottom-width:1px;border-style:dashed;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity));font-family:Basier Circle,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;line-height:0px!important}.buynow_steps_title span{--tw-bg-opacity:1;background-color:rgb(0 3 37/var(--tw-bg-opacity));padding-left:.5rem;padding-right:.5rem}.buynow_step3_col{margin-top:1.25rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;text-align:left}.buynow_cvv{max-width:70px}.buynow_logo{display:flex;justify-content:center}.buynow_logo img{margin-left:.5rem;margin-right:.5rem;max-height:40px}.buynow_transcript{width:100%;--tw-bg-opacity:1;background-color:rgb(232 234 235/var(--tw-bg-opacity));padding-top:10px;padding-bottom:10px;text-align:center;border-radius:100px}.buynow_transcript input{margin:2px 0 0 10px!important;width:15px;height:15px;font-weight:400}.buynow_transcript_price{font-weight:600}.buynow_transcript_price.linethru{margin:6px;text-decoration-line:line-through;opacity:.3}.buynow_payment_box{position:relative;margin:auto;height:70px;max-width:500px;overflow:hidden;border-radius:10px;padding:0 0 5px}.buynow_payment_box_text{font-size:20px;line-height:18px}.buynow_payment_box_address{font-size:12px;line-height:16px}.buynow_payment_box.expanded{height:100%;border-top-left-radius:44px;border-top-right-radius:44px;--tw-bg-opacity:1;background-color:rgb(240 241 241/var(--tw-bg-opacity))}.buynow_payment_box sup{top:-.1em}.buynow_payment_box .chevron{position:absolute;top:23px;right:30px;margin:auto;height:15px;cursor:pointer;font-size:20px;--tw-text-opacity:1;color:rgb(43 164 255/var(--tw-text-opacity))}.buynow_payment_active{border-radius:100px;--tw-bg-opacity:1;background-color:rgb(232 234 235/var(--tw-bg-opacity));padding:5px 40px}.buynow_payment_inactive{padding:5px 40px}.buynow_payment_add{font-size:14px;line-height:18px}.buynow_payment #inline-spin{position:relative}.buynow_address{font-size:12px;font-weight:600;--tw-text-opacity:1;color:rgb(166 165 165/var(--tw-text-opacity))}.buynow_address_box{position:relative;margin:auto;height:50px;max-width:500px;overflow:hidden;border-radius:100px;--tw-bg-opacity:1;background-color:rgb(232 234 235/var(--tw-bg-opacity));padding:5px 10px}.buynow_address_box p{cursor:pointer;font-weight:600;--tw-text-opacity:1;color:rgb(43 164 255/var(--tw-text-opacity))}.buynow_address_box.expanded{height:100%;border-radius:10px;box-shadow:0 0 5px #0000000d,2px 2px 5px #0000001a}.buynow_edit div.mage-error{padding:5px;font-size:15px}.buynow_edit .field.field-error,.buynow_edit fieldset .field.field-error{position:relative;margin-bottom:2.5rem}.buynow_edit .field.field-reserved ul:last-of-type{position:absolute;margin-bottom:1.5rem;padding-top:5px;padding-bottom:.25rem;font-size:15px;--tw-text-opacity:1;color:rgb(183 23 17/var(--tw-text-opacity))}.buynow_edit .grid2{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem}@media (min-width:992px){.buynow_edit .grid2{grid-template-columns:repeat(2,minmax(0,1fr))}}.buynow_edit_title{margin-bottom:15px!important;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(198 198 198/var(--tw-border-opacity));padding-bottom:10px}.buynow_edit_btn{clear:both;display:flex;flex-direction:column}.buynow_edit_btn button{margin:auto!important;max-width:450px}.buynow_edit_payment input.cvv{max-width:100px}.buynow_edit_address,.buynow_edit_payment{margin-top:15px}.buynow_edit_address .grid,.buynow_edit_payment .grid{margin-bottom:15px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}.buynow_edit_address .grid2,.buynow_edit_payment .grid2{margin-bottom:15px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.buynow_fullGrid .buynow_payment{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.buynow_fullGrid .buynow_edit{border-radius:10px;--tw-bg-opacity:1!important;background-color:rgb(218 223 225/var(--tw-bg-opacity))!important;padding:.5rem;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}@media (min-width:450px){.buynow_fullGrid .buynow_edit{padding:1.25rem}}.buynow_fullGrid .buynow_edit_address,.buynow_fullGrid .buynow_edit_payment{margin-left:10px;margin-right:10px}@media (min-width:992px){.buynow_fullGrid .buynow_edit_address,.buynow_fullGrid .buynow_edit_payment{float:left;width:47%}}.buynow_fullGrid.absoluteCont{position:relative;height:180px}.buynow_fullGrid.absoluteCont .buynow_edit,.buynow_fullGrid.absoluteCont .buynow_payment{position:absolute;top:0;left:0;right:0;z-index:10;margin:auto}.buynow_absoluteCont{position:relative;height:120px}.buynow_absoluteCont .buynow_edit,.buynow_absoluteCont .buynow_payment{position:absolute;top:0;left:0;right:0;z-index:10;margin:auto}.buynow_coupon{margin-top:15px;margin-bottom:15px}.buynow_coupon,.buynow_coupon div.holder{position:relative}.buynow_coupon div.holder input{width:100%;border-radius:100px;--tw-bg-opacity:1;background-color:rgb(232 234 235/var(--tw-bg-opacity));padding-left:15px;padding-right:50px;font-size:16px;--tw-text-opacity:1;color:rgb(166 165 165/var(--tw-text-opacity))}.buynow_coupon div.holder input::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(166 165 165/var(--tw-placeholder-opacity))}.buynow_coupon div.holder input::placeholder{--tw-placeholder-opacity:1;color:rgb(166 165 165/var(--tw-placeholder-opacity))}@media only screen and (max-height:768px){.buynow_coupon div.holder input{height:27px;font-size:14px}}.buynow_coupon div.holder span{position:absolute;top:0;bottom:0;right:15px;margin:auto;display:flex;cursor:pointer;align-items:center;--tw-text-opacity:1;color:rgb(32 161 245/var(--tw-text-opacity))}.buynow_coupon div.holder span.fa-trash-alt{font-size:17px;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.buynow_coupon div.holder span.fa-square-check{right:35px;cursor:auto;font-size:20px}@media only screen and (max-height:768px){.buynow_coupon div.holder span.tw-w-12{width:2rem}}.buynow_coupon div.holder svg{height:100%!important}.buynow_coupon.error div.holder span{cursor:default;--tw-text-opacity:1;color:rgb(88 0 0/var(--tw-text-opacity))}.buynow_coupon.error input{--tw-border-opacity:1;border-color:rgb(88 0 0/var(--tw-border-opacity))}.buynow_coupon.error .errorMsg{margin-left:1.75rem}.buynow_promo{position:relative;margin-top:20px;border-radius:10px;padding:20px 10px 15px 5px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));background:linear-gradient(358deg,#00679a 1.83%,#000 98.34%)}.buynow_promo_icon{position:absolute;top:-46px;right:0;left:0;margin:auto;display:flex;height:76px;width:76px;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.buynow_purchase_btn.disabled{--tw-bg-opacity:1;background-color:rgb(166 165 165/var(--tw-bg-opacity))}.buynow_order{flex-wrap:wrap;justify-content:center}@media only screen and (max-height:768px){.buynow_order_top_sec{margin-left:auto;margin-right:auto;display:flex;max-width:400px;flex-wrap:wrap;align-items:center;justify-content:flex-start;overflow:hidden!important;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(198 198 198/var(--tw-border-opacity));padding-bottom:10px}.buynow_order_top_sec .buynow_title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.buynow_order_top_sec .buynow_price{margin-bottom:0!important;width:calc(100% - 160px);grid-template-columns:repeat(1,minmax(0,1fr));gap:0;border-width:0!important}.buynow_order_top_sec .buynow_item_img{order:2;float:right;margin:0 0 0 auto!important;max-width:150px}}@media only screen and (max-width:375px) and (max-height:768px){.buynow_order_top_sec .buynow_price{width:calc(100% - 140px)}.buynow_order_top_sec .buynow_item_img{max-width:130px}}.buynow_orderbox{margin:0 -15px;--tw-bg-opacity:1;background-color:rgb(232 234 235/var(--tw-bg-opacity));padding:10px 10px 5px}.buynow_orderbox hr{margin:0 15px 10px;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(198 198 198/var(--tw-border-opacity))}.buynow_orderbox_btn:disabled,.buynow_orderbox_btn[disabled]{--tw-bg-opacity:1;background-color:rgb(166 165 165/var(--tw-bg-opacity))}.buynow_orderbox_title{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.buynow_orderbox_details{max-width:75%;margin:auto}.buynow_orderbox_align{display:flex;justify-content:space-between}.buynow_orderbox_logo{max-width:47px}.buynow_order_confirm_border{margin-bottom:15px;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(126 126 126/var(--tw-border-opacity))}.buynow_order_confirm_content .btn-success{margin:auto;width:223px}.buynow_order_confirm_continue{width:100%}.buynow_order_confirm_continue button{margin:auto;width:245px}.buynow_audible{margin-top:15px;margin-bottom:15px;display:block}.buynow_audible,.buynow_audible:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.buynow_audible img{vertical-align:bottom}.customer-account-billing .buynow_fullGrid .buynow_edit,.customer-billing-index .buynow_fullGrid .buynow_edit{margin-left:auto;margin-right:auto;margin-top:3rem;max-width:942px!important}.gift-checkout-index .tax_err{--tw-text-opacity:1;color:rgb(183 23 17/var(--tw-text-opacity))}.gift-checkout-index .grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));align-items:stretch}@media (min-width:900px){.gift-checkout-index .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem}}@media (min-width:1366px){.gift-checkout-index .grid{gap:5rem}}.gift-checkout-index .buynow_fullGrid .buynow_payment_box{max-width:100%!important}.gift-checkout-index .buynow_fullGrid .buynow_edit{border-radius:0;background-color:initial!important;padding:0}.gift-checkout-index .buynow_fullGrid .buynow_edit_title{margin-top:0!important}.gift-checkout-index .buynow_fullGrid .buynow_edit .grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));align-items:stretch;gap:1.75rem}.gift-checkout-index .buynow_fullGrid .buynow_edit #card-form .grid{gap:0!important}.gift-checkout-index .buynow_fullGrid .buynow_edit_btn .btn-sky{--tw-border-opacity:1;border-color:rgb(39 81 255/var(--tw-border-opacity))}.gift-checkout-index .buynow_fullGrid .buynow_edit_btn .btn-sky,.gift-checkout-index .buynow_fullGrid .buynow_edit_btn .btn-sky:hover{--tw-bg-opacity:1;background-color:rgb(39 81 255/var(--tw-bg-opacity))}.gift-checkout-index .buynow_fullGrid .buynow_edit_address,.gift-checkout-index .buynow_fullGrid .buynow_edit_payment{float:none;margin-left:0;margin-right:0}@media (min-width:992px){.gift-checkout-index .buynow_fullGrid .buynow_edit_address,.gift-checkout-index .buynow_fullGrid .buynow_edit_payment{width:100%}}.buynow_modal_drawer.order .buynow_payment_limit_height{position:relative;height:100px;z-index:1}.buynow_modal_drawer.order .buynow_payment_addr_limit_height{position:relative;height:60px;z-index:1}.buynow_modal_drawer.order .buynow_payment_box.expanded{box-shadow:0 0 5px #0000000d,2px 2px 5px #0000001a}.resources-sec{padding:3rem 0}.resources-sec ul{max-width:600px;margin:auto}.resources-sec ul li{margin-bottom:10px}.resources-sec ul li::marker{color:var(--yellow-4)}.resources-sec .counter{margin-right:10px;display:inline-block;text-align:center;font-weight:700;--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity))}.resources-sec dl{max-width:320px;margin:0 auto}.resources-sec dt{padding:22px 0 0;margin:0 0 20px;text-align:center;font-weight:700;letter-spacing:-.015rem}.resources-sec dt:not(:first-child){border-top:2px dotted #1b375d}.resources-sec dd{text-align:center}.resources-sec dd .fa-circle-info{margin-left:1rem;font-size:22px}.resources-sec .AudioAsset-BoxWrapper{margin-bottom:1rem;display:flex;height:50px;align-items:center;justify-content:space-around}.resources-sec .AudioAsset-BoxWrapper .AudioAsset-Box{display:flex;width:302px;align-items:center;border-radius:5px;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 226 226/var(--tw-border-opacity));padding:8px;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.resources-sec .AudioAsset-BoxWrapper .AudioAsset-Btn{border-width:0;background-image:none;padding:1px 6px}.resources-sec .AudioAsset-BoxWrapper .AudioAsset-Btn_isDownload{margin:0 0 0 auto;display:inline-block;padding-top:.375rem;padding-bottom:.375rem}.resources-sec .list{padding-top:1.75rem;padding-bottom:1.75rem}@media (min-width:768px){.resources-sec .list{padding-top:2.5rem;padding-bottom:2.5rem}}.resources-sec .list .item{cursor:pointer;border-bottom-width:1px;border-style:dashed;--tw-border-opacity:1;border-color:rgb(27 55 93/var(--tw-border-opacity));text-align:left}.resources-sec .list .item svg{top:20px;right:10px;right:.375rem;margin:auto}.resources-sec .list .item .chevron,.resources-sec .list .item svg{position:absolute;--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity))}.resources-sec .list .item .chevron{right:10px;top:25px;margin-left:5px;font-size:1.5rem}.resources-sec .list .item .answer{border-top-width:1px;--tw-border-opacity:1;border-color:rgb(59 69 96/var(--tw-border-opacity))}.resources-sec .list .item .tooltip-cont{position:relative}.resources-sec .list .item .tooltip-cont .tip{position:absolute;width:210px;border-radius:4px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:5px;font-size:1rem;background:#fff;color:#000416}.resources-sec .list .item .tooltip-cont .tip span{display:block;font-size:1.125rem;font-weight:700}.resources-sec .audiomodal_screen{position:fixed;inset:0;z-index:50;height:100%;width:100%;overflow-y:auto;background-color:rgb(17 24 39/var(--tw-bg-opacity));--tw-bg-opacity:0.6;padding-left:1rem;padding-right:1rem}.resources-sec .audiomodal_dialog{position:relative;top:25%;margin-left:auto;margin-right:auto;max-width:400px;border-radius:.375rem;border-width:1px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));background-clip:padding-box;padding:20px;--tw-text-opacity:1;color:rgb(0 4 22/var(--tw-text-opacity));--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.resources-sec .audiomodal_close{display:flex;justify-content:flex-end;padding:.5rem}.resources-sec .audiomodal_close button{cursor:pointer}.resources-sec .audiomodal_close svg{height:20px;width:20px}.resources-sec .audiomodal_body{text-align:center}.shop_container{margin-top:20px;display:flex;justify-content:space-between}@media (min-width:768px){.shop_container{margin-top:50px}}.shop_notActivePromotion{margin-top:20vh;display:flex;justify-content:center}.shop_sidemenu{position:fixed;top:0;left:0;z-index:1031;height:0;width:100%;overflow-y:scroll;--tw-bg-opacity:1;background-color:rgb(0 15 75/var(--tw-bg-opacity));padding:20px}@media (min-width:1024px){.shop_sidemenu{position:static;z-index:0;height:100%!important;width:280px;border-right-width:1px;--tw-border-opacity:1;border-color:rgb(68 82 158/var(--tw-border-opacity));background-color:initial;padding:0 20px 0 0}}@media (min-width:1280px){.shop_sidemenu{width:320px}}.shop_sidemenu_hide{--tw-translate-y:100%}.shop_sidemenu_hide,.shop_sidemenu_show{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.shop_sidemenu_show{--tw-translate-y:0%}.shop_sidemenu_item{margin-bottom:30px}.shop_sidemenu_item.desk{display:none}@media (min-width:900px){.shop_sidemenu_item.desk{display:block}}.shop_sidemenu_item.mob{display:block}@media (min-width:900px){.shop_sidemenu_item.mob{display:none}}.shop_sidemenu_item{-moz-column-break-inside:avoid;break-inside:avoid-column}.shop_sidemenu_item [type=radio]{background-color:initial;border:1px solid #fff}.shop_sidemenu_item [type=radio]:checked{background-size:25px}.shop_sidemenu_title{margin-bottom:20px;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(68 82 158/var(--tw-border-opacity));font-size:14px;font-weight:700;line-height:30px}@media (min-width:768px){.shop_sidemenu_title{font-size:24px;line-height:36px}}.shop_promotions_options{font-size:14px;line-height:20px}@media (min-width:768px){.shop_promotions_options{font-size:20px}}.shop_promotions_options .radio{margin-bottom:11px}@media (min-width:768px){.shop_promotions_options .radio{margin-bottom:20px;padding-left:10px}}@media (min-width:900px){.shop_promotions_options .radio input[type=radio]{margin-top:0;height:1.7rem;width:1.7rem}}.shop_promotions_options .radio:hover,.shop_promotions_options .radio:hover input[type=radio]{cursor:pointer}.shop_onsale_options{font-size:14px;line-height:20px}@media (min-width:768px){.shop_onsale_options{font-size:20px}}.shop_onsale_options .radio{margin-bottom:11px}@media (min-width:768px){.shop_onsale_options .radio{margin-bottom:20px;padding-left:10px}}@media (min-width:900px){.shop_onsale_options .radio input[type=radio]{margin-top:0;height:1.7rem;width:1.7rem}}.shop_ratings_options .radio{margin-bottom:15px}@media (min-width:768px){.shop_ratings_options .radio{margin-bottom:20px;padding-left:10px}}@media (min-width:900px){.shop_ratings_options .radio input[type=radio]{margin-top:0;height:1.7rem;width:1.7rem}}.shop_ratings_options .radio:hover,.shop_ratings_options .radio:hover input[type=radio]{cursor:pointer}.shop_price .form-control{display:inline-block;max-width:51px;background-color:initial;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:600px){.shop_price .form-control{max-width:67px}}.shop_price .btn-success{border-radius:4px!important}.shop_review{position:relative;display:inline-block;height:19px}.shop_review .active{color:#eebd01;position:relative;z-index:10;display:inline-block;overflow:hidden;white-space:nowrap}.shop_review .inactive{color:grey;position:absolute;top:0;left:0;-webkit-text-stroke:initial}.shop_categories_item{margin:0;border-bottom-width:1px;border-color:rgb(255 255 255/var(--tw-border-opacity));--tw-border-opacity:0.5;font-size:14px;line-height:23px}@media (min-width:768px){.shop_categories_item{font-size:20px;line-height:36px}}.shop_categories_item span{margin:3px 0;display:block;cursor:pointer;padding-left:10px;padding-right:10px}.shop_categories_item span.active{position:relative;--tw-bg-opacity:1;background-color:rgb(75 212 249/var(--tw-bg-opacity));font-weight:700}.shop_categories_item span.active:before{position:absolute;top:0;right:-.9rem;bottom:0;margin:auto;display:inline-block;height:0;width:0;--tw-bg-opacity:1;background-color:rgb(75 212 249/var(--tw-bg-opacity));padding:.9rem}@media (min-width:768px){.shop_categories_item span.active:before{right:-1.3rem;padding:1.3rem}}.shop_categories_item span.active:before{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);content:" "}.shop_categories_item span:hover{position:relative;font-weight:700}.shop_categories_item span:hover,.shop_categories_item span:hover:before{--tw-bg-opacity:1;background-color:rgb(75 212 249/var(--tw-bg-opacity))}.shop_categories_item span:hover:before{position:absolute;top:0;right:-1.3rem;bottom:0;margin:auto;display:inline-block;height:0;width:0;padding:1.3rem;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);content:" "}.shop_banner .container-fluid{min-width:0!important}.shop_filter{margin-top:20px;display:flex;justify-content:space-between;padding-bottom:30px;font-size:12px;line-height:24px}@media (min-width:768px){.shop_filter{font-size:14px}}@media (max-width:900px){.shop_filter_choice{margin:auto;max-width:500px;gap:0 5rem;-moz-column-count:2;column-count:2}}@media (max-width:450px){.shop_filter_choice{gap:0 2rem}}.shop_filter_options{margin-bottom:20px;display:flex;justify-content:space-evenly}@media (min-width:900px){.shop_filter_options{display:none}}.shop_filter_options a{font-size:16px}.shop_filter span{font-size:16px;font-weight:700}@media (min-width:900px){.shop_filter span{font-size:20px}}.shop_filter span a{margin-left:15px;display:none}@media (min-width:900px){.shop_filter span a{display:inline-block}}.shop_filter_dropdown{display:none;font-weight:700}@media (min-width:900px){.shop_filter_dropdown{display:block}}.shop_filter_dropdown button{display:inline-flex;cursor:pointer;align-items:center;justify-content:space-between;gap:.5rem;white-space:nowrap;border-radius:4px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.5rem 1rem;font-weight:400;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(0 4 21/var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width:900px){.shop_filter_dropdown button{min-width:160px}}.shop_filter_dropdown button span{font-size:14px;font-weight:400;--tw-text-opacity:1;color:rgb(0 4 21/var(--tw-text-opacity))}.shop_filter_dropdown_btn{position:relative;margin-left:.5rem;display:inline-block}.shop_filter_dropdown_menu{position:absolute;top:40px;left:0;z-index:2;display:flex;width:100%;min-width:150px;flex-direction:column;overflow:hidden;border-radius:5px;border-width:0;--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));padding-top:.375rem;padding-bottom:.375rem}.shop_filter_dropdown_menu a{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));padding:.5rem 1rem}.shop_filter_dropdown_menu a,.shop_filter_dropdown_menu a:hover{font-weight:400;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.shop_filter_btn{display:flex;justify-content:space-around}@media (min-width:900px){.shop_filter_btn{display:none}}.shop_filter_btn button{border-radius:100px}.shop_filter_btn button i{--tw-text-opacity:1;color:rgb(248 156 55/var(--tw-text-opacity))}.shop_filter_btn_dropdown{font-weight:700}.shop_filter_btn_dropdown button{display:inline-flex;cursor:pointer;align-items:center;justify-content:space-between;gap:.5rem;white-space:nowrap;letter-spacing:.025em;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.shop_filter_btn_dropdown_btn{position:relative;margin-left:.5rem;display:inline-block}.shop_filter_btn_dropdown_menu{position:absolute;top:40px;left:0;z-index:2;display:flex;width:100%;min-width:150px;flex-direction:column;overflow:hidden;border-radius:5px;border-width:0;--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));padding-top:.375rem;padding-bottom:.375rem}.shop_filter_btn_dropdown_menu a{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));padding:.5rem 1rem}.shop_filter_btn_dropdown_menu a,.shop_filter_btn_dropdown_menu a:hover{font-weight:400;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.shop_results{width:100%}@media (min-width:1024px){.shop_results{margin-left:20px;width:calc(100% - 280px)}}@media (min-width:1280px){.shop_results{width:calc(100% - 320px)}}.shop_results_banner{width:100%}.shop_results_grid{margin-left:-8px;margin-right:-8px;display:flex;flex-wrap:wrap}.shop_results_item{position:relative;margin-bottom:15px;display:flex;width:50%;max-width:100%;flex:none;cursor:pointer;flex-wrap:wrap;border-radius:8px;padding-left:8px;padding-right:8px}@media (min-width:600px){.shop_results_item{width:33%}}@media (min-width:1280px){.shop_results_item{width:25%}}@media (min-width:1600px){.shop_results_item{width:20%}}@media (min-width:3000px){.shop_results_item{width:10%}}.shop_results_item_link{width:100%}.shop_results_item_link:hover{z-index:1;border-radius:12px;border-width:4px;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity));transform:scale(1.02)}.shop_results_item img{width:100%;border-top-left-radius:8px;border-top-right-radius:8px}.shop_results_item_details{display:flex;flex-shrink:0;justify-content:space-between;border-bottom-left-radius:8px;border-bottom-right-radius:8px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:5px;font-size:9px;font-weight:700}@media (min-width:768px){.shop_results_item_details{font-size:14px}}.shop_results_item_pricesale{--tw-text-opacity:1;color:rgb(233 1 1/var(--tw-text-opacity))}.shop_results_item_price{font-weight:700;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.shop_results_item_price.linethru{font-weight:700;--tw-text-opacity:1;color:rgb(179 179 179/var(--tw-text-opacity));text-decoration-line:line-through}.shop_results_item_lec{font-weight:700;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.shop_faq h1{padding-bottom:2rem}.shop_faq a.h4{color:var(--white)}.shop_faq .border-row{border-radius:4px;padding:0 3rem;background:#050714b3;margin-bottom:.7rem}.shop_faq .panel-collapse&gt;div,.shop_faq p{margin:auto;padding:2rem 0;position:relative}.shop_faq .panel-collapse{border-top:1px solid #ffffff40}.shop_faq .panel-group a.h4:before{font-family:var(--font-awesome-family);font-weight:400;font-size:2rem;line-height:1.5rem;content:"\f068";position:absolute;right:-1.5rem;color:#de9a09!important}.shop_faq .panel-group a.collapsed:before{content:"\2b";font-size:3rem}.shop_stream{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:40px 0 20px;--tw-text-opacity:1;color:rgb(0 15 75/var(--tw-text-opacity))}.shop_stream .img-cont{margin-left:auto;margin-right:auto;display:flex;width:100%;max-width:900px;align-items:center;justify-content:space-evenly}.shop_stream .img-cont a{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity));text-decoration-line:underline}.shop_stream .img-cont img{margin:5px 10px;resize:none;-o-object-fit:contain;object-fit:contain}.isMobile .shop_faq .panel-group{padding:0}@media (max-width:768px){.isMobile .shop_faq .border-row{padding:0 3rem 0 1.5rem}.isMobile .shop_faq .panel-collapse&gt;div,.isMobile .shop_faq p{margin:auto;padding:1rem 0}.isMobile .shop_faq .panel-group a:before{font-size:1rem}.isMobile .shop_faq .panel-group a.collapsed:before{font-size:2rem}.isMobile .shop_stream{padding:20px 0}}.icon-categories{width:50px;height:169px}.slider_shop{position:relative;margin-bottom:1.8rem}@media (min-width:768px){.slider_shop{margin-bottom:3.5rem}}.slider_shop .slider_tray{margin-bottom:.5rem}.swiper-button-next:after,.swiper-button-prev:after{font-size:1.4rem!important;font-weight:700!important}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:0!important}.swiper .swiper-button-next.swiper-button-disabled,.swiper .swiper-button-prev.swiper-button-disabled{opacity:0}@media (min-width:600px){.swiper .swiper-wrapper{display:flex}}.slider_shop .fusion_linked_list_item,.slider_shop .slider__item{cursor:pointer;overflow:hidden;border-radius:10px;border-width:1px;border-color:#0000;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.slider_shop .fusion_linked_list_item .details,.slider_shop .slider__item .details{font-size:9px}@media (min-width:768px){.slider_shop .fusion_linked_list_item .details,.slider_shop .slider__item .details{font-size:14px}}.slider_shop .fusion_linked_list_item .details,.slider_shop .slider__item .details{font-weight:700;background:#fff;display:flex;padding:5px;justify-content:space-between;flex-shrink:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.slider_shop .fusion_linked_list_item .details_pricesale,.slider_shop .slider__item .details_pricesale{color:#e90101}.slider_shop .fusion_linked_list_item .details_price,.slider_shop .slider__item .details_price{color:#000;font-weight:700}.slider_shop .fusion_linked_list_item .details_price.linethru,.slider_shop .slider__item .details_price.linethru{text-decoration-line:line-through;color:#b3b3b3}.slider_shop .fusion_linked_list_item .details_lec,.slider_shop .slider__item .details_lec{color:#000;font-weight:700}@media (min-width:600px){.slider_shop .fusion_linked_list_item.category_t .item-title,.slider_shop .slider__item.category_t .item-title{display:none}}.slider_shop .fusion_linked_list_item.category_t .image-container,.slider_shop .fusion_linked_list_item.product_t .image-container,.slider_shop .slider__item.category_t .image-container,.slider_shop .slider__item.product_t .image-container{position:relative}.slider_shop .fusion_linked_list_item .item-title,.slider_shop .slider__item .item-title{padding:.5rem .625rem .625rem}@media (max-width:600px){.slider_shop .fusion_linked_list_item .item-title,.slider_shop .slider__item .item-title{font-size:.875rem}}.slider_shop .fusion_linked_list_item .item-title .course_title,.slider_shop .fusion_linked_list_item .item-title .lecture_title,.slider_shop .slider__item .item-title .course_title,.slider_shop .slider__item .item-title .lecture_title{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.slider_shop .fusion_linked_list_item .item-title .course_title,.slider_shop .slider__item .item-title .course_title{opacity:.6}.slider_shop .fusion_linked_list_item:focus,.slider_shop .fusion_linked_list_item:hover,.slider_shop .slider__item:focus,.slider_shop .slider__item:hover{z-index:1;border:2px solid #fff}.slider_shop .fusion_linked_list_item:focus .category_t img,.slider_shop .fusion_linked_list_item:focus .product_t img,.slider_shop .fusion_linked_list_item:hover .category_t img,.slider_shop .fusion_linked_list_item:hover .product_t img,.slider_shop .slider__item:focus .category_t img,.slider_shop .slider__item:focus .product_t img,.slider_shop .slider__item:hover .category_t img,.slider_shop .slider__item:hover .product_t img{border-radius:8px;border:1px solid #fff3;max-width:100%;height:auto;width:100%;aspect-ratio:206/116}.slider_shop .fusion_linked_list_item:hover,.slider_shop .slider__item:hover{background:linear-gradient(180deg,#0000 0,#000)}.slider_shop .fusion_linked_list_item:hover .play-icon,.slider_shop .slider__item:hover .play-icon{display:block}.slider_shop .fusion_linked_list_item:hover .image-container:before,.slider_shop .slider__item:hover .image-container:before{background:linear-gradient(180deg,#0000 50%,#000);content:"";height:calc(100% - 1px);width:calc(100% - 2px);position:absolute;top:1px;left:1px;opacity:1;border-radius:6px}.slider_shop .slider__item{overflow:hidden;border-radius:10px;border-width:1px;border-color:#0000;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:600px){.slider_shop .slider__item.category_t .item-title{display:none}}.slider_shop .slider__item.category_t .image-container,.slider_shop .slider__item.product_t .image-container{position:relative}.slider_shop .slider__item .item-title{padding:.5rem .625rem .625rem}@media (max-width:600px){.slider_shop .slider__item .item-title{font-size:.875rem}}.slider_shop .slider__item .item-title .course_title,.slider_shop .slider__item .item-title .lecture_title{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.slider_shop .slider__item .item-title .course_title{opacity:.6}.slider_shop .slider__item:focus,.slider_shop .slider__item:hover{z-index:1;border:2px solid #fff}.slider_shop .slider__item:focus .category_t img,.slider_shop .slider__item:focus .product_t img,.slider_shop .slider__item:hover .category_t img,.slider_shop .slider__item:hover .product_t img{border-radius:8px;border:1px solid #fff3;max-width:100%;height:auto;width:100%;aspect-ratio:206/116}.slider_shop .slider__item:hover{background:linear-gradient(180deg,#0000 0,#000)}.slider_shop .slider__item:hover .play-icon{display:block}.slider_shop .slider__item:hover .image-container:before{background:linear-gradient(180deg,#0000 50%,#000);content:"";height:calc(100% - 1px);width:calc(100% - 2px);position:absolute;top:1px;left:1px;opacity:1;border-radius:6px}.slider_shop .shop-next,.slider_shop .shop-prev{margin-top:0;font-size:0;position:absolute;width:4.5rem;height:4.5rem;cursor:pointer;background:#f9f6fd;border-radius:50%;color:var(--white);top:45%;transform:translateY(-50%);padding:0;border:none;outline:none;z-index:10;filter:drop-shadow(0 0 5px var(--blue-6))}.slider_shop .shop-next:before,.slider_shop .shop-prev:before{font:600 2.5rem var(--font-awesome-family);color:var(--blue-6);opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f054"}.slider_shop .shop-next:after,.slider_shop .shop-prev:after{display:none}.slider_shop .shop-prev:before{content:"\f053"!important}.herobanner-theme{position:relative;z-index:1;margin-bottom:3.5rem;min-height:33.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center}.herobanner-theme-main{border-radius:0!important}@media (min-width:1024px){.herobanner-theme{min-height:33.5rem}}@media (min-width:1440px){.herobanner-theme{min-height:40rem}}.herobanner-fade{width:100%;height:100%;position:absolute;top:0;opacity:1;z-index:-1}.herobanner-fade.full{background-color:#01041bbf}@media (min-width:768px){.herobanner-fade.left{display:none}}.herobanner-fade.left{background:linear-gradient(0deg,#01063980 60%,#01063900 80%)}.herobanner-promo{width:100%;background-repeat:no-repeat!important}.herobanner-promo .container-fluid{margin-left:0}.herobanner-promo-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));text-align:left}@media (min-width:1024px){.herobanner-promo-grid{max-width:700px}}.herobanner-promo-title{margin:0}.herobanner-promo-subtitle{margin-top:20px;margin-bottom:25px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500}.herobanner-product{width:100%}.herobanner-product-grid{margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));text-align:center}@media (min-width:1024px){.herobanner-product-grid{max-width:850px}}.herobanner-product-title{margin:10px 0 0}.herobanner-product-desc{margin:20px auto 25px;max-width:700px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500}.herobanner-product-promo .container-fluid{margin-left:0}.herobanner-product-promo-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));text-align:left}@media (min-width:1024px){.herobanner-product-promo-grid{max-width:700px}}.herobanner-product-promo-grid .herobanner-product-desc{max-width:100%}.isMobile .herobanner-theme{min-height:30rem}.bannerrotator,.herorotator,.isMobile .herobanner-product-promo,.isMobile .herobanner-promo{background-size:cover!important;background-position:100%!important}.bannerrotator,.herorotator{position:relative;z-index:1;margin-bottom:3.5rem;min-height:33.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (min-width:1024px){.bannerrotator,.herorotator{min-height:33.5rem}}@media (min-width:1440px){.bannerrotator,.herorotator{min-height:40rem}}.bannerrotator-fade,.herorotator-fade{width:100%;height:100%;position:absolute;top:0;opacity:1;z-index:-1}.bannerrotator-fade.full,.herorotator-fade.full{background-color:#01041bbf}@media (min-width:768px){.bannerrotator-fade.left,.herorotator-fade.left{display:none}}.bannerrotator-fade.left,.herorotator-fade.left{background:linear-gradient(0deg,#01063980 60%,#01063900 80%)}.bannerrotator-promo .container-fluid,.herorotator-promo .container-fluid{margin-left:0}.bannerrotator-promo-grid,.herorotator-promo-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));text-align:left}@media (min-width:1024px){.bannerrotator-promo-grid,.herorotator-promo-grid{max-width:700px}}.bannerrotator-promo-title,.herorotator-promo-title{margin:0}.bannerrotator-promo-subtitle,.herorotator-promo-subtitle{margin-top:20px;margin-bottom:25px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500}.bannerrotator-product-grid,.herorotator-product-grid{margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));text-align:center}@media (min-width:1024px){.bannerrotator-product-grid,.herorotator-product-grid{max-width:850px}}.bannerrotator-product-title,.herorotator-product-title{margin:10px 0 0}.bannerrotator-product-desc,.herorotator-product-desc{margin:20px auto 25px;max-width:700px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500}.bannerrotator-product-promo .container-fluid,.herorotator-product-promo .container-fluid{margin-left:0}.bannerrotator-product-promo-grid,.herorotator-product-promo-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));text-align:left}@media (min-width:1024px){.bannerrotator-product-promo-grid,.herorotator-product-promo-grid{max-width:700px}}.bannerrotator-product-promo .herorotator-product-desc,.herorotator-product-promo .herorotator-product-desc{max-width:100%}.bannerrotator-pagination .swiper-pagination-bullet,.herorotator-pagination .swiper-pagination-bullet{background:red;width:13px;height:13px;border:1px solid #fff;background:#0000;border-radius:100%;opacity:1}.bannerrotator-pagination .swiper-pagination-bullet-active,.herorotator-pagination .swiper-pagination-bullet-active{background:#fff}.bannerrotator .bannerrotator-next,.bannerrotator .bannerrotator-prev,.bannerrotator .herorotator-next,.bannerrotator .herorotator-prev,.herorotator .bannerrotator-next,.herorotator .bannerrotator-prev,.herorotator .herorotator-next,.herorotator .herorotator-prev{margin-top:0;font-size:0;position:absolute;width:4.5rem;height:4.5rem;cursor:pointer;background:#f9f6fd;border-radius:50%;color:var(--white);top:45%;transform:translateY(-50%);padding:0;border:none;outline:none;z-index:10;filter:drop-shadow(0 0 5px var(--blue-6))}.bannerrotator .bannerrotator-next:before,.bannerrotator .bannerrotator-prev:before,.bannerrotator .herorotator-next:before,.bannerrotator .herorotator-prev:before,.herorotator .bannerrotator-next:before,.herorotator .bannerrotator-prev:before,.herorotator .herorotator-next:before,.herorotator .herorotator-prev:before{font:600 2.5rem var(--font-awesome-family);color:var(--blue-6);opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f054"}.bannerrotator .bannerrotator-next:after,.bannerrotator .bannerrotator-prev:after,.bannerrotator .herorotator-next:after,.bannerrotator .herorotator-prev:after,.herorotator .bannerrotator-next:after,.herorotator .bannerrotator-prev:after,.herorotator .herorotator-next:after,.herorotator .herorotator-prev:after{display:none}.bannerrotator-prev:before,.herorotator-prev:before{content:"\f053"!important}.isMobile .bannerrotator,.isMobile .herorotator{min-height:30rem}.isMobile .bannerrotator-product-promo,.isMobile .bannerrotator-promo,.isMobile .herorotator-product-promo,.isMobile .herorotator-promo{background-size:cover!important;background-position:top!important}@media (max-width:767px){.isMobile .bannerrotator .bannerrotator-next,.isMobile .bannerrotator .bannerrotator-prev,.isMobile .bannerrotator .herorotator-next,.isMobile .bannerrotator .herorotator-prev,.isMobile .herorotator .bannerrotator-next,.isMobile .herorotator .bannerrotator-prev,.isMobile .herorotator .herorotator-next,.isMobile .herorotator .herorotator-prev{width:2.5rem!important;height:2.5rem!important;bottom:-5px!important;top:auto!important}.isMobile .bannerrotator .bannerrotator-next:before,.isMobile .bannerrotator .bannerrotator-prev:before,.isMobile .bannerrotator .herorotator-next:before,.isMobile .bannerrotator .herorotator-prev:before,.isMobile .herorotator .bannerrotator-next:before,.isMobile .herorotator .bannerrotator-prev:before,.isMobile .herorotator .herorotator-next:before,.isMobile .herorotator .herorotator-prev:before{font:600 1.5rem var(--font-awesome-family)}.isMobile .bannerrotator .bannerrotator-prev,.isMobile .bannerrotator .herorotator-prev,.isMobile .herorotator .bannerrotator-prev,.isMobile .herorotator .herorotator-prev{left:calc(50% - 100px)!important}.isMobile .bannerrotator .bannerrotator-next,.isMobile .bannerrotator .herorotator-next,.isMobile .herorotator .bannerrotator-next,.isMobile .herorotator .herorotator-next{right:calc(50% - 100px)!important}}.banner-rotator{position:relative;z-index:1;margin-bottom:3.5rem;min-height:33.5rem;display:flex;align-items:center;justify-content:center}@media (min-width:1024px){.banner-rotator{min-height:33.5rem}}@media (min-width:1440px){.banner-rotator{min-height:40rem}}.banner-rotator-fade{width:100%;height:100%;position:absolute;top:0;opacity:1;z-index:-1}.banner-rotator-fade.full{background-color:#01041bbf}@media (min-width:768px){.banner-rotator-fade.left{display:none}}.banner-rotator-fade.left{background:linear-gradient(0deg,#01063980 60%,#01063900 80%)}.banner-rotator-promo .container-fluid{margin-left:0}.banner-rotator-promo-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));text-align:left}@media (min-width:1024px){.banner-rotator-promo-grid{max-width:700px}}.banner-rotator-promo-title{margin:0}.banner-rotator-promo-subtitle{margin-top:20px;margin-bottom:25px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500}.banner-rotator-product-grid{margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));text-align:center}@media (min-width:1024px){.banner-rotator-product-grid{max-width:850px}}.banner-rotator-product-title{margin:10px 0 0}.banner-rotator-product-desc{margin:20px auto 25px;max-width:700px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500}.banner-rotator-product-promo .container-fluid{margin-left:0}.banner-rotator-product-promo-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));text-align:left}@media (min-width:1024px){.banner-rotator-product-promo-grid{max-width:700px}}.banner-rotator-product-promo .banner-rotator-product-desc{max-width:100%}.banner-rotator-pagination .swiper-pagination-bullet{background:red;width:13px;height:13px;border:1px solid #fff;background:#0000;border-radius:100%;opacity:1}.banner-rotator-pagination .swiper-pagination-bullet-active{background:#fff}.banner-rotator .banner-rotator-next,.banner-rotator .banner-rotator-prev{margin-top:0;font-size:0;position:absolute;width:4.5rem;height:4.5rem;cursor:pointer;background:#f9f6fd;border-radius:50%;color:var(--white);top:45%;transform:translateY(-50%);padding:0;border:none;outline:none;z-index:10;filter:drop-shadow(0 0 5px var(--blue-6))}.banner-rotator .banner-rotator-next:before,.banner-rotator .banner-rotator-prev:before{font:600 2.5rem var(--font-awesome-family);color:var(--blue-6);opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f054"}.banner-rotator .banner-rotator-next:after,.banner-rotator .banner-rotator-prev:after{display:none}.banner-rotator-prev:before{content:"\f053"!important}.isMobile .banner-rotator{min-height:30rem}.isMobile .banner-rotator-product-promo,.isMobile .banner-rotator-promo{background-size:cover!important;background-position:100%!important}.downloads .container{margin-left:auto;margin-right:auto;min-width:0!important;max-width:900px!important}.downloads .container h1 svg{display:inline-block;width:2rem;height:2rem}.downloads .container .media.media-pdp{padding-left:0}.downloads .container .media.media-pdp .media-left img{display:none;max-width:100px}@media (min-width:600px){.downloads .container .media.media-pdp .media-left img{display:block}}.downloads .container .media.media-pdp .media-body{width:80%}.downloads .container .media.media-pdp .media-right{width:30%}.downloads .container .media.media-pdp .media-right .fa-regular{font-size:16px}.downloads-drawer{display:flex}.downloads-drawer-toggle{position:absolute;top:0;left:0;display:inline-block;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity));padding:1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.tw-peer:checked~.downloads-drawer-toggle{left:16rem;--tw-rotate:180deg}.downloads-drawer-cont,.tw-peer:checked~.downloads-drawer-toggle{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.downloads-drawer-cont{position:fixed;top:0;right:0;z-index:1035;height:100%;width:490px;--tw-translate-x:100%;padding:15px;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}@media (max-width:600px){.downloads-drawer-cont{width:100%}}.downloads-drawer-cont{background:linear-gradient(180deg,#000f4b -7.62%,#2c5480 73.88%)}.downloads-drawer-cont-close{position:fixed;top:15px;right:15px;width:3rem;height:3rem;font-size:.875rem;font-weight:600}.downloads-drawer-cont.open{--tw-translate-x:0px}.downloads-drawer-cont.close,.downloads-drawer-cont.open{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.downloads-drawer-cont.close{--tw-translate-x:100%}.downloads-drawer-media{position:relative;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(85 94 113/var(--tw-border-opacity));padding:10px 5px 10px 10px}.downloads-drawer-media.more,.downloads-drawer-media:hover{background:#000f4b66}.downloads-drawer-media-body{display:table-cell;vertical-align:top;width:10000px;zoom:1}.downloads-drawer-media-body .title{cursor:pointer;font-size:16px;font-weight:600}.downloads-drawer-media-body p{margin-bottom:0;padding:10px 10px 5px 15px;font-size:12px;line-height:16px}.downloads-drawer-media-right{display:table-cell;vertical-align:top;width:15px}.downloads-drawer-media-right .btn-link{padding-top:0;padding-bottom:0;padding-right:0}.downloads-drawer-media-right .fa-regular{font-size:16px;--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.downloads-drawer-lectures{height:100%;max-height:95vh;overflow-y:scroll;padding-bottom:50px}.downloads-drawer-lectures::-webkit-scrollbar{width:10px}.downloads-drawer-lectures::-webkit-scrollbar-track{background:#0000001a;border-radius:100px}.downloads-drawer-lectures::-webkit-scrollbar-thumb{background:#0000004d;border-radius:100px;min-height:25px;max-height:30px}#cover-spin{position:fixed;width:100%;left:0;right:0;top:0;bottom:0;background-color:#00000080;z-index:9999}#cover-spin:after{content:"";display:block;position:absolute;left:48%;top:40%;width:40px;height:40px;border:4px solid #fff;border-top-color:#0000;border-radius:50%;animation:spin .8s linear infinite}#inline-spin{min-height:65px;width:100%;z-index:9998}#inline-spin:after{content:"";display:block;position:absolute;left:50%;top:50%;margin-left:-20px;transform:translate3d(-50%,-50%,0);width:40px;height:40px;border:4px solid #fff;border-top-color:#0000;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.order_thead{background:var(--blue-6);color:#fff;border-bottom:1px solid #1b375d;text-transform:capitalize}.order_thead th{font-size:14px;text-transform:capitalize}@media (min-width:768px){.order_thead th{font-size:16px}}.order_thead th{padding-left:10px;padding-right:10px}.order_thead th:first-child{padding-left:0}.order_tbody td{padding:10px;font-size:14px}@media (min-width:768px){.order_tbody td{font-size:16px}}.order_tbody td{background:#fff;font-weight:600;color:#000;border:1px solid #d5e7f6}.order_tbody td:first-child{padding-left:0}.order_table_md_hide{display:inline-block}@media (min-width:768px){.order_table_md_hide{display:none}}.order_table_md_show{display:none}@media (min-width:768px){.order_table_md_show{display:table-cell}}@media (max-width:768px){.order_table .details .order_thead{display:none}}.order_table .details .order_tbody tr{margin-top:.75rem;margin-bottom:.75rem;padding-top:.75rem;padding-bottom:.75rem}@media (max-width:768px){.order_table .details .order_tbody tr{display:block}}.order_table .details .order_tbody td{background-color:initial}@media (max-width:768px){.order_table .details .order_tbody td{display:block;border-width:0 0 1px;--tw-border-opacity:1;border-bottom-color:rgb(194 189 202/var(--tw-border-opacity));text-align:left!important}.order_table .details .order_tbody td:first-child{border-top-width:5px;--tw-border-opacity:1;border-top-color:rgb(0 4 22/var(--tw-border-opacity));padding-left:10px}}.order_toggle{cursor:pointer}.order_details{--tw-bg-opacity:1;background-color:rgb(231 245 252/var(--tw-bg-opacity));padding:.75rem}.order_details_gridall2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.order_details_gridall2 .center{align-items:center}.order_details_grid2{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.order_details_grid2{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.order_details_grid2 .center{align-items:center}.order_details_totals{display:flex;justify-content:flex-end}.order_details_totals dl{min-width:330px}.order_details_totals p{display:flex;justify-content:space-between;border-top:1px solid #dee2e6}.order_details_totals p:first-child{border-top:none}.order_details_block{margin-bottom:1.25rem;border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(194 189 202/var(--tw-border-opacity))}.order_details_block_header{--tw-bg-opacity:1;background-color:rgb(0 4 22/var(--tw-bg-opacity));padding:8px;font-size:16px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.order_details_block_cont{padding:8px 12px}img,video{display:inline-block}@media (min-width:600px){.sm\:\!tw-hidden{display:none!important}}.abtest-course-top-container .ab-slide-arrow-left,.abtest-course-top-container .ab-slide-arrow-right{display:none}#abtest-course-top-container-widgets{position:relative;display:flex;justify-content:center;align-items:stretch}#abtest-course-top-container-widgets&gt;div:not(:last-child){margin-right:15px}#abtest-course-top-container-widgets .show-lgdevices{display:none}@media (max-width:1266px){#abtest-course-top-container-widgets .show-lgdevices{display:inline-block}}#abtest-course-top-container-widgets .hide-lgdevices{display:inline-block;float:right}@media (max-width:1266px){#abtest-course-top-container-widgets .hide-lgdevices{display:none}}#abtest-course-top-container-widgets .course-info-reviews-summary{display:inline-block;max-width:100px;float:none}@media (max-width:1266px){#abtest-course-top-container-widgets .course-info-reviews-summary{float:right;max-width:100px;margin-top:5px}}#abtest-course-top-container-widgets [data-bv-show="rating_summary"] svg,#abtest-course-top-container-widgets [data-bv-show="rating_summary"] polygon{width:12px !important;height:12px !important}#abtest-course-top-container-widgets [data-bv-show="rating_summary"] .bv_main_container{background-color:transparent !important;margin-top:0px !important;padding-top:0px !important;padding-bottom:0px !important}#abtest-course-top-container-widgets [data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container{padding-right:0.2em !important}#abtest-course-top-container-widgets [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text{display:none !important}#abtest-course-top-container-widgets .arrow-holder{position:absolute;top:0;bottom:0;margin:auto;background:#F9F6FD;border-radius:50%;color:var(--white);width:3.5rem;height:3.5rem}#abtest-course-top-container-widgets .arrow-holder.right{right:0}#abtest-course-top-container-widgets .arrow-holder.left{left:0}#abtest-course-top-container-widgets .arrow-holder .arrow{border:solid rgba(0,4,22,0.75);border-width:0 3px 3px 0;display:inline-block;padding:5px;margin-top:11px;margin-left:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#abtest-course-top-container-widgets .arrow-holder .arrow.right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}#abtest-course-top-container-widgets .arrow-holder .arrow.left{transform:rotate(135deg);-webkit-transform:rotate(135deg);margin-left:13px}#abtest-course-top-container-widgets .review-summary,#abtest-course-top-container-widgets .interesting-facts,#abtest-course-top-container-widgets .learning-objectives,#abtest-course-top-container-widgets .professor-widget{padding:18px 15px;border-radius:10px;color:#fff;max-width:33%;flex:1;margin:20px 0;background-color:rgba(0,0,0,0.75)}#abtest-course-top-container-widgets .review-summary .title,#abtest-course-top-container-widgets .interesting-facts .title,#abtest-course-top-container-widgets .learning-objectives .title,#abtest-course-top-container-widgets .professor-widget .title{text-transform:capitalize}#abtest-course-top-container-widgets .review-summary h4,#abtest-course-top-container-widgets .interesting-facts h4,#abtest-course-top-container-widgets .learning-objectives h4,#abtest-course-top-container-widgets .professor-widget h4,#abtest-course-top-container-widgets .review-summary h2,#abtest-course-top-container-widgets .interesting-facts h2,#abtest-course-top-container-widgets .learning-objectives h2,#abtest-course-top-container-widgets .professor-widget h2{margin:0 5px 0 0;padding:0;display:inline-block}#abtest-course-top-container-widgets .review-summary h2,#abtest-course-top-container-widgets .interesting-facts h2,#abtest-course-top-container-widgets .learning-objectives h2,#abtest-course-top-container-widgets .professor-widget h2{margin-bottom:7px}#abtest-course-top-container-widgets .review-summary hr,#abtest-course-top-container-widgets .interesting-facts hr,#abtest-course-top-container-widgets .learning-objectives hr,#abtest-course-top-container-widgets .professor-widget hr{margin:7px 0 17px 0;border-color:rgba(255,255,255,0.5);width:100%}#abtest-course-top-container-widgets .review-summary .prev-next,#abtest-course-top-container-widgets .interesting-facts .prev-next,#abtest-course-top-container-widgets .learning-objectives .prev-next,#abtest-course-top-container-widgets .professor-widget .prev-next{display:inline-flex;align-items:flex-end;justify-content:flex-end;float:right}#abtest-course-top-container-widgets .professor-widget{max-width:100%}#abtest-course-top-container-widgets .professor-widget .professor-image{border-radius:50%;overflow:hidden;width:80px;height:80px;margin-right:20px}#abtest-course-top-container-widgets .professor-widget .professor-image img{max-width:100%}#abtest-course-top-container-widgets .professor-widget .bio{overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box}#abtest-course-top-container-widgets .professor-widget .bio p{font-size:1.4rem}#abtest-course-top-container-widgets .professor-widget hr{margin-bottom:11px}#abtest-course-top-container-widgets .review-summary{position:relative}#abtest-course-top-container-widgets .review-summary [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container{color:#20A1F5 !important}#abtest-course-top-container-widgets .review-summary .review-summary-content{padding-bottom:30px}#abtest-course-top-container-widgets .review-summary .rsummary-footer{position:absolute;width:calc(100% - 36px);height:auto;bottom:10px;right:20px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}#abtest-course-top-container-widgets .review-summary .view-all{line-height:2.2em;color:#20A1F5;cursor:pointer}#abtest-course-top-container-widgets .learning-objectives ul{padding:0 0px 0px 12px;display:flex;flex-wrap:wrap;justify-content:space-between;list-style:disc;margin-bottom:0}#abtest-course-top-container-widgets .learning-objectives ul li{width:48%;margin-bottom:10px}#abtest-course-top-container-widgets .interesting-facts .interesting-fact{display:none}#course-recommendations{position:fixed;bottom:0;width:100vw;left:0;right:0;background-color:#000000;z-index:1;height:27px}#course-recommendations.expanded{height:230px}#course-recommendations .header{background:#d64700;background:linear-gradient(90deg, #521b00 0%, #fe7b00 30%, #fe7b00 70%, #521b00 100%);color:#FFFFFF;padding:7px 0 8px 0;font-size:18px;line-height:12px;text-align:center;font-weight:bold;cursor:pointer}#course-recommendations .header .arrow{margin-left:10px;margin-bottom:0;display:inline-block;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:10px solid #f6d54b;border-bottom:0}#course-recommendations .header .arrow.up{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:10px solid #f6d54b;border-top:0 !important}#course-recommendations .tray{transition:max-height .15s ease-out}#course-recommendations .tray .slider_section{padding:15px 0 15px 15px}#course-recommendations.static{position:static;background:transparent;overflow:hidden;margin-bottom:-40px}#course-recommendations.static .tray .slider_section{padding-bottom:0}@media (max-width:1024px){.isMobile .abtest-course-top-container{display:flex;align-items:center}.isMobile .abtest-course-top-container .ab-slide-arrow-left,.isMobile .abtest-course-top-container .ab-slide-arrow-right{display:block;width:0;margin-top:50px}.isMobile .abtest-course-top-container .ab-slide-arrow-left.tw-hidden,.isMobile .abtest-course-top-container .ab-slide-arrow-right.tw-hidden{display:none}.isMobile .abtest-course-top-container .ab-slide-arrow-left:before,.isMobile .abtest-course-top-container .ab-slide-arrow-right:before{content:" ";position:relative;border:solid #20a1f5;border-width:0 3px 3px 0;display:inline-block;padding:7px;transform:translateY(-50%);-webkit-transform:translateY(-50%);z-index:1}.isMobile .abtest-course-top-container .ab-slide-arrow-right:before{right:30px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.isMobile .abtest-course-top-container .ab-slide-arrow-left:before{left:15px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.isMobile .abtest-course-top-container .ab-slide-arrow-left:not(.tw-hidden)+div .bio,.isMobile .abtest-course-top-container .ab-slide-arrow-left:not(.tw-hidden)+div .view-all{margin-left:25px;margin-right:25px}.isMobile #abtest-course-top-container-widgets{width:100%}.isMobile #abtest-course-top-container-widgets&gt;div:not(:last-child){margin-right:0}.isMobile #abtest-course-top-container-widgets .review-summary,.isMobile #abtest-course-top-container-widgets .interesting-facts,.isMobile #abtest-course-top-container-widgets .learning-objectives,.isMobile #abtest-course-top-container-widgets .professor-widget{max-width:100%;width:100%}.isMobile #abtest-course-top-container-widgets .main-content{padding:0 25px}.isMobile #abtest-course-top-container-widgets .professor-widget .main-content{padding:0px}.isMobile #abtest-course-top-container-widgets .learning-objectives ul{padding:0 25px 0px 37px}}@media (max-width:600px){.isMobile .abtest-course-top-container .ab-slide-arrow-left:before,.isMobile .abtest-course-top-container .ab-slide-arrow-right:before{padding:6px}.isMobile .abtest-course-top-container .ab-slide-arrow-left:before{left:10px}.isMobile .abtest-course-top-container .ab-slide-arrow-right:before{right:25px}.isMobile #abtest-course-top-container-widgets .review-summary,.isMobile #abtest-course-top-container-widgets .interesting-facts,.isMobile #abtest-course-top-container-widgets .learning-objectives,.isMobile #abtest-course-top-container-widgets .professor-widget{padding:15px 10px}.isMobile #abtest-course-top-container-widgets .professor-widget .professor-image{width:50px;height:50px;margin-right:10px}}@media (max-width:1024px){.isMobile #abtest-course-top-container-widgets{flex-direction:column}}@media (max-width:1024px){.isMobile #abtest-course-top-container-widgets .hide-lgdevices{display:inline-block;float:right}}@media (max-width:500px){.isMobile #abtest-course-top-container-widgets .hide-lgdevices{display:none}}@media (max-width:1024px){.isMobile #abtest-course-top-container-widgets .show-lgdevices{display:none}}@media (max-width:500px){.isMobile #abtest-course-top-container-widgets .show-lgdevices{display:inline-block}}@media (max-width:1024px){.isMobile #abtest-course-top-container-widgets .course-info-reviews-summary{display:inline-block;max-width:100px;float:none}}@media (max-width:500px){.isMobile #abtest-course-top-container-widgets .course-info-reviews-summary{float:right;max-width:100px;margin-top:5px}}@media (max-width:600px){.isMobile #abtest-course-top-container-widgets .professor-widget .bio p{font-size:1.2rem;line-height:1.6rem}}@media only screen and (max-width:1024px){.isMobile #course-recommendations{bottom:75px}.isMobile #course-recommendations .header{font-size:16px}.isMobile #course-recommendations .header .arrow{margin-left:7px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:10px solid #f6d54b}.isMobile #course-recommendations .header .arrow.up{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:10px solid #f6d54b;border-top:0 !important}.isMobile #course-recommendations .tray{max-height:0}}@media only screen and (max-width:768px){.isMobile #course-recommendations{height:27px}.isMobile #course-recommendations.expanded{height:calc(40vh + 27px)}.isMobile #course-recommendations .slick-list{overflow-y:auto !important;height:40vh !important}.isMobile #course-recommendations .slider_section .items__wrapper .slick-track,.isMobile #course-recommendations .slider_section .certona_items__wrapper .slick-track{column-count:2 !important;display:block !important;height:auto !important}.isMobile #course-recommendations .slider_section .items__wrapper .slick-track .slick-slide,.isMobile #course-recommendations .slider_section .certona_items__wrapper .slick-track .slick-slide{width:auto !important;margin:1%;transform-origin:0 0}.isMobile #course-recommendations .slider_section .items__wrapper .slick-track .slick-slide .product_t img,.isMobile #course-recommendations .slider_section .certona_items__wrapper .slick-track .slick-slide .product_t img{max-height:none !important}}@media only screen and (max-width:768px) and (max-height:500px){.isMobile #course-recommendations .slider_section .items__wrapper .slick-track,.isMobile #course-recommendations .slider_section .certona_items__wrapper .slick-track{padding-bottom:200px !important}}/* Intetionally left empty */</pre></body></html>