.mwai-chatgpt-theme{--mwai-spacing:15px;--mwai-fontSize:15px;--mwai-lineHeight:1.5;--mwai-borderRadius:10px;--mwai-width:460px;--mwai-maxHeight:40vh;--mwai-iconTextColor:#fff;--mwai-iconTextBackgroundColor:#343541;--mwai-fontColor:#fff;--mwai-backgroundPrimaryColor:#454654;--mwai-backgroundHeaderColor:#343541;--mwai-bubbleColor:#343541;--mwai-headerButtonsColor:#fff;--mwai-conversationsBackgroundColor:#202123;--mwai-conversationsTextColor:#fff;--mwai-backgroundSecondaryColor:#343541;--mwai-errorBackgroundColor:#6d2f2a;--mwai-errorTextColor:#fff}.mwai-chatgpt-theme *{box-sizing:border-box}.mwai-chatgpt-theme .mwai-content{background:var(--mwai-backgroundSecondaryColor);color:var(--mwai-fontColor);font-size:var(--mwai-fontSize);overflow:hidden;display:flex;flex-direction:column;border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme .mwai-shortcuts{display:flex;justify-content:center;margin:var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut{margin-right:calc(var(--mwai-spacing)/2);display:flex}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-success{color:#4caf50;border:1px solid #4caf50}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-danger{color:#f44336;border:1px solid #f44336}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-warning{color:#ff9800;border:1px solid #ff9800}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-info{color:#2196f3;border:1px solid #2196f3}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut .mwai-icon{margin-right:5px}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut .mwai-icon img{max-height:16px;width:auto}.mwai-chatgpt-theme .mwai-blocks{display:flex;flex-direction:column;padding:var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-blocks .mwai-block p:first-child{margin-top:0}.mwai-chatgpt-theme .mwai-blocks button{cursor:pointer}.mwai-chatgpt-theme .mwai-conversation{overflow:auto}.mwai-chatgpt-theme .mwai-reply{display:flex;padding:var(--mwai-spacing);position:relative;line-height:var(--mwai-lineHeight);transition:opacity .35s cubic-bezier(.4,0,.2,1)}.mwai-chatgpt-theme .mwai-reply.mwai-fade-out{opacity:0}.mwai-chatgpt-theme .mwai-reply.mwai-user{background:var(--mwai-backgroundSecondaryColor)}.mwai-chatgpt-theme .mwai-reply.mwai-ai{background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme .mwai-reply .mwai-name{color:var(--mwai-fontColor);margin-right:5px}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-name-text{opacity:.5;white-space:nowrap}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-avatar{margin-right:10px;display:flex;align-items:center;justify-content:center;border-radius:5px;overflow:hidden}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-avatar img{width:32px;height:32px;min-width:32px;min-height:32px}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-avatar.mwai-svg img{width:28px;height:28px;min-width:28px;min-height:28px;filter:brightness(0) invert(1)}.mwai-chatgpt-theme .mwai-reply .mwai-text{flex:auto;font-size:var(--mwai-fontSize);line-height:var(--mwai-lineHeight);color:var(--mwai-fontColor)}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-image{display:block;max-width:250px;height:auto;margin:0 0 10px;border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-filename{display:flex;text-decoration:none;border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);padding:5px 10px;margin-bottom:10px}.mwai-chatgpt-theme .mwai-reply .mwai-text *{font-size:var(--mwai-fontSize)}.mwai-chatgpt-theme .mwai-reply .mwai-text>span>*:first-child{margin-top:0}.mwai-chatgpt-theme .mwai-reply .mwai-text>span>*:last-child{margin-bottom:0}.mwai-chatgpt-theme .mwai-reply .mwai-text a{color:#2196f3}.mwai-chatgpt-theme .mwai-reply .mwai-text h1,.mwai-chatgpt-theme .mwai-reply .mwai-text h2,.mwai-chatgpt-theme .mwai-reply .mwai-text h3,.mwai-chatgpt-theme .mwai-reply .mwai-text h4{color:var(--mwai-fontColor)}.mwai-chatgpt-theme .mwai-reply .mwai-text h1{font-size:200%}.mwai-chatgpt-theme .mwai-reply .mwai-text h2{font-size:160%}.mwai-chatgpt-theme .mwai-reply .mwai-text h3{font-size:140%}.mwai-chatgpt-theme .mwai-reply .mwai-text h4{font-size:120%}.mwai-chatgpt-theme .mwai-reply .mwai-text p code{background:var(--mwai-backgroundSecondaryColor);padding:2px 6px;border-radius:8px;font-size:90%;font-family:system-ui}.mwai-chatgpt-theme .mwai-reply .mwai-text pre{color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);padding:calc(var(--mwai-spacing)*2/3) var(--mwai-spacing);break-after:auto;white-space:pre-wrap;font-size:95%;max-width:100%;width:100%;font-family:system-ui;background:hsl(0 0% 0%/30%)}.mwai-chatgpt-theme .mwai-reply .mwai-text pre code{padding:0 !important;font-family:system-ui}.mwai-chatgpt-theme .mwai-reply .mwai-text ul,.mwai-chatgpt-theme .mwai-reply .mwai-text ol{padding:0}.mwai-chatgpt-theme .mwai-reply .mwai-text ol{margin:0 0 0 20px}.mwai-chatgpt-theme .mwai-reply .mwai-text table{width:100%;border:2px solid var(--mwai-backgroundSecondaryColor);border-collapse:collapse}.mwai-chatgpt-theme .mwai-reply .mwai-text thead{background:var(--mwai-backgroundSecondaryColor)}.mwai-chatgpt-theme .mwai-reply .mwai-text tr,.mwai-chatgpt-theme .mwai-reply .mwai-text td{padding:2px 5px}.mwai-chatgpt-theme .mwai-reply .mwai-text td{border:2px solid var(--mwai-backgroundSecondaryColor)}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-typewriter{display:inline-block}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-typewriter>:first-child{margin-top:0}.mwai-chatgpt-theme .mwai-reply .mwai-text>*:first-child{margin-top:0}.mwai-chatgpt-theme .mwai-reply .mwai-text>*:last-child{margin-bottom:0}.mwai-chatgpt-theme .mwai-reply.mwai-system{background:var(--mwai-errorBackgroundColor);color:var(--mwai-errorFontColor)}.mwai-chatgpt-theme .mwai-reply.mwai-system .mwai-name{display:none}.mwai-chatgpt-theme .mwai-input{display:flex;padding:var(--mwai-spacing);border-top:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme .mwai-input .mwai-input-text{flex:auto;position:relative;background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);overflow:hidden;display:flex;padding:calc(var(--mwai-spacing)/2)}.mwai-chatgpt-theme .mwai-input .mwai-input-text.mwai-blocked{background:var(--mwai-errorBackgroundColor)}.mwai-chatgpt-theme .mwai-input .mwai-input-text.mwai-dragging{filter:brightness(1.2)}.mwai-chatgpt-theme .mwai-input .mwai-input-text textarea{background:inherit;color:var(--mwai-fontColor);padding-left:calc(var(--mwai-spacing)/2);flex:auto;border:none;font-size:var(--mwai-fontSize);line-height:var(--mwai-lineHeight);resize:none;font-family:inherit;margin:0;overflow:hidden;min-height:inherit}.mwai-chatgpt-theme .mwai-input .mwai-input-text textarea:focus{outline:none;box-shadow:none}.mwai-chatgpt-theme .mwai-input .mwai-input-text textarea::placeholder{color:var(--mwai-fontColor);opacity:.5}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone{display:flex;justify-content:center;align-items:center}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone svg{opacity:.5;filter:grayscale(100%);transition:opacity .3s ease-out;cursor:pointer}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone[active=true] svg{opacity:1}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone[disabled] svg{opacity:0;cursor:not-allowed}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon{background:url(//www.paragongenomics.com/wp-content/plugins/ai-engine-pro/themes/icons/dark-icons.svg);background-size:500%;background-position:0 -96px;width:32px;height:32px;z-index:100}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-idle-add{background-position:-32px -96px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-add{background-position:-32px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-up{background-position:-64px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-del{background-position:-96px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-ok{background-position:-128px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-add{background-position:-32px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-up{background-position:-64px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-del{background-position:-96px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-ok{background-position:-128px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon .mwai-file-upload-progress{position:absolute;font-size:8px;width:21px;top:24px;left:23px;overflow:hidden;text-align:center;font-weight:700;color:#fff}.mwai-chatgpt-theme .mwai-input button{margin-left:var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-compliance{opacity:.5;margin-top:calc(-1*var(--mwai-spacing));padding:calc(var(--mwai-spacing)/1.5) var(--mwai-spacing);font-size:smaller;color:var(--mwai-fontColor);text-align:left}.mwai-chatgpt-theme .mwai-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px}.mwai-chatgpt-theme .mwai-gallery img{width:100%}.mwai-chatgpt-theme button{color:var(--mwai-fontColor);background:var(--mwai-backgroundSecondaryColor);border:1px solid var(--mwai-backgroundPrimaryColor);padding:calc(var(--mwai-spacing)/2) var(--mwai-spacing);min-width:70px;border-radius:5px;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center;font-size:calc(var(--mwai-fontSize)*0.9);position:relative}.mwai-chatgpt-theme button .mwai-timer{margin-left:5px;margin-right:5px;font-size:11px}.mwai-chatgpt-theme button:hover{background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme button[disabled]{cursor:not-allowed}.mwai-chatgpt-theme button[disabled] span{opacity:.5}.mwai-chatgpt-theme button[disabled].mwai-busy span{display:none}.mwai-chatgpt-theme button[disabled].mwai-busy:before{content:'';width:18px;height:18px;margin:auto;border:3px solid transparent;border-top-color:var(--mwai-fontColor);border-radius:50%;animation:mwai-button-spinner 1s ease infinite}.mwai-chatgpt-theme.mwai-form-container{padding:var(--mwai-spacing);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);background:var(--mwai-backgroundSecondaryColor);border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme.mwai-form-container fieldset{border:0;margin:0;padding:0;display:flex;flex-direction:column;margin-bottom:10px}.mwai-chatgpt-theme.mwai-form-container fieldset input[type=text],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=email],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=tel],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=url],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=password],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=number],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=date],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=datetime],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=datetime-local],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=month],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=search],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=time],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=week],.mwai-chatgpt-theme.mwai-form-container fieldset select,.mwai-chatgpt-theme.mwai-form-container fieldset textarea{padding:calc(var(--mwai-spacing)*2/3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-size:var(--mwai-fontSize);background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor)}.mwai-chatgpt-theme.mwai-form-container fieldset select{padding:calc(var(--mwai-spacing)*2/3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-size:var(--mwai-fontSize);background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor)}.mwai-chatgpt-theme.mwai-form-container fieldset textarea{padding:calc(var(--mwai-spacing)*2/3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-family:inherit;font-size:var(--mwai-fontSize);background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor)}.mwai-chatgpt-theme.mwai-form-container fieldset input[disabled],.mwai-chatgpt-theme.mwai-form-container fieldset select[disabled],.mwai-chatgpt-theme.mwai-form-container fieldset textarea[disabled]{opacity:.25}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button{height:45px;background:0 0;width:100%;color:var(--mwai-fontColor);font-size:var(--mwai-fontSize);background-color:var(--mwai-backgroundSecondaryColor);border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);cursor:pointer;transition:all .2s ease-out;position:relative}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button:hover{background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button[disabled] span{opacity:.25}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button[disabled]:hover{background:0 0;cursor:not-allowed}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit.mwai-loading button span{opacity:0}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit.mwai-loading button:after{content:'';position:absolute;width:18px;height:18px;top:0;left:0;right:0;bottom:0;margin:auto;border:3px solid transparent;border-top-color:var(--mwai-fontColor);border-radius:50%;animation:mwai-button-spinner 1s ease infinite}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output{font-size:var(--mwai-fontSize);position:relative;margin-top:var(--mwai-spacing);padding:var(--mwai-spacing);border:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output.mwai-error{background:var(--mwai-errorBackgroundColor);color:var(--mwai-errorFontColor)}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output>*:first-child{margin-top:0}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output>*:last-child{margin-bottom:0}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output img{max-width:33%}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div>*:first-child{margin-top:0}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div>*:last-child{margin-bottom:0}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container.mwai-has-content{display:block}.mwai-chatgpt-theme.mwai-form-container .wp-block-columns{margin:0}.mwai-chatgpt-theme.mwai-discussions{border-radius:var(--mwai-borderRadius);background:var(--mwai-backgroundHeaderColor);overflow:hidden}.mwai-chatgpt-theme.mwai-discussions *{box-sizing:border-box}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion{display:flex;gap:5px;padding-left:calc(var(--mwai-spacing)/2);padding-right:calc(var(--mwai-spacing)/2);padding-bottom:calc(var(--mwai-spacing)/2);color:var(--mwai-conversationsTextColor);opacity:.65;justify-content:space-between;align-items:center}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-title{flex:auto;padding:5px}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions{display:flex;gap:3px}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon{width:32px;height:32px;background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);border-radius:50%;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover{background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover.mwai-danger{background:var(--mwai-errorBackgroundColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion.mwai-active,.mwai-chatgpt-theme.mwai-discussions .mwai-discussion:hover{cursor:pointer}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion.mwai-active .mwai-discussion-title,.mwai-chatgpt-theme.mwai-discussions .mwai-discussion:hover .mwai-discussion-title{background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);opacity:1}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion:first-child{margin-top:calc(var(--mwai-spacing)/2)}.mwai-chatgpt-theme.mwai-discussions .mwai-header{color:var(--mwai-headerButtonsColor);padding:var(--mwai-spacing);display:flex;justify-content:space-between;align-items:center}.mwai-chatgpt-theme.mwai-discussions .mwai-content{background:var(--mwai-conversationsBackgroundColor);list-style:none;padding:0;margin:0}.mwai-chatgpt-theme.mwai-transition,.mwai-chatgpt-theme .mwai-transition{opacity:0;transition:opacity .35s ease-in-out}.mwai-chatgpt-theme.mwai-transition-visible,.mwai-chatgpt-theme .mwai-transition-visible{opacity:1}.mwai-chatgpt-theme .mwai-text{overflow-wrap:anywhere}.mwai-chatgpt-theme .mwai-text img{max-width:100%}.mwai-chatgpt-theme .mwai-text div p:first-child{margin-top:0}.mwai-chatgpt-theme .mwai-text div p:last-child{margin-bottom:0}.mwai-chatgpt-theme .mwai-trigger{position:absolute;right:0;bottom:0;transition:all .2s ease-out;z-index:9999;display:flex;flex-direction:column;align-items:end}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container{display:flex;flex-direction:column;align-items:flex-end}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text{background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);box-shadow:0px 0px 15px rgba(0,0,0,.15);max-width:200px;font-size:13px;margin-bottom:15px;padding:10px 15px;border-radius:8px}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{color:var(--mwai-iconTextColor);background:var(--mwai-iconTextBackgroundColor);padding:5px;width:20px;height:20px;border-radius:100%;display:none;justify-content:center;align-items:center;margin-bottom:3px}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container:hover{cursor:pointer}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close{display:flex;font-size:12px}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close:hover{filter:brightness(1.2)}@media(max-width:760px){.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{display:flex}}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-container .mwai-icon{filter:drop-shadow(0px 0px 15px rgba(0,0,0,.15));transition:all .2s ease-out}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-container .mwai-icon:hover{cursor:pointer;transform:scale(1.05)}.mwai-chatgpt-theme.mwai-window{position:fixed;right:30px;bottom:30px;width:var(--mwai-width);z-index:9999}.mwai-chatgpt-theme.mwai-window .mwai-header{display:none;justify-content:flex-end;align-items:center;border-radius:var(--mwai-borderRadius) var(--mwai-borderRadius) 0 0;background:var(--mwai-backgroundHeaderColor)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons{display:flex;align-items:center}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button{justify-content:center;height:32px;width:22px;cursor:pointer;display:flex;justify-content:center;align-items:center}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:before{transition:all .2s ease-out;content:' ';cursor:pointer;position:absolute;height:13px;width:13px;border:1px solid var(--mwai-headerButtonsColor)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:16px;height:16px}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button{justify-content:center;height:32px;width:33px;cursor:pointer;border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before{transition:all .2s ease-out;transform:translate(16px,5px) rotate(45deg)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{transition:all .2s ease-out;transform:translate(16px,5px) rotate(-45deg)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before,.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{content:' ';cursor:pointer;position:absolute;height:22px;width:1px;background-color:var(--mwai-headerButtonsColor)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:before{opacity:1;transform:translate(16px,5px) rotate(135deg)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:after{opacity:1;transform:translate(16px,5px) rotate(45deg)}.mwai-chatgpt-theme.mwai-window .mwai-content{display:none;opacity:0;max-height:var(--mwai-maxHeight);border-radius:0 0 var(--mwai-borderRadius) var(--mwai-borderRadius)}.mwai-chatgpt-theme.mwai-window.mwai-bottom-left{bottom:30px;right:inherit;left:30px}.mwai-chatgpt-theme.mwai-window.mwai-bottom-left .mwai-trigger{right:inherit;left:0}.mwai-chatgpt-theme.mwai-window.mwai-top-right{top:30px;bottom:inherit;right:30px}.mwai-chatgpt-theme.mwai-window.mwai-top-right .mwai-trigger{top:0;bottom:inherit}.mwai-chatgpt-theme.mwai-window.mwai-top-left{top:30px;bottom:inherit;right:inherit;left:30px}.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger{top:0;bottom:inherit;right:inherit;left:0}.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger,.mwai-chatgpt-theme.mwai-window.mwai-bottom-left .mwai-trigger{align-items:flex-start}.mwai-chatgpt-theme.mwai-window.mwai-top-right .mwai-trigger,.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger{flex-direction:column-reverse}.mwai-chatgpt-theme.mwai-window.mwai-top-right .mwai-trigger .mwai-icon-text,.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger .mwai-icon-text{margin-bottom:0;margin-top:15px}.mwai-chatgpt-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons{margin-bottom:0}.mwai-chatgpt-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:before{width:16px;height:16px}.mwai-chatgpt-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:13px;height:13px}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window),.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-header,.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-content,.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-content .mwai-conversation,.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-header{display:flex}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-trigger{display:none}.mwai-chatgpt-theme .mwai-error{margin:var(--mwai-spacing);color:#fff;background:rgba(180,55,55,.55);padding:var(--mwai-spacing);border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme .mwai-error:hover{cursor:pointer;background:rgba(180,44,44,.85)}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container{background:var(--mwai-bubbleColor);width:60px;height:60px;border-radius:100%;transition:all .2s ease-out;display:flex;justify-content:center;align-items:center}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container .mwai-icon{max-width:50%;max-height:50%;filter:none}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container .mwai-icon:hover{transform:none}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container .mwai-emoji{font-size:30px !important}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container:hover{cursor:pointer;filter:brightness(1.1)}@media(max-width:760px){.mwai-chatgpt-theme.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input{flex-direction:column}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input button{font-size:16px;margin-left:0;width:100%}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input .mwai-input-text{width:100%}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input .mwai-input-text input,.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input .mwai-input-text textarea{font-size:16px}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1;height:100%;max-height:inherit}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-resize-button{display:none !important}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-trigger{display:none}}@keyframes mwai-button-spinner{from{transform:rotate(0turn)}to{transform:rotate(1turn)}}.mwai-chatgpt-theme .admin-bar .mwai-fullscreen:not(.mwai-window),.mwai-chatgpt-theme .admin-bar .mwai-fullscreen.mwai-window.mwai-open{top:32px}.mwai-chatgpt-theme pre code.hljs{display:block;overflow-x:auto;padding:1em}.mwai-chatgpt-theme code.hljs{padding:3px 5px}.mwai-chatgpt-theme .hljs{color:#fff}.mwai-chatgpt-theme .hljs-subst{color:#fff}.mwai-chatgpt-theme .hljs-comment{color:#999}.mwai-chatgpt-theme .hljs-attr,.mwai-chatgpt-theme .hljs-doctag,.mwai-chatgpt-theme .hljs-keyword,.mwai-chatgpt-theme .hljs-meta .hljs-keyword,.mwai-chatgpt-theme .hljs-section,.mwai-chatgpt-theme .hljs-selector-tag{color:#88aece}.mwai-chatgpt-theme .hljs-attribute{color:#c59bc1}.mwai-chatgpt-theme .hljs-name,.mwai-chatgpt-theme .hljs-number,.mwai-chatgpt-theme .hljs-quote,.mwai-chatgpt-theme .hljs-selector-id,.mwai-chatgpt-theme .hljs-template-tag,.mwai-chatgpt-theme .hljs-type{color:#f08d49}.mwai-chatgpt-theme .hljs-selector-class{color:#88aece}.mwai-chatgpt-theme .hljs-link,.mwai-chatgpt-theme .hljs-regexp,.mwai-chatgpt-theme .hljs-selector-attr,.mwai-chatgpt-theme .hljs-string,.mwai-chatgpt-theme .hljs-symbol,.mwai-chatgpt-theme .hljs-template-variable,.mwai-chatgpt-theme .hljs-variable{color:#b5bd68}.mwai-chatgpt-theme .hljs-meta,.mwai-chatgpt-theme .hljs-selector-pseudo{color:#88aece}.mwai-chatgpt-theme .hljs-built_in,.mwai-chatgpt-theme .hljs-literal,.mwai-chatgpt-theme .hljs-title{color:#f08d49}.mwai-chatgpt-theme .hljs-bullet,.mwai-chatgpt-theme .hljs-code{color:#ccc}.mwai-chatgpt-theme .hljs-meta .hljs-string{color:#b5bd68}.mwai-chatgpt-theme .hljs-deletion{color:#de7176}.mwai-chatgpt-theme .hljs-addition{color:#76c490}.mwai-chatgpt-theme .hljs-emphasis{font-style:italic}.mwai-chatgpt-theme .hljs-strong{font-weight:700}.mwai-chatgpt-theme .mwai-reply-actions{position:absolute;border-radius:5px;top:10px;right:10px;display:flex;align-items:center;padding:2px;z-index:100;background:var(--mwai-backgroundPrimaryColor);box-shadow:0 0 8px rgba(0,0,0,.25);z-index:100}.mwai-chatgpt-theme .mwai-reply-actions .mwai-copy-button{fill:var(--mwai-fontColor);padding:3px 5px;width:24px;height:24px;background:var(--mwai-backgroundPrimaryColor);cursor:pointer;border-radius:5px}.mwai-chatgpt-theme .mwai-reply-actions .mwai-copy-button:hover{filter:brightness(1.2)}.mwai-chatgpt-theme .mwai-reply-actions.mwai-hidden{opacity:0}@media(max-width:760px){.mwai-chatgpt-theme.mwai-window{width:calc(100% - 40px);z-index:9999999999}.mwai-chatgpt-theme .mwai-input{flex-direction:column}.mwai-chatgpt-theme .mwai-input .mwai-input-submit{margin:15px 0 0;height:40px;width:inherit}.mwai-chatgpt-theme .mwai-name{margin-right:0;max-width:inherit}}.mwai-messages-theme{--mwai-spacing:10px;--mwai-fontSize:13px;--mwai-lineHeight:1.5;--mwai-borderRadius:10px;--mwai-width:460px;--mwai-maxHeight:40vh;--mwai-iconTextColor:#000;--mwai-iconTextBackgroundColor:#fff;--mwai-fontColor:#000;--mwai-backgroundPrimaryColor:#fafafa;--mwai-backgroundHeaderColor:#0084ff;--mwai-bubbleColor:#0084ff;--mwai-headerButtonsColor:#fff;--mwai-conversationsBackgroundColor:#fff;--mwai-backgroundUserColor:#0084ff;--mwai-backgroundAiColor:#eee;--mwai-backgroundAiSecondaryColor:#ddd;--mwai-errorBackgroundColor:#6d2f2a;--mwai-errorTextColor:#fff}.mwai-messages-theme *{box-sizing:border-box}.mwai-messages-theme .mwai-content{display:flex;background:var(--mwai-backgroundPrimaryColor);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);flex-direction:column}.mwai-messages-theme .mwai-shortcuts{display:flex;flex-direction:column;align-items:flex-end}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut{margin-bottom:5px;font-size:var(--mwai-fontSize);height:inherit;min-height:inherit;width:inherit;min-width:90px;border-radius:var(--mwai-borderRadius);padding:7px 12px;cursor:pointer;display:flex;align-items:center;justify-content:end}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-success{background:#4caf50;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-danger{background:#f44336;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-warning{background:#ff9800;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-info{background:#2196f3;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut .mwai-icon{margin-right:5px}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut .mwai-icon img{max-height:16px;width:auto}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut:hover{filter:brightness(1.1)}.mwai-messages-theme .mwai-blocks{display:flex;flex-direction:column;padding:var(--mwai-spacing)}.mwai-messages-theme .mwai-blocks .mwai-block p:first-child{margin-top:0}.mwai-messages-theme .mwai-blocks button{cursor:pointer}.mwai-messages-theme .mwai-conversation{display:flex;flex-direction:column;overflow:auto;max-height:var(--mwai-maxHeight);padding:var(--mwai-spacing) var(--mwai-spacing) 0}.mwai-messages-theme .mwai-conversation .mwai-reply{margin-bottom:var(--mwai-spacing);padding:7px 12px;border-radius:15px;font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);position:relative}.mwai-messages-theme .mwai-conversation .mwai-reply .mwai-name,.mwai-messages-theme .mwai-conversation .mwai-reply .mwai-name-text{display:none}.mwai-messages-theme .mwai-conversation .mwai-reply *>p:first-child{margin-top:0}.mwai-messages-theme .mwai-conversation .mwai-reply *>p:last-child{margin-bottom:0}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai{align-self:flex-start;background:var(--mwai-backgroundAiColor);margin-left:5px}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai:before,.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai:after{content:"";position:absolute;z-index:1;bottom:0;left:-10px;width:10px;height:20px;background:var(--mwai-backgroundPrimaryColor);border-bottom-right-radius:10px}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai:before{z-index:0;left:-7px;height:20px;width:20px;background:var(--mwai-backgroundAiColor);border-bottom-right-radius:15px}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user{align-self:flex-end;background:var(--mwai-backgroundUserColor);color:#fff;margin-right:10px}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user:before,.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user:after{content:"";position:absolute;z-index:1;bottom:0;right:-10px;width:10px;height:20px;background:var(--mwai-backgroundPrimaryColor);border-bottom-left-radius:10px}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user:before{z-index:0;right:-10px;height:20px;width:20px;background:var(--mwai-backgroundUserColor);background-attachment:fixed;border-bottom-left-radius:15px}.mwai-messages-theme .mwai-text{flex:auto}.mwai-messages-theme .mwai-text .mwai-image{display:block;max-width:250px;height:auto;margin:0 0 10px;border-radius:var(--mwai-borderRadius)}.mwai-messages-theme .mwai-text .mwai-filename{display:flex;text-decoration:none;border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);color:#fff;padding:5px 10px;margin-bottom:10px}.mwai-messages-theme .mwai-text>span>p>*:first-child{margin-top:0}.mwai-messages-theme .mwai-text a{color:#2196f3}.mwai-messages-theme .mwai-text h1{font-size:200%}.mwai-messages-theme .mwai-text h2{font-size:160%}.mwai-messages-theme .mwai-text h3{font-size:140%}.mwai-messages-theme .mwai-text h4{font-size:120%}.mwai-messages-theme .mwai-text p{font-size:var(--mwai-fontSize);line-height:var(--mwai-lineHeight)}.mwai-messages-theme .mwai-text p code{background:var(--mwai-backgroundAiSecondaryColor);padding:2px 6px;border-radius:8px;font-size:calc(var(--mwai-fontSize)*0.9);font-family:system-ui}.mwai-messages-theme .mwai-text pre{color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);break-after:auto;white-space:pre-wrap;max-width:100%;width:100%;font-family:system-ui;background:var(--mwai-backgroundAiSecondaryColor);padding:var(--mwai-spacing)}.mwai-messages-theme .mwai-text pre code{padding:0 !important;font-family:system-ui;background:var(--mwai-backgroundAiSecondaryColor)}.mwai-messages-theme .mwai-text ol{padding:0;margin:0 0 0 20px}.mwai-messages-theme .mwai-text table{width:100%;border:2px solid var(--mwai-backgroundAiSecondaryColor);border-collapse:collapse}.mwai-messages-theme .mwai-text thead{background:var(--mwai-backgroundAiSecondaryColor)}.mwai-messages-theme .mwai-text tr,.mwai-messages-theme .mwai-text td{padding:2px 5px}.mwai-messages-theme .mwai-text td{border:2px solid var(--mwai-backgroundAiSecondaryColor)}.mwai-messages-theme .mwai-text .mwai-typewriter{display:inline-block}.mwai-messages-theme .mwai-text .mwai-typewriter>:first-child{margin-top:0}.mwai-messages-theme .mwai-text>*:first-child{margin-top:0}.mwai-messages-theme .mwai-text>*:last-child{margin-bottom:0}.mwai-messages-theme .mwai-input{display:flex;align-items:center;padding:var(--mwai-spacing)}.mwai-messages-theme .mwai-input .mwai-input-text{flex:auto;position:relative;display:flex;background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);border:1px solid var(--mwai-backgroundAiSecondaryColor);overflow:hidden}.mwai-messages-theme .mwai-input .mwai-input-text.mwai-blocked img{filter:grayscale(100%);opacity:.5}.mwai-messages-theme .mwai-input .mwai-input-text.mwai-dragging{border:1px dashed var(--mwai-backgroundAiSecondaryColor)}.mwai-messages-theme .mwai-input .mwai-input-text textarea{background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor);flex:auto;padding:var(--mwai-spacing);border:none;font-size:var(--mwai-fontSize);resize:none;font-family:inherit;margin:0;overflow:hidden;min-height:inherit}.mwai-messages-theme .mwai-input .mwai-input-text textarea:focus{outline:none;box-shadow:none}.mwai-messages-theme .mwai-input .mwai-input-text textarea::placeholder{color:var(--mwai-fontColor);opacity:.5}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone{display:flex;justify-content:center;align-items:center;margin-right:5px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone svg{opacity:.5;filter:grayscale(100%);transition:opacity .3s ease-out;cursor:pointer}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone[active=true] svg{opacity:1}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone[disabled] svg{opacity:0;cursor:not-allowed}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon{background:url(//www.paragongenomics.com/wp-content/plugins/ai-engine-pro/themes/icons/white-icons.svg);background-size:500%;background-position:0 -96px;width:32px;height:32px;margin-top:calc(var(--mwai-spacing)/2);margin-left:5px;z-index:100}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-idle-add{background-position:-32px -96px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-add{background-position:-32px 0}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-up{background-position:-64px 0}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-del{background-position:-96px 0}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-ok{background-position:-128px 0}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-add{background-position:-32px -64px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-up{background-position:-64px -64px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-del{background-position:-96px -64px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-ok{background-position:-128px -64px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon .mwai-file-upload-progress{position:absolute;font-size:8px;width:21px;top:24px;left:23px;overflow:hidden;text-align:center;font-weight:700;color:#fff}.mwai-messages-theme .mwai-input .mwai-input-submit{width:70px}.mwai-messages-theme button{margin-left:var(--mwai-spacing);padding:5px 15px;background-color:var(--mwai-backgroundUserColor);color:#fff;border:none;border-radius:var(--mwai-borderRadius);cursor:pointer;height:32px;display:flex;justify-content:center;align-items:center}.mwai-messages-theme button .mwai-timer{margin-left:5px;margin-right:5px;font-size:11px}.mwai-messages-theme button:hover{filter:brightness(1.2)}.mwai-messages-theme button[disabled]{cursor:not-allowed}.mwai-messages-theme button[disabled] span{opacity:.5}.mwai-messages-theme button[disabled].mwai-busy span{display:none}.mwai-messages-theme button[disabled].mwai-busy:before{content:'';width:18px;height:18px;margin:auto;border:3px solid transparent;border-top-color:var(--mwai-fontColor);border-radius:50%;animation:mwai-button-spinner 1s ease infinite}.mwai-messages-theme .mwai-compliance{opacity:.5;margin-top:calc(-1*var(--mwai-spacing));padding:calc(var(--mwai-spacing)/1.5) var(--mwai-spacing);font-size:smaller;color:var(--mwai-fontColor);text-align:left}.mwai-messages-theme .mwai-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px}.mwai-messages-theme .mwai-gallery img{width:100%}.mwai-messages-theme.mwai-discussions{border-radius:var(--mwai-borderRadius);background:var(--mwai-conversationsBackgroundColor);color:var(--mwai-backgroundPrimaryColor);overflow:hidden}.mwai-messages-theme.mwai-discussions *{box-sizing:border-box}.mwai-messages-theme.mwai-discussions .mwai-discussion{display:flex;gap:5px;padding-left:calc(var(--mwai-spacing)/2);padding-right:calc(var(--mwai-spacing)/2);padding-bottom:calc(var(--mwai-spacing)/2);color:var(--mwai-conversationsTextColor);opacity:.65;justify-content:space-between;align-items:center}.mwai-messages-theme.mwai-discussions .mwai-discussion .mwai-discussion-title{flex:auto;padding:5px}.mwai-messages-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions{display:flex;gap:1px}.mwai-messages-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon{width:30px;height:30px;background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);border-radius:50%;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center}.mwai-messages-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover{color:#fff;background:var(--mwai-backgroundUserColor)}.mwai-messages-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover.mwai-danger{background:#f44336}.mwai-messages-theme.mwai-discussions .mwai-discussion.mwai-active,.mwai-messages-theme.mwai-discussions .mwai-discussion:hover{cursor:pointer}.mwai-messages-theme.mwai-discussions .mwai-discussion.mwai-active .mwai-discussion-title,.mwai-messages-theme.mwai-discussions .mwai-discussion:hover .mwai-discussion-title{color:var(--mwai-backgroundPrimaryColor);background:var(--mwai-backgroundHeaderColor);border-radius:var(--mwai-borderRadius);opacity:1}.mwai-messages-theme.mwai-discussions .mwai-discussion:first-child{margin-top:calc(var(--mwai-spacing)/2)}.mwai-messages-theme.mwai-discussions .mwai-header{background:var(--mwai-backgroundAiSecondaryColor);padding:var(--mwai-spacing);display:flex;justify-content:space-between;align-items:center}.mwai-messages-theme.mwai-discussions .mwai-content{background:var(--mwai-conversationsBackgroundColor);list-style:none;padding:0;margin:0}.mwai-messages-theme.mwai-discussions button{margin-left:0}.mwai-messages-theme.mwai-transition,.mwai-messages-theme .mwai-transition{opacity:0;transition:opacity .35s ease-in-out}.mwai-messages-theme.mwai-transition-visible,.mwai-messages-theme .mwai-transition-visible{opacity:1}.mwai-messages-theme .mwai-text{overflow-wrap:anywhere}.mwai-messages-theme .mwai-text img{max-width:100%}.mwai-messages-theme .mwai-text div p:first-child{margin-top:0}.mwai-messages-theme .mwai-text div p:last-child{margin-bottom:0}.mwai-messages-theme .mwai-trigger{position:absolute;right:0;bottom:0;transition:all .2s ease-out;z-index:9999;display:flex;flex-direction:column;align-items:end}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container{display:flex;flex-direction:column;align-items:flex-end}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text{background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);box-shadow:0px 0px 15px rgba(0,0,0,.15);max-width:200px;font-size:13px;margin-bottom:15px;padding:10px 15px;border-radius:8px}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{color:var(--mwai-iconTextColor);background:var(--mwai-iconTextBackgroundColor);padding:5px;width:20px;height:20px;border-radius:100%;display:none;justify-content:center;align-items:center;margin-bottom:3px}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container:hover{cursor:pointer}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close{display:flex;font-size:12px}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close:hover{filter:brightness(1.2)}@media(max-width:760px){.mwai-messages-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{display:flex}}.mwai-messages-theme .mwai-trigger .mwai-icon-container .mwai-icon{filter:drop-shadow(0px 0px 15px rgba(0,0,0,.15));transition:all .2s ease-out}.mwai-messages-theme .mwai-trigger .mwai-icon-container .mwai-icon:hover{cursor:pointer;transform:scale(1.05)}.mwai-messages-theme.mwai-window{position:fixed;right:30px;bottom:30px;width:var(--mwai-width);z-index:9999}.mwai-messages-theme.mwai-window .mwai-header{display:none;justify-content:flex-end;align-items:center;border-radius:var(--mwai-borderRadius) var(--mwai-borderRadius) 0 0;background:var(--mwai-backgroundHeaderColor)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons{display:flex;align-items:center}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button{justify-content:center;height:32px;width:22px;cursor:pointer;display:flex;justify-content:center;align-items:center}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:before{transition:all .2s ease-out;content:' ';cursor:pointer;position:absolute;height:13px;width:13px;border:1px solid var(--mwai-headerButtonsColor)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:16px;height:16px}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button{justify-content:center;height:32px;width:33px;cursor:pointer;border-radius:var(--mwai-borderRadius)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before{transition:all .2s ease-out;transform:translate(16px,5px) rotate(45deg)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{transition:all .2s ease-out;transform:translate(16px,5px) rotate(-45deg)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before,.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{content:' ';cursor:pointer;position:absolute;height:22px;width:1px;background-color:var(--mwai-headerButtonsColor)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:before{opacity:1;transform:translate(16px,5px) rotate(135deg)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:after{opacity:1;transform:translate(16px,5px) rotate(45deg)}.mwai-messages-theme.mwai-window .mwai-content{display:none;opacity:0;max-height:var(--mwai-maxHeight);border-radius:0 0 var(--mwai-borderRadius) var(--mwai-borderRadius)}.mwai-messages-theme.mwai-window.mwai-bottom-left{bottom:30px;right:inherit;left:30px}.mwai-messages-theme.mwai-window.mwai-bottom-left .mwai-trigger{right:inherit;left:0}.mwai-messages-theme.mwai-window.mwai-top-right{top:30px;bottom:inherit;right:30px}.mwai-messages-theme.mwai-window.mwai-top-right .mwai-trigger{top:0;bottom:inherit}.mwai-messages-theme.mwai-window.mwai-top-left{top:30px;bottom:inherit;right:inherit;left:30px}.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger{top:0;bottom:inherit;right:inherit;left:0}.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger,.mwai-messages-theme.mwai-window.mwai-bottom-left .mwai-trigger{align-items:flex-start}.mwai-messages-theme.mwai-window.mwai-top-right .mwai-trigger,.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger{flex-direction:column-reverse}.mwai-messages-theme.mwai-window.mwai-top-right .mwai-trigger .mwai-icon-text,.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger .mwai-icon-text{margin-bottom:0;margin-top:15px}.mwai-messages-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons{margin-bottom:0}.mwai-messages-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:before{width:16px;height:16px}.mwai-messages-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:13px;height:13px}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window),.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window) .mwai-header,.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window) .mwai-content,.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window) .mwai-content .mwai-conversation,.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-messages-theme.mwai-window.mwai-open .mwai-header{display:flex}.mwai-messages-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1}.mwai-messages-theme.mwai-window.mwai-open .mwai-trigger{display:none}.mwai-messages-theme .mwai-error{margin:var(--mwai-spacing);color:#fff;background:rgba(180,55,55,.55);padding:var(--mwai-spacing);border-radius:var(--mwai-borderRadius)}.mwai-messages-theme .mwai-error:hover{cursor:pointer;background:rgba(180,44,44,.85)}.mwai-messages-theme.mwai-bubble .mwai-icon-container{background:var(--mwai-bubbleColor);width:60px;height:60px;border-radius:100%;transition:all .2s ease-out;display:flex;justify-content:center;align-items:center}.mwai-messages-theme.mwai-bubble .mwai-icon-container .mwai-icon{max-width:50%;max-height:50%;filter:none}.mwai-messages-theme.mwai-bubble .mwai-icon-container .mwai-icon:hover{transform:none}.mwai-messages-theme.mwai-bubble .mwai-icon-container .mwai-emoji{font-size:30px !important}.mwai-messages-theme.mwai-bubble .mwai-icon-container:hover{cursor:pointer;filter:brightness(1.1)}@media(max-width:760px){.mwai-messages-theme.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-messages-theme.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-messages-theme.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-messages-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-messages-theme.mwai-window.mwai-open .mwai-input{flex-direction:column}.mwai-messages-theme.mwai-window.mwai-open .mwai-input button{font-size:16px;margin-left:0;width:100%}.mwai-messages-theme.mwai-window.mwai-open .mwai-input .mwai-input-text{width:100%}.mwai-messages-theme.mwai-window.mwai-open .mwai-input .mwai-input-text input,.mwai-messages-theme.mwai-window.mwai-open .mwai-input .mwai-input-text textarea{font-size:16px}.mwai-messages-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1;height:100%;max-height:inherit}.mwai-messages-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-messages-theme.mwai-window.mwai-open .mwai-resize-button{display:none !important}.mwai-messages-theme.mwai-window.mwai-open .mwai-trigger{display:none}}@keyframes mwai-button-spinner{from{transform:rotate(0turn)}to{transform:rotate(1turn)}}.mwai-messages-theme .admin-bar .mwai-fullscreen:not(.mwai-window),.mwai-messages-theme .admin-bar .mwai-fullscreen.mwai-window.mwai-open{top:32px}.mwai-messages-theme pre code.hljs{display:block;overflow-x:auto;padding:1em}.mwai-messages-theme code.hljs{padding:3px 5px}.mwai-messages-theme .hljs{color:#333;background:#f0f0f0}.mwai-messages-theme .hljs-subst{color:#333}.mwai-messages-theme .hljs-comment{color:#888}.mwai-messages-theme .hljs-attr,.mwai-messages-theme .hljs-doctag,.mwai-messages-theme .hljs-keyword,.mwai-messages-theme .hljs-meta .hljs-keyword,.mwai-messages-theme .hljs-section,.mwai-messages-theme .hljs-selector-tag{color:#07c}.mwai-messages-theme .hljs-attribute{color:#a37}.mwai-messages-theme .hljs-name,.mwai-messages-theme .hljs-number,.mwai-messages-theme .hljs-quote,.mwai-messages-theme .hljs-selector-id,.mwai-messages-theme .hljs-template-tag,.mwai-messages-theme .hljs-type{color:#c18401}.mwai-messages-theme .hljs-selector-class{color:#07c}.mwai-messages-theme .hljs-link,.mwai-messages-theme .hljs-regexp,.mwai-messages-theme .hljs-selector-attr,.mwai-messages-theme .hljs-string,.mwai-messages-theme .hljs-symbol,.mwai-messages-theme .hljs-template-variable,.mwai-messages-theme .hljs-variable{color:#689700}.mwai-messages-theme .hljs-meta,.mwai-messages-theme .hljs-selector-pseudo{color:#07c}.mwai-messages-theme .hljs-built_in,.mwai-messages-theme .hljs-literal,.mwai-messages-theme .hljs-title{color:#c18401}.mwai-messages-theme .hljs-bullet,.mwai-messages-theme .hljs-code{color:#555}.mwai-messages-theme .hljs-meta .hljs-string{color:#689700}.mwai-messages-theme .hljs-deletion{color:#b71c1c}.mwai-messages-theme .hljs-addition{color:#1b5e20}.mwai-messages-theme .hljs-emphasis{font-style:italic}.mwai-messages-theme .hljs-strong{font-weight:700}.mwai-messages-theme .mwai-reply-actions{position:absolute;border-radius:5px;top:10px;right:10px;display:flex;align-items:center;padding:2px;z-index:100;background:var(--mwai-backgroundPrimaryColor);box-shadow:0 0 8px rgba(0,0,0,.25);z-index:100}.mwai-messages-theme .mwai-reply-actions .mwai-copy-button{fill:var(--mwai-fontColor);padding:3px 5px;width:24px;height:24px;background:var(--mwai-backgroundPrimaryColor);cursor:pointer;border-radius:5px}.mwai-messages-theme .mwai-reply-actions .mwai-copy-button:hover{filter:brightness(1.2)}.mwai-messages-theme .mwai-reply-actions.mwai-hidden{opacity:0}.mwai-messages-theme .mwai-reply-actions{top:5px}.mwai-messages-theme .mwai-reply-actions .mwai-copy-button{padding-top:4px}.mwai-messages-theme .mwai-reply-actions .mwai-copy-button:hover{fill:var(--mwai-backgroundPrimaryColor);background:var(--mwai-backgroundUserColor)}@media(max-width:760px){.mwai-messages-theme.mwai-window{width:calc(100% - 40px);z-index:9999999999}.mwai-messages-theme .mwai-input{flex-direction:column}.mwai-messages-theme .mwai-input .mwai-input-text{width:100%}.mwai-messages-theme .mwai-input .mwai-input-submit{width:100%;margin:15px 0 0}}.mwai-timeless-theme{--mwai-spacing:15px;--mwai-fontSize:13px;--mwai-lineHeight:1.5;--mwai-borderRadius:10px;--mwai-width:360px;--mwai-maxHeight:40vh;--mwai-iconTextColor:#fff;--mwai-iconTextBackgroundColor:#2831dc;--mwai-fontColor:#000;--mwai-backgroundPrimaryColor:#fafafa;--mwai-backgroundHeaderColor:linear-gradient(130deg,#2831dc 0%,#09a9f8 100%);--mwai-bubbleColor:#2831dc;--mwai-headerButtonsColor:#fff;--mwai-conversationsBackgroundColor:#fff;--mwai-backgroundUserColor:linear-gradient(130deg,#272fdc 0%,#09a9f8 100%);--mwai-backgroundAiColor:#f1f3f7;--mwai-backgroundAiSecondaryColor:#ddd;--mwai-errorBackgroundColor:#6d2f2a;--mwai-errorTextColor:#fff;font-size:var(--mwai-fontSize)}.mwai-timeless-theme *{box-sizing:border-box}.mwai-timeless-theme.mwai-window .mwai-header{height:80px;padding:var(--mwai-spacing)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-avatar img{width:48px;height:48px}.mwai-timeless-theme.mwai-window .mwai-header .mwai-name{color:#fff;font-size:140%;margin-left:calc(var(--mwai-spacing)/2)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-name small{font-size:75%;display:block}.mwai-timeless-theme .mwai-content{display:flex;background:var(--mwai-backgroundPrimaryColor);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);flex-direction:column}.mwai-timeless-theme .mwai-shortcuts{display:flex;flex-direction:column;align-items:flex-end}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut{margin-bottom:5px;font-size:var(--mwai-fontSize);height:inherit;min-height:inherit;width:inherit;min-width:90px;border-radius:var(--mwai-borderRadius);padding:7px 12px;cursor:pointer;display:flex;align-items:center;justify-content:end}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-success{background:#4caf50;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-danger{background:#f44336;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-warning{background:#ff9800;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-info{background:#2196f3;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut .mwai-icon{margin-right:5px}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut .mwai-icon img{max-height:16px;width:auto}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut:hover{filter:brightness(1.1)}.mwai-timeless-theme .mwai-blocks{display:flex;flex-direction:column;padding:var(--mwai-spacing);border-top:.5px solid rgba(0,0,0,.15);background:var(--mwai-backgroundAiColor)}.mwai-timeless-theme .mwai-blocks .mwai-block p:first-child{margin-top:0}.mwai-timeless-theme .mwai-blocks button{cursor:pointer}.mwai-timeless-theme .mwai-conversation{display:flex;flex-direction:column;overflow:auto;max-height:var(--mwai-maxHeight);padding:var(--mwai-spacing)}.mwai-timeless-theme .mwai-conversation .mwai-reply{margin-bottom:var(--mwai-spacing);padding:7px 12px;border-radius:var(--mwai-borderRadius);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);position:relative}.mwai-timeless-theme .mwai-conversation .mwai-reply .mwai-name,.mwai-timeless-theme .mwai-conversation .mwai-reply .mwai-name-text{display:none}.mwai-timeless-theme .mwai-conversation .mwai-reply *>p:first-child{margin-top:0}.mwai-timeless-theme .mwai-conversation .mwai-reply *>p:last-child{margin-bottom:0}.mwai-timeless-theme .mwai-conversation .mwai-reply.mwai-ai{align-self:flex-start;background:var(--mwai-backgroundAiColor)}.mwai-timeless-theme .mwai-conversation .mwai-reply.mwai-user{align-self:flex-end;background:var(--mwai-backgroundUserColor);color:#fff}.mwai-timeless-theme .mwai-text{flex:auto}.mwai-timeless-theme .mwai-text .mwai-image{display:block;max-width:250px;height:auto;margin:0 0 10px;border-radius:var(--mwai-borderRadius)}.mwai-timeless-theme .mwai-text .mwai-filename{display:flex;text-decoration:none;border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);color:#fff;padding:5px 10px;margin-bottom:10px}.mwai-timeless-theme .mwai-text>span>p>*:first-child{margin-top:0}.mwai-timeless-theme .mwai-text a{color:#2196f3}.mwai-timeless-theme .mwai-text h1{font-size:200%}.mwai-timeless-theme .mwai-text h2{font-size:160%}.mwai-timeless-theme .mwai-text h3{font-size:140%}.mwai-timeless-theme .mwai-text h4{font-size:120%}.mwai-timeless-theme .mwai-text p{font-size:var(--mwai-fontSize);line-height:var(--mwai-lineHeight)}.mwai-timeless-theme .mwai-text p code{background:var(--mwai-backgroundAiSecondaryColor);padding:2px 6px;border-radius:8px;font-size:calc(var(--mwai-fontSize)*0.9);font-family:system-ui}.mwai-timeless-theme .mwai-text pre{color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);break-after:auto;white-space:pre-wrap;max-width:100%;width:100%;font-family:system-ui;background:var(--mwai-backgroundAiSecondaryColor);padding:var(--mwai-spacing)}.mwai-timeless-theme .mwai-text pre code{padding:0 !important;font-family:system-ui;background:var(--mwai-backgroundAiSecondaryColor)}.mwai-timeless-theme .mwai-text ol{padding:0;margin:0 0 0 20px}.mwai-timeless-theme .mwai-text table{width:100%;border:2px solid var(--mwai-backgroundAiSecondaryColor);border-collapse:collapse}.mwai-timeless-theme .mwai-text thead{background:var(--mwai-backgroundAiSecondaryColor)}.mwai-timeless-theme .mwai-text tr,.mwai-timeless-theme .mwai-text td{padding:2px 5px}.mwai-timeless-theme .mwai-text td{border:2px solid var(--mwai-backgroundAiSecondaryColor)}.mwai-timeless-theme .mwai-text .mwai-typewriter{display:inline-block}.mwai-timeless-theme .mwai-text .mwai-typewriter>:first-child{margin-top:0}.mwai-timeless-theme .mwai-text>*:first-child{margin-top:0}.mwai-timeless-theme .mwai-text>*:last-child{margin-bottom:0}.mwai-timeless-theme button{background:var(--mwai-backgroundUserColor);color:#fff;border:none;transition:all .5s;padding:7px 12px;border-radius:var(--mwai-borderRadius)}.mwai-timeless-theme .mwai-input{display:flex;align-items:center;width:100%;border-top:.5px solid rgba(0,0,0,.15);padding:calc(var(--mwai-spacing)/2) var(--mwai-spacing);position:relative}.mwai-timeless-theme .mwai-input .mwai-input-text{flex:auto;position:relative;display:flex;width:100%;background:var(--mwai-backgroundPrimaryColor);overflow:hidden}.mwai-timeless-theme .mwai-input .mwai-input-text.mwai-blocked img{filter:grayscale(100%);opacity:.5}.mwai-timeless-theme .mwai-input .mwai-input-text.mwai-dragging{border:1px dashed var(--mwai-backgroundAiSecondaryColor)}.mwai-timeless-theme .mwai-input .mwai-input-text textarea{background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor);flex:auto;border:none;font-size:var(--mwai-fontSize);resize:none;font-family:inherit;margin:0;overflow:hidden;min-height:inherit;box-shadow:none;outline:none}.mwai-timeless-theme .mwai-input .mwai-input-text textarea::placeholder{color:rgba(0,0,0,.25)}.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone{display:flex;justify-content:center;align-items:center}.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone svg{opacity:.5;filter:grayscale(100%);transition:opacity .3s ease-out;cursor:pointer}.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone[active=true] svg{opacity:1}.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone[disabled] svg{opacity:0;cursor:not-allowed}.mwai-timeless-theme .mwai-input button{margin-left:var(--mwai-spacing);border-radius:100%;cursor:pointer;height:48px;width:48px;min-width:48px;min-height:48px}.mwai-timeless-theme .mwai-input button img{width:24px;height:24px;margin:auto;display:block;filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(1000%) contrast(100%)}.mwai-timeless-theme .mwai-input button .mwai-timer{margin-left:5px;margin-right:5px;font-size:11px}.mwai-timeless-theme .mwai-input button:hover{filter:brightness(1.2)}.mwai-timeless-theme .mwai-input button[disabled]{cursor:not-allowed;filter:saturate(0%)}.mwai-timeless-theme .mwai-footer{display:flex;align-items:center;border-top:.5px solid rgba(0,0,0,.15);padding:calc(var(--mwai-spacing)/2) var(--mwai-spacing)}.mwai-timeless-theme .mwai-footer .mwai-tools{margin-right:calc(var(--mwai-spacing)/2);height:38px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload{display:inline-block}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon{display:inline-block;background:url(//www.paragongenomics.com/wp-content/plugins/ai-engine-pro/themes/icons/white-icons.svg);background-size:500%;background-position:0 -96px;width:32px;height:32px;margin-top:calc(var(--mwai-spacing)/2);z-index:100;transform:scale(.8);transform-origin:0 0}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-idle-add{background-position:-32px -96px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-add{background-position:-32px 0}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-up{background-position:-64px 0}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-del{background-position:-96px 0}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-ok{background-position:-128px 0}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-add{background-position:-32px -64px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-up{background-position:-64px -64px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-del{background-position:-96px -64px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-ok{background-position:-128px -64px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon .mwai-file-upload-progress{position:absolute;font-size:8px;width:21px;top:24px;left:23px;overflow:hidden;text-align:center;font-weight:700;color:#fff}.mwai-timeless-theme .mwai-footer .mwai-compliance{opacity:.5;font-size:11px;line-height:11px;color:var(--mwai-fontColor);text-align:left;padding:calc(var(--mwai-spacing)/2) 0}.mwai-timeless-theme .mwai-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px}.mwai-timeless-theme .mwai-gallery img{width:100%}.mwai-timeless-theme.mwai-window{filter:drop-shadow(0 0 10px rgba(0,0,0,.1))}.mwai-timeless-theme.mwai-window .mwai-input-submit{margin-right:-36px;margin-left:0}@media(max-width:760px){.mwai-timeless-theme.mwai-window .mwai-input-submit{margin-right:inherit;border-radius:0}}.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-input-submit{margin-right:inherit}.mwai-timeless-theme.mwai-form-container{padding:var(--mwai-spacing);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius)}.mwai-timeless-theme.mwai-form-container fieldset{border:0;margin:0;padding:0;display:flex;flex-direction:column;margin-bottom:10px}.mwai-timeless-theme.mwai-form-container fieldset input[type=text],.mwai-timeless-theme.mwai-form-container fieldset input[type=email],.mwai-timeless-theme.mwai-form-container fieldset input[type=tel],.mwai-timeless-theme.mwai-form-container fieldset input[type=url],.mwai-timeless-theme.mwai-form-container fieldset input[type=password],.mwai-timeless-theme.mwai-form-container fieldset input[type=number],.mwai-timeless-theme.mwai-form-container fieldset input[type=date],.mwai-timeless-theme.mwai-form-container fieldset input[type=datetime],.mwai-timeless-theme.mwai-form-container fieldset input[type=datetime-local],.mwai-timeless-theme.mwai-form-container fieldset input[type=month],.mwai-timeless-theme.mwai-form-container fieldset input[type=search],.mwai-timeless-theme.mwai-form-container fieldset input[type=time],.mwai-timeless-theme.mwai-form-container fieldset input[type=week],.mwai-timeless-theme.mwai-form-container fieldset select,.mwai-timeless-theme.mwai-form-container fieldset textarea{padding:calc(var(--mwai-spacing)*2/3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-size:var(--mwai-fontSize);background:var(--mwai-backgroundAiColor) !important;color:var(--mwai-fontColor)}.mwai-timeless-theme.mwai-form-container fieldset select{padding:calc(var(--mwai-spacing)*2/3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-size:var(--mwai-fontSize);background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor)}.mwai-timeless-theme.mwai-form-container fieldset textarea{padding:calc(var(--mwai-spacing)*2/3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-family:inherit;font-size:var(--mwai-fontSize);background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor)}.mwai-timeless-theme.mwai-form-container fieldset input[disabled],.mwai-timeless-theme.mwai-form-container fieldset select[disabled],.mwai-timeless-theme.mwai-form-container fieldset textarea[disabled]{opacity:.25}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button{height:45px;background:0 0;width:100%;color:#fff;font-size:var(--mwai-fontSize);background:var(--mwai-backgroundUserColor);border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);cursor:pointer;transition:all .2s ease-out;position:relative}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button:hover{filter:brightness(1.2)}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button[disabled] span{opacity:.25}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button[disabled]:hover{filter:brightness(1);cursor:not-allowed}.mwai-timeless-theme.mwai-form-container .mwai-form-submit.mwai-loading button span{opacity:0}.mwai-timeless-theme.mwai-form-container .mwai-form-submit.mwai-loading button:after{content:'';position:absolute;width:18px;height:18px;top:0;left:0;right:0;bottom:0;margin:auto;border:3px solid transparent;border-top-color:#fff;border-radius:50%;animation:mwai-button-spinner 1s ease infinite}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output{font-size:var(--mwai-fontSize);position:relative;margin-top:var(--mwai-spacing);padding:var(--mwai-spacing);border:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output.mwai-error{background:var(--mwai-errorBackgroundColor);color:var(--mwai-errorFontColor)}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output>*{color:var(--mwai-fontColor) !important}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output>*:first-child{margin-top:0}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output>*:last-child{margin-bottom:0}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output img{max-width:33%}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div>*:first-child{margin-top:0}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div>*:last-child{margin-bottom:0}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container.mwai-has-content{display:block}.mwai-timeless-theme.mwai-form-container .wp-block-columns{margin:0}.mwai-timeless-theme.mwai-discussions{border-radius:var(--mwai-borderRadius);background:var(--mwai-conversationsBackgroundColor);color:var(--mwai-backgroundPrimaryColor);overflow:hidden}.mwai-timeless-theme.mwai-discussions *{box-sizing:border-box}.mwai-timeless-theme.mwai-discussions .mwai-discussion{display:flex;gap:5px;padding-left:calc(var(--mwai-spacing)/2);padding-right:calc(var(--mwai-spacing)/2);padding-bottom:calc(var(--mwai-spacing)/2);color:var(--mwai-conversationsTextColor);opacity:.65;justify-content:space-between;align-items:center}.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-title{flex:auto;padding:5px}.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions{display:flex;gap:1px}.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon{width:30px;height:30px;background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);border-radius:50%;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center}.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover{color:#fff;background:blue}.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover.mwai-danger{background:red}.mwai-timeless-theme.mwai-discussions .mwai-discussion.mwai-active,.mwai-timeless-theme.mwai-discussions .mwai-discussion:hover{cursor:pointer}.mwai-timeless-theme.mwai-discussions .mwai-discussion.mwai-active .mwai-discussion-title,.mwai-timeless-theme.mwai-discussions .mwai-discussion:hover .mwai-discussion-title{color:var(--mwai-backgroundPrimaryColor);background:var(--mwai-backgroundHeaderColor);border-radius:var(--mwai-borderRadius);opacity:1}.mwai-timeless-theme.mwai-discussions .mwai-discussion:first-child{margin-top:calc(var(--mwai-spacing)/2)}.mwai-timeless-theme.mwai-discussions .mwai-header{background:var(--mwai-backgroundAiSecondaryColor);padding:var(--mwai-spacing);display:flex;justify-content:space-between;align-items:center}.mwai-timeless-theme.mwai-discussions .mwai-content{background:var(--mwai-conversationsBackgroundColor);list-style:none;padding:0;margin:0}.mwai-timeless-theme.mwai-discussions button{margin-left:0}.mwai-timeless-theme.mwai-transition,.mwai-timeless-theme .mwai-transition{opacity:0;transition:opacity .35s ease-in-out}.mwai-timeless-theme.mwai-transition-visible,.mwai-timeless-theme .mwai-transition-visible{opacity:1}.mwai-timeless-theme .mwai-text{overflow-wrap:anywhere}.mwai-timeless-theme .mwai-text img{max-width:100%}.mwai-timeless-theme .mwai-text div p:first-child{margin-top:0}.mwai-timeless-theme .mwai-text div p:last-child{margin-bottom:0}.mwai-timeless-theme .mwai-trigger{position:absolute;right:0;bottom:0;transition:all .2s ease-out;z-index:9999;display:flex;flex-direction:column;align-items:end}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container{display:flex;flex-direction:column;align-items:flex-end}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text{background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);box-shadow:0px 0px 15px rgba(0,0,0,.15);max-width:200px;font-size:13px;margin-bottom:15px;padding:10px 15px;border-radius:8px}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{color:var(--mwai-iconTextColor);background:var(--mwai-iconTextBackgroundColor);padding:5px;width:20px;height:20px;border-radius:100%;display:none;justify-content:center;align-items:center;margin-bottom:3px}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container:hover{cursor:pointer}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close{display:flex;font-size:12px}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close:hover{filter:brightness(1.2)}@media(max-width:760px){.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{display:flex}}.mwai-timeless-theme .mwai-trigger .mwai-icon-container .mwai-icon{filter:drop-shadow(0px 0px 15px rgba(0,0,0,.15));transition:all .2s ease-out}.mwai-timeless-theme .mwai-trigger .mwai-icon-container .mwai-icon:hover{cursor:pointer;transform:scale(1.05)}.mwai-timeless-theme.mwai-window{position:fixed;right:30px;bottom:30px;width:var(--mwai-width);z-index:9999}.mwai-timeless-theme.mwai-window .mwai-header{display:none;justify-content:flex-end;align-items:center;border-radius:var(--mwai-borderRadius) var(--mwai-borderRadius) 0 0;background:var(--mwai-backgroundHeaderColor)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons{display:flex;align-items:center}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button{justify-content:center;height:32px;width:22px;cursor:pointer;display:flex;justify-content:center;align-items:center}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:before{transition:all .2s ease-out;content:' ';cursor:pointer;position:absolute;height:13px;width:13px;border:1px solid var(--mwai-headerButtonsColor)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:16px;height:16px}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button{justify-content:center;height:32px;width:33px;cursor:pointer;border-radius:var(--mwai-borderRadius)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before{transition:all .2s ease-out;transform:translate(16px,5px) rotate(45deg)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{transition:all .2s ease-out;transform:translate(16px,5px) rotate(-45deg)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before,.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{content:' ';cursor:pointer;position:absolute;height:22px;width:1px;background-color:var(--mwai-headerButtonsColor)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:before{opacity:1;transform:translate(16px,5px) rotate(135deg)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:after{opacity:1;transform:translate(16px,5px) rotate(45deg)}.mwai-timeless-theme.mwai-window .mwai-content{display:none;opacity:0;max-height:var(--mwai-maxHeight);border-radius:0 0 var(--mwai-borderRadius) var(--mwai-borderRadius)}.mwai-timeless-theme.mwai-window.mwai-bottom-left{bottom:30px;right:inherit;left:30px}.mwai-timeless-theme.mwai-window.mwai-bottom-left .mwai-trigger{right:inherit;left:0}.mwai-timeless-theme.mwai-window.mwai-top-right{top:30px;bottom:inherit;right:30px}.mwai-timeless-theme.mwai-window.mwai-top-right .mwai-trigger{top:0;bottom:inherit}.mwai-timeless-theme.mwai-window.mwai-top-left{top:30px;bottom:inherit;right:inherit;left:30px}.mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger{top:0;bottom:inherit;right:inherit;left:0}.mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger,.mwai-timeless-theme.mwai-window.mwai-bottom-left .mwai-trigger{align-items:flex-start}.mwai-timeless-theme.mwai-window.mwai-top-right .mwai-trigger,.mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger{flex-direction:column-reverse}.mwai-timeless-theme.mwai-window.mwai-top-right .mwai-trigger .mwai-icon-text,.mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger .mwai-icon-text{margin-bottom:0;margin-top:15px}.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons{margin-bottom:0}.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:before{width:16px;height:16px}.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:13px;height:13px}.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window),.mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window) .mwai-header,.mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window) .mwai-content,.mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window) .mwai-content .mwai-conversation,.mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-timeless-theme.mwai-window.mwai-open .mwai-header{display:flex}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1}.mwai-timeless-theme.mwai-window.mwai-open .mwai-trigger{display:none}.mwai-timeless-theme .mwai-error{margin:var(--mwai-spacing);color:#fff;background:rgba(180,55,55,.55);padding:var(--mwai-spacing);border-radius:var(--mwai-borderRadius)}.mwai-timeless-theme .mwai-error:hover{cursor:pointer;background:rgba(180,44,44,.85)}.mwai-timeless-theme.mwai-bubble .mwai-icon-container{background:var(--mwai-bubbleColor);width:60px;height:60px;border-radius:100%;transition:all .2s ease-out;display:flex;justify-content:center;align-items:center}.mwai-timeless-theme.mwai-bubble .mwai-icon-container .mwai-icon{max-width:50%;max-height:50%;filter:none}.mwai-timeless-theme.mwai-bubble .mwai-icon-container .mwai-icon:hover{transform:none}.mwai-timeless-theme.mwai-bubble .mwai-icon-container .mwai-emoji{font-size:30px !important}.mwai-timeless-theme.mwai-bubble .mwai-icon-container:hover{cursor:pointer;filter:brightness(1.1)}@media(max-width:760px){.mwai-timeless-theme.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-timeless-theme.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-timeless-theme.mwai-window.mwai-open .mwai-input{flex-direction:column}.mwai-timeless-theme.mwai-window.mwai-open .mwai-input button{font-size:16px;margin-left:0;width:100%}.mwai-timeless-theme.mwai-window.mwai-open .mwai-input .mwai-input-text{width:100%}.mwai-timeless-theme.mwai-window.mwai-open .mwai-input .mwai-input-text input,.mwai-timeless-theme.mwai-window.mwai-open .mwai-input .mwai-input-text textarea{font-size:16px}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1;height:100%;max-height:inherit}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-timeless-theme.mwai-window.mwai-open .mwai-resize-button{display:none !important}.mwai-timeless-theme.mwai-window.mwai-open .mwai-trigger{display:none}}@keyframes mwai-button-spinner{from{transform:rotate(0turn)}to{transform:rotate(1turn)}}.mwai-timeless-theme .admin-bar .mwai-fullscreen:not(.mwai-window),.mwai-timeless-theme .admin-bar .mwai-fullscreen.mwai-window.mwai-open{top:32px}.mwai-timeless-theme pre code.hljs{display:block;overflow-x:auto;padding:1em}.mwai-timeless-theme code.hljs{padding:3px 5px}.mwai-timeless-theme .hljs{color:#333;background:#f0f0f0}.mwai-timeless-theme .hljs-subst{color:#333}.mwai-timeless-theme .hljs-comment{color:#888}.mwai-timeless-theme .hljs-attr,.mwai-timeless-theme .hljs-doctag,.mwai-timeless-theme .hljs-keyword,.mwai-timeless-theme .hljs-meta .hljs-keyword,.mwai-timeless-theme .hljs-section,.mwai-timeless-theme .hljs-selector-tag{color:#07c}.mwai-timeless-theme .hljs-attribute{color:#a37}.mwai-timeless-theme .hljs-name,.mwai-timeless-theme .hljs-number,.mwai-timeless-theme .hljs-quote,.mwai-timeless-theme .hljs-selector-id,.mwai-timeless-theme .hljs-template-tag,.mwai-timeless-theme .hljs-type{color:#c18401}.mwai-timeless-theme .hljs-selector-class{color:#07c}.mwai-timeless-theme .hljs-link,.mwai-timeless-theme .hljs-regexp,.mwai-timeless-theme .hljs-selector-attr,.mwai-timeless-theme .hljs-string,.mwai-timeless-theme .hljs-symbol,.mwai-timeless-theme .hljs-template-variable,.mwai-timeless-theme .hljs-variable{color:#689700}.mwai-timeless-theme .hljs-meta,.mwai-timeless-theme .hljs-selector-pseudo{color:#07c}.mwai-timeless-theme .hljs-built_in,.mwai-timeless-theme .hljs-literal,.mwai-timeless-theme .hljs-title{color:#c18401}.mwai-timeless-theme .hljs-bullet,.mwai-timeless-theme .hljs-code{color:#555}.mwai-timeless-theme .hljs-meta .hljs-string{color:#689700}.mwai-timeless-theme .hljs-deletion{color:#b71c1c}.mwai-timeless-theme .hljs-addition{color:#1b5e20}.mwai-timeless-theme .hljs-emphasis{font-style:italic}.mwai-timeless-theme .hljs-strong{font-weight:700}.mwai-timeless-theme .mwai-reply-actions{position:absolute;border-radius:5px;top:10px;right:10px;display:flex;align-items:center;padding:2px;z-index:100;background:var(--mwai-backgroundPrimaryColor);box-shadow:0 0 8px rgba(0,0,0,.25);z-index:100}.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button{fill:var(--mwai-fontColor);padding:3px 5px;width:24px;height:24px;background:var(--mwai-backgroundPrimaryColor);cursor:pointer;border-radius:5px}.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button:hover{filter:brightness(1.2)}.mwai-timeless-theme .mwai-reply-actions.mwai-hidden{opacity:0}.mwai-timeless-theme .mwai-reply-actions{top:5px}.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button{padding-top:4px}.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button:hover{fill:var(--mwai-backgroundPrimaryColor);background:var(--mwai-backgroundUserColor)}@media(max-width:760px){.mwai-timeless-theme.mwai-window{width:calc(100% - 40px);z-index:9999999999}.mwai-timeless-theme .mwai-input{flex-direction:column}.mwai-timeless-theme .mwai-input .mwai-input-text{width:100%;margin-bottom:10px}.mwai-timeless-theme .mwai-input .mwai-input-submit{width:100%;border-radius:var(--mwai-borderRadius);margin-left:0;height:24px;min-height:36px}.mwai-timeless-theme .mwai-input .mwai-input-submit img{width:16px;height:16px}}#comment-input:after{content:"";display:table;clear:both}#comment-input input{float:left;margin-right:1%;padding-left:15px;padding-right:15px;width:32.666666%;min-width:28%;font-size:13px;color:#747474;border:1px solid #d2d2d2}#comment-input input:last-child{margin-right:0}#comment-textarea{margin-bottom:10px}#comment-textarea.fusion-contact-comment-below{margin-top:10px;margin-bottom:0}#comment-textarea textarea{padding:12px 15px;width:100%;height:150px;font-size:13px;color:#747474;border:1px solid #d2d2d2}.fusion-contact-form{line-height:normal}.fusion-contact-form #comment-submit-container{margin-top:20px;margin-bottom:0}.fusion-contact-form .grecaptcha-badge{z-index:100000}.fusion-contact-form .fusion-hide-recaptcha-badge{display:none}.fusion-contact-form .fusion-comment-privacy-checkbox-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;margin:20px 0;font-size:13px}.fusion-contact-form .fusion-comment-privacy-checkbox{margin:0 10px 0 0}.fusion-contact-form #comment-recaptcha{margin-top:13px}.fusion-faqs-wrapper{display:none}.fusion-faq-post{position:relative}.fusion-faq-shortcode .fusion-accordian .fusion-toggle-icon-unboxed .panel-title a .fa-fusion-box{background-color:transparent!important}.fusion-faq-shortcode .fusion-accordian .fusion-toggle-icon-unboxed .panel-title a:hover .fa-fusion-box{background-color:transparent!important}body .portfolio-grid{margin-bottom:80px}.fusion-portfolio-wrapper{display:block}.fusion-portfolio-post{float:left}.fusion-portfolio-post .fusion-image-wrapper{opacity:0}.fusion-portfolio-one .fusion-portfolio-post{overflow:hidden;float:none;width:100%}.fusion-portfolio-two .fusion-portfolio-post{width:50%}.fusion-portfolio-three .fusion-portfolio-post{width:33.3333%;width:calc(100% / 3)}.fusion-portfolio-four .fusion-portfolio-post{width:25%}.fusion-portfolio-five .fusion-portfolio-post{width:20%}.fusion-portfolio-six .fusion-portfolio-post{width:16.6666%;width:calc(100% / 6)}.fusion-portfolio-post>.fusion-separator{margin:40px 0}.fusion-portfolio-content{margin-top:20px}.fusion-portfolio-content h2{margin:0 0 1px!important;padding:0}.fusion-portfolio-content .fusion-portfolio-meta{margin:0 0 10px;padding:0;font-weight:400;font-size:13px}.fusion-portfolio-content p{margin:0 0 20px}.fusion-portfolio-content p:last-child{margin-bottom:0}.fusion-portfolio .fusion-content-sep{margin-bottom:20px}.fusion-portfolio .fusion-separator{margin-top:40px}.fusion-portfolio #infscr-loading{bottom:-29px}.fusion-portfolio .loading-container{display:none}.fusion-portfolio-content-wrapper{opacity:0}.fusion-portfolio-content-wrapper .fusion-portfolio-content{margin-bottom:20px}.fusion-portfolio-content-wrapper .fusion-image-wrapper{opacity:1}.fusion-portfolio-boxed .fusion-portfolio-content-wrapper{padding:0;border:1px solid #e9eaee;border-bottom-width:3px}.fusion-portfolio-boxed .fusion-portfolio-content{margin:0;padding:25px}.fusion-portfolio-one .fluid-width-video-wrapper{position:static}.fusion-portfolio-one .fusion-image-wrapper{margin-bottom:15px}.fusion-portfolio-one .fusion-portfolio-content{margin-bottom:0}.fusion-portfolio-one .fusion-portfolio-buttons{margin:20px -15px 0}.fusion-portfolio-one .fusion-portfolio-buttons .fusion-button{margin:0 15px 15px}.fusion-portfolio-one .fusion-portfolio-buttons-full{margin-left:0;margin-right:0}.fusion-portfolio-one .fusion-portfolio-buttons-full .fusion-button{margin:5px 0}.fusion-portfolio-text-floated .fusion-image-wrapper{display:inline-block;-ms-flex-negative:1;flex-shrink:1;margin:0;padding:0 12.5px;max-width:540px;width:100%}.fusion-portfolio-text-floated .fusion-portfolio-content{margin-top:0}.portfolio-one-text .portfolio-item .image{width:100%;height:100%;float:none;margin-right:0}.portfolio-one-sidebar .portfolio-item .image{float:none}.portfolio-infinite .isotope{overflow:visible!important}.fusion-portfolio-gallery-hidden{display:none}.fusion-portfolio-equal-heights .fusion-portfolio-post{display:-ms-inline-flexbox;display:inline-flex}.fusion-portfolio-equal-heights .fusion-portfolio-content-wrapper{overflow:hidden;width:100%}.project-content h3{font-size:13px;line-height:17px;color:#333;margin:0 0 28px}.project-content .project-description{float:left;width:74.4681%}.project-content .project-description p{margin-top:0}.project-content .project-info{float:right;width:23.4043%}.project-content .project-info .project-info-box{border-bottom:1px solid #e7e6e6;padding-bottom:15px;margin-bottom:15px;overflow:hidden}.project-content .project-info h4{color:#333;margin:0 5px 0 0;float:left;width:110px}.with-sidebar .project-content .project-info h4{display:block;width:100%;margin-bottom:5px}.project-content .project-info .project-terms{float:left}.portfolio-full.with-sidebar .project-info{float:left}.portfolio-full.with-sidebar .project-description{float:right;width:72.5%}.portfolio-half .flexslider:not(.tfs-slider){width:65.9574%;float:left}.portfolio-half .project-content{width:31.9149%;float:right}.portfolio-half .project-description{width:100%;margin-bottom:50px}.portfolio-half .project-description .flexslider:not(.tfs-slider){width:auto}.portfolio-half .project-info{width:100%}.portfolio-sep{clear:both;display:block}.portfolio-half .portfolio-sep{margin-bottom:50px}.project-info-box span{float:left}.portfolio-full .flexslider{margin-bottom:70px}.portfolio-grid .portfolio-tabs{margin-top:0}.portfolio-grid.portfolio-one .portfolio-item:last-child{margin-bottom:0}.portfolio-grid.portfolio-one .image{width:100%;float:none}.fusion-portfolio-layout-masonry .fusion-portfolio-content-wrapper,.fusion-portfolio.fusion-portfolio-masonry .fusion-portfolio-content-wrapper{position:relative}.fusion-portfolio-layout-masonry.fusion-portfolio-two.fusion-masonry-has-vertical .fusion-element-landscape,.fusion-portfolio.fusion-portfolio-masonry.fusion-portfolio-two.fusion-masonry-has-vertical .fusion-element-landscape{width:100%}.fusion-portfolio-layout-masonry.fusion-portfolio-three.fusion-masonry-has-vertical .fusion-element-landscape,.fusion-portfolio.fusion-portfolio-masonry.fusion-portfolio-three.fusion-masonry-has-vertical .fusion-element-landscape{width:66.6666%}.fusion-portfolio-layout-masonry.fusion-portfolio-four.fusion-masonry-has-vertical .fusion-element-landscape,.fusion-portfolio.fusion-portfolio-masonry.fusion-portfolio-four.fusion-masonry-has-vertical .fusion-element-landscape{width:50%}.fusion-portfolio-layout-masonry.fusion-portfolio-five.fusion-masonry-has-vertical .fusion-element-landscape,.fusion-portfolio.fusion-portfolio-masonry.fusion-portfolio-five.fusion-masonry-has-vertical .fusion-element-landscape{width:40%}.fusion-portfolio-layout-masonry.fusion-portfolio-six.fusion-masonry-has-vertical .fusion-element-landscape,.fusion-portfolio.fusion-portfolio-masonry.fusion-portfolio-six.fusion-masonry-has-vertical .fusion-element-landscape{width:33.3333%}.fusion-masonry-element-container>a>img,.fusion-masonry-element-container>img{display:none}.fusion-portfolio-text.fusion-portfolio-layout-masonry.fusion-portfolio-rollover .fusion-portfolio-content,.fusion-portfolio-text.fusion-portfolio-masonry.fusion-portfolio-rollover .fusion-portfolio-content{transition:all .3s ease}.fusion-portfolio-text.fusion-portfolio-layout-masonry.fusion-portfolio-rollover .fusion-portfolio-post .fusion-portfolio-content-wrapper,.fusion-portfolio-text.fusion-portfolio-masonry.fusion-portfolio-rollover .fusion-portfolio-post .fusion-portfolio-content-wrapper{overflow:hidden}.fusion-portfolio-text.fusion-portfolio-layout-masonry.fusion-portfolio-rollover .fusion-portfolio-post .fusion-portfolio-content-wrapper:hover .fusion-portfolio-content,.fusion-portfolio-text.fusion-portfolio-masonry.fusion-portfolio-rollover .fusion-portfolio-post .fusion-portfolio-content-wrapper:hover .fusion-portfolio-content{transition:all .3s ease;transform:translateY(105%)}.fusion-privacy-element .fusion-privacy-form ul{list-style:none;margin:0 0 20px 0;padding:0}.fusion-privacy-element .fusion-privacy-form-floated ul li{display:inline-block;margin-right:20px}.ast-hb-account-login-wrapper .ast-hb-account-login{position:fixed;left:50%;top:50%;padding:35px;max-height:550px;width:340px;margin:0 0 0 -170px;background-color:#f1f1f1;z-index:1000011;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ast-hb-account-login-wrapper .ast-hb-account-login-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;z-index:1000010;transition:all .3s}.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close{background:0 0;border:0;font-size:24px;line-height:1;padding:.4em;color:inherit;-js-display:flex;display:flex;box-shadow:none}.ast-hb-account-login-wrapper #loginform input[type=password],.ast-hb-account-login-wrapper #loginform input[type=text]{width:100%;max-width:100%;margin-top:10px;border:1px solid;background-color:transparent;vertical-align:middle}.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after{content:"|";margin:0 .4em}.ast-header-account-link.ast-account-action-link,.ast-header-account-link.ast-account-action-login,.ast-header-account-link.ast-account-action-login.customize-unpreviewable,.ast-header-break-point .ast-header-account-link{cursor:pointer;pointer-events:all}.ast-header-account{-js-display:flex;display:flex}.ast-header-account-wrap .ast-hb-account-login-wrapper{visibility:hidden}.ast-header-account-wrap .ast-hb-account-login-wrapper .ast-hb-login-header{-js-display:flex;position:absolute;right:0;top:0;display:flex;justify-content:flex-end;min-height:calc(1.2em + 24px)}.ast-header-account-wrap .ast-hb-account-login-wrapper .ast-hb-account-login{transform:scale(.7);opacity:0;transition:all .3s;overflow:auto}.ast-header-account-wrap .ast-hb-account-login-wrapper.show{visibility:visible}.ast-header-account-wrap .ast-hb-account-login-wrapper.show .ast-hb-account-login{transform:scale(1) translateY(-50%);opacity:1}.ast-hb-login-body{height:100%;position:relative;line-height:1.5}.ast-hf-account-menu-wrap.ast-main-header-bar-alignment{position:relative}.main-header-bar .main-header-bar-navigation .ast-account-nav-menu{line-height:1.45}.ast-account-nav-menu{width:240px;background:#fff;left:-999em;position:absolute;top:0;z-index:99999;list-style:none;margin:0;padding-left:0;border:0;box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-account-nav-menu .sub-menu{right:auto;top:0;margin-left:0}.ast-account-nav-menu .menu-item.focus>.sub-menu,.ast-account-nav-menu .menu-item:hover>.sub-menu{left:100%}.ast-account-nav-menu .ast-left-align-sub-menu.menu-item.focus>.sub-menu,.ast-account-nav-menu .ast-left-align-sub-menu.menu-item:hover>.sub-menu{left:-100%}.ast-account-nav-menu .menu-item .menu-link{padding:.9em 1em}.ast-account-nav-menu .menu-item{border-style:none}.ast-account-nav-menu .menu-item.menu-item-has-children>.menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%) rotate(270deg)}.ast-above-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-below-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-primary-header-bar .main-header-menu.ast-account-nav-menu>.menu-item{height:auto;line-height:unset;bottom:-5px}.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a{background:unset}.ast-header-account-wrap .menu-item:last-child>.menu-link{border-style:none}.ast-divider-wrapper{border:0}.ast-mobile-popup-content .ast-header-divider-element{justify-content:center}.ast-header-divider-element{position:relative}.ast-fb-divider-layout-vertical{position:relative}.ast-hb-divider-layout-vertical.ast-header-divider-element{height:100%}.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element){padding:15px 20px}.footer-widget-area .ast-footer-divider-element{position:relative;align-items:center}.footer-widget-area .ast-divider-wrapper{display:inline-block}.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal{-js-display:inline-flex;display:inline-flex;vertical-align:middle}[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button{font-size:13px;padding:8px 20px}[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button{font-size:15px;padding:10px 40px}[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button{font-size:17px;padding:15px 45px}[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button{font-size:19px;padding:20px 50px}[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button{font-size:21px;padding:25px 55px}.ast-fb-divider-layout-vertical{-js-display:flex;display:flex}.site-footer-section{position:relative}.ast-builder-language-switcher .ast-builder-language-switcher-menu{list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:transparent}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher{display:block}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu{display:block}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher{-js-display:flex;display:flex}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu{-js-display:flex;display:flex;flex-wrap:wrap}.ast-builder-language-switcher a{-js-display:flex;display:flex;align-items:center}.ast-lswitcher-item-footer,.ast-lswitcher-item-header{-js-display:inline-flex;display:inline-flex}span.ast-lswitcher-item-footer:last-child,span.ast-lswitcher-item-header:last-child{margin-right:0}.ast-header-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto;z-index:99}.ast-footer-sticky-active .ast-custom-footer{position:fixed!important;right:0;left:0;bottom:0;margin:0 auto;z-index:99}.ast-custom-header{position:relative;z-index:99}.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .fl-module-content{transition:all .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-section-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated{transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap{transition:padding .3s linear;padding-top:5px;padding-bottom:5px;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content{margin-top:5px;margin-bottom:5px;transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap{transition:padding .3s linear;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated{max-height:60px;transition:all .3s linear}.single-advanced-hook .ast-no-title,.single-advanced-hook .hentry{margin:0}.js_active .ast-plain-container.single-advanced-hook .entry-header{margin:0}.summary.entry-summary+[CLASS*=astra-advanced-hook]{clear:both}body.ast-padded-layout::after,body.ast-padded-layout::before{background:inherit;content:"";display:block;height:0;left:0;position:fixed;width:100%;z-index:999}body.ast-padded-layout::after{bottom:0}body.ast-padded-layout{background-attachment:fixed}body.ast-padded-layout::before{top:0}@media(min-width:44.375em){body.ast-padded-layout.admin-bar::before{top:46px}}@media(min-width:48.9375em){body.ast-padded-layout.admin-bar::before{top:32px}}.elementor-page.ast-box-layout #page,.elementor-page.ast-padded-layout #page{overflow:hidden}.siteorigin-panels.ast-box-layout #page,.siteorigin-panels.ast-padded-layout #page{overflow:hidden}.ast-separate-container.ast-box-layout #content .ast-container{padding-left:0;padding-right:0}@media(max-width:768px){.ast-separate-container.ast-box-layout #content .ast-container{padding-left:20px;padding-right:20px}}@media(max-width:544px){.ast-separate-container.ast-box-layout #content .ast-container{padding-left:.54em;padding-right:.54em}}.js_active .ast-box-layout #page,.js_active .ast-padded-layout #page{overflow:hidden}.js_active .ast-box-layout.ast-page-builder-template .vc_row[data-vc-full-width],.js_active .ast-padded-layout.ast-page-builder-template .vc_row[data-vc-full-width]{max-width:100%;left:0!important}.ast-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto}.ast-nav-up{transform:translateY(-100%)}.site-header .sticky-custom-logo{display:none}.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:focus,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:hover{background:0 0}.ast-fullscreen-active .ast-above-header,.ast-offcanvas-active .ast-above-header{z-index:4}.ast-fullscreen-active .ast-above-header.ast-sticky-active,.ast-offcanvas-active .ast-above-header.ast-sticky-active{z-index:0}#ast-fixed-header{position:fixed;visibility:hidden;top:0;left:0;width:100%}#ast-fixed-header .main-header-bar{box-shadow:0 1px 2px rgba(0,0,0,.2)}#ast-fixed-header.ast-header-slide{transform:translateY(-100%);transition:transform .3s linear,top .3s linear,visibility .3s linear}#ast-fixed-header.ast-header-fade{opacity:0;transition:opacity .3s linear}.main-header-bar.ast-sticky-active{box-shadow:0 2px 10px 0 rgba(36,50,66,.075)}.ast-sticky-custom-logo .ast-header-sticked .custom-logo-link,.ast-sticky-custom-logo .ast-header-sticked .custom-mobile-logo-link{display:none}.ast-sticky-custom-logo .ast-header-sticked .sticky-custom-logo{display:inline-block}.ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:none}.ast-header-stick-fade-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-scroll-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-slide-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar{line-height:55px}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-main-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px!important;width:auto}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar{padding-bottom:0}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .ast-above-header-bar .ast-site-identity,.ast-sticky-above-shrink .ast-sticky-shrunk.ast-above-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-above-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-above-header-bar,.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk.ast-above-header-bar{padding-bottom:0}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .ast-below-header-bar .ast-site-identity,.ast-sticky-below-shrink .ast-sticky-shrunk.ast-below-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-below-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-below-header-bar,.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk.ast-below-header-bar{padding-bottom:0}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-header-break-point .ast-sticky-active .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .ast-mobile-header-logo{display:none}.ast-header-break-point .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-logo-link img{display:none}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-mobile-logo-link img{display:inline-block}.above-header-toggle-on .main-header-bar{z-index:1}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-main-header-nav-open.ast-hfb-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{position:fixed}.site-above-header-wrap,.site-below-header-wrap,.site-primary-header-wrap{transition:all .2s linear}.ast-header-stick-slide-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-header-stick-fade-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-flyout-menu-overlay .ast-stick-primary-below-wrapper.ast-sticky-active{z-index:5}.ast-fullscreen-menu-overlay #ast-fixed-header{z-index:9}.ast-flyout-menu-enable.ast-primary-sticky-enabled .ast-stick-primary-below-wrapper,.ast-flyout-menu-enable.ast-primary-sticky-enabled .main-header-bar{overflow-y:unset!important}#ast-mobile-header .content-align-flex-start{max-height:60vh;overflow:auto}.ast-shop-pagination-infinite{text-align:center;margin:2.5em 0 0}.ast-page-builder-template .ast-shop-pagination-infinite{margin:2.5em 0}.ast-shop-load-more{cursor:pointer;display:none;border:2px solid var(--ast-border-color);transition:all .2s linear;color:#000}.ast-shop-load-more.active{display:inline-block;padding:0 1.5em;line-height:3em}.ast-shop-load-more.no-more:hover{border-color:var(--ast-border-color);color:#000}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.ast-shop-load-more.no-more:hover{background-color:inherit}.no-more{cursor:default}.ast-loader{display:none;margin:0 auto;min-height:58px;line-height:58px;width:70px;text-align:center}.ast-loader>div{width:18px;height:18px;background-color:#0085ba;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.ast-loader .ast-loader-1{animation-delay:-.32s}.ast-loader .ast-loader-2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.ast-woocommerce-pagination-type-infinite .woocommerce-pagination{display:none}.logged-in.admin-bar.woocommerce .astra-off-canvas-sidebar,.logged-in.admin-bar.woocommerce-page .astra-off-canvas-sidebar{top:32px;height:calc(100% - 32px)}.logged-in.admin-bar.woocommerce .close,.logged-in.admin-bar.woocommerce-page .close{top:5px}.ast-woo-mini-cart-wrapper{display:inline-block;line-height:4}.ast-woo-mini-cart-wrapper.top .widget_shopping_cart{box-shadow:0 -2px 8px 1px rgba(0,0,0,.07)}.ast-woo-mini-cart-wrapper.top .ast-site-header-cart .widget_shopping_cart{bottom:100%;top:auto}.ast-woo-mini-cart-wrapper.top .ast-site-header-cart .widget_shopping_cart:before{bottom:-18px;transform:rotateX(180deg)}.ast-woo-mini-cart-wrapper.top .ast-site-header-cart .widget_shopping_cart:after{bottom:-12px;transform:rotateX(180deg)}.ast-woo-mini-cart-wrapper.bottom .widget_shopping_cart{box-shadow:0 2px 8px 1px rgba(0,0,0,.07)}.ast-woo-mini-cart-wrapper.bottom .widget_shopping_cart:focus .widget_shopping_cart,.ast-woo-mini-cart-wrapper.bottom .widget_shopping_cart:hover .widget_shopping_cart{bottom:100%;top:auto}.ast-woo-mini-cart-wrapper.left .ast-site-header-cart .widget_shopping_cart{right:0;left:auto}.ast-woo-mini-cart-wrapper.left .ast-site-header-cart .widget_shopping_cart:before{right:10px;left:auto}.ast-woo-mini-cart-wrapper.left .ast-site-header-cart .widget_shopping_cart:after{right:13px;left:auto}.ast-woo-mini-cart-wrapper.right .ast-site-header-cart .widget_shopping_cart{right:auto;left:0}.ast-woo-mini-cart-wrapper.right .ast-site-header-cart .widget_shopping_cart:before{right:auto;left:10px}.ast-woo-mini-cart-wrapper.right .ast-site-header-cart .widget_shopping_cart:after{right:auto;left:14px}.ast-separate-container #secondary .ast-woo-mini-cart-wrapper .widget_shopping_cart{padding:0}.ast-off-canvas-overlay .woocommerce .astra-off-canvas-sidebar-wrapper,.ast-off-canvas-overlay .woocommerce-page .astra-off-canvas-sidebar-wrapper{visibility:visible;opacity:1}.ast-off-canvas-overlay .woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar,.ast-off-canvas-overlay .woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar{left:0}.woocommerce .astra-shop-filter-button,.woocommerce button.astra-shop-filter-button,.woocommerce-page .astra-shop-filter-button,.woocommerce-page button.astra-shop-filter-button{float:left;outline:0;margin:0}.woocommerce .astra-shop-filter-button .ast-icon.icon-close,.woocommerce button.astra-shop-filter-button .ast-icon.icon-close,.woocommerce-page .astra-shop-filter-button .ast-icon.icon-close,.woocommerce-page button.astra-shop-filter-button .ast-icon.icon-close{display:none}.woocommerce .astra-shop-filter-button .astra-woo-filter-text,.woocommerce button.astra-shop-filter-button .astra-woo-filter-text,.woocommerce-page .astra-shop-filter-button .astra-woo-filter-text,.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-text{margin-left:.5em;font-size:1.07em;color:var(--ast-global-color-2)}.woocommerce .astra-shop-filter-button .astra-woo-filter-icon,.woocommerce button.astra-shop-filter-button .astra-woo-filter-icon,.woocommerce-page .astra-shop-filter-button .astra-woo-filter-icon,.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon{display:inline-block;font-size:1.3em;line-height:1;font-weight:400;vertical-align:middle;width:.8em}.woocommerce .astra-shop-filter-button .astra-woo-filter-icon svg,.woocommerce button.astra-shop-filter-button .astra-woo-filter-icon svg,.woocommerce-page .astra-shop-filter-button .astra-woo-filter-icon svg,.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon svg{font-size:1em;width:.8em;height:.8em;color:var(--ast-global-color-3)}.woocommerce .astra-shop-filter-button.active .ast-icon.icon-menu-bars,.woocommerce button.astra-shop-filter-button.active .ast-icon.icon-menu-bars,.woocommerce-page .astra-shop-filter-button.active .ast-icon.icon-menu-bars,.woocommerce-page button.astra-shop-filter-button.active .ast-icon.icon-menu-bars{display:none}.woocommerce .astra-shop-filter-button.active .ast-icon.icon-close,.woocommerce button.astra-shop-filter-button.active .ast-icon.icon-close,.woocommerce-page .astra-shop-filter-button.active .ast-icon.icon-close,.woocommerce-page button.astra-shop-filter-button.active .ast-icon.icon-close{display:inline-block}.woocommerce button.astra-shop-filter-button,.woocommerce-page button.astra-shop-filter-button{padding:.67em 1em;font-weight:600;-js-display:flex;display:flex;align-items:center}.woocommerce button.astra-shop-filter-button .astra-woo-filter-text,.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-text{color:inherit}.woocommerce button.astra-shop-filter-button .astra-woo-filter-icon svg,.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon svg{color:inherit}.woocommerce button.astra-shop-filter-button~.woocommerce-result-count,.woocommerce-page button.astra-shop-filter-button~.woocommerce-result-count{padding:4px 0}.woocommerce .ast-woocommerce-container .widget_layered_nav_filters,.woocommerce-page .ast-woocommerce-container .widget_layered_nav_filters{clear:both;margin:0 0 1.5em}.woocommerce .astra-off-canvas-sidebar-wrapper,.woocommerce-page .astra-off-canvas-sidebar-wrapper{width:100%;top:0;position:fixed;height:100%;background:rgba(0,0,0,.4);z-index:99;visibility:hidden;opacity:0;transition:.25s ease-in-out}.woocommerce .astra-off-canvas-sidebar-wrapper .close,.woocommerce-page .astra-off-canvas-sidebar-wrapper .close{position:absolute;right:5px;top:5px;line-height:1;cursor:pointer;color:var(--ast-global-color-3);z-index:1;opacity:.8}.woocommerce .astra-off-canvas-sidebar-wrapper .close .ast-icon,.woocommerce-page .astra-off-canvas-sidebar-wrapper .close .ast-icon{pointer-events:none}.woocommerce .astra-off-canvas-sidebar-wrapper .close:hover,.woocommerce-page .astra-off-canvas-sidebar-wrapper .close:hover{opacity:1}.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar,.woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar{position:absolute;background:#fff;height:100%;top:0;left:-100%;padding:35px;box-shadow:0 0 12px 0 rgba(0,0,0,.4);width:325px;overflow:auto;transition:.3s ease-in-out}.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_price_filter .price_slider_amount .button,.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a,.woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_price_filter .price_slider_amount .button,.woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a{padding:10px 15px;font-weight:400}.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar ul.product_list_widget li a,.woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar ul.product_list_widget li a{margin-bottom:4px;line-height:1.2}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{padding-bottom:1.2em;transition:all .3s ease-in-out}.woocommerce ul.products li.product .ast-woo-shop-product-description p:last-child,.woocommerce ul.products li.product>.ast-loop-product__link:last-child .woocommerce-loop-product__title,.woocommerce ul.products li.product>.button:last-child,.woocommerce ul.products li.product>:last-child,.woocommerce-page ul.products li.product .ast-woo-shop-product-description p:last-child,.woocommerce-page ul.products li.product>.ast-loop-product__link:last-child .woocommerce-loop-product__title,.woocommerce-page ul.products li.product>.button:last-child,.woocommerce-page ul.products li.product>:last-child{margin-bottom:0}.woocommerce ul.products li.product .astra-shop-summary-wrap,.woocommerce-page ul.products li.product .astra-shop-summary-wrap{padding:0 1.2em}.woocommerce ul.products li.product.box-shadow-0.box-shadow-0-hover,.woocommerce-page ul.products li.product.box-shadow-0.box-shadow-0-hover{padding-bottom:0}.woocommerce ul.products li.product.box-shadow-0.box-shadow-0-hover .astra-shop-summary-wrap,.woocommerce-page ul.products li.product.box-shadow-0.box-shadow-0-hover .astra-shop-summary-wrap{padding:0}.woocommerce ul.products li.product.box-shadow-0.box-shadow-0-hover .added_to_cart,.woocommerce-page ul.products li.product.box-shadow-0.box-shadow-0-hover .added_to_cart{margin:0}.woocommerce ul.products li.product .button,.woocommerce-page ul.products li.product .button{margin:.5em 0}.woocommerce ul.products li.product .button.added,.woocommerce-page ul.products li.product .button.added{margin-bottom:0;transition:none}.woocommerce ul.products li.product .added_to_cart,.woocommerce-page ul.products li.product .added_to_cart{margin:0 1.2em}.woocommerce ul.products li.product .description p,.woocommerce-page ul.products li.product .description p{margin:0;font-size:.9rem;line-height:1.5}.woocommerce ul.products li.product .categories,.woocommerce-page ul.products li.product .categories{font-size:.857rem}.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap{margin-bottom:.8em}.woocommerce ul.products li.product .woocommerce-loop-product__link,.woocommerce-page ul.products li.product .woocommerce-loop-product__link{overflow:hidden}.woocommerce ul.products li.product .woocommerce-loop-product__link img,.woocommerce-page ul.products li.product .woocommerce-loop-product__link img{margin-bottom:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:filter .6s,opacity .6s,transform .6s}.woocommerce ul.products li.product.astra-woo-hover-zoom:hover img,.woocommerce-page ul.products li.product.astra-woo-hover-zoom:hover img{transform:scale(1.1)}.woocommerce ul.products li.product.astra-woo-hover-zoom-fade:hover img,.woocommerce-page ul.products li.product.astra-woo-hover-zoom-fade:hover img{opacity:.7;transform:scale(1.1)}.woocommerce ul.products li.product.astra-woo-hover-fade:hover img,.woocommerce-page ul.products li.product.astra-woo-hover-fade:hover img{opacity:.7}.woocommerce-page.rel-up-columns-1 div.product .related.products ul.products li.product,.woocommerce-page.rel-up-columns-1 div.product .up-sells ul.products li.product,.woocommerce.rel-up-columns-1 div.product .related.products ul.products li.product,.woocommerce.rel-up-columns-1 div.product .up-sells ul.products li.product{width:100%;margin-right:0}.woocommerce-page.rel-up-columns-2 div.product .related.products ul.products li.product,.woocommerce-page.rel-up-columns-2 div.product .up-sells ul.products li.product,.woocommerce.rel-up-columns-2 div.product .related.products ul.products li.product,.woocommerce.rel-up-columns-2 div.product .up-sells ul.products li.product{width:48.4%;width:calc(50% - 10px)}.woocommerce-page.rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n),.woocommerce-page.rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n),.woocommerce.rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n),.woocommerce.rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n){margin-right:0;clear:right}.woocommerce-page.rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(odd),.woocommerce-page.rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(odd),.woocommerce.rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(odd),.woocommerce.rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(odd){clear:left}.woocommerce-page.rel-up-columns-3 div.product .related.products ul.products li.product,.woocommerce-page.rel-up-columns-3 div.product .up-sells ul.products li.product,.woocommerce.rel-up-columns-3 div.product .related.products ul.products li.product,.woocommerce.rel-up-columns-3 div.product .up-sells ul.products li.product{width:31.2%;width:calc(33.33% - 14px)}.woocommerce-page.rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n),.woocommerce-page.rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n),.woocommerce.rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n),.woocommerce.rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n){margin-right:0;clear:right}.woocommerce-page.rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n+1),.woocommerce-page.rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n+1),.woocommerce.rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n+1),.woocommerce.rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n+1){clear:left}.woocommerce-page.rel-up-columns-4 div.product .related.products ul.products li.product,.woocommerce-page.rel-up-columns-4 div.product .up-sells ul.products li.product,.woocommerce.rel-up-columns-4 div.product .related.products ul.products li.product,.woocommerce.rel-up-columns-4 div.product .up-sells ul.products li.product{width:22.5%;width:calc(25% - 15px)}.woocommerce-page.rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n),.woocommerce-page.rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n),.woocommerce.rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n),.woocommerce.rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n){margin-right:0;clear:right}.woocommerce-page.rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n+1),.woocommerce-page.rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n+1),.woocommerce.rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n+1),.woocommerce.rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n+1){clear:left}.woocommerce-page.rel-up-columns-5 div.product .related.products ul.products li.product,.woocommerce-page.rel-up-columns-5 div.product .up-sells ul.products li.product,.woocommerce.rel-up-columns-5 div.product .related.products ul.products li.product,.woocommerce.rel-up-columns-5 div.product .up-sells ul.products li.product{width:17.5%;width:calc(20% - 16px)}.woocommerce-page.rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n),.woocommerce-page.rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n),.woocommerce.rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n),.woocommerce.rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n){margin-right:0;clear:right}.woocommerce-page.rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n+1),.woocommerce-page.rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n+1),.woocommerce.rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n+1),.woocommerce.rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n+1){clear:left}.woocommerce-page.rel-up-columns-6 div.product .related.products ul.products li.product,.woocommerce-page.rel-up-columns-6 div.product .up-sells ul.products li.product,.woocommerce.rel-up-columns-6 div.product .related.products ul.products li.product,.woocommerce.rel-up-columns-6 div.product .up-sells ul.products li.product{width:14%;width:calc(16.66% - 17px)}.woocommerce-page.rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n),.woocommerce-page.rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n),.woocommerce.rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n),.woocommerce.rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n){margin-right:0;clear:right}.woocommerce-page.rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n+1),.woocommerce-page.rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n+1),.woocommerce.rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n+1),.woocommerce.rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n+1){clear:left}.woocommerce-checkout.distraction-free .main-header-container{text-align:center;justify-content:center}.woocommerce-checkout.distraction-free .site-branding .site-title{justify-content:center}.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale{border-radius:999px;padding:0 2px}.woocommerce ul.products li.product .onsale.square,.woocommerce ul.products li.product .onsale.square-outline,.woocommerce-page ul.products li.product .onsale.square,.woocommerce-page ul.products li.product .onsale.square-outline{border-radius:0;padding:0}.woocommerce .onsale.circle-outline,.woocommerce-page .onsale.circle-outline{line-height:2.7}.woocommerce div.product .onsale.circle-outline,.woocommerce-page div.product .onsale.circle-outline{line-height:3.1}.woocommerce .onsale.square,.woocommerce .onsale.square-outline,.woocommerce div.product .onsale.square,.woocommerce div.product .onsale.square-outline,.woocommerce-page .onsale.square,.woocommerce-page .onsale.square-outline,.woocommerce-page div.product .onsale.square,.woocommerce-page div.product .onsale.square-outline{border-radius:0;padding:0;line-height:3}.woocommerce.single-product .related.products{width:100%}.woocommerce .ast-shop-toolbar-container{margin-bottom:2.5em;-js-display:flex;display:flex;align-items:center;justify-content:space-between}.woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap{-js-display:inline-flex;display:inline-flex;align-items:center;column-gap:20px}.woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap .woocommerce-result-count{margin:0}.woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap .astra-shop-filter-button{-js-display:flex;display:flex;align-items:center}.woocommerce .ast-shop-toolbar-container>*{margin:0}.woocommerce .ast-shop-toolbar-container>:last-child{float:right}.woocommerce .ast-shop-toolbar-container .woocommerce-ordering{margin:0}.ast-woocommerce-pagination-default .woocommerce-pagination .page-numbers,.ast-woocommerce-pagination-default .woocommerce-pagination .page-numbers li{border:0}.ast-woocommerce-pagination-default.woocommerce nav.woocommerce-pagination ul li a:focus,.ast-woocommerce-pagination-default.woocommerce nav.woocommerce-pagination ul li a:hover,.ast-woocommerce-pagination-default.woocommerce nav.woocommerce-pagination ul li span.current{background:0 0;color:inherit}.ast-woocommerce-pagination-circle .woocommerce-pagination .page-numbers{border:0}.ast-woocommerce-pagination-circle.woocommerce nav.woocommerce-pagination ul li{margin:0 3px;border:none}.ast-woocommerce-pagination-circle.woocommerce nav.woocommerce-pagination ul li>a,.ast-woocommerce-pagination-circle.woocommerce nav.woocommerce-pagination ul li>span{border-width:1px;border-style:solid;border-radius:50%;min-width:calc(2.5em + 2px)}@media all and (min-width:421px){.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-product-gallery{margin-bottom:3em}.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs{margin-bottom:3.5em;-js-display:flex;display:flex;flex-wrap:wrap}.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs:after{content:"";display:table;clear:both}.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs{padding:0;width:200px;float:left;margin:0;border:none}.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs .panel{border:1px solid var(--ast-border-color);border-width:0 0 0 1px;padding:0 1.5em 1.5em 1.5em;margin-bottom:0;width:calc(100% - 200px)}.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h1,.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h2,.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h3,.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h4,.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h5,.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h6{clear:none}}.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs{border-top:0}.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li{width:100%;margin:0;border-bottom:none;border-width:0 0 1px;border-style:solid;border-color:var(--ast-border-color)}.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li.active{z-index:0;border-right-color:var(--ast-border-color);border-bottom-color:var(--ast-border-color)}.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li.active:before{opacity:1}.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:last-child{border-bottom:0}.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li a{width:100%;padding:.5em 0 .5em .8em}.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:before{top:auto;bottom:0;right:0;z-index:1;left:auto;width:3px;height:100%;opacity:0;transition:.3s}@media all and (min-width:421px){.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before{opacity:1}}@media all and (min-width:421px){.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs:hover>li:not(:hover):before{opacity:0}}.ast-product-navigation-wrapper{z-index:1;position:relative;display:inline-block;float:right}.ast-product-navigation-wrapper.circle .product-links a,.ast-product-navigation-wrapper.circle-outline .product-links a{border-radius:50%}.product-links a{display:inline-block;height:2em;height:calc(1.8em + 2px);width:2em;width:calc(1.8em + 2px);text-align:center;border:1px solid;margin-left:.4em}.product-links a.ast-disable{opacity:.5;pointer-events:none}.product-links a i{-js-display:inline-flex;display:inline-flex}.product-links a[rel=prev] i{margin-left:-1px}.product-links a[rel=next] i{margin-right:-1px}.ast-icon-next:before,.ast-icon-previous:before{content:"\e900";display:inline-block;font-family:Astra;font-size:.8rem;font-weight:700;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;line-height:normal;font-style:normal}.ast-icon-previous:before{transform:rotate(90deg)}.ast-icon-next:before{transform:rotate(-90deg)}html.ast-quick-view-is-open{overflow:hidden}html.ast-quick-view-is-open body{overflow:hidden}html.ast-quick-view-is-open .ast-above-header.ast-sticky-active,html.ast-quick-view-is-open .ast-below-header.ast-sticky-active,html.ast-quick-view-is-open .main-header-bar.ast-sticky-active{margin-left:0}.ast-quick-view-bg{position:fixed;visibility:hidden;overflow:hidden;background:#0b0b0b;opacity:0;transition:opacity .25s;z-index:1042}.ast-quick-view-loader{z-index:1000;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0;position:absolute}.ast-quick-view-loader.blockUI.blockOverlay::before{content:"";background:0 0!important;width:48px;height:48px;display:block;position:absolute;top:50%;left:50%;border:3px solid #fff;margin:0 auto;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:ast-qv-spin 575ms infinite linear}@keyframes ast-qv-spin{100%{transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{transform:rotate(360deg);transform:rotate(360deg)}}.ast-quick-view-bg-ready{top:0;left:0;width:100%;height:100%;opacity:.6;visibility:visible}body #ast-quick-view-modal div.product .flex-viewport{width:100%;float:none}#ast-quick-view-modal{position:fixed;visibility:hidden;opacity:0;top:0;left:0;width:100%;height:100%;z-index:1400;text-align:center;transition:all .3s;overflow-x:hidden;overflow-y:auto}#ast-quick-view-content div.images{min-width:400px}#ast-quick-view-modal .ast-content-main-wrapper{position:absolute;border-radius:3px;top:50%;left:50%;transform:translate(-50%,-50%);width:80%}#ast-quick-view-modal .ast-content-main-wrapper:before{content:'';display:inline-block;vertical-align:middle;height:100%}#ast-quick-view-modal .ast-content-main{position:relative;pointer-events:none;display:inline-block;vertical-align:middle;max-width:100%;margin:0 auto;text-align:left;z-index:1045;transform:translateY(-30px);opacity:0;transition:transform .5s,opacity .3s}#ast-quick-view-modal .ast-content-main:after,#ast-quick-view-modal .ast-content-main:before{content:'';display:table;clear:both}#ast-quick-view-modal .ast-lightbox-content{display:table;pointer-events:auto;background-color:#fff;margin:0 auto;box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);position:relative}#ast-quick-view-modal.open{visibility:visible;opacity:1}#ast-quick-view-modal.open .ast-content-main{transform:translateY(0);opacity:1;width:100%}#ast-quick-view-modal .ast-qv-image-slider{position:relative}#ast-quick-view-modal .ast-qv-image-slider .ast-qv-slides li{list-style:none}#ast-quick-view-modal .ast-qv-image-slider .flex-control-nav{margin:0;padding:0;width:100%;position:absolute;bottom:10px;text-align:center;z-index:2}#ast-quick-view-modal .ast-qv-image-slider .flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;vertical-align:middle}#ast-quick-view-modal .ast-qv-image-slider .flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;box-shadow:inset 0 0 3px rgba(0,0,0,.3);border-radius:20px}#ast-quick-view-modal .ast-qv-image-slider .flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav{margin:0;padding:0;list-style:none}#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav a{text-decoration:none;display:block;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);transition:all .3s ease-in-out;visibility:hidden}#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-next:before,#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-prev:before{speak:none;font-size:20px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;visibility:visible}#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-prev{left:-50px}#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-next{right:-50px;text-align:right}#ast-quick-view-modal .ast-qv-image-slider:hover .flex-direction-nav .flex-next,#ast-quick-view-modal .ast-qv-image-slider:hover .flex-direction-nav .flex-prev{opacity:.7}#ast-quick-view-content{height:100%;overflow:hidden}#ast-quick-view-content div.product{padding:0;display:inline-block;width:100%;vertical-align:middle;overflow:hidden;max-width:1000px}#ast-quick-view-content div.images{opacity:1!important;margin:0;width:50%;min-width:400px;display:inline-block;float:left}#ast-quick-view-content div.summary{margin:0;padding:30px;width:50%;min-width:400px;float:left;overflow-y:auto}#ast-quick-view-content .ast-woocommerce-accordion{display:none}.open .ast-quick-view-loader{opacity:0}.stick-add-to-cart #ast-quick-view-content div.summary{padding-bottom:0}#ast-quick-view-content div.summary .added_to_cart{padding-top:5px}#ast-quick-view-content div.woocommerce-product-rating:after,#ast-quick-view-content div.woocommerce-product-rating:before{content:'';display:table;clear:both}#ast-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link{display:none}#ast-quick-view-content .onsale{top:15px;left:15px;right:auto}#ast-quick-view-close{position:absolute;font-size:1em;top:-15px;right:-15px;width:22px;height:22px;line-height:22px;text-align:center;z-index:4;background:#fff;color:#000;border-radius:50%;box-shadow:0 0 4px #4c4c4c}#ast-quick-view-close:hover{opacity:1;transition:all .2s ease}.astra-shop-thumbnail-wrap{position:relative}.ast-quick-view-text{position:absolute;opacity:0;bottom:0;left:0;width:100%;text-align:center;min-height:2em;background:rgba(0,0,0,.7);color:#fff}.ast-quick-view-text:hover{background:#000;color:#fff}.astra-shop-thumbnail-wrap:hover .ast-quick-view-text{opacity:1}.woocommerce #ast-quick-view-modal div.product form.cart .button.single_add_to_cart_button{padding:10px 20px}.woocommerce #ast-quick-view-modal div.product form.cart .button.single_add_to_cart_button.loading{padding-right:40px}.ast-cart-non-sticky .cross-sells{border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:0;margin-bottom:2em;padding-left:1em;padding-right:1em}.ast-cart-non-sticky .cross-sells>h2{background-color:var(--ast-global-color-4);border-bottom:1px solid var(--ast-border-color);padding-left:1em;padding-right:1em;margin:0 -15px 15px;font-size:1.2rem;padding:.7em 1em;font-weight:700}.woocommerce-cart .cart_totals .blockOverlay,.woocommerce-cart .woocommerce-cart-form .blockOverlay{opacity:1!important;border:1px solid var(--ast-border-color)!important;border-radius:4px;z-index:90!important}.woocommerce-cart .cart_totals .blockOverlay::before,.woocommerce-cart .woocommerce-cart-form .blockOverlay::before{background-repeat:no-repeat;top:-4px;background-position:center;left:-5px;background-size:cover;animation:none;height:100%;width:100%;margin:0;transform:scale(.92)}.woocommerce-cart table.shop_table{border:1px solid var(--ast-border-color)}.woocommerce-cart table.shop_table thead{background-color:var(--ast-global-color-4)}.woocommerce-cart table.shop_table td{border-top:1px solid var(--ast-border-color)}.woocommerce-cart table.shop_table td.product-remove a{border-color:var(--ast-border-color)}.woocommerce-cart .cart-collaterals .cart_totals{border-color:var(--ast-border-color)}.woocommerce-cart .cart-collaterals .cart_totals>h2{background-color:var(--ast-global-color-4);border-bottom:1px solid var(--ast-border-color)}.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th{border-top:1px solid var(--ast-border-color)}.woocommerce .woocommerce-cart-form__cart-item .product-name .ast-product-name>a{display:inline-block}body.woocommerce-cart .cross-sells{padding-left:1em;padding-right:1em}body.woocommerce-cart .cross-sells h2{padding-left:1em;padding-right:1em;margin:0 -15px 15px}body.woocommerce-cart .cross-sells ul.products{display:block}body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-thumbnail-wrap{width:70px}body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-thumbnail-wrap .ast-quick-view-text{font-size:.8em}body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-thumbnail-wrap .ast-onsale-card,body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-thumbnail-wrap .onsale{top:.7em;left:0;color:var(--ast-global-color-3);background-color:var(--ast-global-color-5);width:-moz-fit-content;width:fit-content;border-radius:20px;padding:.3em .8em;font-size:.75em;font-weight:400;line-height:1em;letter-spacing:normal;box-shadow:0 4px 4px rgba(0,0,0,.15);min-height:auto;transform:scale(.8)}body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-thumbnail-wrap .ast-onsale-card{top:.3em}body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-thumbnail-wrap .ast-select-options-trigger{display:none}body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-thumbnail-wrap .ast-quick-view-trigger{transform:scale(.9);bottom:0;right:0;top:inherit}body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-summary-wrap .woocommerce-loop-product__title{color:var(--ast-global-color-0);font-weight:500}body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-summary-wrap .woocommerce-loop-product__title:hover{color:var(--ast-global-color-3)}body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-summary-wrap .price{position:absolute;right:0;top:1em;width:100%;max-width:7.5em;text-align:right}body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-summary-wrap .ast-quick-view-button,body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-summary-wrap>.button{position:absolute;right:0;bottom:.5em;padding:.7em .8em;width:9em;font-size:.8em;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.woocommerce-cart .cross-sells ul.products .ast-article-single .astra-shop-summary-wrap .ast-quick-view-button{bottom:3.5em}body.woocommerce-cart .cross-sells ul.products .ast-article-single:nth-last-child(1){border-bottom:0}body.woocommerce-cart .cross-sells ul.products .ast-article-single:first-child{margin-top:-1em}body.woocommerce-cart .woocommerce .cross-sells ul.products .ast-article-single{-js-display:flex;display:flex;flex-direction:row;align-items:flex-start;border-bottom:1px solid var(--ast-border-color);padding:1em 0;box-shadow:none}body.woocommerce-cart .woocommerce .cross-sells ul.products .ast-article-single .astra-shop-summary-wrap{width:calc(100% - 70px);padding-right:7.5em;padding-left:1em}body.woocommerce-cart .woocommerce .cross-sells ul.products .ast-article-single:nth-last-child(1){border-bottom:0}#ast-checkout-wrap{-js-display:flex;display:flex;align-items:center;justify-content:center;padding:1em 0;margin-bottom:1em}#ast-checkout-wrap a{-js-display:flex;display:flex;align-items:center;text-decoration:none;color:var(--ast-global-color-3);opacity:.5;transition:.3s}#ast-checkout-wrap a p{margin-bottom:0}#ast-checkout-wrap a.ast-disable-click{pointer-events:none}#ast-checkout-wrap a .ast-step-number{background-color:var(--ast-global-color-3);color:var(--ast-global-color-5);margin:0 .5em;margin-left:0;font-weight:bolder;text-align:center;height:1.5em;width:1.5em;font-size:.7em;line-height:1.5em;border-radius:99px}#ast-checkout-wrap a.ast-current,#ast-checkout-wrap a:hover{color:var(--ast-global-color-0);opacity:1}#ast-checkout-wrap a.ast-current .ast-step-number,#ast-checkout-wrap a:hover .ast-step-number{background-color:var(--ast-global-color-0)}#ast-checkout-wrap.ast-checkout-uppercase a{text-transform:uppercase}#ast-checkout-wrap .ahfb-svg-iconset{margin:0 .5em;fill:var(--ast-global-color-3);opacity:.5}#ast-checkout-wrap.ast-checkout-default a{font-size:2rem}#ast-checkout-wrap.ast-checkout-default a .ahfb-svg-iconset svg{width:1em;height:1em}#ast-checkout-wrap.ast-checkout-small a{font-size:1.5em}#ast-checkout-wrap.ast-checkout-small a .ahfb-svg-iconset svg{width:.9em;height:.9em}#ast-checkout-wrap.ast-checkout-smaller a{font-size:1.3em}#ast-checkout-wrap.ast-checkout-smaller a .ahfb-svg-iconset svg{width:.8em;height:.8em}body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row .select2-container--default .select2-selection--single,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=email],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=number],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=password],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=reset],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=search],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=tel],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=text],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=url],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row select,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row textarea{border:1px solid var(--ast-border-color);border-radius:4px;padding:.9em .8em}body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row .select2-container--default .select2-selection--single:focus:-ms-input-placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=email]:focus:-ms-input-placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=number]:focus:-ms-input-placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=password]:focus:-ms-input-placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=reset]:focus:-ms-input-placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=search]:focus:-ms-input-placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=tel]:focus:-ms-input-placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=text]:focus:-ms-input-placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=url]:focus:-ms-input-placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row select:focus:-ms-input-placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row textarea:focus:-ms-input-placeholder{opacity:1!important}body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row .select2-container--default .select2-selection--single:focus::placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=email]:focus::placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=number]:focus::placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=password]:focus::placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=reset]:focus::placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=search]:focus::placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=tel]:focus::placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=text]:focus::placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=url]:focus::placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row select:focus::placeholder,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row textarea:focus::placeholder{opacity:1!important}body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row .select2-container--default .select2-selection--single.field-required,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=email].field-required,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=number].field-required,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=password].field-required,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=reset].field-required,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=search].field-required,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=tel].field-required,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=text].field-required,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row input[type=url].field-required,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row select.field-required,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row textarea.field-required{border-color:#d65d67}body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row label:not(.checkbox):not(.woocommerce-form__label-for-checkbox){-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;color:var(--ast-global-color-3);font-size:.7em;font-weight:inherit;margin-top:.35em;padding:0 1.1em;line-height:1.625;opacity:0;height:auto;width:auto;-webkit-clip-path:none;clip-path:none;clip:unset;white-space:nowrap;overflow:hidden;max-width:95%;text-overflow:ellipsis;z-index:1;transition:all .2s ease-out}body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row [ID*=mailchimp_woocommerce]{pointer-events:visible}body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input label:not(.checkbox):not(.woocommerce-form__label-for-checkbox){opacity:1}body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input .select2-container--default .select2-selection--single,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=email],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=number],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=password],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=reset],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=search],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=tel],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=text],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input input[type=url],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input select,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.ast-animate-input textarea{padding:1.45em .8em .35em}body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid .select2-container--default .select2-selection--single,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=email],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=number],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=password],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=reset],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=search],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=tel],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=text],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid input[type=url],body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid select,body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row.woocommerce-invalid textarea{border-color:#d65d67}.ast-modern-checkout .woocommerce form #ast-payment_options_heading,.ast-modern-checkout .woocommerce form #customer_details h3,.ast-modern-checkout .woocommerce form #order_review_heading,.woo-checkout-title-common,form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading){padding:0;margin-top:1em;margin-bottom:.7em;border-bottom:0;font-size:1.5em;font-weight:600;border:0}.ast-modern-checkout .woocommerce .woocommerce-form-coupon-toggle{display:none}.ast-modern-checkout .woocommerce #payment .blockUI.blockOverlay,.ast-modern-checkout .woocommerce .woocommerce-checkout-review-order-table .blockUI.blockOverlay{opacity:1!important;border:1px solid var(--ast-border-color)!important;border-radius:4px;z-index:90!important}.ast-modern-checkout .woocommerce #payment .blockUI.blockOverlay::before,.ast-modern-checkout .woocommerce .woocommerce-checkout-review-order-table .blockUI.blockOverlay::before{background-repeat:no-repeat;top:-4px;background-position:center;left:-15px;background-size:cover;animation:none;height:100%;width:100%;margin:0;transform:scale(.92)}.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row{padding:7px;position:relative}.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row.form-row-first,.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row.form-row-last{width:50%}.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row.ast-column-33{width:33.33%}.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row.ast-column-50{width:50%}.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row.form-row-full{width:100%;margin-top:0!important}.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row .ast-email-validation-block{font-size:.9em;display:block;margin-top:.5em}.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row .ast-email-validation-block.success{color:#69bf29}.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row .ast-email-validation-block.error{color:#d65d67}.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper,.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper,.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper,.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper,.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-additional-fields__field-wrapper,.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper{margin:0 -7px}.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper{-js-display:flex;display:flex;flex-wrap:wrap}.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .woocommerce-billing-fields__customer-info-wrapper .form-row{padding-left:0;padding-right:0}.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .woocommerce-billing-fields__customer-info-wrapper .ast-customer-login-actions{-js-display:flex;display:flex;align-items:center;justify-content:space-between;margin:0}.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .woocommerce-billing-fields__customer-info-wrapper .ast-login-section-message{padding:.5em 0;font-size:.9em;margin:0}.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .ast-checkout-form-heading{-js-display:flex;display:flex;justify-content:space-between;align-items:center}.ast-modern-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields-custom .ast-checkout-form-heading .woocommerce-billing-fields__customer-login-label{text-transform:none;font-weight:600;margin-top:.9em}.ast-modern-checkout .woocommerce form.woocommerce-checkout .ast-customer-info__notice{display:none}.ast-modern-checkout .woocommerce form.woocommerce-checkout .ast-customer-info__notice.active{display:block}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table{border-style:hidden;border-radius:4px;box-shadow:0 0 0 1px var(--ast-border-color)}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr td,.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr th,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr td,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr th{padding:1.5em 1.2em 1.5em 1.2em;line-height:1.4em;border-color:var(--ast-border-color);font-weight:400;border-top:0;border-right:0}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr td:nth-last-child(1),.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr th:nth-last-child(1),.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr td:nth-last-child(1),.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr th:nth-last-child(1){text-align:right}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr td:nth-last-child(1) .amount,.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tr th:nth-last-child(1) .amount,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr td:nth-last-child(1) .amount,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr th:nth-last-child(1) .amount{font-weight:400}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table thead tr th,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table thead tr th{padding:1em 1.2em 1em 1.2em;font-weight:500}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name{-js-display:flex;display:flex;width:100%;align-items:center;padding-right:0}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image{height:auto;-js-display:flex;display:flex;vertical-align:middle;justify-content:space-between;flex-wrap:wrap;border-radius:5px;align-items:center;width:auto}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image .ast-product-thumbnail img,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image .ast-product-thumbnail img{height:auto;max-width:100%;height:50px;border-radius:4px;width:50px;margin-right:10px}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image.ast-enable-image .ast-product-name,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name .ast-product-image.ast-enable-image .ast-product-name{width:calc(100% - 60px)}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity{font-weight:400}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name{flex-wrap:wrap}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .ast-product-image,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .ast-product-image{padding-bottom:.3em}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .product-quantity,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .product-quantity{width:auto}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .variation,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr.ast-variable-product .product-name .variation{width:100%;padding-top:.2em}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr:nth-last-child(1) td,.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr:nth-last-child(1) th,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr:nth-last-child(1) td,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr:nth-last-child(1) th{border-bottom:0}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr.order-total td,.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr.order-total th,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total td,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total th{font-size:large;padding:1em 1.1em 1em 1.1em}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr.order-total th,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total th{font-weight:600}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr.order-total .amount,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total .amount{font-weight:700}.ast-modern-checkout .woocommerce #ast-order-review-content .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td,.ast-modern-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td{padding-left:0;width:40%}.ast-modern-checkout .woocommerce #ast-order-review-content thead{display:none}.ast-modern-checkout .woocommerce #payment ul.payment_methods{padding:0;margin:0 0 .5em 0;border:1px solid var(--ast-border-color);border-radius:4px}.ast-modern-checkout .woocommerce #payment ul.payment_methods>li:first-child{border-radius:4px 4px 0 0}.ast-modern-checkout .woocommerce #payment ul.payment_methods>li:not(.woocommerce-info){padding:15px 15px 0 15px;min-height:2.7em;border-bottom:1px solid var(--ast-border-color);display:inline-table;width:100%}.ast-modern-checkout .woocommerce #payment ul.payment_methods>li:not(.woocommerce-info):nth-last-child(1){border-bottom:0}.ast-modern-checkout .woocommerce #payment ul.payment_methods .wc_payment_method>[type=radio]:not(:checked)+label{display:inline-block;vertical-align:top;margin-bottom:.9em}.ast-modern-checkout .woocommerce #payment ul.payment_methods div.payment_box{margin:15px 0 0 -15px;border-top:1px solid var(--ast-border-color);background-color:var(--ast-global-color-4);padding:1.5em;width:calc(100% + 30px);border-radius:0 0 4px 4px}.ast-modern-checkout .woocommerce #payment ul.payment_methods div.payment_box:before{display:none}.ast-modern-checkout .woocommerce #payment ul.payment_methods .wc_payment_method label{font-weight:500;display:inline-block;width:calc(100% - 10%);color:var(--ast-global-color-3);font-size:1em}.ast-modern-checkout .woocommerce #payment .blockUI.blockOverlay::before{left:-5px}.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap{display:block;background-color:var(--ast-global-color-4);margin-bottom:1em}.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap #ast-order-review-toggle{-js-display:flex;display:flex;align-items:center;justify-content:space-between;padding:1.5em 1.2em;border:1px solid var(--ast-border-color);border-left:none;border-right:none;color:var(--ast-global-color-3);font-weight:500;cursor:pointer}.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap #ast-order-review-toggle .ast-order-review-toggle-button-wrap{-js-display:flex;display:flex;align-items:center}.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap #ast-order-review-toggle .ast-order-review-toggle-button-wrap .ast-order-review-toggle-text{padding-right:.5em}.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap #ast-order-review-toggle .ahfb-svg-iconset{width:1em;height:1em;transition:.3s;fill:var(--ast-global-color-0)}.ast-modern-checkout .woocommerce .ast-mobile-order-review-wrap #ast-order-review-toggle.active .ahfb-svg-iconset{transform:rotate(180deg)}.ast-modern-checkout .woocommerce #ast-customer-login-section,.ast-modern-checkout .woocommerce #ast-order-review-content{max-height:0;overflow:hidden;transition:.3s}.ast-modern-checkout .ast-two-column-checkout{margin-bottom:3em}.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout{-js-display:flex;display:flex;flex-wrap:wrap;align-items:flex-start}.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #cpsw-payment-request-wrapper,.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout .woocommerce-NoticeGroup{flex:1 0 100%}.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #customer_details{margin-bottom:0}.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #customer_details .place-order{padding-bottom:1.5em}.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #ast-order-review-wrapper{width:40%}.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #ast-order-review-wrapper #order_review_heading{width:100%}.ast-modern-checkout .ast-two-column-checkout .woocommerce-checkout #ast-order-review-wrapper #order_review{float:none;width:100%}form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review){border:0;padding:0}#ast-customer-info .ast-customer-info__notice a,#customer_details .woocommerce-account-fields{display:none}.woocommerce ul#shipping_method li{position:relative}input[name^=shipping_method]::after{cursor:pointer;position:absolute;content:'';top:0;left:0;width:100%;height:100%}.astra-full-megamenu-wrapper{z-index:99999}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link{vertical-align:middle;text-align:center}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link{background-color:transparent;color:inherit}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu{opacity:0;visibility:hidden}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item{padding-left:15px;padding-right:15px;display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu .ast-header-navigation-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content{padding:0}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after{content:''}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link,.ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper{background:#fff;position:absolute;opacity:0;visibility:hidden;top:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu{display:none;position:relative;left:0;top:0;margin:0 auto;padding-left:0;padding-right:0;border-width:0}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu{padding:15px}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content{margin-top:.9em}.ast-desktop .ast-mega-menu-enabled .menu-item-heading:not(.menu-item-has-children)>a{margin-bottom:.9em}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link{background-color:transparent;color:inherit}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text{vertical-align:text-top}.ast-desktop .ast-mm-custom-text-content,.ast-desktop .ast-mm-template-content{padding:0 1em}.ast-desktop .ast-mm-custom-text-content{margin-bottom:.9em}.ast-desktop .ast-below-header .ast-mm-custom-text-content,.ast-desktop .ast-below-header .ast-mm-template-content{padding:.9em 1em}.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper{border-width:1px;border-style:solid}.ast-desktop .ast-mm-widget-content a{display:initial}.ast-desktop .ast-mm-widget-content .ast-mm-widget-item{padding:1.5em;margin-bottom:.9em}.ast-desktop .ast-mm-widget-content .ast-search-submit{display:none}.ast-desktop .submenu-with-border .astra-megamenu{border-width:1px}.ast-menu-description{line-height:1.6;display:block;font-size:.8em;padding:2px 0}.site-header a .ast-menu-description,.site-header a .sub-arrow{transition:none}.site-header .menu-text{transition:none}.ast-header-break-point .ast-menu-description{line-height:inherit}.astra-mm-highlight-label{font-size:.7em;margin-left:5px;line-height:normal;padding:3px 6px;border-radius:2px}.ast-desktop .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after{content:'';margin:0}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after{transform:rotate(-90deg)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow{position:absolute;right:5%;top:50%;transform:translateY(-50%)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover{background:0 0}.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after{display:none}.ast-disable-link{cursor:default}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link{background:0 0}.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .astra-mega-menu-width-full,.ast-desktop .astra-mega-menu-width-full-stretched{background:0 0}.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before{position:absolute;content:'';top:0;left:0;width:100%;transform:translateY(-100%)}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu{display:block!important}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu{display:block!important}.ast-hidden{display:none!important}.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{right:0}.main-header-bar-wrap .ast-search-box.header-cover{z-index:7}.ast-below-header-wrap .ast-search-box.header-cover #close,.ast-below-header-wrap .ast-search-box.header-cover .search-field{font-size:1.8em}.ast-below-header-wrap .ast-search-box.header-cover .search-submit{font-size:1.5em}.ast-search-box.full-screen,.ast-search-box.header-cover{display:none;opacity:0;transition:opacity .3s ease-in-out,display .3s ease-in-out;width:100%;height:100%}.ast-search-box.full-screen .search-field,.ast-search-box.header-cover .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit,.ast-search-box.header-cover .search-submit{background:var(--ast-fs-search-submit-background,0 0);padding:0;border-radius:50%;box-shadow:none;color:var(--ast-fs-search-text-color,#9e9e9e);transition:all .7s ease-In;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper,.ast-search-box.header-cover .ast-search-wrapper{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ast-search-box.full-screen .ast-search-wrapper .search-form,.ast-search-box.header-cover .ast-search-wrapper .search-form{line-height:normal}.ast-search-box.full-screen #close,.ast-search-box.header-cover #close{color:#fafafa;transform:rotate(0);font-size:2em;cursor:pointer;z-index:9;font-weight:400}.ast-search-box.full-screen .search-field::-webkit-input-placeholder,.ast-search-box.header-cover .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder,.ast-search-box.header-cover .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder,.ast-search-box.header-cover .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder,.ast-search-box.header-cover .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.header-cover{position:absolute;background:rgba(25,25,25,.96);top:0;z-index:10}.ast-search-box.header-cover .search-field{font-size:2em;line-height:2;width:100%}.ast-search-box.header-cover .ast-container{position:relative}.ast-search-box.header-cover .close,.ast-search-box.header-cover .search-submit,.ast-search-box.header-cover .search-text-wrap{display:inline-block}.ast-search-box.header-cover .search-text-wrap{width:calc(100% - 2.5em);vertical-align:middle}.ast-search-box.header-cover .search-submit{font-size:1.7em;margin-right:2em}.ast-search-box.header-cover #close{vertical-align:middle;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.96);top:0;left:0;z-index:999}.ast-search-box.full-screen .ast-search-wrapper .large-search-text{text-align:center;color:#e2e2e2;font-size:1.5em;font-weight:400;transition-delay:50ms;transition:all .3s ease-in-out}.ast-search-box.full-screen .ast-search-wrapper fieldset{border:0;padding:2.5em 0 1em;border-bottom:2px solid var(--ast-border-color)}.ast-search-box.full-screen .ast-search-wrapper .search-field{font-size:2em;padding-left:20px;line-height:1.7;width:90%;width:calc(100% - 1.5em);vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper .search-form{width:70%;margin:20px auto}.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:var(--ast-fs-search-font-size, 1.7em)}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;cursor:pointer;z-index:9;font-weight:400;font-size:2em;top:1.5em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media(max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder{opacity:.5}.site-header .ast-inline-search.ast-search-menu-icon .search-form{padding-left:0;padding-right:0}.site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:2em}.ast-inline-search.ast-search-menu-icon{position:relative;transform:none;left:0;right:0}.ast-inline-search.ast-search-menu-icon .search-submit{display:block;background:0 0;border:none;position:absolute;height:100%;right:.25em;padding:0;top:0;font-size:1.3em;color:#757575}.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form{padding:0}.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-right:2em}.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover{display:none}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form{padding-left:0;left:auto;padding-right:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form{left:-1em;padding-left:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form{left:0;padding-left:0;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:0}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;padding-left:3em;padding-right:1em}.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.iphone.full-screen,.ipod.full-screen{position:fixed!important}@media(max-width:992px){.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}}@media(max-width:544px){.ast-search-box.full-screen .ast-search-wrapper .large-search-text{display:none}.ast-search-box.full-screen .ast-search-wrapper .search-field,.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:1.6em}}