/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

 code[class*="language-"],
 pre[class*="language-"] {
   color: black;
   text-shadow: 0 1px white;
   font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
   direction: ltr;
   text-align: left;
   white-space: pre;
   word-spacing: normal;
   word-break: normal;
   word-wrap: normal;
   line-height: 1.5;
 
   -moz-tab-size: 4;
   -o-tab-size: 4;
   tab-size: 4;
 
   -webkit-hyphens: none;
   -moz-hyphens: none;
   -ms-hyphens: none;
   hyphens: none;
 }
 
 pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
 code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
   text-shadow: none;
   background: #b3d4fc;
 }
 
 pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
 code[class*="language-"]::selection, code[class*="language-"] ::selection {
   text-shadow: none;
   background: #b3d4fc;
 }
 
 @media print {
   code[class*="language-"],
   pre[class*="language-"] {
     text-shadow: none;
   }
 }
 
 /* Code blocks */
 pre[class*="language-"] {
   padding: 1em;
   margin: .5em 0;
   overflow: auto;
 }
 
 :not(pre) > code[class*="language-"],
 pre[class*="language-"] {
   background: #f5f2f0;
 }
 
 /* Inline code */
 :not(pre) > code[class*="language-"] {
   padding: .1em;
   border-radius: .3em;
 }
 
 .token.comment,
 .token.prolog,
 .token.doctype,
 .token.cdata {
   color: slategray;
 }
 
 .token.punctuation {
   color: #999;
 }
 
 .namespace {
   opacity: .7;
 }
 
 .token.property,
 .token.tag,
 .token.boolean,
 .token.number,
 .token.constant,
 .token.symbol,
 .token.deleted {
   color: #905;
 }
 
 .token.selector,
 .token.attr-name,
 .token.string,
 .token.char,
 .token.builtin,
 .token.inserted {
   color: #690;
 }
 
 .token.operator,
 .token.entity,
 .token.url,
 .language-css .token.string,
 .style .token.string {
   color: #a67f59;
 }
 
 .token.atrule,
 .token.attr-value,
 .token.keyword {
   color: #07a;
 }
 
 .token.function {
   color: #DD4A68;
 }
 
 .token.regex,
 .token.important,
 .token.variable {
   color: #e90;
 }
 
 .token.important,
 .token.bold {
   font-weight: bold;
 }
 .token.italic {
   font-style: italic;
 }
 
 .token.entity {
   cursor: help;
 }
 
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

 code[class*="language-"],
 pre[class*="language-"] {
   color: black;
   text-shadow: 0 1px white;
   font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
   direction: ltr;
   text-align: left;
   white-space: pre;
   word-spacing: normal;
   word-break: normal;
   word-wrap: normal;
   line-height: 1.5;
 
   -moz-tab-size: 4;
   -o-tab-size: 4;
   tab-size: 4;
 
   -webkit-hyphens: none;
   -moz-hyphens: none;
   -ms-hyphens: none;
   hyphens: none;
 }
 
 pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
 code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
   text-shadow: none;
   background: #b3d4fc;
 }
 
 pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
 code[class*="language-"]::selection, code[class*="language-"] ::selection {
   text-shadow: none;
   background: #b3d4fc;
 }
 
 @media print {
   code[class*="language-"],
   pre[class*="language-"] {
     text-shadow: none;
   }
 }
 
 /* Code blocks */
 pre[class*="language-"] {
   padding: 1em;
   margin: .5em 0;
   overflow: auto;
 }
 
 :not(pre) > code[class*="language-"],
 pre[class*="language-"] {
   background: #f5f2f0;
 }
 
 /* Inline code */
 :not(pre) > code[class*="language-"] {
   padding: .1em;
   border-radius: .3em;
 }
 
 .token.comment,
 .token.prolog,
 .token.doctype,
 .token.cdata {
   color: slategray;
 }
 
 .token.punctuation {
   color: #999;
 }
 
 .namespace {
   opacity: .7;
 }
 
 .token.property,
 .token.tag,
 .token.boolean,
 .token.number,
 .token.constant,
 .token.symbol,
 .token.deleted {
   color: #905;
 }
 
 .token.selector,
 .token.attr-name,
 .token.string,
 .token.char,
 .token.builtin,
 .token.inserted {
   color: #690;
 }
 
 .token.operator,
 .token.entity,
 .token.url,
 .language-css .token.string,
 .style .token.string {
   color: #a67f59;
 }
 
 .token.atrule,
 .token.attr-value,
 .token.keyword {
   color: #07a;
 }
 
 .token.function {
   color: #DD4A68;
 }
 
 .token.regex,
 .token.important,
 .token.variable {
   color: #e90;
 }
 
 .token.important,
 .token.bold {
   font-weight: bold;
 }
 .token.italic {
   font-style: italic;
 }
 
 .token.entity {
   cursor: help;
 }
 
.tutor-invoice-wrapper{overflow-x:auto}.tutor-invoice-wrapper .tutor-invoice{background-color:#f9fafc;flex-direction:column;width:794px;min-height:1123px;margin:0 auto;padding:32px 40px;font-size:14px;line-height:20px;display:flex}.tutor-invoice-wrapper .tutor-invoice .invoice-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.tutor-invoice-wrapper .tutor-invoice .invoice-header h1{color:#41454f;align-items:start;gap:4px;margin:0;font-size:28px;line-height:32px;display:flex}.tutor-invoice-wrapper .tutor-invoice .invoice-header .status{color:#fff;text-transform:uppercase;background:#66b95d;border-radius:2px;margin-top:4px;padding:0 4px;font-size:10px;line-height:14px;display:inline-block}.tutor-invoice-wrapper .tutor-invoice .invoice-header .invoice-number{color:#767c8e;font-size:12px;font-weight:500;line-height:16px}.tutor-invoice-wrapper .tutor-invoice .invoice-header img{height:40px}.tutor-invoice-wrapper .tutor-invoice .invoice-info{grid-template-columns:1fr 1fr 1fr;margin-bottom:48px;display:grid}.tutor-invoice-wrapper .tutor-invoice .invoice-table{border-collapse:collapse;border-bottom:1px solid var(--tutor-border-color);width:100%;margin-bottom:16px}.tutor-invoice-wrapper .tutor-invoice .invoice-table th{border-bottom:1px solid var(--tutor-border-color)}.tutor-invoice-wrapper .tutor-invoice .invoice-table th,.tutor-invoice-wrapper .tutor-invoice .invoice-table td{text-align:left;padding:10px 0}.tutor-invoice-wrapper .tutor-invoice .invoice-table .price{text-align:right}.tutor-invoice-wrapper .tutor-invoice .invoice-table .item-image{width:56px;height:32px}.tutor-invoice-wrapper .tutor-invoice .invoice-table .item-image img{object-fit:cover;border-radius:4px;width:100%;height:100%}.tutor-invoice-wrapper .tutor-invoice .invoice-summary{max-width:300px;margin-left:auto;font-size:14px;line-height:20px}.tutor-invoice-wrapper .tutor-invoice .invoice-summary>div{justify-content:space-between;gap:8px;padding:10px 0;display:flex}.tutor-invoice-wrapper .tutor-invoice .invoice-summary>div:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}.tutor-invoice-wrapper .tutor-invoice .invoice-footer{margin-top:auto}.tutor-invoice-wrapper .tutor-invoice .invoice-footer .footer-bottom{border-top:1px solid var(--tutor-border-color);color:var(--tutor-color-hints);justify-content:flex-end;padding-top:16px;display:flex}.tutor-quiz-explanation-wrapper{background:#e5f5eb;border-radius:12px;padding:16px 16px 20px;font-size:14px}.tutor-quiz-explanation-wrapper p{margin-top:0;margin-bottom:0}.tutor-quiz-explanation-display-button{color:var(--tutor-color-primary);white-space:nowrap;cursor:pointer;background-color:transparent;border:none;align-items:center;gap:4px;padding:0;font-size:14px;font-weight:500;line-height:32px;display:flex}.tutor-quiz-explanation-display-button:hover,.tutor-quiz-explanation-display-button:focus,.tutor-quiz-explanation-display-button:active{color:var(--tutor-color-primary);background-color:transparent}.tutor-gift-course-card{border:1px solid #e0e2ea;border-radius:16px;min-height:120px;margin:28px 0 32px;padding:22px;box-shadow:0 0 34px rgba(0,52,148,.07)}.tutor-gift-card-decoration-left{z-index:1;top:50%;left:0;transform:translateY(-50%)}.tutor-gift-card-decoration-right{z-index:1;top:0;right:0}.tutor-gift-box-icon{z-index:2;flex-shrink:0;margin-left:40px;margin-right:36px}.tutor-gift-box-icon .tutor-gift-box-icon-star{position:absolute}.tutor-gift-box-icon .tutor-gift-box-icon-star-1{top:5px;right:0}.tutor-gift-box-icon .tutor-gift-box-icon-star-2{top:43px;left:-16px}.tutor-gift-card-content{z-index:2;flex:1;margin-right:100px}.tutor-gift-card-title{line-height:34px}.tutor-gift-card-message{color:var(--tutor-color-secondary);letter-spacing:0;line-height:24px}.tutor-gift-card-button:active{transform:translateY(0)}@media (max-width:991px){.tutor-gift-card-content{margin-right:0}.gift-box-icon{margin-left:0;margin-right:20px}.tutor-gift-card-decoration-right{display:none}.tutor-gift-box-icon .gift-box-icon-star-2{top:20px;left:-10px}}.tutor-greetings-card-wrapper{background:#f3f8ff;border-radius:16px 16px 0 0;padding:32px}.tutor-greetings-card{color:#374151;background:var(--tutor-color-white);border:1px solid #e2edfc;max-width:700px;padding:40px;position:relative}.tutor-greetings-card .tutor-greeting-to-person{padding:0 0 24px;position:relative}.tutor-greetings-card .tutor-greeting-to-person p{letter-spacing:0;line-height:24px}.tutor-greetings-card .tutor-greeting-to-person p span{letter-spacing:0;line-height:26px}.tutor-greetings-card .tutor-greetings-content{text-align:justify;padding:24px 90px 0 0;position:relative}.tutor-greetings-card .tutor-greetings-content:after,.tutor-greetings-card .tutor-greetings-content:before{z-index:10}.tutor-greetings-card .tutor-greetings-content:after{content:"";background:#fe621e;width:1500px;height:3px;position:absolute;top:0;left:-160px}.tutor-greetings-card .tutor-greetings-content:before{content:"";background:#fe621e;width:3px;height:1500px;position:absolute;top:-150px;right:30px}.tutor-greetings-card .tutor-greetings-content .tutor-greetings-ribbon{position:absolute;top:-27px;right:-2px}.tutor-greetings-card .tutor-greetings-content .tutor-greetings-message{letter-spacing:0;line-height:24px}.tutor-greetings-card .tutor-greetings-content .tutor-greetings-signature{color:var(--tutor-body-color);letter-spacing:0;margin-top:26px;line-height:24px}.tutor-greetings-card .tutor-greetings-modal-overlay{position:absolute;top:0;bottom:0;left:0;right:0}.tutor-greetings-card .greetings-card-border{content:"";z-index:1;background:#e2edfc;position:absolute}.tutor-greetings-card .tutor-greetings-circle{background:#f3f8ff;border:1px solid #e2edfc;border-radius:50%;width:70px;height:70px;position:absolute}.tutor-greetings-card .tutor-greetings-circle-top-left{top:-35px;left:-35px}.tutor-greetings-card .tutor-greetings-circle-top-right{top:-35px;right:-35px}.tutor-greetings-card .tutor-greetings-circle-bottom-left{bottom:-35px;left:-35px}.tutor-greetings-card .tutor-greetings-circle-bottom-right{bottom:-35px;right:-35px}.tutor-gifted-course-wrapper{background:#fff;border-radius:0 0 16px 16px;padding:32px}.tutor-gifted-course .tutor-gifted-course-title{letter-spacing:0;color:var(--tutor-body-color);font-size:20px;font-weight:500;line-height:28px}.tutor-gifted-course .tutor-gifted-course-card{background:var(--tutor-color-white);border:1px solid rgba(224,226,234,.5);border-radius:4px;margin-bottom:24px;display:flex;overflow:hidden}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-image{width:143px}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-image img{max-width:100%;height:100%}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content{flex-direction:column;justify-content:center;width:calc(100% - 143px);padding:16px;display:flex}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-name{margin:0 0 8px;line-height:124%}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-author{letter-spacing:-0.2%;color:rgba(89,93,126,.698);font-size:14px;line-height:150%}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-author a{color:#595d7e;text-decoration:none}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-rating .tutor-gifted-rating-value{margin-right:5px;font-size:12px;font-weight:700}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-rating .tutor-gifted-rating-stars-wrapper{gap:2px;margin-left:4px}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-rating .tutor-gifted-rating-stars-wrapper .tutor-gifted-rating-stars{color:#fbbf24;font-size:12px}@media (max-width:500px){.tutor-gift-course-card{flex-direction:column}.tutor-gift-course-card .tutor-gift-card-content{text-align:center}.tutor-greetings-card .tutor-greetings-content:before{content:"";background:#fe621e;width:3px;height:1500px;position:absolute;top:-150px;right:10px}.tutor-greetings-card .tutor-greetings-content{padding:30px 50px 0 0}.tutor-greetings-card .tutor-greetings-content .tutor-greetings-ribbon{right:-22px}.tutor-gifted-course .tutor-gifted-course-card{flex-direction:column}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-image,.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content{width:100%}}.tutor-btn-gift{color:#e03ad3;background-color:#fbe9f7;border-color:#fbe9f7;font-weight:500}.tutor-btn-gift:hover,.tutor-btn-gift:active,.tutor-btn-gift:focus{color:#e03ad3;background-color:#f9daf3;border-color:#f9daf3}#tutor-gift-this-course-modal .tutor-course-thumbnail img{width:100%}#tutor-gift-this-course-modal .tutor-modal-window{max-width:1068px}#tutor-gift-this-course-modal .tutor-modal-body{background-color:#f8f8f8;padding:24px}#tutor-gift-this-course-modal .tutor-gift-modal-title{color:#212327;background-color:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:52px;padding:12px 16px;font-size:20px;font-weight:700;line-height:30px;display:flex}#tutor-gift-this-course-modal .tutor-gift-modal-title-left{align-items:center;gap:12px;display:flex}#tutor-gift-this-course-modal .tutor-gift-modal-title .tutor-modal-close-o{position:static}#tutor-gift-this-course-modal .tutor-gift-modal-title-image{width:32px;height:32px}#tutor-gift-this-course-modal .tutor-gift-modal-course{background-color:#fff;border:2px solid #e03ad3;border-radius:16px;height:100%;padding:16px;position:relative;box-shadow:-11px 0 13px rgba(148,0,94,.14)}#tutor-gift-this-course-modal .tutor-gift-modal-course .tutor-course-thumbnail{position:relative}#tutor-gift-this-course-modal .tutor-gift-modal-course .tutor-course-thumbnail:before{content:"";background:linear-gradient(rgba(22,22,22,0) 0%,#161616 100%);border-radius:6px;position:absolute;top:0;bottom:0;left:0;right:0}#tutor-gift-this-course-modal .tutor-gift-modal-course .tutor-course-thumbnail img{border-radius:6px}#tutor-gift-this-course-modal .tutor-gift-modal-course .tutor-video-player{border-radius:6px;overflow:hidden}#tutor-gift-this-course-modal .tutor-gift-modal-course-gift-wrap{position:absolute;top:-35px;right:37px}#tutor-gift-this-course-modal .tutor-gift-modal-course:before{content:"";z-index:1;background-color:#e03ad3;width:2px;height:100%;position:absolute;top:0;right:72px}#tutor-gift-this-course-modal .tutor-gift-modal-date-time-wrapper{grid-template-columns:1fr 130px;display:grid}#tutor-gift-this-course-modal .tutor-gift-modal-date-time-wrapper .tutor-v2-date-picker .tutor-form-control{border-top-right-radius:0;border-bottom-right-radius:0}#tutor-gift-this-course-modal .tutor-gift-modal-date-time-wrapper .tutor-js-form-select{background-size:16px;border-top-left-radius:0;border-bottom-left-radius:0;min-width:auto;border-left:none!important}#tutor-gift-this-course-modal .tutor-gift-modal-date-time-wrapper .tutor-js-form-select .tutor-form-select-dropdown{min-width:auto}#tutor-gift-this-course-modal .tutor-form-label{margin-bottom:4px}#tutor-gift-this-course-modal .tutor-form-group{margin-bottom:16px}#tutor-gift-this-course-modal textarea{height:auto;min-height:auto}.tutor-checkout-gift-course-badge{color:#fff;background-color:#e03ad3;border-radius:13px;align-items:center;gap:2px;padding:2px 6px;font-size:11px;line-height:16px;display:flex}.tutor-video-player .plyr--youtube iframe{top:-50%;height:200%!important}.tutor-video-player .plyr--youtube.plyr--paused.plyr--loading.plyr__poster-enabled .plyr__poster{opacity:1!important}button[name=complete_course].tutor-topbar-mark-btn{color:var(--tutor-color-primary)!important;background-color:#fff!important}.tutor-dashboard-setting-notification .tutor-setting-notification-item{transition:background-color .35s ease-in-out}.tutor-dashboard-setting-notification .tutor-setting-notification-item:not(:last-child){border-bottom:1px solid #e8e8e8}.tutor-dashboard-setting-notification .tutor-setting-notification-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.tutor-dashboard-setting-notification .tutor-setting-notification-item:last-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.tutor-dashboard-setting-notification .tutor-setting-notification-item:hover{background-color:rgba(243,243,243,.7)}.tutor-coming-soon-wrapper{color:#5b616f;background-color:#f4f9fd;border-radius:4px;padding:8px;font-size:13px;font-weight:500;line-height:1.5}.tutor-coming-soon-wrapper i{float:left;margin-top:4px;margin-right:4px}.tutor-coming-soon-wrapper .tutor-color-success{color:#097336}.tutor-course-list .tutor-card-footer .tutor-coming-soon-wrapper:not(:only-child){margin-top:8px}.single-courses .tutor-coming-soon-wrapper:not(:only-child){margin-top:16px}.single-courses:not(:has(.tutor-subscription-plans)) .tutor-coming-soon-wrapper{background-color:#fff}
.tutor-invoice-wrapper{overflow-x:auto}.tutor-invoice-wrapper .tutor-invoice{background-color:#f9fafc;flex-direction:column;width:794px;min-height:1123px;margin:0 auto;padding:32px 40px;font-size:14px;line-height:20px;display:flex}.tutor-invoice-wrapper .tutor-invoice .invoice-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.tutor-invoice-wrapper .tutor-invoice .invoice-header h1{color:#41454f;align-items:start;gap:4px;margin:0;font-size:28px;line-height:32px;display:flex}.tutor-invoice-wrapper .tutor-invoice .invoice-header .status{color:#fff;text-transform:uppercase;background:#66b95d;border-radius:2px;margin-top:4px;padding:0 4px;font-size:10px;line-height:14px;display:inline-block}.tutor-invoice-wrapper .tutor-invoice .invoice-header .invoice-number{color:#767c8e;font-size:12px;font-weight:500;line-height:16px}.tutor-invoice-wrapper .tutor-invoice .invoice-header img{height:40px}.tutor-invoice-wrapper .tutor-invoice .invoice-info{grid-template-columns:1fr 1fr 1fr;margin-bottom:48px;display:grid}.tutor-invoice-wrapper .tutor-invoice .invoice-table{border-collapse:collapse;border-bottom:1px solid var(--tutor-border-color);width:100%;margin-bottom:16px}.tutor-invoice-wrapper .tutor-invoice .invoice-table th{border-bottom:1px solid var(--tutor-border-color)}.tutor-invoice-wrapper .tutor-invoice .invoice-table th,.tutor-invoice-wrapper .tutor-invoice .invoice-table td{text-align:left;padding:10px 0}.tutor-invoice-wrapper .tutor-invoice .invoice-table .price{text-align:right}.tutor-invoice-wrapper .tutor-invoice .invoice-table .item-image{width:56px;height:32px}.tutor-invoice-wrapper .tutor-invoice .invoice-table .item-image img{object-fit:cover;border-radius:4px;width:100%;height:100%}.tutor-invoice-wrapper .tutor-invoice .invoice-summary{max-width:300px;margin-left:auto;font-size:14px;line-height:20px}.tutor-invoice-wrapper .tutor-invoice .invoice-summary>div{justify-content:space-between;gap:8px;padding:10px 0;display:flex}.tutor-invoice-wrapper .tutor-invoice .invoice-summary>div:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}.tutor-invoice-wrapper .tutor-invoice .invoice-footer{margin-top:auto}.tutor-invoice-wrapper .tutor-invoice .invoice-footer .footer-bottom{border-top:1px solid var(--tutor-border-color);color:var(--tutor-color-hints);justify-content:flex-end;padding-top:16px;display:flex}.tutor-quiz-explanation-wrapper{background:#e5f5eb;border-radius:12px;padding:16px 16px 20px;font-size:14px}.tutor-quiz-explanation-wrapper p{margin-top:0;margin-bottom:0}.tutor-quiz-explanation-display-button{color:var(--tutor-color-primary);white-space:nowrap;cursor:pointer;background-color:transparent;border:none;align-items:center;gap:4px;padding:0;font-size:14px;font-weight:500;line-height:32px;display:flex}.tutor-quiz-explanation-display-button:hover,.tutor-quiz-explanation-display-button:focus,.tutor-quiz-explanation-display-button:active{color:var(--tutor-color-primary);background-color:transparent}.tutor-gift-course-card{border:1px solid #e0e2ea;border-radius:16px;min-height:120px;margin:28px 0 32px;padding:22px;box-shadow:0 0 34px rgba(0,52,148,.07)}.tutor-gift-card-decoration-left{z-index:1;top:50%;left:0;transform:translateY(-50%)}.tutor-gift-card-decoration-right{z-index:1;top:0;right:0}.tutor-gift-box-icon{z-index:2;flex-shrink:0;margin-left:40px;margin-right:36px}.tutor-gift-box-icon .tutor-gift-box-icon-star{position:absolute}.tutor-gift-box-icon .tutor-gift-box-icon-star-1{top:5px;right:0}.tutor-gift-box-icon .tutor-gift-box-icon-star-2{top:43px;left:-16px}.tutor-gift-card-content{z-index:2;flex:1;margin-right:100px}.tutor-gift-card-title{line-height:34px}.tutor-gift-card-message{color:var(--tutor-color-secondary);letter-spacing:0;line-height:24px}.tutor-gift-card-button:active{transform:translateY(0)}@media (max-width:991px){.tutor-gift-card-content{margin-right:0}.gift-box-icon{margin-left:0;margin-right:20px}.tutor-gift-card-decoration-right{display:none}.tutor-gift-box-icon .gift-box-icon-star-2{top:20px;left:-10px}}.tutor-greetings-card-wrapper{background:#f3f8ff;border-radius:16px 16px 0 0;padding:32px}.tutor-greetings-card{color:#374151;background:var(--tutor-color-white);border:1px solid #e2edfc;max-width:700px;padding:40px;position:relative}.tutor-greetings-card .tutor-greeting-to-person{padding:0 0 24px;position:relative}.tutor-greetings-card .tutor-greeting-to-person p{letter-spacing:0;line-height:24px}.tutor-greetings-card .tutor-greeting-to-person p span{letter-spacing:0;line-height:26px}.tutor-greetings-card .tutor-greetings-content{text-align:justify;padding:24px 90px 0 0;position:relative}.tutor-greetings-card .tutor-greetings-content:after,.tutor-greetings-card .tutor-greetings-content:before{z-index:10}.tutor-greetings-card .tutor-greetings-content:after{content:"";background:#fe621e;width:1500px;height:3px;position:absolute;top:0;left:-160px}.tutor-greetings-card .tutor-greetings-content:before{content:"";background:#fe621e;width:3px;height:1500px;position:absolute;top:-150px;right:30px}.tutor-greetings-card .tutor-greetings-content .tutor-greetings-ribbon{position:absolute;top:-27px;right:-2px}.tutor-greetings-card .tutor-greetings-content .tutor-greetings-message{letter-spacing:0;line-height:24px}.tutor-greetings-card .tutor-greetings-content .tutor-greetings-signature{color:var(--tutor-body-color);letter-spacing:0;margin-top:26px;line-height:24px}.tutor-greetings-card .tutor-greetings-modal-overlay{position:absolute;top:0;bottom:0;left:0;right:0}.tutor-greetings-card .greetings-card-border{content:"";z-index:1;background:#e2edfc;position:absolute}.tutor-greetings-card .tutor-greetings-circle{background:#f3f8ff;border:1px solid #e2edfc;border-radius:50%;width:70px;height:70px;position:absolute}.tutor-greetings-card .tutor-greetings-circle-top-left{top:-35px;left:-35px}.tutor-greetings-card .tutor-greetings-circle-top-right{top:-35px;right:-35px}.tutor-greetings-card .tutor-greetings-circle-bottom-left{bottom:-35px;left:-35px}.tutor-greetings-card .tutor-greetings-circle-bottom-right{bottom:-35px;right:-35px}.tutor-gifted-course-wrapper{background:#fff;border-radius:0 0 16px 16px;padding:32px}.tutor-gifted-course .tutor-gifted-course-title{letter-spacing:0;color:var(--tutor-body-color);font-size:20px;font-weight:500;line-height:28px}.tutor-gifted-course .tutor-gifted-course-card{background:var(--tutor-color-white);border:1px solid rgba(224,226,234,.5);border-radius:4px;margin-bottom:24px;display:flex;overflow:hidden}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-image{width:143px}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-image img{max-width:100%;height:100%}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content{flex-direction:column;justify-content:center;width:calc(100% - 143px);padding:16px;display:flex}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-name{margin:0 0 8px;line-height:124%}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-author{letter-spacing:-0.2%;color:rgba(89,93,126,.698);font-size:14px;line-height:150%}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-author a{color:#595d7e;text-decoration:none}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-rating .tutor-gifted-rating-value{margin-right:5px;font-size:12px;font-weight:700}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-rating .tutor-gifted-rating-stars-wrapper{gap:2px;margin-left:4px}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content .tutor-gifted-course-rating .tutor-gifted-rating-stars-wrapper .tutor-gifted-rating-stars{color:#fbbf24;font-size:12px}@media (max-width:500px){.tutor-gift-course-card{flex-direction:column}.tutor-gift-course-card .tutor-gift-card-content{text-align:center}.tutor-greetings-card .tutor-greetings-content:before{content:"";background:#fe621e;width:3px;height:1500px;position:absolute;top:-150px;right:10px}.tutor-greetings-card .tutor-greetings-content{padding:30px 50px 0 0}.tutor-greetings-card .tutor-greetings-content .tutor-greetings-ribbon{right:-22px}.tutor-gifted-course .tutor-gifted-course-card{flex-direction:column}.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-image,.tutor-gifted-course .tutor-gifted-course-card .tutor-gifted-course-content{width:100%}}.tutor-btn-gift{color:#e03ad3;background-color:#fbe9f7;border-color:#fbe9f7;font-weight:500}.tutor-btn-gift:hover,.tutor-btn-gift:active,.tutor-btn-gift:focus{color:#e03ad3;background-color:#f9daf3;border-color:#f9daf3}#tutor-gift-this-course-modal .tutor-course-thumbnail img{width:100%}#tutor-gift-this-course-modal .tutor-modal-window{max-width:1068px}#tutor-gift-this-course-modal .tutor-modal-body{background-color:#f8f8f8;padding:24px}#tutor-gift-this-course-modal .tutor-gift-modal-title{color:#212327;background-color:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:52px;padding:12px 16px;font-size:20px;font-weight:700;line-height:30px;display:flex}#tutor-gift-this-course-modal .tutor-gift-modal-title-left{align-items:center;gap:12px;display:flex}#tutor-gift-this-course-modal .tutor-gift-modal-title .tutor-modal-close-o{position:static}#tutor-gift-this-course-modal .tutor-gift-modal-title-image{width:32px;height:32px}#tutor-gift-this-course-modal .tutor-gift-modal-course{background-color:#fff;border:2px solid #e03ad3;border-radius:16px;height:100%;padding:16px;position:relative;box-shadow:-11px 0 13px rgba(148,0,94,.14)}#tutor-gift-this-course-modal .tutor-gift-modal-course .tutor-course-thumbnail{position:relative}#tutor-gift-this-course-modal .tutor-gift-modal-course .tutor-course-thumbnail:before{content:"";background:linear-gradient(rgba(22,22,22,0) 0%,#161616 100%);border-radius:6px;position:absolute;top:0;bottom:0;left:0;right:0}#tutor-gift-this-course-modal .tutor-gift-modal-course .tutor-course-thumbnail img{border-radius:6px}#tutor-gift-this-course-modal .tutor-gift-modal-course .tutor-video-player{border-radius:6px;overflow:hidden}#tutor-gift-this-course-modal .tutor-gift-modal-course-gift-wrap{position:absolute;top:-35px;right:37px}#tutor-gift-this-course-modal .tutor-gift-modal-course:before{content:"";z-index:1;background-color:#e03ad3;width:2px;height:100%;position:absolute;top:0;right:72px}#tutor-gift-this-course-modal .tutor-gift-modal-date-time-wrapper{grid-template-columns:1fr 130px;display:grid}#tutor-gift-this-course-modal .tutor-gift-modal-date-time-wrapper .tutor-v2-date-picker .tutor-form-control{border-top-right-radius:0;border-bottom-right-radius:0}#tutor-gift-this-course-modal .tutor-gift-modal-date-time-wrapper .tutor-js-form-select{background-size:16px;border-top-left-radius:0;border-bottom-left-radius:0;min-width:auto;border-left:none!important}#tutor-gift-this-course-modal .tutor-gift-modal-date-time-wrapper .tutor-js-form-select .tutor-form-select-dropdown{min-width:auto}#tutor-gift-this-course-modal .tutor-form-label{margin-bottom:4px}#tutor-gift-this-course-modal .tutor-form-group{margin-bottom:16px}#tutor-gift-this-course-modal textarea{height:auto;min-height:auto}.tutor-checkout-gift-course-badge{color:#fff;background-color:#e03ad3;border-radius:13px;align-items:center;gap:2px;padding:2px 6px;font-size:11px;line-height:16px;display:flex}.tutor-video-player .plyr--youtube iframe{top:-50%;height:200%!important}.tutor-video-player .plyr--youtube.plyr--paused.plyr--loading.plyr__poster-enabled .plyr__poster{opacity:1!important}button[name=complete_course].tutor-topbar-mark-btn{color:var(--tutor-color-primary)!important;background-color:#fff!important}.tutor-dashboard-setting-notification .tutor-setting-notification-item{transition:background-color .35s ease-in-out}.tutor-dashboard-setting-notification .tutor-setting-notification-item:not(:last-child){border-bottom:1px solid #e8e8e8}.tutor-dashboard-setting-notification .tutor-setting-notification-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.tutor-dashboard-setting-notification .tutor-setting-notification-item:last-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.tutor-dashboard-setting-notification .tutor-setting-notification-item:hover{background-color:rgba(243,243,243,.7)}.tutor-coming-soon-wrapper{color:#5b616f;background-color:#f4f9fd;border-radius:4px;padding:8px;font-size:13px;font-weight:500;line-height:1.5}.tutor-coming-soon-wrapper i{float:left;margin-top:4px;margin-right:4px}.tutor-coming-soon-wrapper .tutor-color-success{color:#097336}.tutor-course-list .tutor-card-footer .tutor-coming-soon-wrapper:not(:only-child){margin-top:8px}.single-courses .tutor-coming-soon-wrapper:not(:only-child){margin-top:16px}.single-courses:not(:has(.tutor-subscription-plans)) .tutor-coming-soon-wrapper{background-color:#fff}
@font-face {
  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-italic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600italic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/Inter-ExtraBold.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/Inter-ExtraBoldItalic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-regular.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-italic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-600.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-600italic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-700.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-700italic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  font-family: 'h5p';
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
;font-display:swap;}
@font-face {
  font-family: 'h5p-hub-publish';
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  
;font-display:swap;}
@font-face {
  font-family: 'h5p-theme';
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-theme.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
;font-display:swap;}
@font-face {
  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-italic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600italic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/Inter-ExtraBold.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/inter/Inter-ExtraBoldItalic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-regular.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-italic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-600.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-600italic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-700.woff2') format('woff2');
;font-display:swap;}
@font-face {
  
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/open-sans-v40-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_math_symbols_vietnamese-700italic.woff2') format('woff2');
;font-display:swap;}
@font-face {
  font-family: 'h5p';
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
;font-display:swap;}
@font-face {
  font-family: 'h5p-hub-publish';
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  
;font-display:swap;}
@font-face {
  font-family: 'h5p-theme';
  src: url('https://anthonyveltri.com/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-theme.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
;font-display:swap;}
html.h5p-iframe, html.h5p-iframe > body {
  font-family: Sans-Serif; /* Use the browser's default sans-serif font. (Since Heletica doesn't look nice on Windows, and Arial on OS X.) */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html.h5p-iframe .h5p-theme,
html.h5p-iframe > body .h5p-theme,
.h5peditor .h5p-theme {
  font-family: var(
    --h5p-theme-font-name
  ); /* Use the browser's default sans-serif font. (Since Heletica doesn't look nice on Windows, and Arial on OS X.) */
}
.h5p-semi-fullscreen, .h5p-fullscreen, html.h5p-iframe .h5p-container {
  overflow: hidden;
}
.h5p-content {
  position: relative;
  background: #fefefe;
  border: 1px solid #EEE;
  border-bottom: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.h5p-noselect
{
  -khtml-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
html.h5p-iframe .h5p-content {
  font-size: 16px;
  line-height: 1.5em;
  width: 100%;
  height: auto;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
html.h5p-iframe .h5p-fullscreen .h5p-content,
html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
  height: 100%;
}
.h5p-content.h5p-no-frame,
.h5p-fullscreen .h5p-content,
.h5p-semi-fullscreen .h5p-content {
  border: 0;
}
.h5p-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.h5p-iframe-wrapper.h5p-fullscreen {
  background-color: #000;
}
body.h5p-semi-fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
}
.h5p-container.h5p-semi-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

.h5p-content-controls {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.h5p-fullscreen .h5p-content-controls {
  display: none;
}

.h5p-content-controls > a:link, .h5p-content-controls > a:visited, a.h5p-disable-fullscreen:link, a.h5p-disable-fullscreen:visited {
  color: #e5eef6;
}

.h5p-theme .h5p-content-controls .h5p-enable-fullscreen:before {
  font-family: 'h5p-theme';
  font-weight: bold;
  content: "\e915";
}
.h5p-theme .h5p-content-controls .h5p-disable-fullscreen:before {
  font-family: 'h5p-theme';
  font-weight: bold;
  content: "\e914";
}
.h5p-theme .h5p-content-controls .h5p-enable-fullscreen, .h5p-theme .h5p-content-controls .h5p-disable-fullscreen {
  cursor: pointer;
  color: #EEE;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.3);
  font-size: var(--h5p-theme-font-size-m);
  text-indent: 0.04em;
  padding: var(--h5p-theme-spacing-xs);
}

.h5p-theme .h5p-content-controls .h5p-enable-fullscreen:focus-visible, .h5p-theme .h5p-content-controls .h5p-disable-fullscreen:focus-visible {
  outline: 2px ridge var(--h5p-theme-contrast-cta-white);
  border-radius: 4px;
  outline-offset: 2px;
}

.h5p-enable-fullscreen:before {
  font-family: 'H5P';
  content: "\e88c";
}
.h5p-disable-fullscreen:before {
  font-family: 'H5P';
  content: "\e891";
}
.h5p-enable-fullscreen, .h5p-disable-fullscreen {
  cursor: pointer;
  color: #EEE;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.3);
  line-height: 0.975em;
  font-size: 2em;
  width: 1.125em;
  height: 1em;
  text-indent: 0.04em;
}
.h5p-disable-fullscreen {
  line-height: 0.925em;
  width: 1.1em;
  height: 0.9em;
}

.h5p-enable-fullscreen:focus,
.h5p-disable-fullscreen:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 0.25em;
}

.h5p-enable-fullscreen:hover, .h5p-disable-fullscreen:hover {
  background: rgba(0,0,0,0.5);
}
.h5p-content-controls.themed .h5p-enable-fullscreen:hover, .h5p-content-controls.themed .h5p-disable-fullscreen:hover {
  background: rgba(0,0,0,0.5);
}
.h5p-semi-fullscreen .h5p-enable-fullscreen {
  display: none;
}

div.h5p-fullscreen {
  width: 100%;
  height: 100%;
}
.h5p-iframe-wrapper {
  width: auto;
  height: auto;
}

.h5p-fullscreen .h5p-iframe-wrapper,
.h5p-semi-fullscreen .h5p-iframe-wrapper {
  width: 100%;
  height: 100%;
}

.h5p-iframe-wrapper.h5p-semi-fullscreen {
  width: auto;
  height: auto;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
}
.h5p-iframe-wrapper.h5p-semi-fullscreen .buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.h5p-iframe-wrapper iframe.h5p-iframe {
  /* Hack for IOS landscape / portrait */
  width: 10px;
  min-width: 100%;
  *width: 100%;
  /* End of hack */
  height: 100%;
  z-index: 10;
  overflow: hidden;
  border: 0;
  display: block;
}

.h5p-content ul.h5p-actions {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  list-style: none;
  padding: 0px 10px;
  margin: 0;
  height: 25px;
  font-size: 12px;
  background: #FAFAFA;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  clear: both;
  font-family: Sans-Serif;
}
.h5p-fullscreen .h5p-actions, .h5p-semi-fullscreen .h5p-actions {
  display: none;
}
.h5p-actions > .h5p-button {
  float: left;
  cursor: pointer;
  margin: 0 0.5em 0 0;
  background: none;
  padding: 0 0.75em 0 0.25em;
  vertical-align: top;
  color: #707070;
  text-decoration: none;
  outline: none;
  line-height: 22px;
}
.h5p-actions button:hover {
  color: #333;
}
.h5p-actions button:active,
.h5p-actions button:focus,
.h5p-actions .h5p-link:active,
.h5p-actions .h5p-link:focus {
  color: #666;
}
.h5p-actions button {
  display: inline-flex;
  padding: 0;
  margin: 0;
  color: #6A6A6A;
  position: relative;

  /* Disable default button style */
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;

  line-height: 2;
}
.h5p-actions button:focus,
.h5p-actions .h5p-link:focus {
  outline-style: solid;
  outline-width: thin;
  outline-offset: -2px;
  outline-color: #5981A1;
}
.h5p-actions button:before {
  font-family: 'H5P';
  font-size: 20px;
  line-height: 23px;
  vertical-align: bottom;
  padding-right: 0;
}
.h5p-actions > .h5p-button.h5p-export > button:before {
  content: "\e90b";
}
.h5p-actions > .h5p-button.h5p-copyrights > button:before {
  content: "\e88f";
}
.h5p-actions > .h5p-button.h5p-embed > button:before {
  content: "\e892";
}
.h5p-actions .h5p-link {
  float: right;
  margin-right: 0;
  font-size: 2.0em;
  line-height: 23px;
  position: relative;
  color: #6a6a6a;
  text-decoration: none;
  outline: none;
}
.h5p-actions .h5p-link:before {
  font-family: 'H5P';
  content: "\e88e";
  vertical-align: bottom;
}
.h5p-actions > li {
  margin: 0;
  list-style: none;
}
.h5p-popup-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 100;
  padding: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background:#000;
  background:rgba(0,0,0,0.75);
}
.h5p-popup-dialog.h5p-open {
  opacity: 1;
}
.h5p-popup-dialog .h5p-inner {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  height: 100%;
  max-height: 100%;
  position: relative;
}
.h5p-popup-dialog .h5p-inner > h2 {
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  margin: 0;
  background: #eee;
  display: block;
  color: #656565;
  font-size: 1.25em;
  padding: 0.325em 0.5em 0.25em;
  line-height: 1.25em;
  border-bottom: 1px solid #ccc;
  z-index: 2;
}
.h5p-popup-dialog .h5p-inner > h2 > a {
  font-size: 12px;
  margin-left: 1em;
}
/* TODO: Fix the color of the link */
.h5p-theme .h5p-popup-dialog .h5p-inner > h2 > a{
  color: var(--h5p-theme-main-cta-base);
}
.h5p-embed-dialog .h5p-inner,
.h5p-reuse-dialog .h5p-inner,
.h5p-content-user-data-reset-dialog .h5p-inner {
  min-width: 316px;
  max-width: 400px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.h5p-theme .h5p-embed-dialog .h5p-inner,
.h5p-theme .h5p-reuse-dialog .h5p-inner,
.h5p-theme .h5p-content-user-data-reset-dialog .h5p-inner {
  max-width: 45rem !important;
  min-width: 35rem !important;
}
.h5p-content:has(.h5p-theme) .h5p-embed-dialog .h5p-embed-code-container,
.h5p-content:has(.h5p-theme) .h5p-embed-size{
  border: 1px solid var(--h5p-theme-stroke-1);
  background-color: var(--h5p-theme-ui-base);
  padding: var(--h5p-theme-spacing-xs);
  font-size: var(--h5p-theme-font-size-m);
  line-height: 1;
  min-height: var(--h5p-theme-spacing-l);
  letter-spacing: normal;
  color: var(--h5p-theme-text-third);
  border-radius: var(--h5p-theme-border-radius-medium);
}
.h5p-content:has(.h5p-theme) .h5p-content-copyrights {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  border-left: solid 2px var(--h5p-theme-alternative-dark);
  padding: 5px;
}
.h5p-content:has(.h5p-theme) .h5p-media-copyright{
  border: solid 1px var(--h5p-theme-alternative-dark);
  padding: var(--h5p-theme-spacing-s);
  background: var(--h5p-theme-alternative-light);
  border-radius: var(--h5p-theme-border-radius-medium);
  margin-bottom: 1rem;
}
.h5p-embed-dialog .h5p-embed-code-container,
.h5p-embed-size {
  resize: none;
  outline: none;
  width: 100%;
  padding: 0.375em 0.5em 0.25em;
  margin: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px 0 #d0d0d0 inset;
  font-size: 0.875em;
  letter-spacing: 0.065em;
  font-family: sans-serif;
  white-space: pre;
  line-height: 1.5em;
  height: 2.0714em;
  background: #f5f5f5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.h5p-content:has(.h5p-theme) .h5p-embed-dialog .h5p-embed-code-container{
  display: block;

}
.h5p-embed-dialog .h5p-embed-code-container:focus {
  height: 5em;
}
.h5p-embed-size {
  width: 3.5em;
  text-align: right;
  margin: 0.5em 0;
  line-height: 2em;
}
.h5p-popup-dialog .h5p-scroll-content {
  border-top: 2.25em solid transparent;
  padding: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #555555;
  z-index: 1;
}
.h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-scroll-content {
  color: var(--h5p-theme-text-secondary);
}
.h5p-popup-dialog.h5p-open .h5p-scroll-content {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar {
  width: 8px;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-track {
  background: #e0e0e0;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-thumb {
  box-shadow: 0 0 10px #000 inset;
  border-radius: 4px;
}
.h5p-popup-dialog .h5p-close {
  cursor: pointer;
  font-size: 2em;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.125em;
  height: 1.125em;
  line-height: 1.125em;
  color: #656565;
  cursor: pointer;
  text-indent: -0.065em;
  z-index: 3
}
.h5p-popup-dialog .h5p-close:after {
  font-family: 'H5P';
  content: "\e894";
}
.h5p-popup-dialog .h5p-close:focus-visible {
  outline: 2px ridge var(--h5p-theme-contrast-cta-white);
  outline-offset: 2px;
}
.h5p-popup-dialog .h5p-close:hover:after,
.h5p-popup-dialog .h5p-close:focus:after {
  color: #454545;
}
.h5p-popup-dialog .h5p-close:active:after {
  color: #252525;
}
.h5p-poopup-dialog h2 {
  margin: 0.25em 0 0.5em;
}
.h5p-popup-dialog h3 {
  margin: 0.75em 0 0.25em;
}
.h5p-popup-dialog dl {
  margin: 0.25em 0 0.75em;
}
.h5p-content:has(.h5p-theme) .h5p-popup-dialog dl{
  margin: 0.25em 0 0.25em;
}

.h5p-popup-dialog dt {
  float: left;
  margin: 0 0.75em 0 0;
  font-weight: bold;
}
.h5p-popup-dialog dt:after {
  content: ':';
}
.h5p-popup-dialog dd {
  margin: 0;
}
.h5p-expander {
  cursor: pointer;
  font-size: 1.125em;
  margin: 0.5em 0 0;
  display: inline-block;
}
.h5p-content:has(.h5p-theme) .h5p-expander{
  border: solid 1px var(--h5p-theme-stroke-1);
  padding: var(--h5p-theme-spacing-xs);
  border-radius: var(--h5p-theme-border-radius-medium);
  font-size: var(--h5p-theme-font-size-m);
  background-color: var(--h5p-theme-alternative-base);
}
.h5p-content:has(.h5p-theme) .h5p-popup-dialog dt{
  margin: 0 0.25em 0 0;
}
.h5p-expander:before {
  content: "+";
  width: 1em;
  display: inline-block;
  font-weight: bold;
}
.h5p-expander.h5p-open:before {
  content: "-";
  text-indent: 0.125em;
}
.h5p-expander:hover,
.h5p-expander:focus {
  color: #303030;
}
.h5p-expander:active {
  color: #202020;
}
.h5p-expander-content {
  display: none;
}
.h5p-expander-content p {
  margin: 0.5em 0;
}
.h5p-content-copyrights {
  border-left: 0.25em solid #d0d0d0;
  margin-left: 0.25em;
  padding-left: 0.25em;
}
.h5p-throbber {
  padding-left: 38px;
  min-height: 30px;
  line-height: 30px;
}
.h5p-dialog-ok-button {
  cursor: default;
  float: right;
  outline: none;
  border: 2px solid #ccc;
  padding: 0.25em 0.75em 0.125em;
  background: #eee;
}
.h5p-dialog-ok-button:hover,
.h5p-dialog-ok-button:focus {
  background: #fafafa;
}
.h5p-dialog-ok-button:focus-visible {
  outline: 2px ridge var(--h5p-theme-contrast-cta-white);
  outline-offset: 2px;
}
.h5p-dialog-ok-button:active {
  background: #eeffee;
}
.h5p-big-button {
  line-height: 1.25;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 1em 1em 1em 3.75em;
  text-align: left;
  border: 1px solid #dedede;
  background: linear-gradient(#ffffff, #f1f1f2);
  border-radius: 0.25em;
}
.h5p-big-button:before {
  font-family: 'h5p';
  content: "\e893";
  line-height: 1;
  font-size: 3em;
  color: #2747f7;
  position: absolute;
  left: 0.125em;
  top: 0.125em;
}
.h5p-copy-button:before {
  content: "\e905";
}
.h5p-big-button:hover {
  border: 1px solid #2747f7;
  background: #eff1fe;
}
.h5p-big-button:active {
  border: 1px solid #dedede;
  background: #dfe4fe;
}
.h5p-button-title {
  color: #2747f7;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.h5p-button-description {
  color: #757575;
}
.h5p-horizontal-line-text {
  border-top: 1px solid #dadada;
  line-height: 1;
  color: #474747;
  text-align: center;
  position: relative;
  margin: 1.25em 0;
}
.h5p-horizontal-line-text > span {
  background: white;
  padding: 0.5em;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}
.h5p-toast {
  font-size: 0.75em;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 110;
  position: absolute;
  padding: 0 0.5em;
  line-height: 2;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s;
}
.h5p-toast-disabled {
  opacity: 0;
  visibility: hidden;
}
.h5p-content code,
.h5peditor code {
  color: #3d3d3d;
  background: #e0e0e0;
  border-radius: 2px;
  padding: 0 5px;
}
.h5p-content pre > code,
.h5peditor pre > code {
  background-color: #fafafa;
  padding: 5px;
  display: block;
  line-height: normal;
  border: 1px solid #c7c7c7;
  border-left-width: 4px;
  max-width: 100%;
  white-space: pre;
  overflow: auto;
}


/* This is loaded as part of Core and not Editor since this needs to be outside the editor iframe */
.h5peditor-semi-fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}
iframe.h5peditor-semi-fullscreen {
  background: #fff;
  z-index: 100001;
}

.h5p-content.using-mouse *:not(textarea):focus {
  outline: none !important;
}

.h5p-content-hub-button:before {
  font-family: "h5p";
  margin-right: 0.5em;
  font-size: 0.7em;
  line-height: 1;
}

.h5p-content-hub-button.unpublish:before {
  content: "\e917";
}

.h5p-content-hub-button.waiting:before,
.h5p-content-hub-button.sync:before {
  content: "\e916";
}

.h5p-content-hub-button.waiting:before {
  display: inline-block;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

html.h5p-iframe, html.h5p-iframe > body {
  font-family: Sans-Serif; /* Use the browser's default sans-serif font. (Since Heletica doesn't look nice on Windows, and Arial on OS X.) */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html.h5p-iframe .h5p-theme,
html.h5p-iframe > body .h5p-theme,
.h5peditor .h5p-theme {
  font-family: var(
    --h5p-theme-font-name
  ); /* Use the browser's default sans-serif font. (Since Heletica doesn't look nice on Windows, and Arial on OS X.) */
}
.h5p-semi-fullscreen, .h5p-fullscreen, html.h5p-iframe .h5p-container {
  overflow: hidden;
}
.h5p-content {
  position: relative;
  background: #fefefe;
  border: 1px solid #EEE;
  border-bottom: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.h5p-noselect
{
  -khtml-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
html.h5p-iframe .h5p-content {
  font-size: 16px;
  line-height: 1.5em;
  width: 100%;
  height: auto;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
html.h5p-iframe .h5p-fullscreen .h5p-content,
html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
  height: 100%;
}
.h5p-content.h5p-no-frame,
.h5p-fullscreen .h5p-content,
.h5p-semi-fullscreen .h5p-content {
  border: 0;
}
.h5p-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.h5p-iframe-wrapper.h5p-fullscreen {
  background-color: #000;
}
body.h5p-semi-fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
}
.h5p-container.h5p-semi-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

.h5p-content-controls {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.h5p-fullscreen .h5p-content-controls {
  display: none;
}

.h5p-content-controls > a:link, .h5p-content-controls > a:visited, a.h5p-disable-fullscreen:link, a.h5p-disable-fullscreen:visited {
  color: #e5eef6;
}

.h5p-theme .h5p-content-controls .h5p-enable-fullscreen:before {
  font-family: 'h5p-theme';
  font-weight: bold;
  content: "\e915";
}
.h5p-theme .h5p-content-controls .h5p-disable-fullscreen:before {
  font-family: 'h5p-theme';
  font-weight: bold;
  content: "\e914";
}
.h5p-theme .h5p-content-controls .h5p-enable-fullscreen, .h5p-theme .h5p-content-controls .h5p-disable-fullscreen {
  cursor: pointer;
  color: #EEE;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.3);
  font-size: var(--h5p-theme-font-size-m);
  text-indent: 0.04em;
  padding: var(--h5p-theme-spacing-xs);
}

.h5p-theme .h5p-content-controls .h5p-enable-fullscreen:focus-visible, .h5p-theme .h5p-content-controls .h5p-disable-fullscreen:focus-visible {
  outline: 2px ridge var(--h5p-theme-contrast-cta-white);
  border-radius: 4px;
  outline-offset: 2px;
}

.h5p-enable-fullscreen:before {
  font-family: 'H5P';
  content: "\e88c";
}
.h5p-disable-fullscreen:before {
  font-family: 'H5P';
  content: "\e891";
}
.h5p-enable-fullscreen, .h5p-disable-fullscreen {
  cursor: pointer;
  color: #EEE;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.3);
  line-height: 0.975em;
  font-size: 2em;
  width: 1.125em;
  height: 1em;
  text-indent: 0.04em;
}
.h5p-disable-fullscreen {
  line-height: 0.925em;
  width: 1.1em;
  height: 0.9em;
}

.h5p-enable-fullscreen:focus,
.h5p-disable-fullscreen:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 0.25em;
}

.h5p-enable-fullscreen:hover, .h5p-disable-fullscreen:hover {
  background: rgba(0,0,0,0.5);
}
.h5p-content-controls.themed .h5p-enable-fullscreen:hover, .h5p-content-controls.themed .h5p-disable-fullscreen:hover {
  background: rgba(0,0,0,0.5);
}
.h5p-semi-fullscreen .h5p-enable-fullscreen {
  display: none;
}

div.h5p-fullscreen {
  width: 100%;
  height: 100%;
}
.h5p-iframe-wrapper {
  width: auto;
  height: auto;
}

.h5p-fullscreen .h5p-iframe-wrapper,
.h5p-semi-fullscreen .h5p-iframe-wrapper {
  width: 100%;
  height: 100%;
}

.h5p-iframe-wrapper.h5p-semi-fullscreen {
  width: auto;
  height: auto;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
}
.h5p-iframe-wrapper.h5p-semi-fullscreen .buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.h5p-iframe-wrapper iframe.h5p-iframe {
  /* Hack for IOS landscape / portrait */
  width: 10px;
  min-width: 100%;
  *width: 100%;
  /* End of hack */
  height: 100%;
  z-index: 10;
  overflow: hidden;
  border: 0;
  display: block;
}

.h5p-content ul.h5p-actions {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  list-style: none;
  padding: 0px 10px;
  margin: 0;
  height: 25px;
  font-size: 12px;
  background: #FAFAFA;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  clear: both;
  font-family: Sans-Serif;
}
.h5p-fullscreen .h5p-actions, .h5p-semi-fullscreen .h5p-actions {
  display: none;
}
.h5p-actions > .h5p-button {
  float: left;
  cursor: pointer;
  margin: 0 0.5em 0 0;
  background: none;
  padding: 0 0.75em 0 0.25em;
  vertical-align: top;
  color: #707070;
  text-decoration: none;
  outline: none;
  line-height: 22px;
}
.h5p-actions button:hover {
  color: #333;
}
.h5p-actions button:active,
.h5p-actions button:focus,
.h5p-actions .h5p-link:active,
.h5p-actions .h5p-link:focus {
  color: #666;
}
.h5p-actions button {
  display: inline-flex;
  padding: 0;
  margin: 0;
  color: #6A6A6A;
  position: relative;

  /* Disable default button style */
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;

  line-height: 2;
}
.h5p-actions button:focus,
.h5p-actions .h5p-link:focus {
  outline-style: solid;
  outline-width: thin;
  outline-offset: -2px;
  outline-color: #5981A1;
}
.h5p-actions button:before {
  font-family: 'H5P';
  font-size: 20px;
  line-height: 23px;
  vertical-align: bottom;
  padding-right: 0;
}
.h5p-actions > .h5p-button.h5p-export > button:before {
  content: "\e90b";
}
.h5p-actions > .h5p-button.h5p-copyrights > button:before {
  content: "\e88f";
}
.h5p-actions > .h5p-button.h5p-embed > button:before {
  content: "\e892";
}
.h5p-actions .h5p-link {
  float: right;
  margin-right: 0;
  font-size: 2.0em;
  line-height: 23px;
  position: relative;
  color: #6a6a6a;
  text-decoration: none;
  outline: none;
}
.h5p-actions .h5p-link:before {
  font-family: 'H5P';
  content: "\e88e";
  vertical-align: bottom;
}
.h5p-actions > li {
  margin: 0;
  list-style: none;
}
.h5p-popup-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 100;
  padding: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background:#000;
  background:rgba(0,0,0,0.75);
}
.h5p-popup-dialog.h5p-open {
  opacity: 1;
}
.h5p-popup-dialog .h5p-inner {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  height: 100%;
  max-height: 100%;
  position: relative;
}
.h5p-popup-dialog .h5p-inner > h2 {
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  margin: 0;
  background: #eee;
  display: block;
  color: #656565;
  font-size: 1.25em;
  padding: 0.325em 0.5em 0.25em;
  line-height: 1.25em;
  border-bottom: 1px solid #ccc;
  z-index: 2;
}
.h5p-popup-dialog .h5p-inner > h2 > a {
  font-size: 12px;
  margin-left: 1em;
}
/* TODO: Fix the color of the link */
.h5p-theme .h5p-popup-dialog .h5p-inner > h2 > a{
  color: var(--h5p-theme-main-cta-base);
}
.h5p-embed-dialog .h5p-inner,
.h5p-reuse-dialog .h5p-inner,
.h5p-content-user-data-reset-dialog .h5p-inner {
  min-width: 316px;
  max-width: 400px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.h5p-theme .h5p-embed-dialog .h5p-inner,
.h5p-theme .h5p-reuse-dialog .h5p-inner,
.h5p-theme .h5p-content-user-data-reset-dialog .h5p-inner {
  max-width: 45rem !important;
  min-width: 35rem !important;
}
.h5p-content:has(.h5p-theme) .h5p-embed-dialog .h5p-embed-code-container,
.h5p-content:has(.h5p-theme) .h5p-embed-size{
  border: 1px solid var(--h5p-theme-stroke-1);
  background-color: var(--h5p-theme-ui-base);
  padding: var(--h5p-theme-spacing-xs);
  font-size: var(--h5p-theme-font-size-m);
  line-height: 1;
  min-height: var(--h5p-theme-spacing-l);
  letter-spacing: normal;
  color: var(--h5p-theme-text-third);
  border-radius: var(--h5p-theme-border-radius-medium);
}
.h5p-content:has(.h5p-theme) .h5p-content-copyrights {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  border-left: solid 2px var(--h5p-theme-alternative-dark);
  padding: 5px;
}
.h5p-content:has(.h5p-theme) .h5p-media-copyright{
  border: solid 1px var(--h5p-theme-alternative-dark);
  padding: var(--h5p-theme-spacing-s);
  background: var(--h5p-theme-alternative-light);
  border-radius: var(--h5p-theme-border-radius-medium);
  margin-bottom: 1rem;
}
.h5p-embed-dialog .h5p-embed-code-container,
.h5p-embed-size {
  resize: none;
  outline: none;
  width: 100%;
  padding: 0.375em 0.5em 0.25em;
  margin: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px 0 #d0d0d0 inset;
  font-size: 0.875em;
  letter-spacing: 0.065em;
  font-family: sans-serif;
  white-space: pre;
  line-height: 1.5em;
  height: 2.0714em;
  background: #f5f5f5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.h5p-content:has(.h5p-theme) .h5p-embed-dialog .h5p-embed-code-container{
  display: block;

}
.h5p-embed-dialog .h5p-embed-code-container:focus {
  height: 5em;
}
.h5p-embed-size {
  width: 3.5em;
  text-align: right;
  margin: 0.5em 0;
  line-height: 2em;
}
.h5p-popup-dialog .h5p-scroll-content {
  border-top: 2.25em solid transparent;
  padding: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #555555;
  z-index: 1;
}
.h5p-content:has(.h5p-theme) .h5p-popup-dialog .h5p-scroll-content {
  color: var(--h5p-theme-text-secondary);
}
.h5p-popup-dialog.h5p-open .h5p-scroll-content {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar {
  width: 8px;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-track {
  background: #e0e0e0;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-thumb {
  box-shadow: 0 0 10px #000 inset;
  border-radius: 4px;
}
.h5p-popup-dialog .h5p-close {
  cursor: pointer;
  font-size: 2em;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.125em;
  height: 1.125em;
  line-height: 1.125em;
  color: #656565;
  cursor: pointer;
  text-indent: -0.065em;
  z-index: 3
}
.h5p-popup-dialog .h5p-close:after {
  font-family: 'H5P';
  content: "\e894";
}
.h5p-popup-dialog .h5p-close:focus-visible {
  outline: 2px ridge var(--h5p-theme-contrast-cta-white);
  outline-offset: 2px;
}
.h5p-popup-dialog .h5p-close:hover:after,
.h5p-popup-dialog .h5p-close:focus:after {
  color: #454545;
}
.h5p-popup-dialog .h5p-close:active:after {
  color: #252525;
}
.h5p-poopup-dialog h2 {
  margin: 0.25em 0 0.5em;
}
.h5p-popup-dialog h3 {
  margin: 0.75em 0 0.25em;
}
.h5p-popup-dialog dl {
  margin: 0.25em 0 0.75em;
}
.h5p-content:has(.h5p-theme) .h5p-popup-dialog dl{
  margin: 0.25em 0 0.25em;
}

.h5p-popup-dialog dt {
  float: left;
  margin: 0 0.75em 0 0;
  font-weight: bold;
}
.h5p-popup-dialog dt:after {
  content: ':';
}
.h5p-popup-dialog dd {
  margin: 0;
}
.h5p-expander {
  cursor: pointer;
  font-size: 1.125em;
  margin: 0.5em 0 0;
  display: inline-block;
}
.h5p-content:has(.h5p-theme) .h5p-expander{
  border: solid 1px var(--h5p-theme-stroke-1);
  padding: var(--h5p-theme-spacing-xs);
  border-radius: var(--h5p-theme-border-radius-medium);
  font-size: var(--h5p-theme-font-size-m);
  background-color: var(--h5p-theme-alternative-base);
}
.h5p-content:has(.h5p-theme) .h5p-popup-dialog dt{
  margin: 0 0.25em 0 0;
}
.h5p-expander:before {
  content: "+";
  width: 1em;
  display: inline-block;
  font-weight: bold;
}
.h5p-expander.h5p-open:before {
  content: "-";
  text-indent: 0.125em;
}
.h5p-expander:hover,
.h5p-expander:focus {
  color: #303030;
}
.h5p-expander:active {
  color: #202020;
}
.h5p-expander-content {
  display: none;
}
.h5p-expander-content p {
  margin: 0.5em 0;
}
.h5p-content-copyrights {
  border-left: 0.25em solid #d0d0d0;
  margin-left: 0.25em;
  padding-left: 0.25em;
}
.h5p-throbber {
  padding-left: 38px;
  min-height: 30px;
  line-height: 30px;
}
.h5p-dialog-ok-button {
  cursor: default;
  float: right;
  outline: none;
  border: 2px solid #ccc;
  padding: 0.25em 0.75em 0.125em;
  background: #eee;
}
.h5p-dialog-ok-button:hover,
.h5p-dialog-ok-button:focus {
  background: #fafafa;
}
.h5p-dialog-ok-button:focus-visible {
  outline: 2px ridge var(--h5p-theme-contrast-cta-white);
  outline-offset: 2px;
}
.h5p-dialog-ok-button:active {
  background: #eeffee;
}
.h5p-big-button {
  line-height: 1.25;
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 1em 1em 1em 3.75em;
  text-align: left;
  border: 1px solid #dedede;
  background: linear-gradient(#ffffff, #f1f1f2);
  border-radius: 0.25em;
}
.h5p-big-button:before {
  font-family: 'h5p';
  content: "\e893";
  line-height: 1;
  font-size: 3em;
  color: #2747f7;
  position: absolute;
  left: 0.125em;
  top: 0.125em;
}
.h5p-copy-button:before {
  content: "\e905";
}
.h5p-big-button:hover {
  border: 1px solid #2747f7;
  background: #eff1fe;
}
.h5p-big-button:active {
  border: 1px solid #dedede;
  background: #dfe4fe;
}
.h5p-button-title {
  color: #2747f7;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.h5p-button-description {
  color: #757575;
}
.h5p-horizontal-line-text {
  border-top: 1px solid #dadada;
  line-height: 1;
  color: #474747;
  text-align: center;
  position: relative;
  margin: 1.25em 0;
}
.h5p-horizontal-line-text > span {
  background: white;
  padding: 0.5em;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}
.h5p-toast {
  font-size: 0.75em;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 110;
  position: absolute;
  padding: 0 0.5em;
  line-height: 2;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s;
}
.h5p-toast-disabled {
  opacity: 0;
  visibility: hidden;
}
.h5p-content code,
.h5peditor code {
  color: #3d3d3d;
  background: #e0e0e0;
  border-radius: 2px;
  padding: 0 5px;
}
.h5p-content pre > code,
.h5peditor pre > code {
  background-color: #fafafa;
  padding: 5px;
  display: block;
  line-height: normal;
  border: 1px solid #c7c7c7;
  border-left-width: 4px;
  max-width: 100%;
  white-space: pre;
  overflow: auto;
}


/* This is loaded as part of Core and not Editor since this needs to be outside the editor iframe */
.h5peditor-semi-fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}
iframe.h5peditor-semi-fullscreen {
  background: #fff;
  z-index: 100001;
}

.h5p-content.using-mouse *:not(textarea):focus {
  outline: none !important;
}

.h5p-content-hub-button:before {
  font-family: "h5p";
  margin-right: 0.5em;
  font-size: 0.7em;
  line-height: 1;
}

.h5p-content-hub-button.unpublish:before {
  content: "\e917";
}

.h5p-content-hub-button.waiting:before,
.h5p-content-hub-button.sync:before {
  content: "\e916";
}

.h5p-content-hub-button.waiting:before {
  display: inline-block;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

:where(html.wpc-bgl255) #tutor-gift-this-course-modal .tutor-gift-modal-date-time-wrapper .tutor-js-form-select{background-image:url("data:image/svg+xml;utf8,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11 0.333008C16.891 0.333008 21.667 5.10896 21.667 11C21.667 16.891 16.891 21.667 11 21.667C5.10896 21.667 0.333008 16.891 0.333008 11C0.333008 5.10896 5.10896 0.333008 11 0.333008ZM11 2.33301C6.21353 2.33301 2.33301 6.21353 2.33301 11C2.33301 15.7865 6.21353 19.667 11 19.667C15.7865 19.667 19.667 15.7865 19.667 11C19.667 6.21353 15.7865 2.33301 11 2.33301ZM11 4.2002C11.5523 4.2002 12 4.64791 12 5.2002V10.3818L15.3135 12.0391C15.8075 12.2861 16.0077 12.8869 15.7607 13.3809C15.5137 13.8743 14.9137 14.0746 14.4199 13.8281L10.5527 11.8945C10.214 11.7251 10 11.3788 10 11V5.2002C10 4.64791 10.4477 4.2002 11 4.2002Z' fill='%239197A8'/></svg>")}:where(html.wpc-bgl255) #tutor-gift-this-course-modal .tutor-gift-modal-date-time-wrapper .tutor-js-form-select{background-image:url("data:image/svg+xml;utf8,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11 0.333008C16.891 0.333008 21.667 5.10896 21.667 11C21.667 16.891 16.891 21.667 11 21.667C5.10896 21.667 0.333008 16.891 0.333008 11C0.333008 5.10896 5.10896 0.333008 11 0.333008ZM11 2.33301C6.21353 2.33301 2.33301 6.21353 2.33301 11C2.33301 15.7865 6.21353 19.667 11 19.667C15.7865 19.667 19.667 15.7865 19.667 11C19.667 6.21353 15.7865 2.33301 11 2.33301ZM11 4.2002C11.5523 4.2002 12 4.64791 12 5.2002V10.3818L15.3135 12.0391C15.8075 12.2861 16.0077 12.8869 15.7607 13.3809C15.5137 13.8743 14.9137 14.0746 14.4199 13.8281L10.5527 11.8945C10.214 11.7251 10 11.3788 10 11V5.2002C10 4.64791 10.4477 4.2002 11 4.2002Z' fill='%239197A8'/></svg>")}:where(html.wpc-bgl255) .h5p-throbber{background: url('/wp-content/plugins/h5p/h5p-php-library/images/throbber.gif?ver=1.2.1') 10px center no-repeat}:where(html.wpc-bgl255) .h5p-throbber{background: url('/wp-content/plugins/h5p/h5p-php-library/images/throbber.gif?ver=1.2.1') 10px center no-repeat}