.block-editor-block-list__block .wp-block-woocommerce-smart-coupons-available-coupons #coupons_list{border:1px solid;border-radius:4px}.block-editor-block-list__block .wp-block-woocommerce-smart-coupons-available-coupons .sc-accordion-header{display:flex;align-items:center;justify-content:space-between;padding:1em .5rem;cursor:pointer;position:relative}.block-editor-block-list__block .wp-block-woocommerce-smart-coupons-available-coupons a.sc-accordion-header{padding-left:.7rem;padding-right:.7rem;color:#6d6d6d}.block-editor-block-list__block .wp-block-woocommerce-smart-coupons-available-coupons a.sc-accordion-header:focus{outline:none}.editor-styles-wrapper .wp-block-woocommerce-smart-coupons-available-coupons .wc-block-components-checkbox{margin-right:0;margin-top:0}
@charset "UTF-8";:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{align-items:center;background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;box-sizing:border-box;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%;min-height:24px;padding:0 8px}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;height:36px;margin:0;padding:6px 12px;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px;--checkbox-input-margin:8px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:var(--checkbox-input-size);line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:none;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;overflow:hidden;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background-color:rgba(var(--wp-components-color-accent--rgb,var(--wp-admin-theme-color--rgb)),.04)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2)}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;grid-column:1;grid-row:1;height:24px;line-height:normal;margin:0;max-width:24px;min-width:24px;padding:0;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}
/*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}
/*!rtl:end:ignore*/.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}
.wp-block-woocommerce-smart-coupons-send-coupon-form{margin:1.25em 0;padding-top:.25em;padding-bottom:.25em;color:inherit}.wp-block-woocommerce-smart-coupons-send-coupon-form h2,.wp-block-woocommerce-smart-coupons-send-coupon-form p,.wp-block-woocommerce-smart-coupons-send-coupon-form span,.wp-block-woocommerce-smart-coupons-send-coupon-form hr{color:inherit}.wp-block-woocommerce-smart-coupons-send-coupon-form p{margin:.5em 0}.wp-block-woocommerce-smart-coupons-send-coupon-form .components-radio-control{margin:.3em 0}.wp-block-woocommerce-smart-coupons-send-coupon-form .components-radio-control .components-radio-control__input{margin:.3em .3em .3em 0}.wp-block-woocommerce-smart-coupons-send-coupon-form span.components-text{margin-right:1em;line-height:3em}.wp-block-woocommerce-smart-coupons-send-coupon-form input.components-text-control__input{margin:.25em 0;background-color:inherit;border-color:inherit;height:4em !important;border-radius:4px}.wp-block-woocommerce-smart-coupons-send-coupon-form input.components-text-control__input:focus{background-color:inherit}.wp-block-woocommerce-smart-coupons-send-coupon-form textarea.components-textarea-control__input{margin:1em 0;background-color:inherit;border-color:inherit;border-radius:4px}.wp-block-woocommerce-smart-coupons-send-coupon-form textarea.components-textarea-control__input:focus{background-color:inherit}.wp-block-woocommerce-smart-coupons-send-coupon-form .components-datetime{width:50%;margin:.8em 0}.wp-block-woocommerce-smart-coupons-send-coupon-form .components-datetime .components-datetime__time-legend{margin-left:0}.wp-block-woocommerce-smart-coupons-send-coupon-form .components-datetime fieldset{background-color:inherit}
.wc-block-components-totals-wrapper.slot-wrapper>*>*{padding:0!important}.wc-block-components-totals-coupon .wc-block-components-panel__content{padding-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content{padding-bottom:.75em}.wc-block-components-order-summary .wc-block-components-panel__content{margin-bottom:0}.wc-block-components-order-summary .wc-block-components-order-summary__content{display:table;width:100%}.wc-block-components-order-summary .wc-block-components-order-summary-item{display:flex;font-size:.875em;padding-bottom:1px;padding-top:16px;width:100%}.wc-block-components-order-summary .wc-block-components-order-summary-item:first-child{padding-top:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child{border-bottom:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child>div{padding-bottom:0}.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child:after{display:none}.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata{font-size:1em}.wc-block-components-order-summary .wc-block-components-order-summary-item__description,.wc-block-components-order-summary .wc-block-components-order-summary-item__image{display:table-cell;vertical-align:top}.wc-block-components-order-summary .wc-block-components-order-summary-item__image{margin-top:10px;padding-bottom:16px;position:relative;width:48px}.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{max-width:48px;width:48px}.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{align-items:center;background:#fff;border:2px solid hsla(0,0%,7%,.11);border-radius:1em;box-shadow:0 0 0 2px #fff;color:#000;display:flex;justify-content:center;line-height:1;min-height:20px;min-width:20px;padding:0 .4em;position:absolute;right:0;top:0;transform:translate(50%,-50%);white-space:nowrap;z-index:1}.wc-block-components-order-summary .wc-block-components-order-summary-item__description{padding-bottom:16px;padding-left:24px;padding-right:12px}.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.wc-block-components-order-summary .wc-block-components-order-summary-item__description p{line-height:1.375;margin-top:8px}.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price{font-weight:700;margin-left:auto;text-align:right}.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices{display:block;padding-top:8px}.wc-block-checkout__sidebar .wc-block-components-product-name{color:inherit;display:block;flex-basis:0;flex-grow:1}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0}
@charset "UTF-8";a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active{outline:0}a,a:focus,a:hover,a:visited{text-decoration:none}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}#comments .submit,.search .search-submit{padding:10px 15px;border-radius:2px;line-height:1.85714285714286;border:0}.archive .no-results .ast-search-submit,.search .site-main .ast-search-submit{display:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid var(--ast-border-color);margin:0 0;padding:.35em .625em .75em}legend{border:0;padding:0}fieldset legend{margin-bottom:1.5em;padding:0 .5em}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*!
 * Bootstrap v4.0.0-alpha.2 (https://getbootstrap.com)
 */@media (min-width:544px){.ast-container{max-width:100%}}@media (min-width:768px){.ast-container{max-width:100%}}@media (min-width:992px){.ast-container{max-width:100%}}@media (min-width:1200px){.ast-container{max-width:100%}}.ast-container,.ast-container-fluid{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.ast-container-fluid::after,.ast-container::after{content:"";display:table;clear:both}.ast-row{margin-left:-20px;margin-right:-20px}.ast-row::after{content:"";display:table;clear:both}.ast-col-lg-1,.ast-col-lg-10,.ast-col-lg-11,.ast-col-lg-12,.ast-col-lg-2,.ast-col-lg-3,.ast-col-lg-4,.ast-col-lg-5,.ast-col-lg-6,.ast-col-lg-7,.ast-col-lg-8,.ast-col-lg-9,.ast-col-md-1,.ast-col-md-10,.ast-col-md-11,.ast-col-md-12,.ast-col-md-2,.ast-col-md-3,.ast-col-md-4,.ast-col-md-5,.ast-col-md-6,.ast-col-md-7,.ast-col-md-8,.ast-col-md-9,.ast-col-sm-1,.ast-col-sm-10,.ast-col-sm-11,.ast-col-sm-12,.ast-col-sm-2,.ast-col-sm-3,.ast-col-sm-4,.ast-col-sm-5,.ast-col-sm-6,.ast-col-sm-7,.ast-col-sm-8,.ast-col-sm-9,.ast-col-xl-1,.ast-col-xl-10,.ast-col-xl-11,.ast-col-xl-12,.ast-col-xl-2,.ast-col-xl-3,.ast-col-xl-4,.ast-col-xl-5,.ast-col-xl-6,.ast-col-xl-7,.ast-col-xl-8,.ast-col-xl-9,.ast-col-xs-1,.ast-col-xs-10,.ast-col-xs-11,.ast-col-xs-12,.ast-col-xs-2,.ast-col-xs-3,.ast-col-xs-4,.ast-col-xs-5,.ast-col-xs-6,.ast-col-xs-7,.ast-col-xs-8,.ast-col-xs-9{position:relative;min-height:1px;padding-left:20px;padding-right:20px}.ast-col-xs-1,.ast-col-xs-10,.ast-col-xs-11,.ast-col-xs-12,.ast-col-xs-2,.ast-col-xs-3,.ast-col-xs-4,.ast-col-xs-5,.ast-col-xs-6,.ast-col-xs-7,.ast-col-xs-8,.ast-col-xs-9{float:left}.ast-col-xs-1{width:8.3333333333%}.ast-col-xs-2{width:16.6666666667%}.ast-col-xs-3{width:25%}.ast-col-xs-4{width:33.3333333333%}.ast-col-xs-5{width:41.6666666667%}.ast-col-xs-6{width:50%}.ast-col-xs-7{width:58.3333333333%}.ast-col-xs-8{width:66.6666666667%}.ast-col-xs-9{width:75%}.ast-col-xs-10{width:83.3333333333%}.ast-col-xs-11{width:91.6666666667%}.ast-col-xs-12{width:100%}.ast-col-xs-pull-0{right:auto}.ast-col-xs-pull-1{right:8.3333333333%}.ast-col-xs-pull-2{right:16.6666666667%}.ast-col-xs-pull-3{right:25%}.ast-col-xs-pull-4{right:33.3333333333%}.ast-col-xs-pull-5{right:41.6666666667%}.ast-col-xs-pull-6{right:50%}.ast-col-xs-pull-7{right:58.3333333333%}.ast-col-xs-pull-8{right:66.6666666667%}.ast-col-xs-pull-9{right:75%}.ast-col-xs-pull-10{right:83.3333333333%}.ast-col-xs-pull-11{right:91.6666666667%}.ast-col-xs-pull-12{right:100%}.ast-col-xs-push-0{left:auto}.ast-col-xs-push-1{left:8.3333333333%}.ast-col-xs-push-2{left:16.6666666667%}.ast-col-xs-push-3{left:25%}.ast-col-xs-push-4{left:33.3333333333%}.ast-col-xs-push-5{left:41.6666666667%}.ast-col-xs-push-6{left:50%}.ast-col-xs-push-7{left:58.3333333333%}.ast-col-xs-push-8{left:66.6666666667%}.ast-col-xs-push-9{left:75%}.ast-col-xs-push-10{left:83.3333333333%}.ast-col-xs-push-11{left:91.6666666667%}.ast-col-xs-push-12{left:100%}.ast-col-xs-offset-0{margin-left:0}.ast-col-xs-offset-1{margin-left:8.3333333333%}.ast-col-xs-offset-2{margin-left:16.6666666667%}.ast-col-xs-offset-3{margin-left:25%}.ast-col-xs-offset-4{margin-left:33.3333333333%}.ast-col-xs-offset-5{margin-left:41.6666666667%}.ast-col-xs-offset-6{margin-left:50%}.ast-col-xs-offset-7{margin-left:58.3333333333%}.ast-col-xs-offset-8{margin-left:66.6666666667%}.ast-col-xs-offset-9{margin-left:75%}.ast-col-xs-offset-10{margin-left:83.3333333333%}.ast-col-xs-offset-11{margin-left:91.6666666667%}.ast-col-xs-offset-12{margin-left:100%}@media (min-width:544px){.ast-col-sm-1,.ast-col-sm-10,.ast-col-sm-11,.ast-col-sm-12,.ast-col-sm-2,.ast-col-sm-3,.ast-col-sm-4,.ast-col-sm-5,.ast-col-sm-6,.ast-col-sm-7,.ast-col-sm-8,.ast-col-sm-9{float:left}.ast-col-sm-1{width:8.3333333333%}.ast-col-sm-2{width:16.6666666667%}.ast-col-sm-3{width:25%}.ast-col-sm-4{width:33.3333333333%}.ast-col-sm-5{width:41.6666666667%}.ast-col-sm-6{width:50%}.ast-col-sm-7{width:58.3333333333%}.ast-col-sm-8{width:66.6666666667%}.ast-col-sm-9{width:75%}.ast-col-sm-10{width:83.3333333333%}.ast-col-sm-11{width:91.6666666667%}.ast-col-sm-12{width:100%}.ast-col-sm-pull-0{right:auto}.ast-col-sm-pull-1{right:8.3333333333%}.ast-col-sm-pull-2{right:16.6666666667%}.ast-col-sm-pull-3{right:25%}.ast-col-sm-pull-4{right:33.3333333333%}.ast-col-sm-pull-5{right:41.6666666667%}.ast-col-sm-pull-6{right:50%}.ast-col-sm-pull-7{right:58.3333333333%}.ast-col-sm-pull-8{right:66.6666666667%}.ast-col-sm-pull-9{right:75%}.ast-col-sm-pull-10{right:83.3333333333%}.ast-col-sm-pull-11{right:91.6666666667%}.ast-col-sm-pull-12{right:100%}.ast-col-sm-push-0{left:auto}.ast-col-sm-push-1{left:8.3333333333%}.ast-col-sm-push-2{left:16.6666666667%}.ast-col-sm-push-3{left:25%}.ast-col-sm-push-4{left:33.3333333333%}.ast-col-sm-push-5{left:41.6666666667%}.ast-col-sm-push-6{left:50%}.ast-col-sm-push-7{left:58.3333333333%}.ast-col-sm-push-8{left:66.6666666667%}.ast-col-sm-push-9{left:75%}.ast-col-sm-push-10{left:83.3333333333%}.ast-col-sm-push-11{left:91.6666666667%}.ast-col-sm-push-12{left:100%}.ast-col-sm-offset-0{margin-left:0}.ast-col-sm-offset-1{margin-left:8.3333333333%}.ast-col-sm-offset-2{margin-left:16.6666666667%}.ast-col-sm-offset-3{margin-left:25%}.ast-col-sm-offset-4{margin-left:33.3333333333%}.ast-col-sm-offset-5{margin-left:41.6666666667%}.ast-col-sm-offset-6{margin-left:50%}.ast-col-sm-offset-7{margin-left:58.3333333333%}.ast-col-sm-offset-8{margin-left:66.6666666667%}.ast-col-sm-offset-9{margin-left:75%}.ast-col-sm-offset-10{margin-left:83.3333333333%}.ast-col-sm-offset-11{margin-left:91.6666666667%}.ast-col-sm-offset-12{margin-left:100%}}@media (min-width:768px){.ast-col-md-1,.ast-col-md-10,.ast-col-md-11,.ast-col-md-12,.ast-col-md-2,.ast-col-md-3,.ast-col-md-4,.ast-col-md-5,.ast-col-md-6,.ast-col-md-7,.ast-col-md-8,.ast-col-md-9{float:left}.ast-col-md-1{width:8.3333333333%}.ast-col-md-2{width:16.6666666667%}.ast-col-md-3{width:25%}.ast-col-md-4{width:33.3333333333%}.ast-col-md-5{width:41.6666666667%}.ast-col-md-6{width:50%}.ast-col-md-7{width:58.3333333333%}.ast-col-md-8{width:66.6666666667%}.ast-col-md-9{width:75%}.ast-col-md-10{width:83.3333333333%}.ast-col-md-11{width:91.6666666667%}.ast-col-md-12{width:100%}.ast-col-md-pull-0{right:auto}.ast-col-md-pull-1{right:8.3333333333%}.ast-col-md-pull-2{right:16.6666666667%}.ast-col-md-pull-3{right:25%}.ast-col-md-pull-4{right:33.3333333333%}.ast-col-md-pull-5{right:41.6666666667%}.ast-col-md-pull-6{right:50%}.ast-col-md-pull-7{right:58.3333333333%}.ast-col-md-pull-8{right:66.6666666667%}.ast-col-md-pull-9{right:75%}.ast-col-md-pull-10{right:83.3333333333%}.ast-col-md-pull-11{right:91.6666666667%}.ast-col-md-pull-12{right:100%}.ast-col-md-push-0{left:auto}.ast-col-md-push-1{left:8.3333333333%}.ast-col-md-push-2{left:16.6666666667%}.ast-col-md-push-3{left:25%}.ast-col-md-push-4{left:33.3333333333%}.ast-col-md-push-5{left:41.6666666667%}.ast-col-md-push-6{left:50%}.ast-col-md-push-7{left:58.3333333333%}.ast-col-md-push-8{left:66.6666666667%}.ast-col-md-push-9{left:75%}.ast-col-md-push-10{left:83.3333333333%}.ast-col-md-push-11{left:91.6666666667%}.ast-col-md-push-12{left:100%}.ast-col-md-offset-0{margin-left:0}.ast-col-md-offset-1{margin-left:8.3333333333%}.ast-col-md-offset-2{margin-left:16.6666666667%}.ast-col-md-offset-3{margin-left:25%}.ast-col-md-offset-4{margin-left:33.3333333333%}.ast-col-md-offset-5{margin-left:41.6666666667%}.ast-col-md-offset-6{margin-left:50%}.ast-col-md-offset-7{margin-left:58.3333333333%}.ast-col-md-offset-8{margin-left:66.6666666667%}.ast-col-md-offset-9{margin-left:75%}.ast-col-md-offset-10{margin-left:83.3333333333%}.ast-col-md-offset-11{margin-left:91.6666666667%}.ast-col-md-offset-12{margin-left:100%}}@media (min-width:992px){.ast-col-lg-1,.ast-col-lg-10,.ast-col-lg-11,.ast-col-lg-12,.ast-col-lg-2,.ast-col-lg-3,.ast-col-lg-4,.ast-col-lg-5,.ast-col-lg-6,.ast-col-lg-7,.ast-col-lg-8,.ast-col-lg-9{float:left}.ast-col-lg-1{width:8.3333333333%}.ast-col-lg-2{width:16.6666666667%}.ast-col-lg-3{width:25%}.ast-col-lg-4{width:33.3333333333%}.ast-col-lg-5{width:41.6666666667%}.ast-col-lg-6{width:50%}.ast-col-lg-7{width:58.3333333333%}.ast-col-lg-8{width:66.6666666667%}.ast-col-lg-9{width:75%}.ast-col-lg-10{width:83.3333333333%}.ast-col-lg-11{width:91.6666666667%}.ast-col-lg-12{width:100%}.ast-col-lg-pull-0{right:auto}.ast-col-lg-pull-1{right:8.3333333333%}.ast-col-lg-pull-2{right:16.6666666667%}.ast-col-lg-pull-3{right:25%}.ast-col-lg-pull-4{right:33.3333333333%}.ast-col-lg-pull-5{right:41.6666666667%}.ast-col-lg-pull-6{right:50%}.ast-col-lg-pull-7{right:58.3333333333%}.ast-col-lg-pull-8{right:66.6666666667%}.ast-col-lg-pull-9{right:75%}.ast-col-lg-pull-10{right:83.3333333333%}.ast-col-lg-pull-11{right:91.6666666667%}.ast-col-lg-pull-12{right:100%}.ast-col-lg-push-0{left:auto}.ast-col-lg-push-1{left:8.3333333333%}.ast-col-lg-push-2{left:16.6666666667%}.ast-col-lg-push-3{left:25%}.ast-col-lg-push-4{left:33.3333333333%}.ast-col-lg-push-5{left:41.6666666667%}.ast-col-lg-push-6{left:50%}.ast-col-lg-push-7{left:58.3333333333%}.ast-col-lg-push-8{left:66.6666666667%}.ast-col-lg-push-9{left:75%}.ast-col-lg-push-10{left:83.3333333333%}.ast-col-lg-push-11{left:91.6666666667%}.ast-col-lg-push-12{left:100%}.ast-col-lg-offset-0{margin-left:0}.ast-col-lg-offset-1{margin-left:8.3333333333%}.ast-col-lg-offset-2{margin-left:16.6666666667%}.ast-col-lg-offset-3{margin-left:25%}.ast-col-lg-offset-4{margin-left:33.3333333333%}.ast-col-lg-offset-5{margin-left:41.6666666667%}.ast-col-lg-offset-6{margin-left:50%}.ast-col-lg-offset-7{margin-left:58.3333333333%}.ast-col-lg-offset-8{margin-left:66.6666666667%}.ast-col-lg-offset-9{margin-left:75%}.ast-col-lg-offset-10{margin-left:83.3333333333%}.ast-col-lg-offset-11{margin-left:91.6666666667%}.ast-col-lg-offset-12{margin-left:100%}}@media (min-width:1200px){.ast-col-xl-1,.ast-col-xl-10,.ast-col-xl-11,.ast-col-xl-12,.ast-col-xl-2,.ast-col-xl-3,.ast-col-xl-4,.ast-col-xl-5,.ast-col-xl-6,.ast-col-xl-7,.ast-col-xl-8,.ast-col-xl-9{float:left}.ast-col-xl-1{width:8.3333333333%}.ast-col-xl-2{width:16.6666666667%}.ast-col-xl-3{width:25%}.ast-col-xl-4{width:33.3333333333%}.ast-col-xl-5{width:41.6666666667%}.ast-col-xl-6{width:50%}.ast-col-xl-7{width:58.3333333333%}.ast-col-xl-8{width:66.6666666667%}.ast-col-xl-9{width:75%}.ast-col-xl-10{width:83.3333333333%}.ast-col-xl-11{width:91.6666666667%}.ast-col-xl-12{width:100%}.ast-col-xl-pull-0{right:auto}.ast-col-xl-pull-1{right:8.3333333333%}.ast-col-xl-pull-2{right:16.6666666667%}.ast-col-xl-pull-3{right:25%}.ast-col-xl-pull-4{right:33.3333333333%}.ast-col-xl-pull-5{right:41.6666666667%}.ast-col-xl-pull-6{right:50%}.ast-col-xl-pull-7{right:58.3333333333%}.ast-col-xl-pull-8{right:66.6666666667%}.ast-col-xl-pull-9{right:75%}.ast-col-xl-pull-10{right:83.3333333333%}.ast-col-xl-pull-11{right:91.6666666667%}.ast-col-xl-pull-12{right:100%}.ast-col-xl-push-0{left:auto}.ast-col-xl-push-1{left:8.3333333333%}.ast-col-xl-push-2{left:16.6666666667%}.ast-col-xl-push-3{left:25%}.ast-col-xl-push-4{left:33.3333333333%}.ast-col-xl-push-5{left:41.6666666667%}.ast-col-xl-push-6{left:50%}.ast-col-xl-push-7{left:58.3333333333%}.ast-col-xl-push-8{left:66.6666666667%}.ast-col-xl-push-9{left:75%}.ast-col-xl-push-10{left:83.3333333333%}.ast-col-xl-push-11{left:91.6666666667%}.ast-col-xl-push-12{left:100%}.ast-col-xl-offset-0{margin-left:0}.ast-col-xl-offset-1{margin-left:8.3333333333%}.ast-col-xl-offset-2{margin-left:16.6666666667%}.ast-col-xl-offset-3{margin-left:25%}.ast-col-xl-offset-4{margin-left:33.3333333333%}.ast-col-xl-offset-5{margin-left:41.6666666667%}.ast-col-xl-offset-6{margin-left:50%}.ast-col-xl-offset-7{margin-left:58.3333333333%}.ast-col-xl-offset-8{margin-left:66.6666666667%}.ast-col-xl-offset-9{margin-left:75%}.ast-col-xl-offset-10{margin-left:83.3333333333%}.ast-col-xl-offset-11{margin-left:91.6666666667%}.ast-col-xl-offset-12{margin-left:100%}}h1,h2,h3,h4,h5,h6{clear:both}.entry-content h1,h1{color:#808285;font-size:2em;line-height:1.2}.entry-content h2,h2{color:#808285;font-size:1.7em;line-height:1.3}.entry-content h3,h3{color:#808285;font-size:1.5em;line-height:1.4}.entry-content h4,h4{color:#808285;line-height:1.5;font-size:1.3em}.entry-content h5,h5{color:#808285;line-height:1.6;font-size:1.2em}.entry-content h6,h6{color:#808285;line-height:1.7;font-size:1.1em}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{color:#808285;background:#fff;font-style:normal}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:600}dd{margin:0 1.5em 1em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote,q{quotes:"" ""}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote{border-left:5px solid var(--ast-border-color);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}address{margin:0 0 1.5em}address,cite{font-style:italic}abbr,acronym{border-bottom:1px dotted #666;cursor:help}pre{background:var(--ast-code-block-background);font-family:"Courier 10 Pitch",Courier,monospace;margin-bottom:1.6em;overflow:auto;max-width:100%;padding:1.6em}code,kbd,tt,var{font:1em Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}img{height:auto;max-width:100%}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}.ast-button,.button,button,input,select,textarea{color:#808285;font-weight:400;font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}.normal-search{margin-right:-5px}big{font-size:125%}ins,mark{background:0 0;text-decoration:none}table,td,th{border:1px solid var(--ast-border-color)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}th{font-weight:600}td,th{padding:.7em 1em;border-width:0 1px 1px 0}.ast-button,.button,button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:var(--ast-border-color);border-radius:2px;background:#e6e6e6;padding:.6em 1em .4em;color:#fff}.ast-button:focus,.ast-button:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{color:#fff;border-color:var(--ast-border-color)}.ast-button:active,.ast-button:focus,.button:active,.button:focus,button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:var(--ast-border-color);outline:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{color:#666;border:1px solid var(--ast-border-color);border-radius:2px;-webkit-appearance:none}input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#111}textarea{padding-left:3px;width:100%}a{color:#4169e1}a:focus,a:hover{color:#191970}a:focus{outline:thin dotted}a:hover{outline:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:2px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:12.25px;font-size:.875rem;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;text-align:center;display:block;margin-left:auto;margin-right:auto}#primary:after,#primary:before,#secondary:after,#secondary:before,.ast-container:after,.ast-container:before,.ast-row:after,.ast-row:before,.clear:after,.clear:before,.sidebar-main:after,.sidebar-main:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.site-main:after,.site-main:before{content:"";display:table}#primary:after,#secondary:after,.ast-container:after,.ast-row:after,.clear:after,.sidebar-main:after,.site-content:after,.site-footer:after,.site-header:after,.site-main:after{clear:both}.entry-content[data-ast-blocks-layout]>embed,.entry-content[data-ast-blocks-layout]>iframe,.entry-content[data-ast-blocks-layout]>object,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}::selection{color:#fff;background:#0274be}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.logged-in){position:relative}#page{position:relative}a,a:focus{text-decoration:none}.secondary a *,.site-footer a *,.site-header a *,a{transition:all .2s linear}.capitalize{text-transform:uppercase}img{vertical-align:middle}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin-bottom:20px}p{margin-bottom:1.75em}blockquote{margin:1.5em 1em 1.5em 3em;font-size:1.1em;line-height:inherit;position:relative}.ast-button,.button,input[type=button],input[type=submit]{border-radius:0;padding:18px 30px;border:0;box-shadow:none;text-shadow:none}.ast-button:hover,.button:hover,input[type=button]:hover,input[type=submit]:hover{box-shadow:none}.ast-button:active,.ast-button:focus,.button:active,.button:focus,input[type=button]:active,input[type=button]:focus,input[type=submit]:active,input[type=submit]:focus{box-shadow:none}.site-title{font-weight:400}.site-description,.site-title{margin-bottom:0}.site-description a,.site-description:focus a,.site-description:hover a,.site-title a,.site-title:focus a,.site-title:hover a{transition:all .2s linear}.site-title a,.site-title a:focus,.site-title a:hover,.site-title a:visited{color:#222}.site-description a,.site-description a:focus,.site-description a:hover,.site-description a:visited{color:#999}.search-form .search-field{outline:0}.ast-search-menu-icon{position:relative;z-index:3}.site .skip-link{background-color:#f1f1f1;box-shadow:0 0 1px 1px rgba(0,0,0,.2);color:#21759b;display:block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:14px;font-weight:700;left:-9999em;outline:0;padding:15px 23px 14px;text-decoration:none;text-transform:none;top:-9999em}.site .skip-link:focus{clip:auto;height:auto;left:6px;top:7px;width:auto;z-index:100000;outline:thin dotted}.logged-in .site .skip-link{box-shadow:0 0 2px 2px rgba(0,0,0,.2);font-family:"Open Sans",sans-serif}input,select{line-height:1}.ast-button,.ast-custom-button,body,button,input[type=button],input[type=submit],textarea{line-height:1.85714285714286}.site-title a{line-height:1.2}.site-header .site-description{line-height:1.5}.ast-single-post .entry-title,.ast-single-post .entry-title a{line-height:1.2}.entry-title,.entry-title a{font-weight:var(--ast-blog-title-font-weight,normal)}.ast-oembed-container{position:relative;padding-top:56.25%;height:0;overflow:hidden;max-width:100%;height:auto}.ast-oembed-container embed,.ast-oembed-container iframe,.ast-oembed-container object{position:absolute;top:0;left:0;width:100%;height:100%}.ast-hidden{display:none!important}body{background-color:#fff}#page{display:block}#primary,#secondary{display:block;position:relative;float:left;width:100%}#primary{margin:4em 0}.ast-separate-container{background-color:#f5f5f5}.ast-separate-container #primary{padding:4em 0;margin:0;border:0}.ast-separate-container .site-main>.ast-row{margin-left:0;margin-right:0}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single:not(.ast-related-post){background-color:#fff}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{border-bottom:1px solid var(--ast-border-color);margin:0;padding:5.34em 6.67em}.ast-separate-container .blog-layout-1{padding:0;border-bottom:0}.ast-separate-container .ast-article-single{border-bottom:0}@media (max-width:1200px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{margin:0;padding:3.34em 2.4em}}.ast-page-builder-template .hentry{margin:0}.ast-page-builder-template .site-content>.ast-container{max-width:100%;padding:0}.ast-page-builder-template .site-content #primary{padding:0;margin:0}.ast-page-builder-template .no-results{text-align:center;margin:4em auto}.ast-page-builder-template .entry-header{margin-top:4em;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail{margin-top:0}.ast-page-builder-template .entry-header.ast-header-without-markup{margin-top:0;margin-bottom:0}.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta{margin-bottom:0}.ast-page-builder-template.single .post-navigation{padding-bottom:2em}.ast-page-builder-template .ast-archive-description{margin-top:4em;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media (min-width:993px){.ast-separate-container #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary{margin:4em 0;padding:0}.ast-right-sidebar #primary{padding-right:60px}.ast-left-sidebar #primary{padding-left:60px}}@media (max-width:992px){.ast-separate-container #primary,.ast-separate-container.ast-left-sidebar #primary,.ast-separate-container.ast-right-sidebar #primary{padding-left:0;padding-right:0}.ast-right-sidebar #primary{padding-right:30px}.ast-left-sidebar #primary{padding-left:30px}}.ast-search-icon .astra-search-icon{font-size:1.3em}.main-navigation{height:100%;-js-display:inline-flex;display:inline-flex}.main-navigation ul{list-style:none;margin:0;padding-left:0;position:relative}.main-header-menu .menu-link,.main-header-menu>a{text-decoration:none;padding:0 1em;display:inline-block;transition:all .2s linear}.main-header-menu .menu-item{position:relative}.main-header-menu .menu-item.focus>.sub-menu,.main-header-menu .menu-item:hover>.sub-menu,.main-header-menu .menu-item>.sub-menu.toggled-on{right:auto;left:0;visibility:visible}.main-header-menu .menu-item.focus>.sub-menu .sub-menu.toggled-on,.main-header-menu .menu-item:hover>.sub-menu .sub-menu.toggled-on,.main-header-menu .menu-item>.sub-menu.toggled-on .sub-menu.toggled-on{left:100%;right:auto;visibility:visible}.main-header-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu:hover>.sub-menu{right:0;left:auto}@media (min-width:769px){.main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:-100%}.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu{left:-100%}}.main-header-menu .sub-menu{width:240px;background:#fff;left:-999em;position:absolute;top:100%;z-index:99999;visibility:hidden}@media (min-width:769px){.main-header-menu .sub-menu .menu-item.focus>.sub-menu,.main-header-menu .sub-menu .menu-item:hover>.sub-menu{left:100%;right:auto}.main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu,.main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu{left:-100%}.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:-100%}}.main-header-menu .sub-menu .menu-link{padding:.9em 1em;display:block;word-wrap:break-word}.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:none}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow{display:none}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow{position:absolute;right:.6em;top:50%;transform:translate(0,-50%) rotate(270deg)}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow{display:block}#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow svg{margin:0}#ast-desktop-header .account-main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow{transform:translate(0,-50%) rotate(360deg)}.main-header-menu .sub-menu .sub-menu{top:0}.submenu-with-border .sub-menu{border-width:1px;border-style:solid}.submenu-with-border .sub-menu .menu-link{border-width:0 0 1px;border-style:solid}.submenu-with-border .sub-menu .sub-menu{top:-2px}.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link{border-bottom-style:none}.ast-header-break-point .main-navigation{padding-left:0}.ast-header-break-point .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:var(--ast-border-color)}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type{margin-right:5px}.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:inline}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:50px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px}.ast-header-break-point .main-header-menu{background-color:#f9f9f9;border-top-width:0}.ast-header-break-point .main-header-menu .sub-menu{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto}.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu{left:0}.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:0}.ast-header-break-point .submenu-with-border .sub-menu{border:0}.ast-header-break-point .dropdown-menu-toggle{display:none}.ast-mobile-menu-buttons{display:none}.ast-button-wrap{display:inline-block}.ast-button-wrap button{box-shadow:none;border:none}.ast-button-wrap .menu-toggle{padding:0;width:2.2em;height:2.1em;font-size:1.5em;font-weight:400;border-radius:2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:2px;vertical-align:middle;line-height:1.85714285714286}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:0 .5em;width:auto;text-align:center}.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu{font-size:15px;font-size:1rem;font-weight:600}.ast-button-wrap .menu-toggle .menu-toggle-icon{font-style:normal;display:inline-block;vertical-align:middle;line-height:2.05}.ast-button-wrap .menu-toggle .menu-toggle-icon:before{content:"\e5d2";font-family:Astra;text-decoration:inherit}.ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2){display:none}.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before{content:"\e5cd"}.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:first-child{display:none}.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2){display:block}.ast-button-wrap .menu-toggle .mobile-menu-wrap{display:inline-block}.ast-button-wrap .menu-toggle:focus{outline:thin dotted}.header-main-layout-1 .ast-main-header-bar-alignment{margin-left:auto}.site-navigation{height:100%}.site-header .menu-link *{transition:none}.ast-icon.icon-arrow svg{height:.6em;width:.6em;position:relative;margin-left:10px}.ast-icon.icon-search svg{height:1em;width:.9em;margin-top:3px;margin-right:2px}.ast-header-break-point .user-select{clear:both}.ast-header-break-point .ast-mobile-menu-buttons{display:block;align-self:center}.ast-header-break-point .main-header-bar-navigation{flex:auto}.ast-header-break-point .ast-main-header-bar-alignment{display:block;width:100%;flex:auto;order:4}.ast-header-break-point .ast-icon.icon-arrow svg{height:.85em;width:.95em;position:relative;margin-left:10px}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{position:relative;text-align:left}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{grid-column-start:2;text-align:right}.ast-icon svg{fill:currentColor}.post-navigation a{background:0 0;font-size:1.06666rem;font-size:1rem;padding:0 var(--ast-post-nav-space,1.5em);height:2.33333em;line-height:calc(2.33333em - 3px)}.main-header-bar{z-index:1}.header-main-layout-1.ast-primary-menu-disabled .ast-masthead-custom-menu-items{text-align:right}.header-main-layout-1 .main-header-bar-navigation{text-align:right}.header-main-layout-1 .main-header-bar-navigation .sub-menu{text-align:left}.header-main-layout-1 .main-navigation{padding-left:15px;vertical-align:top}.header-main-layout-1 .main-header-container{align-items:stretch}.header-main-layout-2 .main-header-container{display:block}.header-main-layout-2 .site-branding{text-align:center;padding-bottom:1em}.header-main-layout-2 .site-title{justify-content:center}.header-main-layout-2 .main-navigation ul{justify-content:center}.header-main-layout-2 .main-header-bar-navigation{text-align:center}.header-main-layout-2 .main-header-bar-navigation .sub-menu{text-align:left}.header-main-layout-2 .ast-header-custom-item{justify-content:center;line-height:1.85714285714286}.header-main-layout-2 .ast-masthead-custom-menu-items{position:relative}.header-main-layout-2 .widget{text-align:center}.ast-header-custom-item-outside .header-main-layout-2 .main-header-container{-js-display:flex;display:flex;justify-content:center}.ast-header-custom-item-outside .header-main-layout-2 .site-branding{flex:0 0 100%}.header-main-layout-3 .ast-site-identity{text-align:right}.header-main-layout-3 .main-header-container{flex-direction:row-reverse;align-items:stretch}.header-main-layout-3 .main-navigation{padding-right:15px}.header-main-layout-3 .main-navigation ul{justify-content:flex-start}.header-main-layout-3 .main-header-bar-navigation{text-align:left}.header-main-layout-3 .ast-header-custom-item{justify-content:flex-start}.header-main-layout-3 .ast-masthead-custom-menu-items{position:relative}.header-main-layout-3 li .ast-search-icon{padding-left:.5em}.header-main-layout-3 .ast-search-menu-icon{left:0;right:0}.header-main-layout-3 li .ast-search-menu-icon{left:1em;right:0}.header-main-layout-3 .main-header-bar .ast-search-menu-icon .search-form{padding:0 0 0 3em}.header-main-layout-3 .main-header-bar .ast-search-menu-icon.slide-search .search-form{left:-1em;right:auto}.ast-header-break-point .header-main-layout-1 .site-branding{padding-right:1em}.ast-header-break-point .header-main-layout-1 .main-header-bar-navigation{text-align:left}.ast-header-break-point .header-main-layout-1 .main-navigation{padding-left:0}.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items{flex:1 1 100%}.ast-header-break-point .ast-mobile-header-stack .site-branding{padding-left:0;padding-right:0;padding-bottom:1em;flex:1 1 100%}.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items,.ast-header-break-point .ast-mobile-header-stack .ast-site-identity,.ast-header-break-point .ast-mobile-header-stack .site-branding,.ast-header-break-point .ast-mobile-header-stack .site-title{justify-content:center;text-align:center}.ast-header-break-point .ast-mobile-header-stack.ast-logo-title-inline .site-title{text-align:left}.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons{flex:1 1 100%;text-align:center;justify-content:center}.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .main-header-container{flex-direction:initial}.ast-header-break-point .header-main-layout-2 .ast-mobile-menu-buttons{-js-display:flex;display:flex;justify-content:center}.ast-header-break-point .header-main-layout-2 .main-header-bar-navigation,.ast-header-break-point .header-main-layout-2 .widget{text-align:left}.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-3 .main-header-bar .ast-search-icon{margin-right:auto;margin-left:1em}.ast-header-break-point .header-main-layout-3 .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:auto;left:0}.ast-header-break-point .header-main-layout-3.ast-mobile-header-inline .ast-mobile-menu-buttons{justify-content:flex-start}.ast-header-break-point .header-main-layout-3 li .ast-search-menu-icon{left:0}.ast-header-break-point .header-main-layout-3 .site-branding{padding-left:1em;justify-content:flex-end}.ast-header-break-point .header-main-layout-3 .main-navigation{padding-right:0}.ast-logo-title-inline .ast-site-identity{-js-display:inline-flex;display:inline-flex;vertical-align:middle;align-items:center;transition:all .2s linear}.ast-logo-title-inline .site-logo-img{padding-right:1em}.ast-logo-title-inline.header-main-layout-2 .site-logo-img+.ast-site-title-wrap .site-title{justify-content:flex-start}@media (max-width:544px){.ast-header-custom-item-outside .ast-mobile-header-stack .site-branding{padding-right:0}.ast-header-custom-item-outside .ast-mobile-header-stack .site-title{justify-content:center;text-align:center}.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons,.ast-header-break-point .ast-mobile-header-stack .site-branding{justify-content:center;text-align:center;padding-bottom:0}}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-branding{text-align:left}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-title{justify-content:left}.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-2 .ast-mobile-menu-buttons{padding-bottom:1em}.ast-header-break-point .ast-mobile-header-inline .main-header-container,.ast-header-break-point .ast-mobile-header-stack .main-header-container{-js-display:flex;display:flex}.site-header{z-index:99;position:relative}.main-header-container{position:relative}.main-header-bar-wrap{position:relative}.main-header-bar{background-color:#fff;border-bottom-color:var(--ast-border-color);border-bottom-style:solid}.ast-header-break-point .main-header-bar{border:0}.ast-header-break-point .main-header-bar{border-bottom-color:var(--ast-border-color);border-bottom-style:solid}.main-header-bar{margin-left:auto;margin-right:auto}.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-header-custom-item-inside .button-custom-menu-item .menu-link{display:none}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item{padding-left:0;padding-right:0;margin-top:0;margin-bottom:0}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link{display:none}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link{display:block}.ast-theme-transparent-header .post-password-form{margin-top:100px}.nav-style{display:block;padding:0 15px}.site-branding{line-height:1;align-self:center}.ast-no-menu-items .main-navigation{display:none}.ast-menu-toggle{display:none;background:0 0;color:inherit;border-style:dotted;border-color:transparent}.ast-menu-toggle:focus,.ast-menu-toggle:hover{background:0 0;border-color:inherit;color:inherit}.ast-menu-toggle:focus{outline:thin dotted}.ast-main-header-nav-open .main-header-bar{padding-bottom:0}.main-header-bar{z-index:4;position:relative;line-height:4}.main-header-bar .main-header-bar-navigation{height:100%}.main-header-bar .main-header-bar-navigation:empty{padding:0}.main-header-bar .main-header-bar-navigation .sub-menu{line-height:1.45}.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after{line-height:normal}.main-header-bar .main-header-bar-navigation .ast-search-icon{display:block;z-index:4;position:relative}.main-header-bar .ast-search-menu-icon .search-form{background-color:#fff}.ast-primary-menu-disabled .main-header-bar .main-header-bar-navigation.toggle-on{padding-top:0}.ast-flyout-menu-enable .main-header-bar .ast-masthead-custom-menu-items .ast-custom-button-link{border:none}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-form{visibility:visible;opacity:1;position:relative;right:auto;top:auto;transform:none}.ast-above-header-section .user-select .ast-dropdown-active .slide-search.astra-search-icon,.ast-masthead-custom-menu-items .ast-dropdown-active .slide-search.astra-search-icon,.below-header-user-select .ast-dropdown-active .slide-search.astra-search-icon{color:#757575}.ast-search-menu-icon.slide-search .search-form{backface-visibility:visible;visibility:hidden;opacity:0;transition:all .2s;position:absolute;z-index:3;right:-1em;top:50%;transform:translateY(-50%)}.ast-search-menu-icon.ast-dropdown-active.slide-search .search-form{visibility:visible;opacity:1}.ast-search-menu-icon .search-form{border:1px solid var(--ast-border-color);line-height:normal;padding:0 3em 0 0;border-radius:2px;display:inline-block;backface-visibility:hidden;position:relative;color:inherit;background-color:#fff}.ast-search-menu-icon .astra-search-icon{-js-display:flex;display:flex;line-height:normal}.ast-search-menu-icon .astra-search-icon:focus{outline:0}.ast-search-menu-icon .search-field{border:none;background-color:transparent;transition:width .2s;border-radius:inherit;color:inherit;font-size:inherit;width:0;color:#757575}.ast-search-menu-icon .search-submit{display:none;background:0 0;border:none;font-size:1.3em;color:#757575}.ast-search-menu-icon.ast-dropdown-active{visibility:visible;opacity:1;position:relative}.ast-search-menu-icon.ast-dropdown-active .search-field{width:235px}li.ast-masthead-custom-menu-items{padding:0 1em}li.ast-masthead-custom-menu-items a{padding-left:0;padding-right:0;vertical-align:middle}li.ast-masthead-custom-menu-items a,li.ast-masthead-custom-menu-items a:focus,li.ast-masthead-custom-menu-items a:hover{background:0 0}li.ast-masthead-custom-menu-items .ast-search-icon .astra-search-icon{line-height:1}.ast-search-icon{z-index:4;position:relative;line-height:normal}.ast-primary-menu-disabled.ast-mobile-header-inline .ast-masthead-custom-menu-items{text-align:right}.ast-primary-menu-disabled .ast-masthead-custom-menu-items{flex:1}.ast-primary-menu-disabled.header-main-layout-2 .ast-masthead-custom-menu-items{text-align:center}.ast-primary-menu-disabled.header-main-layout-3 .ast-masthead-custom-menu-items{text-align:left}.ast-masthead-custom-menu-items{padding:0 1em}.search-custom-menu-item{position:relative}.custom-mobile-logo-link{display:none}.ast-site-identity{padding:1em 0}.ast-header-break-point .ast-mobile-header-stack .site-description{text-align:center}.ast-header-break-point .ast-mobile-header-stack.ast-logo-title-inline .site-description{text-align:left}.ast-header-break-point.ast-header-custom-item-outside .ast-primary-menu-disabled .ast-mobile-menu-buttons{display:none}.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items{display:none}.ast-header-break-point .ast-mobile-header-inline .site-branding{text-align:left;padding-bottom:0}.ast-header-break-point .ast-mobile-header-inline.header-main-layout-3 .site-branding{text-align:right}.ast-header-break-point .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;flex:1;align-self:center}.ast-header-break-point ul li.ast-masthead-custom-menu-items a{padding:0;display:inline-block;width:auto;border:0}.ast-header-break-point li.ast-masthead-custom-menu-items{padding-left:20px;padding-right:20px;margin-bottom:1em;margin-top:1em}.ast-header-break-point .ast-site-identity{width:100%}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.menu-link:after{display:none}.ast-header-break-point .main-header-bar{display:block;line-height:3}.ast-header-break-point .main-header-bar .main-header-bar-navigation{line-height:3;display:none}.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit;transition:all .2s}.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle .icon-arrow svg,.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:var(--ast-border-color)}.ast-header-break-point.ast-header-custom-item-inside .ast-search-menu-icon{position:relative;display:block;right:auto;transform:none}.ast-header-break-point .main-navigation{display:block;width:100%}.ast-header-break-point .main-navigation ul>.menu-item:first-child{border-top:0}.ast-header-break-point .main-navigation ul ul{left:auto;right:auto}.ast-header-break-point .main-navigation li{width:100%}.ast-header-break-point .main-navigation .widget{margin-bottom:1em}.ast-header-break-point .main-navigation .widget li{width:auto}.ast-header-break-point .main-navigation .widget:last-child{margin-bottom:0}.ast-header-break-point .main-header-bar-navigation{width:calc(100% + 40px);margin:0 -20px}.ast-header-break-point .main-header-menu ul ul{top:0}.ast-header-break-point .ast-has-mobile-header-logo .custom-logo-link{display:none}.ast-header-break-point .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block}.ast-header-break-point.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg,.ast-header-break-point.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link{display:block}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-menu-buttons{order:2}.ast-header-break-point.ast-header-custom-item-outside .main-header-bar-navigation{order:3}.ast-header-break-point.ast-header-custom-item-outside .ast-masthead-custom-menu-items{order:1}.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-2 .ast-masthead-custom-menu-items{text-align:center}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .ast-mobile-menu-buttons,.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-branding{-js-display:flex;display:flex}.ast-header-break-point.ast-header-custom-item-outside.ast-header-custom-item-outside .header-main-layout-2 .ast-mobile-menu-buttons{padding-bottom:0}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .ast-site-identity{width:100%}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline.header-main-layout-3 .ast-site-identity{width:auto}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline.header-main-layout-2 .site-branding{flex:1 1 auto}@media (max-width:544px){.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons{width:100%}.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons,.ast-header-break-point .ast-mobile-header-stack .site-branding{justify-content:center}.ast-header-break-point .ast-mobile-header-stack .main-header-bar-wrap .site-branding{flex:1 1 auto}.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons{padding-top:.8em}.ast-header-break-point .ast-mobile-header-stack.header-main-layout-2 .ast-mobile-menu-buttons{padding-top:.8em}.ast-header-break-point .ast-mobile-header-stack.header-main-layout-1 .site-branding{padding-bottom:0}.ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items{padding:.8em 1em 0 1em;text-align:center;width:100%}.ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .ast-masthead-custom-menu-items,.ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .ast-mobile-menu-buttons{padding-top:.8em}}.customize-partial-edit-shortcut-blogname button.customize-partial-edit-shortcut-button{display:none}.ast-site-title-wrap:hover .customize-partial-edit-shortcut-blogname button.customize-partial-edit-shortcut-button{display:inline-block}.customize-partial-edit-shortcut-blogdescription button.customize-partial-edit-shortcut-button{display:none}.ast-site-title-wrap:hover .customize-partial-edit-shortcut-blogdescription button.customize-partial-edit-shortcut-button{display:inline-block}.customize-partial-edit-shortcut-astra-settings-display-site-title-responsive button.customize-partial-edit-shortcut-button{display:none}.customize-partial-edit-shortcut-astra-settings-display-site-tagline-responsive button.customize-partial-edit-shortcut-button{display:none}.customize-partial-edit-shortcut-custom_logo button.customize-partial-edit-shortcut-button{display:none}.site-logo-img:hover .customize-partial-edit-shortcut-custom_logo button.customize-partial-edit-shortcut-button{display:inline-block}.customize-partial-edit-shortcut-astra-settings-disable-primary-nav button.customize-partial-edit-shortcut-button{display:none}.main-navigation:hover .customize-partial-edit-shortcut-astra-settings-disable-primary-nav button.customize-partial-edit-shortcut-button{display:inline-block}.ast-primary-sticky-header-active .customize-partial-edit-shortcut-astra-settings-header-main-stick .customize-partial-edit-shortcut-button{left:100px}.ast-primary-sticky-header-active.ast-full-width-header .customize-partial-edit-shortcut-astra-settings-header-main-stick .customize-partial-edit-shortcut-button{left:5px}.customize-partial-edit-shortcut-astra-settings-disable-primary-nav .customize-partial-edit-shortcut-button{top:15px}.ast-masthead-custom-menu-items.search-custom-menu-item .customize-partial-edit-shortcut-astra-settings-header-main-rt-section .customize-partial-edit-shortcut-button{left:-30px;top:-7px;display:none}.ast-masthead-custom-menu-items.search-custom-menu-item:hover .customize-partial-edit-shortcut-astra-settings-header-main-rt-section .customize-partial-edit-shortcut-button{display:block}.ast-masthead-custom-menu-items.button-custom-menu-item .customize-partial-edit-shortcut-astra-settings-header-main-rt-section-button-text .customize-partial-edit-shortcut-button{top:-14px;display:none}.ast-masthead-custom-menu-items.button-custom-menu-item:hover .customize-partial-edit-shortcut-astra-settings-header-main-rt-section-button-text .customize-partial-edit-shortcut-button{display:block}.ast-masthead-custom-menu-items.text-html-custom-menu-item .customize-partial-edit-shortcut-astra-settings-header-main-rt-section-html .customize-partial-edit-shortcut-button{left:-30px;top:15px;display:none}.ast-masthead-custom-menu-items.text-html-custom-menu-item:hover .customize-partial-edit-shortcut-astra-settings-header-main-rt-section-html .customize-partial-edit-shortcut-button{display:block}.ast-masthead-custom-menu-items.widget-custom-menu-item{text-align:left}.ast-masthead-custom-menu-items.widget-custom-menu-item .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button{left:-25px;top:-8px;display:none}.ast-masthead-custom-menu-items.widget-custom-menu-item:hover .customize-partial-edit-shortcut .customize-partial-edit-shortcut-button{display:block}.ast-masthead-custom-menu-items.woocommerce-custom-menu-item .customize-partial-edit-shortcut-astra-settings-header-main-rt-section .customize-partial-edit-shortcut-button{top:-20px;left:-25px;display:none}.ast-masthead-custom-menu-items.woocommerce-custom-menu-item:hover .customize-partial-edit-shortcut-astra-settings-header-main-rt-section .customize-partial-edit-shortcut-button{display:block}.ast-below-header .below-header-user-select .ast-search-menu-icon,.ast-below-header .below-header-user-select .ast-site-header-cart,.ast-below-header .below-header-user-select.below-header-widget{text-align:left}.ast-below-header .customize-partial-edit-shortcut{top:1em}.ast-above-header-section .user-select .ast-search-menu-icon{text-align:left}.ast-above-header .customize-partial-edit-shortcut{top:.3em}.ast-above-header-section-1 .ast-above-header-navigation .customize-partial-edit-shortcut-astra-settings-above-header-section-1 .customize-partial-edit-shortcut-button{left:-14px}.ast-above-header-section-1 .ast-search-menu-icon .customize-partial-edit-shortcut-astra-settings-above-header-section-1-search-box-type .customize-partial-edit-shortcut-button{left:-25px;top:-10px}.ast-above-header-section-1.woocommerce-above-header .customize-partial-edit-shortcut-astra-settings-above-header-section-1 .customize-partial-edit-shortcut-button{left:-25px;top:-15px}.ast-above-header-section-1 .customize-partial-edit-shortcut-astra-settings-above-header-section-1-html .customize-partial-edit-shortcut-button{left:-25px}.ast-above-header-section-2 .ast-above-header-navigation .customize-partial-edit-shortcut-astra-settings-above-header-section-2 .customize-partial-edit-shortcut-button{left:-14px}.ast-above-header-section-2 .ast-search-menu-icon .customize-partial-edit-shortcut-astra-settings-above-header-section-2-search-box-type .customize-partial-edit-shortcut-button{top:-10px;left:-25px}.ast-above-header-section-2.woocommerce-above-header .customize-partial-edit-shortcut-astra-settings-above-header-section-2 .customize-partial-edit-shortcut-button{left:-25px}.below-header-section-1.ast-below-header-navigation .customize-partial-edit-shortcut-astra-settings-below-header-section-1 .customize-partial-edit-shortcut-button{left:-14px}.below-header-section-1 .ast-search-menu-icon .customize-partial-edit-shortcut-astra-settings-below-header-section-1-search-box-type .customize-partial-edit-shortcut-button{top:-10px;left:-25px}.below-header-section-1 .ast-site-header-cart .customize-partial-edit-shortcut-astra-settings-below-header-section-1 .customize-partial-edit-shortcut-button{left:-25px}.below-header-section-1 .customize-partial-edit-shortcut-astra-settings-below-header-section-1-html .customize-partial-edit-shortcut-button{left:-25px}.below-header-section-2.ast-below-header-navigation .customize-partial-edit-shortcut-astra-settings-below-header-section-2 .customize-partial-edit-shortcut-button{left:-14px}.below-header-section-2 .ast-search-menu-icon .customize-partial-edit-shortcut-astra-settings-below-header-section-2-search-box-type .customize-partial-edit-shortcut-button{top:-10px;left:-25px}.below-header-section-2 .ast-site-header-cart .customize-partial-edit-shortcut-astra-settings-below-header-section-2 .customize-partial-edit-shortcut-button{left:-25px}.below-header-section-2 .customize-partial-edit-shortcut-astra-settings-below-header-section-2-html .customize-partial-edit-shortcut-button{left:-25px}.customize-partial-edit-shortcut-astra-settings-above-header-layout .customize-partial-edit-shortcut-button,.customize-partial-edit-shortcut-astra-settings-below-header-layout .customize-partial-edit-shortcut-button{left:-60px}.ast-header-break-point .ast-mobile-menu-buttons{text-align:right;-js-display:flex;display:flex;justify-content:flex-end}.ast-header-break-point .ast-mobile-menu-buttons .ast-button-wrap .ast-mobile-menu-buttons-minimal{font-size:1.7em}.sticky{display:block}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.page-links{clear:both;margin-top:1em}.page-links a{display:inline-block}.page-links a .page-link{border-color:var(--ast-border-color);background:0 0}.page-links .page-link{padding:0;margin:0 0 .3em .3em;border:2px solid var(--ast-border-color);color:#000;background:0 0;font-size:.8em;width:2.5em;height:2.5em;line-height:calc( 2.5em - 4px);display:inline-block;text-align:center;transition:all .2s linear}.page-links .page-link:focus,.page-links .page-link:hover{color:#000}@media (max-width:768px){.page-links .page-link{margin-bottom:6px}}.entry-content>:last-child,.entry-summary>:last-child,.page-content>:last-child{margin-bottom:0}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){margin:20px auto}.bypostauthor{display:block}body{overflow-x:hidden}.widget-title{font-weight:400;margin-bottom:1em;line-height:1.5}.widget{margin:0 0 2.8em 0}.widget:last-child{margin-bottom:0}.widget select{max-width:100%}.widget ul{margin:0;list-style-type:none}.no-widget-text{margin-bottom:0}.widget_nav_menu ul ul.sub-menu{margin-top:.25em}.widget_nav_menu ul ul.sub-menu li{padding-left:20px}.widget_nav_menu ul ul.sub-menu a:after{left:-20px}.widget_nav_menu ul ul.sub-menu ul a:after{left:-40px}.widget_nav_menu ul ul.sub-menu ul ul a:after{left:-60px}.widget_nav_menu li{transition:all .2s linear}#secondary .wp-block-search__input{line-height:1}#secondary .wp-block-search__button{padding:.7em 1em}.widget_search .search-form{position:relative;padding:0;background:initial;color:inherit}.widget_search .search-form>label{position:relative}.widget_search .search-form i{color:#3a3a3a}.widget_search .search-form button{position:absolute;top:0;right:15px;border:none;padding:0;cursor:pointer;background:0 0}.widget_search .search-form input[type=submit],.widget_search .search-form input[type=submit]:focus,.widget_search .search-form input[type=submit]:hover{padding:13px 20px;border-radius:2px;border:none;top:0;right:0;position:absolute;color:transparent;background:0 0;max-width:45px;z-index:2}.widget_search .search-form .search-field{background:var(--ast-widget-bg-color);border-width:1px;border-color:var(--ast-border-color);border-radius:2px}.widget_search .search-field,.widget_search .search-field:focus{width:100%;padding:12px 45px 12px 15px}.widget_archive ul.children,.widget_categories ul.children,.widget_pages ul.children{position:relative;margin-top:5px;width:100%}.widget_archive ul.children li,.widget_categories ul.children li,.widget_pages ul.children li{padding-left:20px}.widget_archive li ul.children a:after,.widget_categories li ul.children a:after,.widget_pages li ul.children a:after{left:-20px}.widget_archive li ul.children ul a:after,.widget_categories li ul.children ul a:after,.widget_pages li ul.children ul a:after{left:-40px}.widget_tag_cloud .tagcloud{margin-top:10px;display:inline-block}.widget_tag_cloud .tagcloud a{border:1px solid var(--ast-border-color);padding:.5em .9em;display:inline-block;margin-bottom:4px;font-size:14px;margin-right:4px;line-height:1.5;transition:all .2s linear}.widget_calendar table,.widget_calendar td,.widget_calendar th{padding:0;text-align:center}.widget_calendar table,.widget_calendar th{border:none}.widget_calendar td{border-right:none;border-left:none}.widget_calendar caption{line-height:2.7em}.widget_calendar thead{line-height:2.5em}.widget_calendar thead a{color:#0274be;font-size:1rem;vertical-align:middle}.widget_calendar thead td{vertical-align:middle;font-weight:700}.widget_calendar thead>tr>th{line-height:2.5em;border-bottom:2px solid var(--ast-border-color);border-top:2px solid var(--ast-border-color)}.widget_calendar tbody{line-height:2.1em;text-align:center}.widget_calendar tbody>tr>td{width:14.2857%}.widget_calendar tbody>tr:first-child>td{padding-top:3px}.widget_calendar #today{color:#0274be;font-weight:700;border-bottom:2px solid #0274be}.ast-footer-overlay{background-color:#3a3a3a;padding-top:2em;padding-bottom:2em}@media (min-width:769px){.ast-footer-overlay{padding-top:2.66666em;padding-bottom:2.66666em}}.ast-small-footer{line-height:1.85714285714286;position:relative}.ast-small-footer .nav-menu a{padding:0 .5em}.ast-small-footer .no-widget-text,.ast-small-footer .widget-title{margin-bottom:0}.ast-small-footer .widget{margin-bottom:1em}.ast-small-footer .widget ul{position:static;border:0;width:auto}.ast-small-footer .widget ul a{border:0}.ast-small-footer .widget:last-child{margin-bottom:0}@media (min-width:769px){.ast-small-footer .nav-menu li{margin:0}.ast-small-footer .nav-menu li:first-child a{padding-left:0}.ast-small-footer .nav-menu li:last-child a{padding-right:0}}.ast-footer-site-title .customize-partial-edit-shortcut-button{display:none}.footer-sml-layout-1{text-align:center}.footer-sml-layout-1 .ast-small-footer-section-2{margin-top:1em}.footer-sml-layout-2 .ast-small-footer-section-1,.footer-sml-layout-2 .ast-small-footer-section-2{text-align:center}@media (min-width:769px){.footer-sml-layout-2 .ast-small-footer-section-1{text-align:left}.footer-sml-layout-2 .ast-small-footer-section-1 .menu-item .menu-link{padding:0 1em 0 0}.footer-sml-layout-2 .ast-small-footer-section-2{text-align:right}.footer-sml-layout-2 .ast-small-footer-section-2 .menu-item .menu-link{padding:0 0 0 1em}}@media (max-width:768px){.ast-header-break-point .footer-sml-layout-2 .ast-small-footer-section-2{margin-top:1em}}@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0){.ast-small-footer-wrap .ast-row:before{display:block}}.site-footer{color:#fff}.site-footer .widget-title{color:var(--ast-border-color)}.site-footer a{color:var(--ast-border-color)}.site-footer a:focus,.site-footer a:hover{color:#fff}.site-footer ul{margin:0;list-style-type:none}.site-footer .nav-menu li{display:inline-block}.footer-adv-overlay{background-color:#3a3a3a;padding-top:70px;padding-bottom:70px}.footer-adv p:last-child{margin-bottom:0}.footer-adv .widget_calendar table{margin-bottom:0}@media all and (max-width:768px){.footer-adv-widget-1 .widget:last-child{margin:0 0 2.8em}}.footer-adv .ast-no-widget-row .widget-title{text-transform:capitalize}@media all and (max-width:768px){.footer-adv-layout-4 .footer-adv-widget-2 .widget:last-child,.footer-adv-layout-4 .footer-adv-widget-3 .widget:last-child{margin:0 0 2.8em}}input[type=email],input[type=number],input[type=password],input[type=reset],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{color:#666;padding:.75em;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:var(--ast-comment-inputs-background);box-shadow:none;box-sizing:border-box;transition:all .2s linear}input[type=email]:focus,input[type=password]:focus,input[type=reset]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{background-color:#fff;border-color:var(--ast-border-color);box-shadow:none}input[type=button],input[type=button]:focus,input[type=button]:hover,input[type=reset],input[type=reset]:focus,input[type=reset]:hover,input[type=submit],input[type=submit]:focus,input[type=submit]:hover{box-shadow:none}textarea{width:100%}input[type=search]:focus{outline:thin dotted}.astra-dark-mode-enable form .form-row textarea,.astra-dark-mode-enable input[type=email],.astra-dark-mode-enable input[type=number],.astra-dark-mode-enable input[type=password],.astra-dark-mode-enable input[type=reset],.astra-dark-mode-enable input[type=search],.astra-dark-mode-enable input[type=tel],.astra-dark-mode-enable input[type=text],.astra-dark-mode-enable input[type=url],.astra-dark-mode-enable textarea{background-color:var(--ast-global-color-secondary,--ast-global-color-5);color:var(--ast-global-color-2)!important;border:1px solid var(--ast-border-color)}.astra-dark-mode-enable form .form-row textarea:focus,.astra-dark-mode-enable input[type=email]:focus,.astra-dark-mode-enable input[type=number]:focus,.astra-dark-mode-enable input[type=password]:focus,.astra-dark-mode-enable input[type=reset]:focus,.astra-dark-mode-enable input[type=search]:focus,.astra-dark-mode-enable input[type=tel]:focus,.astra-dark-mode-enable input[type=text]:focus,.astra-dark-mode-enable input[type=url]:focus,.astra-dark-mode-enable textarea:focus{border:1px solid var(--ast-global-color-0)!important;background-color:var(--ast-global-color-secondary,--ast-global-color-5)!important}.astra-dark-mode-enable .select2-container .select2-selection--single,.astra-dark-mode-enable .select2-dropdown,.astra-dark-mode-enable select{background-color:var(--ast-global-color-secondary,--ast-global-color-5);border-color:var(--ast-border-color);color:var(--ast-global-color-2)}.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=email],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=number],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=password],.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=url],.astra-dark-mode-enable .wc-block-components-text-input input[type=email],.astra-dark-mode-enable .wc-block-components-text-input input[type=number],.astra-dark-mode-enable .wc-block-components-text-input input[type=password],.astra-dark-mode-enable .wc-block-components-text-input input[type=tel],.astra-dark-mode-enable .wc-block-components-text-input input[type=text],.astra-dark-mode-enable .wc-block-components-text-input input[type=url],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text]{background-color:var(--ast-global-color-secondary,--ast-global-color-5);color:var(--ast-global-color-2)}input[type=range]{-webkit-appearance:none;width:100%;margin:5.7px 0;padding:0;border:none}input[type=range]:focus{outline:0}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8.6px;cursor:pointer;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;background:rgba(255,255,255,.2);border-radius:13.6px;border:0 solid #fff}input[type=range]::-webkit-slider-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer;-webkit-appearance:none;margin-top:-5.7px}input[type=range]:focus::-webkit-slider-runnable-track{background:rgba(255,255,255,.2)}input[type=range]::-moz-range-track{width:100%;height:8.6px;cursor:pointer;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;background:rgba(255,255,255,.2);border-radius:13.6px;border:0 solid #fff}input[type=range]::-moz-range-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer}input[type=range]::-ms-track{width:100%;height:8.6px;cursor:pointer;background:0 0;border-color:transparent;color:transparent}input[type=range]::-ms-fill-lower{background:rgba(199,199,199,.2);border:0 solid #fff;border-radius:27.2px;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9}input[type=range]::-ms-fill-upper{background:rgba(255,255,255,.2);border:0 solid #fff;border-radius:27.2px;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9}input[type=range]::-ms-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer;height:8.6px}input[type=range]:focus::-ms-fill-lower{background:rgba(255,255,255,.2)}input[type=range]:focus::-ms-fill-upper{background:rgba(255,255,255,.2)}input[type=color]{border:none;width:100px;padding:0;height:30px;cursor:pointer}input[type=color]::-webkit-color-swatch-wrapper{padding:0;border:none}input[type=color]::-webkit-color-swatch{border:none}.page .entry-header{margin-bottom:1.5em}.search .entry-header{margin-bottom:1em}.ast-single-post .entry-header.ast-header-without-markup,.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail{margin-bottom:0}.entry-header{margin-bottom:1.2em;word-wrap:break-word}.entry-header+.ast-blog-featured-section{margin-top:.5em}.blog-layout-6 .entry-header+.ast-blog-featured-section{margin-top:0}.entry-content{word-wrap:break-word}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video,.entry-content p{margin-bottom:1.6em}.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video{display:inline-block}.entry-content::after{display:table;clear:both;content:''}.post-content>.cat-links,.post-content>.read-more,.post-content>.tags-links{display:block;margin-bottom:.8em;font-weight:var(--ast-blog-meta-weight, "")}.ast-excerpt-container>p:last-child{margin-bottom:0}.post-content>.read-more{margin-top:1.5em}.ast-article-inner{width:100%;overflow-wrap:break-word}.read-more{margin-bottom:0}.read-more a{display:inline-block}.read-more .ast-right-arrow{font-size:1em}.ast-no-thumb .ast-blog-featured-section{margin-bottom:0}.ast-no-thumb .entry-header+.ast-blog-featured-section{margin-top:0}.ast-blog-featured-section{margin-bottom:1.5em}.blog-layout-2 .ast-blog-featured-section,.blog-layout-3 .ast-blog-featured-section{margin-bottom:0}.error404 .page-header{margin-bottom:1.5em}.error404 .page-header .page-title{margin-bottom:0}.archive .entry-title,.blog .entry-title,.search .entry-title{line-height:1.3}.archive .format-aside .entry-title,.archive .format-status .entry-title,.blog .format-aside .entry-title,.blog .format-status .entry-title{display:none}.page-title{margin-bottom:1em;font-weight:400}.entry-title{margin-bottom:.2em}.ast-article-post{margin-bottom:2.5em}.ast-article-post:last-child{margin-bottom:0;border-bottom:0}.search .site-content .content-area .search-form{margin-bottom:3em}.blog-layout-1 .post-thumb{padding-left:0;padding-right:0;position:relative}.blog .posted-on{z-index:1}.ast-blog-featured-section .posted-on{width:5.714285714em;height:5.714285714em;padding:.7em}.ast-blog-featured-section .posted-on .date-month,.ast-blog-featured-section .posted-on .date-year{font-size:.8571428571em;line-height:1em}.ast-blog-featured-section .posted-on .date-day{font-size:2.5em;line-height:.9em;font-weight:900;margin:.1em 0}.ast-author-box img.avatar{border-radius:50%;margin:0 0 0 20px}.ast-archive-description{margin-bottom:2.5em;padding-bottom:1.3333em;border-bottom:1px solid var(--ast-border-color)}.ast-archive-description .ast-archive-title{margin-bottom:4px;font-size:40px;font-size:2.85714rem;font-weight:300}.ast-archive-description p{margin-bottom:0;font-size:20px;font-size:1.42857rem;line-height:1.65;font-weight:300}.ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box{background-color:#eee;padding-bottom:0;border-bottom:0}@media (max-width:1200px){.ast-separate-container .ast-archive-description{margin:0;padding:3.34em 2.4em}}@media (max-width:992px){.ast-separate-container .ast-archive-description{padding:2.14em}}@media (min-width:1201px){.ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box{margin:0;padding:5em 6.67em 3.33333em}}.single .entry-header{margin-bottom:2em}.single .post-navigation{margin:0;padding:2em 0 0;border-top:1px solid var(--ast-single-post-border,var(--ast-border-color))}@media (max-width:768px){.single .post-navigation{padding-top:1.5em}}.single .post-navigation a{margin:2px;display:inline-block;color:#000}.single .post-navigation a p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (min-width:421px){.single .post-navigation .nav-links{-js-display:flex;display:flex;width:100%}.single .post-navigation .nav-links:not(:has(.nav-previous)){justify-content:flex-end}.single .post-navigation .nav-links .nav-previous+.nav-next{width:50%}.single .post-navigation .nav-next,.single .post-navigation .nav-previous{width:50%}}@media (max-width:420px){.single .post-navigation .ast-left-arrow,.single .post-navigation .ast-right-arrow{display:none}.single .post-navigation .nav-links:not(:has(.nav-previous)){justify-content:flex-end}.single .post-navigation .nav-next,.single .post-navigation .nav-previous{width:50%}.single .post-navigation .nav-next a,.single .post-navigation .nav-previous a{max-width:95%;width:100%}.single .post-navigation .nav-previous{margin-bottom:1em}}.single .entry-header .post-thumb{margin-bottom:2em}.single .entry-header .post-thumb img{margin-top:0;margin-bottom:0}.page .has-post-thumbnail .post-thumb img{margin-bottom:1.5em}.post-password-form{text-align:center}@media (max-width:420px){.post-password-form input[type=password]{display:block;margin:10px auto}}.post-password-form input[type=submit]{padding:10px 20px;border-radius:2px}.ast-author-avatar{margin:0 5px}.ast-author-avatar img{border-radius:100%;width:var(--ast-author-avatar-size,30px);height:var(--ast-author-avatar-size,30px)}.ast-separate-container .post-navigation{border-top:0;padding-left:var(--ast-post-nav-space,3.33333em);padding-right:var(--ast-post-nav-space,3.33333em)}@media (max-width:420px){.ast-separate-container .post-navigation{padding-left:0;padding-right:0}}@media (max-width:768px){.ast-separate-container .entry-header{margin-bottom:1em}}.ast-404-layout-1{text-align:center;margin:4em auto}.ast-404-layout-1 .page-sub-title{font-size:1.5rem;font-weight:700}.ast-404-layout-1 .widget_search{padding-top:.5em}.ast-404-search{margin-top:1.5em}.ast-404-search .widget_search{max-width:370px;margin:0 auto}.ast-separate-container .error-404,.ast-separate-container .no-results{background-color:#fff}@media (max-width:1200px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{margin:0;padding:3.34em 2.4em}}@media (max-width:768px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{padding:1.5em 2.14em}}@media (max-width:544px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{padding:1.5em 1em}}@media (min-width:1201px){.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{margin:0;padding:5.34em 6.67em}}.blog-layout-1{width:100%;display:inline-block;padding-bottom:2em;vertical-align:middle;border-bottom:1px solid var(--ast-border-color)}.blog-layout-1 .posted-on{left:0}.blog-layout-1 .post-content,.blog-layout-1 .post-thumb{padding-left:0;padding-right:0}.ast-flex{-js-display:flex;display:flex;flex-wrap:wrap}.ast-flex-1{flex:1}.ast-flex-2{flex:2}.ast-flex-3{flex:3}.ast-flex-4{flex:4}.ast-flex-5{flex:5}.ast-inline-flex{-js-display:inline-flex;display:inline-flex;align-items:center;flex-wrap:wrap;align-content:center}.ast-flex-direction-row{flex-direction:row}.ast-flex-direction-row-reverse{flex-direction:row-reverse}.ast-flex-direction-column{flex-direction:column}.ast-flex-direction-column-reverse{flex-direction:column-reverse}.ast-flex-wrap-nowrap{flex-wrap:nowrap}.ast-flex-wrap-wrap{flex-wrap:wrap}.ast-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse}.ast-justify-content-flex-start{justify-content:flex-start}.ast-justify-content-flex-end{justify-content:flex-end}.ast-justify-content-center{justify-content:center}.ast-justify-content-space-between{justify-content:space-between}.ast-justify-content-space-around{justify-content:space-around}.ast-align-items-flex-start{align-items:flex-start}.ast-align-items-flex-end{align-items:flex-end}.ast-align-items-center{align-items:center}.ast-align-items-baseline{align-items:baseline}.ast-align-items-stretch{align-items:stretch}.ast-align-content-flex-start{align-content:flex-start}.ast-align-content-flex-end{align-content:flex-end}.ast-align-content-center{align-content:center}.ast-align-content-space-between{align-content:space-between}.ast-align-content-space-around{align-content:space-around}.ast-align-content-stretch{align-content:stretch}.ast-order-1{order:1}.ast-order-2{order:2}.ast-order-3{order:3}.ast-order-4{order:4}.ast-order-5{order:5}.ast-flex-grow-1{flex-grow:1}.ast-flex-grow-2{flex-grow:2}.ast-flex-grow-3{flex-grow:3}.ast-flex-grow-4{flex-grow:4}.ast-flex-grow-5{flex-grow:5}.ast-flex-shrink-1{flex-shrink:1}.ast-flex-shrink-2{flex-shrink:2}.ast-flex-shrink-3{flex-shrink:3}.ast-flex-shrink-4{flex-shrink:4}.ast-flex-shrink-5{flex-shrink:5}.ast-align-self-auto{align-self:auto}.ast-align-self-flex-start{align-self:flex-start}.ast-align-self-flex-end{align-self:flex-end}.ast-align-self-center{align-self:center}.ast-align-self-baseline{align-self:baseline}.ast-align-self-stretch{align-self:stretch}.ahfb-svg-iconset{-js-display:inline-flex;display:inline-flex;align-self:center}.ahfb-svg-iconset svg{width:17px;height:17px;transition:none}.ahfb-svg-iconset svg>*{transition:none}
.menu-item i._mi,.menu-item img._mi{display:inline-block;vertical-align:middle}.menu-item i._mi{width:auto;height:auto;margin-top:-.265em;font-size:1.2em;line-height:1}.menu-item i._before,.rtl .menu-item i._after{margin-right:.25em}.menu-item i._after,.rtl .menu-item i._before{margin-left:.25em}.menu-item img._before,.rtl .menu-item img._after{margin-right:.5em}.menu-item img._after,.rtl .menu-item img._before{margin-left:.5em}.menu-item ._svg{width:1em}.rtl .menu-item i._before{margin-right:0}.rtl .menu-item i._after{margin-left:0}.visuallyhidden{overflow:hidden;clip:rect(0 0 0 0);position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0}.menu-item i.elusive{margin-top:-.3em}.dashicons-admin-site:before{content:"\f319"!important}.dashicons-welcome-view-site:before{content:"\f115"!important}
.wp-embed-responsive .wp-block{outline:0}.woolentor_myaccount_page{overflow:hidden}.woolentor_myaccount_page .woocommerce-MyAccount-content .form-row{display:block}.woolentor-user-area{display:flex;align-items:center;margin-bottom:30px}.woolentor-user-image{margin-right:20px}.woolentor-user-image img{border-radius:100% !important}.woolentor-user-info span{display:block}.woolentor-username{font-size:20px}.woolentor-logout{font-size:14px}.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none;border-top:1px solid #ddd}.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li{border-bottom:1px solid #ddd;padding:12px 0;line-height:1.5}.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li a{transition:.4s}.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation,.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation{width:100%;float:none}.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul,.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul{border:none}.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul li,.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul li{display:inline-block;border-bottom:0;padding:12px 10px}.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-content,.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-content{width:100%;float:none}.woocommerce-account .woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-navigation,.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-content{float:right}.woocommerce-account .woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-content,.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-navigation{float:left}.woolentor_block_my_account,.woolentor_block_my_account_navigation{overflow:hidden}.woolentor_block_my_account_navigation .woocommerce-MyAccount-navigation{width:100% !important;float:none !important}.woolentor_myaccount_menu_type_vertical ul li{display:inline-block;border:none !important}.woolentor_myaccount_menu_type_vertical ul{border-top:0 !important}.woolentor_block_my_account_navigation .woolentor-user-area:not(:first-child){display:none}.woolentor-customer-logout a{display:inline-block}.woolentor_block_product_grid .ht-product-ratting i{font-family:'FontAwesome'}
#wp-admin-bar-woolentor_template_builder>.ab-item{display:flex !important;align-items:center}#wp-admin-bar-woolentor_template_builder .ab-item img{width:16px;margin-right:3px}.wlb-marker-wrapper .wlb_image_pointer .wlb_pointer_box h4{margin:0 0 7px}.editor-styles-wrapper .ht-feature-content h4,.editor-styles-wrapper .ht-feature-content p{margin-top:0;margin-bottom:0}[class*=woolentor-] i{font-style:normal}[class*=woolentor-] *,[class*=woolentor-] *:before,[class*=woolentor-] *:after{box-sizing:border-box}.woolentor-text-align-left{text-align:left !important}.woolentor-text-align-right{text-align:right !important}.woolentor-text-align-center{text-align:center !important}[class*=woolentorblock-] a,.block-editor__container[class*=woocommerce]{text-decoration:none !important}body .wp-block-group.is-vertical{flex-direction:column}body .wp-block-group.is-layout-flex.is-content-justification-space-between{justify-content:space-between}[class*=woolentor].alignfull{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw;width:100vw;padding:0 15px}[class*=woolentor].alignwide{margin-left:-100px;margin-right:-100px;max-width:var(--wp--style--global--wide-size) !important;width:unset}[class*=woolentor].alignfull .alignfull,[class*=woolentor].alignfull .alignwide{width:100%;margin-left:auto;margin-right:auto}[class*=woolentor].alignwide .alignfull,[class*=woolentor].alignwide .alignwide{width:100%;margin-left:auto;margin-right:auto}.wp-block-column [class*=woolentor].alignfull,.wp-block-column [class*=woolentor].alignwide{margin-left:auto;margin-right:auto;width:100%}@media (max-width:1200px){[class*=woolentor].alignfull{margin-left:-2.4em;margin-right:-2.4em}}@media (max-width:768px){[class*=woolentor].alignfull{margin-left:-2.14em;margin-right:-2.14em}}@media (max-width:544px){[class*=woolentor].alignfull{margin-left:-1em;margin-right:-1em}}[class*=woolentor].alignwide{margin-left:-20px;margin-right:-20px}.wp-block-column [class*=woolentor].alignfull,.wp-block-column [class*=woolentor].alignwide{margin-left:auto;margin-right:auto;width:100%}.woolentor-product-image{position:relative}.woolentor-before-shop{display:block;overflow:hidden}.woolentor-archive-sale-badge-hide ul.products li.product span.onsale{display:none !important}.woolentor-archive-sale-badge-left ul.products li.product span.onsale{right:auto;left:0}.woolentor-archive-sale-badge-right ul.products li.product span.onsale{left:auto;right:0}[class*=woolentor-products-columns-] ul.products:before,[class*=woolentor-products-columns-] ul.products:after{display:none !important}[class*=woolentor-products-columns-] ul.products{display:grid !important;column-gap:20px;list-style:none}.woocommerce [class*=woolentor-products-columns-] ul.products:before{display:none !important}.edit-post-visual-editor [class*=woolentor-products-columns-] img{width:100%}.woocommerce [class*=woolentor-products-columns-] ul.products li.product,.woocommerce-page [class*=woolentor-products-columns-] ul.products li.product{float:none;width:100% !important;margin-right:0 !important}[class*=woolentor-products-columns-] ul.products li.product.first{clear:none !important}.woolentor-products-columns-1 ul.products{grid-template-columns:repeat(1,1fr) !important}.woolentor-products-columns-2 ul.products{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}.woolentor-products-columns-3 ul.products{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}.woolentor-products-columns-4 ul.products{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}.woolentor-products-columns-5 ul.products{grid-template-columns:repeat(5,minmax(0, 1fr)) !important}.woolentor-products-columns-6 ul.products{grid-template-columns:repeat(6,minmax(0, 1fr)) !important}.woolentor-products-columns-7 ul.products{grid-template-columns:repeat(7,minmax(0, 1fr)) !important}.woolentor-products-columns-8 ul.products{grid-template-columns:repeat(8,minmax(0, 1fr)) !important}.woolentor-products-columns-9 ul.products{grid-template-columns:repeat(9,minmax(0, 1fr)) !important}.woolentor-products-columns-10 ul.products{grid-template-columns:repeat(10,minmax(0, 1fr)) !important}.woolentor-grid:not(.woolentor-grid-slider){display:grid;column-gap:20px}.woolentor-grid-slider{margin-right:-15px;margin-left:-15px}.woolentor-grid-slider .woolentor-grid-column{padding-left:15px;padding-right:15px}.woolentor-grid.product-slider .slick-list{margin-right:-7.5px;margin-left:-7.5px}.woolentor-grid.product-slider .slick-slide{padding-left:7.5px;padding-right:7.5px}.woolentor_block_product_grid .fa-star-half-alt:before{content:"\f089"}.woolentor-grid.woolentor-no-gutters,.woolentor-grid.wlno-gutters{column-gap:0;row-gap:0px}.woocommerce.woolentor-grid:before{display:none !important}.woolentor-grid-columns-1 .woolentor-grid{grid-template-columns:repeat(1,1fr) !important}.woolentor-grid-columns-2 .woolentor-grid{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}.woolentor-grid-columns-3 .woolentor-grid{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}.woolentor-grid-columns-4 .woolentor-grid{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}.woolentor-grid-columns-5 .woolentor-grid{grid-template-columns:repeat(5,minmax(0, 1fr)) !important}.woolentor-grid-columns-6 .woolentor-grid{grid-template-columns:repeat(6,minmax(0, 1fr)) !important}.woolentor-grid-columns-7 .woolentor-grid{grid-template-columns:repeat(7,minmax(0, 1fr)) !important}.woolentor-grid-columns-8 .woolentor-grid{grid-template-columns:repeat(8,minmax(0, 1fr)) !important}.woolentor-grid-columns-9 .woolentor-grid{grid-template-columns:repeat(9,minmax(0, 1fr)) !important}.woolentor-grid-columns-10 .woolentor-grid{grid-template-columns:repeat(10,minmax(0, 1fr)) !important}.woolentor-row .product-slider [class*=woolentor-col-]{width:100%;padding-right:15px;padding-left:15px}.product-slider .slick-arrow{background:transparent none repeat scroll 0 0;border:2px solid #ddd;color:#ddd;font-size:20px;height:40px;left:-30px;line-height:inherit;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:99;transition:.4s}.product-slider .slick-arrow.slick-next{right:-30px;left:auto}.product-slider .slick-arrow:hover{border-color:#333;color:#333}.product-slider .slick-dots{bottom:0;display:flex;left:50%;list-style:outside none none;margin:0;padding:0;position:absolute;transform:translateX(-50%)}.product-slider .slick-dots li{line-height:12px;margin:0 4px}.product-slider .slick-dots li button{background-color:transparent;border:1px solid #4e4f4f;border-radius:50px;height:13px;padding:0;text-indent:-9999px;width:13px;line-height:13px}.product-slider .slick-dots li.slick-active button{background-color:#282828;border-color:#282828}[class*=woolentorblock-] .ht-products .wishsuite-button.wishlist{line-height:35px}[class*=woolentorblock-] .ht-products .wishsuite-button.wishlist span.wishsuite-btn-text{position:absolute;left:100%;top:50%;display:block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:10px;line-height:1;color:#f1f1f1;background-color:#282828;padding:5px 10px;border-radius:50px;white-space:nowrap;opacity:0;visibility:hidden;margin-left:-10px;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;z-index:99}[class*=woolentorblock-] .ht-products .wishsuite-button.wishlist span.wishsuite-btn-text{margin-right:-10px;-webkit-transform:translateY(-65%);-ms-transform:translateY(-65%);transform:translateY(-65%)}.ht-product-inner .ht-product-categories.hide-category-before{padding-left:0 !important}.ht-product-inner .ht-product-categories.hide-category-before:before{display:none !important}.woolentor-product-tab-area img{width:100%;height:auto}.woolentor_block_product_grid [class*=woolentor-] i.fa-heart{font-family:"FontAwesome"}.woolentor_block_product_grid [class*=woolentor-] i.far.fa-heart:before{content:"\f08a"}.woolentor-product-curvy .wl_single-product-item.wl_left-item .product-thumbnail{height:auto}[class*=woolentorblock-] .woolentor_slider_range .ui-slider-handle.ui-state-default.ui-corner-all{top:-.5em}.woocommerce-page .woolentor_block_cart_table table.shop_table .variation dt{float:none}.woocommerce-page .woolentor_block_cart_table table.shop_table .variation dd{display:inline-block}.woocommerce:not(.woocommerce-js) .woolentor_block_cross_sell .products .star-rating,.woocommerce:not(.woocommerce-js) .woolentor_block_archive_default .products .star-rating{display:inline-block}.woolentor-content-align-center .wishsuite-button{justify-content:center}.woolentor-content-align-right .wishsuite-button{justify-content:flex-end}.woolentor-heading-right #payment div.payment_box:before{right:0;left:auto !important}.woocommerce-page.woocommerce-checkout form .woolentor_block_checkout_order_review #order_review{float:none;width:100%}.woocommerce-page.woocommerce-checkout form .woolentor_block_checkout_order_review #order_review_heading{float:none;width:auto}.woocommerce-page .woolentor_block_checkout_order_review table.shop_table{width:100%}.woolentor_block_recently_viewed_product .woolentor-recently-viewed-product{margin-bottom:0}.woolentor_block_recently_viewed_product .woolentor-recently-view-title{font-size:18px !important;line-height:1.2 !important;margin-bottom:10px !important}.woolentor-advance-product-image-area .wl-thumbnails-image-area{display:flex;flex-flow:row wrap;position:relative}.woolentor-advance-product-image-area.wlpro-product-thumbnails .woolentor-thumbnails,.woolentor-advance-product-image-area.wlpro-product-thumbnails .woolentor-learg-img{width:100%}.woolentor-advance-product-image-area .product-slider .slick-arrow.slick-next{right:15px;left:auto}.woolentor-advance-product-image-area .ht-product-label{position:absolute;right:15px;top:15px;z-index:9}.thumbnails-tab-position-bottom.wlpro-product-thumbnails ul.woolentor-thumbanis-image,.thumbnails-tab-position-top.wlpro-product-thumbnails ul.woolentor-thumbanis-image{width:100%}.wlpro-product-thumbnails .woocommerce-product-gallery__image{width:100%}.wlpro-product-videothumbnails.woolentor-block-product-image-zoom{overflow:visible}.woolentor-block-product-image-zoom .wl-product-details-thumbs{margin-left:-5px;margin-right:-5px}.wl-nonequantity-txt.wl-addto-cart form.cart .wl-quantity-wrap .wl-quantity-cal{margin-left:0 !important}.woocommerce .woolentor-product-addtocart .quantity .qty{width:auto}[class*=woolentorblock-] .wl-single-product-navigation a{display:inline-flex;align-items:center;justify-content:center;transition:.4s;margin-left:0}[class*=woolentorblock-] .wl-single-product-navigation a+a{margin-left:12px}.woolentor_current_theme_oceanwp [class*=woolentor-products-columns-] ul.products.grid{display:grid !important}.woolentor_current_theme_oceanwp [class*=woolentor-products-columns-] ul.products.list{display:block !important}@media (min-width:992px) and (max-width:1200px){[class*=woolentor-products-columns-] ul.products{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}.woolentor-products-columns-laptop-1 ul.products{grid-template-columns:repeat(1,1fr) !important}.woolentor-products-columns-laptop-2 ul.products{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}.woolentor-products-columns-laptop-3 ul.products{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}.woolentor-products-columns-laptop-4 ul.products{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}.woolentor-products-columns-laptop-5 ul.products{grid-template-columns:repeat(5,minmax(0, 1fr)) !important}.woolentor-products-columns-laptop-6 ul.products{grid-template-columns:repeat(6,minmax(0, 1fr)) !important}.woolentor-products-columns-laptop-7 ul.products{grid-template-columns:repeat(7,minmax(0, 1fr)) !important}.woolentor-products-columns-laptop-8 ul.products{grid-template-columns:repeat(8,minmax(0, 1fr)) !important}.woolentor-products-columns-laptop-9 ul.products{grid-template-columns:repeat(9,minmax(0, 1fr)) !important}.woolentor-products-columns-laptop-10 ul.products{grid-template-columns:repeat(10,minmax(0, 1fr)) !important}[class*=woolentor-products-columns-laptop-] ul.products li.product.first{clear:none !important}[class*=woolentor-grid-columns-] .woolentor-grid{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}.woolentor-grid-columns-laptop-1 .woolentor-grid{grid-template-columns:repeat(1,1fr) !important}.woolentor-grid-columns-laptop-2 .woolentor-grid{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}.woolentor-grid-columns-laptop-3 .woolentor-grid{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}.woolentor-grid-columns-laptop-4 .woolentor-grid{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}.woolentor-grid-columns-laptop-5 .woolentor-grid{grid-template-columns:repeat(5,minmax(0, 1fr)) !important}.woolentor-grid-columns-laptop-6 .woolentor-grid{grid-template-columns:repeat(6,minmax(0, 1fr)) !important}.woolentor-grid-columns-laptop-7 .woolentor-grid{grid-template-columns:repeat(7,minmax(0, 1fr)) !important}.woolentor-grid-columns-laptop-8 .woolentor-grid{grid-template-columns:repeat(8,minmax(0, 1fr)) !important}.woolentor-grid-columns-laptop-9 .woolentor-grid{grid-template-columns:repeat(9,minmax(0, 1fr)) !important}.woolentor-grid-columns-laptop-10 .woolentor-grid{grid-template-columns:repeat(10,minmax(0, 1fr)) !important}}@media (min-width:768px) and (max-width:991px){[class*=woolentor-products-columns-] ul.products{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}.woolentor-products-columns-tablet-1 ul.products{grid-template-columns:repeat(1,1fr) !important}.woolentor-products-columns-tablet-2 ul.products{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}.woolentor-products-columns-tablet-3 ul.products{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}.woolentor-products-columns-tablet-4 ul.products{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}.woolentor-products-columns-tablet-5 ul.products{grid-template-columns:repeat(5,minmax(0, 1fr)) !important}.woolentor-products-columns-tablet-6 ul.products{grid-template-columns:repeat(6,minmax(0, 1fr)) !important}.woolentor-products-columns-tablet-7 ul.products{grid-template-columns:repeat(7,minmax(0, 1fr)) !important}.woolentor-products-columns-tablet-8 ul.products{grid-template-columns:repeat(8,minmax(0, 1fr)) !important}.woolentor-products-columns-tablet-9 ul.products{grid-template-columns:repeat(9,minmax(0, 1fr)) !important}.woolentor-products-columns-tablet-10 ul.products{grid-template-columns:repeat(10,minmax(0, 1fr)) !important}[class*=woolentor-products-columns-tablet-] ul.products li.product.first{clear:none !important}[class*=woolentor-grid-columns-] .woolentor-grid{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}.woolentor-grid-columns-tablet-1 .woolentor-grid{grid-template-columns:repeat(1,1fr) !important}.woolentor-grid-columns-tablet-2 .woolentor-grid{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}.woolentor-grid-columns-tablet-3 .woolentor-grid{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}.woolentor-grid-columns-tablet-4 .woolentor-grid{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}.woolentor-grid-columns-tablet-5 .woolentor-grid{grid-template-columns:repeat(5,minmax(0, 1fr)) !important}.woolentor-grid-columns-tablet-6 .woolentor-grid{grid-template-columns:repeat(6,minmax(0, 1fr)) !important}.woolentor-grid-columns-tablet-7 .woolentor-grid{grid-template-columns:repeat(7,minmax(0, 1fr)) !important}.woolentor-grid-columns-tablet-8 .woolentor-grid{grid-template-columns:repeat(8,minmax(0, 1fr)) !important}.woolentor-grid-columns-tablet-9 .woolentor-grid{grid-template-columns:repeat(9,minmax(0, 1fr)) !important}.woolentor-grid-columns-tablet-10 .woolentor-grid{grid-template-columns:repeat(10,minmax(0, 1fr)) !important}}@media (max-width:767px){[class*=woolentor-products-columns-] ul.products{grid-template-columns:repeat(1,1fr) !important}.woolentor-products-columns-mobile-1 ul.products{grid-template-columns:repeat(1,1fr) !important}.woolentor-products-columns-mobile-2 ul.products{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}.woolentor-products-columns-mobile-3 ul.products{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}.woolentor-products-columns-mobile-4 ul.products{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}.woolentor-products-columns-mobile-5 ul.products{grid-template-columns:repeat(5,minmax(0, 1fr)) !important}.woolentor-products-columns-mobile-6 ul.products{grid-template-columns:repeat(6,minmax(0, 1fr)) !important}.woolentor-products-columns-mobile-7 ul.products{grid-template-columns:repeat(7,minmax(0, 1fr)) !important}.woolentor-products-columns-mobile-8 ul.products{grid-template-columns:repeat(8,minmax(0, 1fr)) !important}.woolentor-products-columns-mobile-9 ul.products{grid-template-columns:repeat(9,minmax(0, 1fr)) !important}.woolentor-products-columns-mobile-10 ul.products{grid-template-columns:repeat(10,minmax(0, 1fr)) !important}[class*=woolentor-products-columns-mobile-] ul.products li.product.first{clear:none !important}[class*=woolentor-grid-columns-] .woolentor-grid{grid-template-columns:repeat(1,1fr) !important}.woolentor-grid-columns-mobile-1 .woolentor-grid{grid-template-columns:repeat(1,1fr) !important}.woolentor-grid-columns-mobile-2 .woolentor-grid{grid-template-columns:repeat(2,minmax(0, 1fr)) !important}.woolentor-grid-columns-mobile-3 .woolentor-grid{grid-template-columns:repeat(3,minmax(0, 1fr)) !important}.woolentor-grid-columns-mobile-4 .woolentor-grid{grid-template-columns:repeat(4,minmax(0, 1fr)) !important}.woolentor-grid-columns-mobile-5 .woolentor-grid{grid-template-columns:repeat(5,minmax(0, 1fr)) !important}.woolentor-grid-columns-mobile-6 .woolentor-grid{grid-template-columns:repeat(6,minmax(0, 1fr)) !important}.woolentor-grid-columns-mobile-7 .woolentor-grid{grid-template-columns:repeat(7,minmax(0, 1fr)) !important}.woolentor-grid-columns-mobile-8 .woolentor-grid{grid-template-columns:repeat(8,minmax(0, 1fr)) !important}.woolentor-grid-columns-mobile-9 .woolentor-grid{grid-template-columns:repeat(9,minmax(0, 1fr)) !important}.woolentor-grid-columns-mobile-10 .woolentor-grid{grid-template-columns:repeat(10,minmax(0, 1fr)) !important}}
.order-date{color:green}.coupon-orders-single{margin:20px 0;width:100%}.wcuTable{display:table;width:100%;text-align:center;border:1px solid #e8e8e8;margin:0 auto}@media screen and (min-width:900px){.wcu-dash-coupon-area{min-width:900px}.woocommerce-MyAccount-content .wcu-dash-coupon-area{min-width:100% !important}}@media screen and (max-width:900px){.wcu-dash-coupon-area{min-width:100%;padding:0}}.wcu-dash-coupon-area .wcutabcontent .wcuTableRow{display:table-row;background:linear-gradient(#fefefe,#fff);color:#333}.wcuTableRowDropdown{color:#333}.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:nth-child(even) td{background:#fdfdfd !important;color:#333}.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:nth-child(odd) td{background:#fafafa !important;color:#333}.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:hover td{background:#fff;color:#333}.wcu-dash-coupon-area .wcutabcontent .wcuTableRow td,.wcu-dash-coupon-area .wcutabcontent .wcuTableRow tr:nth-child(odd) td{background:linear-gradient(#fefefe,#fff);color:#333}.wcutabcontent a{text-decoration:none}form#product_search_form input{max-width:250px}.wcutabmobile{display:none}@media (max-width:1000px){.wcutabmobile{display:block}}.wcuTableHeading{display:table-header-group;background-color:#ddd}.wcuTable thead{text-align:center}.wcuTableCell{text-align:center;display:table-cell;vertical-align:middle;padding:9px 10px !important;border:1px solid #e7e7e7;width:auto;max-width:200px;white-space:nowrap;overflow:hidden}@media screen and (min-width:720px){.wcuTableCell-time{min-width:100px}}.wcuTableHead{display:table-cell;padding:7px 10px;font-weight:700;background:#333 !important;background-color:#333 !important;color:#fff !important;text-align:center;border:1px solid #e7e7e7}.wcuTableHead-summary{display:table-cell;padding:2px 0 !important;font-weight:700;background:#f4f4f4 !important;background-color:#f4f4f4 !important;color:#333 !important;text-align:center;border:0 !important;font-size:14px !important}.wcuTableFoot{display:table-cell;padding:7px 10px;background:#333;color:#fff;text-align:center;border:1px solid #e7e7e7}.wcuTableBody{display:table-row-group}@media screen and (max-width:720px){.wcuTableRow,.wcuTableCell,.wcuTableHead,.wcuTableHead-summary{display:block;width:100%}}.wcutablinks,.ml_wcutablinks{border-radius:2px}.wcutablinks .fas{margin-right:1px}@media only screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px){select#wcu-select-tab{width:calc(100% - 20px);margin:0 auto}.coupon-title{font-size:20px !important;width:100vw;padding:5px;height:auto !important;text-align:center}.coupon-title .wcusage-dash-logout{float:none;text-align:center}.wcusage-dash-top-links{display:inline-block;text-align:center;margin-top:10px;margin-bottom:-7px}.wcutab{padding:0 !important;margin-top:20px !important;margin-bottom:20px;margin-left:0 !important;margin-right:0 !important}.wcutablinks,.ml_wcutablinks{margin:2px !important}.wcutab button{float:none;margin-top:4px;margin-left:0;width:98vw;display:block;clear:both;text-align:center}.wcutabcontent{padding:10px;box-sizing:border-box}div.wcutabcontent div{box-sizing:border-box}#wcu5.wcutabcontent.active{text-align:center}#wcu5.wcutabcontent button{margin:0 auto}.wcuTable table,.wcuTable thead,.wcuTable tbody,.wcuTable th,.wcuTable td,.wcuTable tr,.wcuTableRow,.wcuTableCell{display:block}.wcuTable thead tr{position:absolute;top:-9999px;left:-9999px}.wcuTable tr{border:1px solid #ccc;display:inline-block;margin-bottom:5px}.wcu-dash-coupon-area .wcutabcontent .wcuTableRow,.wcu-dash-coupon-area .wcutabcontent .listtheproducts{display:block;margin-bottom:15px}.wcu-statistics-orders{width:100%}.wcu-dash-coupon-area .wcutabcontent .listtheproducts,.wcu-dash-coupon-area .wcutabcontent .listtheproducts .wcuTableCell{padding:10px 0 !important}.wcuTable td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50% !important;padding-top:5px !important;padding-bottom:5px !important}.wcuTable td:before{position:absolute;top:5px;left:6px;width:45%;padding-right:10px;white-space:nowrap}.wcuTableRow,.wcu-table-payouts{margin-bottom:20px}.wcuTableCell{display:block;max-width:100%}.wcuTableHead{display:block}.wcu-table-monthly-summary td:before{font-weight:700}.wcu-thetitlerow{display:none !important}}.wcu-dash-coupon-area .wcutabcontent p.wcu-tab-title{margin-top:25px;margin-bottom:25px}.entry-content .ml_wcutabcontent p.wcu-tab-title{margin-top:25px}@media screen and (max-width:1060px){.wcu-tab-title,.wcu-tab-text{width:100%}}@media screen and (max-width:520px){.wcu-tab-title{margin-top:0;text-align:center}}.wcu-coupon-box{margin-top:20px}.wcutab{overflow:hidden}.coupon-title{font-size:30px;margin-top:10px;margin-bottom:20px}@media screen and (min-width:1060px){.wcuTableCell-ref-website{max-width:250px !important}.wcuTableCell-ref-landing{max-width:350px !important}}.rates-pagination{float:right}@media only screen and (max-width:1020px){.rates-pagination{float:none;display:block;width:100%}}.wcu-rates-image img{text-align:center;margin:0 auto}.wcu-dash-coupon-area .wcusage-dash-logout{font-size:12px;margin-top:14px;margin-right:0;margin-bottom:5px}.wcutab button{background-color:#333;color:#fff;float:left;border:none;outline:none;cursor:pointer;transition:.3s;font-size:17px;margin:2px}.wcu-active-tab{opacity:.8}#search-coupon-all,#search-coupon,#search-criteria{min-height:40px;padding:5px 10px;max-width:150px}#wcu-paypal-input,#wcu-paypal-input2{margin-top:10px}#wcu-paypal-button,.wcu-paypal-button,#wcu-email-settings-update-button,#wcu-billing-update-button,#wcu-register-button,.wcu-settings-tab-content .button{margin-top:12px;font-size:15px;min-height:40px;padding:5px 20px}#wcu-register-button{margin-top:15px}.wcu-save-settings-button,#wcu6 .woocommerce-Button,#wcu6 button{border:2px solid #333;border-radius:2px}#paypal-input{width:300px;max-width:100%}.wcu_paypal_email_form p{margin-bottom:5px}.create-stripe-link,.create-stripe-link span,.create-stripe-link i{color:#fff}.create-stripe-link{text-decoration:none !important}#submitpayoutyes{background:#008cdd;padding:10px 15px;color:#fff;font-weight:700;width:auto;display:block}#submitpayoutyes:hover{background:#0074b8}#submitpayoutno{cursor:not-allowed;padding:10px 15px}#payouts_invoice_label{padding:0}#payouts_invoice_label:hover{cursor:pointer}#wcu_copylink{padding:2px 10px !important;border-radius:20px !important}#wcusage_copylink,.wcusage_copylink{margin:0;padding:2px 10px !important;border-radius:20px !important;cursor:pointer}#wcusage_copylink:active,.wcusage_copylink:active,#wcusage_copylink:focus,.wcusage_copylink:focus{opacity:.8}#wcusage_copylink i{margin:0}.referral-url-box,.payouts-box,.creatives-box{background:linear-gradient(#fefefe,#fff);color:#333;box-shadow:0px 0px 4px #dbdada;border-radius:10px;padding:10px 20px;margin-top:10px}.payouts-box{margin-top:28px;padding:20px 25px}@media only screen and (max-width:720px){.referral-url-box,.payouts-box,.creatives-box{padding:10px 5px}}.referral-url-box p,.payouts-box p,.creatives-box p,.referral-url-box strong,.payouts-box strong{color:#333 !important}form.wcu_payout_button{margin-bottom:0}.wcu-color-box{width:90%;margin:0 auto 10px auto;padding:10px;border-radius:5px;cursor:pointer;font-size:20px;border:2px solid #fff;box-shadow:0px 0px 4px #dbdada;font-weight:700}.wcu-stripe-button{display:inline-block;width:auto;margin:0 0 7px !important;padding:5px 20px !important;background:#008cdd !important;color:#fff !important;font-size:20px !important;border-radius:10px !important;text-decoration:none !important}.wcu-stripe-error{color:red}#wcu6 label{width:100%}#wcu6 input[type=text],#wcu6 input[type=email],#wcu6 input[type=password]{min-width:33%;margin:0 0 2px;padding:5px}#wcu6 em{width:100%}.listtheproducts{display:none}.listtheproducts .wcuTableCell{text-align:center}.listtheproducts:before{display:none !important;content:"" !important}.listtheproducts-small{display:none}@media only screen and (max-width:1024px){.listtheproducts-summary{display:none !important}.listtheproducts-small{display:block !important}}.wcutab button{background-color:#333;color:#fff;padding:8px 10px;font-size:16px;line-height:16px}.wcutab button:hover{background-color:#000;color:#fff}.wcutab button.active{background-color:#000;color:#fff}.wcutabcontent{display:none;border-top:none}.wcutabcontent p,.wcutabcontent td,.wcutabcontent tr,.wcutabcontent code,.wcuTableCell{font-size:17px}.wcu-dash-coupon-area .wcutabcontent p,.entry-content .ml_wcutabcontent p{margin:8px 0;padding:0 !important}.listproductsbutton{display:block;text-align:center;color:#333;text-decoration:none;font-weight:700;cursor:pointer}.wcu-orders-search,.wcu-summary-search{float:right;max-width:150px;margin-right:10px}.wcusage-search-form{float:right;margin:5px 0;height:35px;margin-top:-55px}@media screen and (max-width:720px){.wcusage-search-form{width:100%;display:block;float:none;margin-top:0}#product_search_form input[type=text]{width:50%;max-width:50%;margin:0 auto}}.wcu-button-export{border:1px solid #333 !important;padding-left:10px;padding-right:10px;cursor:pointer}.wcusage_settings_form{margin:0;padding:0}.wcusage_settings_form input[type=submit],.wcusage_settings_form input[type=button],.wcusage_settings_form input[type=date],.wcusage_settings_form input[type=month],.wcu-monthly-orders-button,.wcu-button-export,.submitpayoutno,.submitpayoutyes{height:40px !important;font-size:15px !important;padding:0 20px !important;display:inline-block !important;border:1px solid #333;border-radius:5px;cursor:pointer}.wcusage_settings_form input[type=date],.wcusage_settings_form input[type=month]{min-width:0 !important}.wcu-filters-col1,.wcu-filters-col2{display:table;height:70px}.wcu-filters-inner{display:table-cell;vertical-align:middle}.wcu-order-filters-space{min-width:15px;display:inline-block}@media only screen and (min-width:940px){.wcu-filters-col1{width:80%;float:left}.wcu-filters-col2{width:20%;float:left}.wcu-button-export{float:right}}@media only screen and (max-width:939px){#wcusage_settings_form_orders,.wcu-filters-col1,.wcu-filters-col2,.wcu-filters-inner{max-width:100% !important}}.ordersfilterbutton,.summaryfilterbutton{display:block;margin:4px auto;max-width:150px !important}@media only screen and (max-width:939px){.wcu-filters-col1{margin:20px 0;width:100vw;text-align:center}.wcu-filters-col2{width:100vw;text-align:center}.wcu-order-filters-field{width:calc(100% - 20px);display:block;margin-bottom:4px}.wcu-order-filters-space{display:none}}.wcu-order-filters-field input{max-width:190px !important;display:inline-block}.wcu-order-filters-field .minimal-form-input{width:auto !important;padding:0 !important;margin:0 !important}.wcu-order-filters label{display:inline-block}.wcu_form_affiliate_register label:first-letter {text-transform:capitalize}.wcu-form-section .wcusage-register-form-title,.wcu-form-section .wcusage-login-form-title{margin-top:20px !important;margin-bottom:25px !important}.wcu_form_affiliate_register input[type=text],.wcu_form_affiliate_register input[type=password],.wcu_form_affiliate_register input[type=email]{width:100%;min-height:30px}.wcu_form_affiliate_register input[type=text],.wcu_form_affiliate_register input[type=email],.wcu_form_affiliate_register input[type=password]{margin-top:10px;padding:10px;margin-bottom:0;max-width:100% !important;width:100%}.wcusage-login-form-col label,.wcu_form_affiliate_register label{font-weight:700}.wcu_form_affiliate_register label{display:block;width:100% !important}.wcu_form_affiliate_register p{margin-bottom:20px}#wcu-register-button,.wcusage-login-form-col .woocommerce-button{padding:10px;min-width:200px !important;cursor:pointer !important}.wcu-reg-terms{padding:5px 0;font-weight:700}.wcu-form-section .wcu-reg-terms p{line-height:1.5em}.wcu_form_style_columns .wcu-register-field-col-1,.wcu_form_style_columns .wcu-register-field-col-2{width:49.5%;float:left;display:inline-block}.wcu_form_style_columns .wcu-register-field-col-1{margin-right:1%}.wcu_form_style_2 input[type=text],.wcu_form_style_2 input[type=email],.wcu_form_style_2 input[type=password],.wcu_form_style_2 input[type=date],.wcu_form_style_2 textarea,.wcu_form_style_2 select{margin:4px 0 5px !important;width:100% !important;max-width:100% !important;border:3px solid #dadada !important;border-radius:4px !important}.wcu_form_style_3 p{margin-bottom:15px !important}.wcu_form_style_3 input[type=text],.wcu_form_style_3 input[type=email],.wcu_form_style_3 input[type=password],.wcu_form_style_3 input[type=date],.wcu_form_style_3 textarea,.wcu_form_style_3 select{margin:4px 0 0 !important;padding:10px;width:100% !important;max-width:100% !important;border:1px solid #dadada !important;border-radius:5px !important}.wcu-campaigns-col1,.wcu-campaigns-col2{display:table}#wcu-add-campaign,#wcu-add-directlink{padding:0}@media only screen and (min-width:760px){.wcu-campaigns-col1{width:75%;float:left}.wcu-campaigns-col2{width:25%;float:left;text-align:right}.wcu-campaigns-col1 p,.wcu-campaigns-col2 p{margin-bottom:0}#wcu-referral-campaign{min-height:27px;width:200px;max-width:100%;float:right}#wcu-creatives-campaign{min-height:27px}#wcu-add-campaign-name{width:120px;max-width:100%;font-size:12px;padding:5px}#wcu-add-campaign-button{display:inline-block;float:left;max-width:100%;font-size:12px;line-height:12px;padding:0 5px;height:30px}#wcu-add-campaign-button,#wcu-add-directlink-button{max-width:100%;font-size:12px;padding:5px;min-height:0px !important}}@media only screen and (max-width:759px){.wcu-campaigns-col1{width:100%;text-align:center}.wcu-campaigns-col2{width:100%;text-align:center}#wcu-referral-campaign{margin:0 auto}#wcu-creatives-campaign{margin:0 auto;float:none !important}#wcu-add-campaign-button{width:100%;margin-bottom:40px !important}}.wcusage-info-box{padding:25px 15px 25px 105px;background:linear-gradient(#fefefe,#fff);color:#000;border:1px solid #f3f3f3;display:block;border-radius:5px;margin:.5%;box-shadow:0px 0px 4px #dbdada;width:99%;position:relative}.wcusage-info-box:before{content:"";font-family:'Font Awesome 5 Free';font-size:40px;position:absolute;left:30px;top:44px;color:#bebebe;width:50px;text-align:center;font-style:normal;font-weight:900;height:40px !important;display:flex;align-items:center;justify-content:center}.wcusage-info-box-dollar:before{content:"\f155"}.wcusage-info-box-dollar2:before{content:"\f81d"}.wcusage-info-box-dollar3:before{content:"\f571"}.wcusage-info-box-dollar4:before{content:"\f4c0"}.wcusage-info-box-discount:before{content:"\f02b"}.wcusage-info-box-discounts:before{content:"\f02c"}.wcusage-info-box-usage:before{content:"\f0c0"}.wcusage-info-box-sales:before{content:"\f07a"}.wcusage-info-box-commission:before{content:"\f53a"}.wcusage-info-box-percent:before{content:"\f541"}.wcusage-info-box-clicks:before{content:"\f245"}.wcusage-info-box-convert:before{content:"\f058"}@media only screen and (min-width:1060px){.wcusage-info-box{width:32.3%;float:left;box-sizing:border-box}}.wcusage-info-box:hover{background:#f9f9f9}.wcusage-info-box p{margin:8px 0 !important;padding:0 !important;font-size:32px !important;line-height:32px !important}.wcusage-info-box .wcusage-info-box-title{width:100%;font-size:16px;display:block;margin-bottom:5px;line-height:20px;color:#000}.wcusage-info-box p,.wcusage-info-box span{color:#000}.wcusage-info-box .wcusage-info-box-value{width:100%;font-size:22px;display:block}.wcusage-last-days{margin:15px 0 10px;font-weight:700;margin-top:20px;margin-bottom:10px;color:#333;padding:0 !important}.show_statistics .wcusage-stats-title{margin:0;font-weight:700;margin-bottom:10px;margin-left:5px}.wcusagechart{padding:0 10px 10px;box-shadow:0px 0px 4px #dbdada;background:#fff;width:calc(100% - 10px);margin:0 auto;min-height:400px;overflow:hidden;border-radius:5px}.wcusagechart #chart_divquarter,.wcusagechart #chart_divmonth,.wcusagechart #chart_divlastmonth{margin-top:-20px}@media only screen and (max-width:720px){.wcusage-all-charts{width:100vw}}.wcusagechart{visibility:hidden}#mla_chart_div table.google-visualization-orgchart-table p,#mla_chart_div table.google-visualization-orgchart-table a{font-family:arial,sans-serif}.wcusage-num-pos{color:green !important;font-size:12px;position:absolute;margin-left:10px;bottom:27%}.wcusage-num-neg{color:red !important;font-size:12px;position:absolute;margin-left:10px;bottom:27%}@media only screen and (max-width:1260px){.wcusage-num-pos,.wcusage-num-neg{display:block !important;margin-bottom:-30px !important;margin-left:0}}.wcu-loading-loader{margin:25px 0 0;width:90px;aspect-ratio:2;--_g:no-repeat radial-gradient(circle closest-side,#000 90%,#0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100%/3) 50%;animation:l3 1s infinite linear}@keyframes l3{20%{background-position:0 0,50% 50%,100% 50%}40%{background-position:0 100%,50% 0%,100% 50%}60%{background-position:0 50%,50% 100%,100% 0%}80%{background-position:0 50%,50% 50%,100% 100%}}.wcu-loading-loader-text{margin:0;font-weight:700;font-size:15px;margin-top:-5px;text-align:center;width:90px}@media only screen and (max-width:720px){.wcu-loading-loader-text{margin-top:10px}}@media only screen and (min-width:1240px){.wcu-user-coupon-list-group{display:flex}}.wcu-user-coupon-list{margin:10px;float:left;padding:15px 20px;text-align:center;font-size:18px;background:linear-gradient(#fefefe,#fff);box-shadow:0px 0px 4px #dbdada;border:1px solid #f3f3f3;border-radius:10px;word-wrap:break-word}.wcu-coupon-list-button,.wcu-coupon-list-button2{padding:5px 20px;background:#333 !important;border:1px solid #333;display:block;text-align:center;color:#fff !important;border-radius:4px;text-decoration:none !important}.wcu-coupon-list-button:hover,.wcu-coupon-list-button2:hover{background:#000 !important;color:#fff}@media only screen and (min-width:1240px){.wcu-user-coupon-list{width:calc(33.33% - 20px)}}@media only screen and (min-width:820px) and (max-width:1239px){.wcu-user-coupon-list{width:calc(50% - 20px)}}@media only screen and (max-width:820px){.wcu-user-coupon-list{width:calc(100% - 20px)}}.wcu-loading-image{display:inline-block}.wcusage-loading{color:green}@media only screen and (max-width:820px){.wcu-loading-image{display:inline}.wcu-loading-loader{margin:0 auto}.wcu-loading-image p{text-align:center;width:100% !important}}.wcusage-refresh-data{margin-top:-2px}.wcusage_custom_ref_url{margin-bottom:0 !important;padding:5px;display:inline-block}.wcu-display-qr-code{display:none;padding:10px;border:4px solid #f3f3f3;border-radius:10px;text-align:center;margin-top:10px}.wcu-qr-code{width:150px;max-width:150px;margin:2px 0 0;display:none}.wcu-download-qr{display:none;background:0 0;margin-top:0;margin-bottom:0;padding:0 10px;cursor:pointer;border-radius:5px}.wcusage-social-icon{font-size:30px;margin:0 4px 0 0}.wcusage-social-link-whatsapp{display:none}@media only screen and (max-width:780px){.wcusage-social-link-whatsapp{display:inline-block !important}}.wcusage-login-form-col{width:50%;display:block;float:left;padding:20px}.wcusage-login-form-col input[type=text]{width:100% !important;max-width:100% !important}.wcu-form-section p{margin-top:0;line-height:1em}.wcusage-login-form-section .woocommerce-form-login{padding:0 !important}.wcusage-login-form-section .woocommerce-form-login .woocommerce-form__input-checkbox{width:20px}.wcusage-login-form-section .woocommerce-form-login__rememberme{width:100% !important;margin-bottom:20px !important;display:block !important}.wcusage-login-form-section .woocommerce-form__input-checkbox{margin-bottom:0 !important}@media only screen and (max-width:1020px){.wcusage-login-form-col{width:100%;min-width:300px;display:block;float:left;padding:20px}}.creatives-box{margin-top:15px;margin:10px;float:left;text-align:center;border:2px solid #f3f3f3}@media screen and (max-width:940px){.creatives-box{width:calc(100% - 20px)}}.creatives-box-image{position:relative;width:90%;overflow:hidden;margin:0 auto;margin-bottom:0;border:2px solid #f3f3f3;background-color:#fff;opacity:1;background-image:repeating-linear-gradient(45deg,#f9f9f9 25%,transparent 25%,transparent 75%,#f9f9f9 75%,#f9f9f9),repeating-linear-gradient(45deg,#f9f9f9 25%,#fff 25%,#fff 75%,#f9f9f9 75%,#f9f9f9);background-position:0 0,19px 19px;background-size:38px 38px}.creatives-box-image:before{content:"";display:block;padding-top:100%}.creatives-box-image-content{position:absolute;top:0;left:0;bottom:0;right:0;text-align:center}.creatives-box img{position:absolute;top:0;bottom:0;left:0;margin:auto}.wcusage_creativelink{width:90%;border-radius:0 !important;border:2px solid #f3f3f3 !important;border-radius:4px !important;margin-bottom:10px;padding:4px !important}.wcu-tooltip{position:relative;display:inline-block}.wcu-tooltip .wcu-tooltiptext{visibility:hidden;width:max-content;min-width:200px;background-color:#000;color:#fff;text-align:left;padding:5px 10px;border-radius:6px;position:absolute !important;z-index:1 !important;margin-left:5px}.wcu-tooltip:hover .wcu-tooltiptext{visibility:visible}.wcu-mla-network-button{margin:2px 0 7px !important;padding:2px 5px !important;text-decoration:none !important}.wcu-mla-network-tier{font-size:12px !important;width:20px !important;margin-top:-15px !important;margin-bottom:-8px !important;margin-left:-7px !important;opacity:.2 !important;cursor:default !important}.wcu-mla-network-avatar{text-align:center;display:inline-block !important;margin:0 auto !important;max-width:50px;border-radius:50px;border:2px solid #f3f3f3}.wcu-mla-network-user{font-size:18px !important;line-height:25px !important;min-width:150px !important}.wcu-mla-network-coupon{margin-top:5px !important;font-size:12px !important;line-height:12px !important}.wcu-mla-network-amount{cursor:default !important;font-size:18px !important;line-height:17px !important;margin:8px 0 10px !important}.wcu-mla-network-email{text-decoration:none;display:inline-block !important;margin-top:4px !important;margin-bottom:-2px !important}.wcu-mla-network-email:hover{text-decoration:none !important;opacity:.8}#ml-wcu4{padding:0 20px}#mla_chart_div table td{border:0 !important}#mla_chart_div table td{background:0 0 !important}#mla_chart_div td.google-visualization-orgchart-node{padding:18px 12px;font-weight:700;background:linear-gradient(#fefefe,#fff) !important;box-shadow:0px 0px 4px #d0d0d0 !important;border:0 !important;border-radius:10px;word-wrap:break-word;margin-left:-2px;cursor:grab}#mla_chart_div table td a:hover{opacity:.75;text-decoration:underline}#mla_chart_div .google-visualization-orgchart-linenode{padding:10px}#mla_chart_div .google-visualization-orgchart-linebottom,#mla_chart_div .google-visualization-orgchart-linetop,#mla_chart_div .google-visualization-orgchart-lineleft,#mla_chart_div .google-visualization-orgchart-lineright{padding-top:10px;padding-bottom:10px}#mla_chart_div{text-align:center;display:inline-block;width:100%;overflow:scroll;overflow:auto;cursor:grab;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#mla_chart_div .google-visualization-orgchart-table{cursor:grab;display:flex;width:auto}#mla_chart_div::-webkit-scrollbar{display:none}.wcusage-bonuses-wrapper{display:flex;flex-wrap:wrap;gap:20px;position:relative}.wcusage-reward-box{display:flex;flex-direction:column;justify-content:center;text-align:center;width:calc(50% - 20px);float:left;border:2px solid #f3f3f3;border-radius:10px;padding:29px 10px 15px;box-shadow:0px 0px 4px #dbdada;margin-bottom:0;position:relative}@media only screen and (max-width:920px){.wcusage-reward-box{width:98vw}}.wcusage-reward-text{display:block;padding:5px 10px;font-size:18px;font-weight:700;background-image:linear-gradient(0deg,#f6d365 50%,#ffb9a5 100%);color:#000;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.1);text-shadow:1px 1px 1px rgba(255,255,255,.5);margin:-10px auto 10px auto;width:auto}@media only screen and (max-width:720px){.wcusage-reward-text{width:100%}}.wcusage-reward-box h4{margin-top:5px !important;margin-bottom:0 !important}.wcusage-reward-box p{margin-bottom:10px}.wcusage-progress-bar{box-sizing:content-box;height:35px;border-radius:5px;margin-bottom:10px;padding:0;box-shadow:inset 0 -1px 1px rgba(255,255,255,.3);background:#d2d2d2;width:90%;margin:0 auto 10px auto;display:block;position:relative;font-size:15px;line-height:35px}.wcusage-progress-bar-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;z-index:2;text-shadow:1px 1px 1px rgba(255,255,255,.5)}.wcutabcontent p.wcusage-reward-description{margin-top:10px;margin-bottom:20px;padding:0 20px !important}.wcusage-progress-bar>span{display:block;height:100%;border-radius:5px;background-color:rgba(43,194,83,.75);background-image:linear-gradient(center bottom,#2bc253 37%,#54f054 69%);box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);position:relative;overflow:hidden}.wcusage-progress-bar>span:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);z-index:1;background-size:50px 50px;animation:move 4s linear infinite;border-top-right-radius:20px;overflow:hidden}@keyframes move{0%{background-position:0 0}100%{background-position:50px 50px}}.wcusage-reward-status{display:inline-block;padding:5px 10px;color:#fff;font-size:15px;margin-top:10px;margin-bottom:10px;border-radius:10px;font-weight:700}.wcusage-reward-achieved{background-color:#2ecc71;color:#fff;font-size:15px;margin-bottom:0}.wcusage-reward-not-achieved{background-color:#e74c3c}.wcusage-reward-summary-item{margin-top:0 !important;margin-bottom:0 !important}.wcusage-reward-countdown{font-size:15px;font-weight:700;margin-bottom:10px}.wcusage-store-credit-info{display:block}table.wcusage-leaderboard-table{width:100%;border-collapse:collapse}.wcusage-leaderboard-table th{padding:10px}.wcusage-leaderboard-table td{padding:10px}.wcusage-leaderboard-table .wcusage-highlight{background:#b8e4c7;color:#333}
#tpg-MyAccount-wrap{background-color:#eff3f4;border-radius:10px;display:flex;margin:50px auto;max-width:1400px;overflow:hidden;width:96%}@media (max-width:767px){#tpg-MyAccount-wrap{display:block}#tpg-MyAccount-wrap .myaccount-title-wrapper{margin-top:45px}}#tpg-MyAccount-wrap .myaccount-title-wrapper .title{margin-bottom:0}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation{flex:0 0 300px}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .myaccount-navbar{background:#fff;border-radius:10px;height:100%;padding:20px}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul{list-style:none;margin:0;padding:0}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li{border-radius:6px;margin-bottom:10px;overflow:hidden;position:relative}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:before{background:transparent;border-radius:30px;content:"";height:35px;left:-6px;position:absolute;top:50%;transform:translateY(-50%);transition:.4s;width:5px}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active:before,#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:hover:before{background:var(--tpg-primary-color);left:-2.5px}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active svg path,#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:hover svg path{fill:var(--tpg-primary-color)}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active a,#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li:hover a{background:#e4f1ff}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.my-post.is-active svg path:first-child,#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.my-post:hover svg path:first-child{opacity:.5}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button{box-shadow:0 1px 10px rgba(10,39,73,.26)}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a{align-items:center;background:var(--tpg-primary-color);color:#fff;display:flex;justify-content:center;position:relative;z-index:1}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:before{background:rgba(0,0,0,.1);content:"";height:100%;left:auto;position:absolute;right:0;top:0;transition:.4s;width:0;z-index:-1}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:hover{box-shadow:0 1px 10px rgba(10,39,73,.5)}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:hover:before{left:0;right:auto;width:100%}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a:hover svg path{fill:#fff}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li.submit-post-button a svg{font-size:16px}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li a{align-items:center;background:#f2f7fd;border-radius:6px;color:#212121;display:flex;font-size:15px;gap:8px;padding:10px 17px}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation ul li a svg{font-size:20px}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info{align-items:center;border-radius:10px;display:flex;flex-direction:row;gap:16px;margin-bottom:15px;padding:20px 10px}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-avatar{flex:0 0 60px}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-bio{flex:1}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-name{font-size:18px;line-height:1;margin-bottom:0;margin-top:-3px}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-email{display:block;font-size:14px}#tpg-MyAccount-wrap .rtcl-MyAccount-navigation .user-info .user-avatar img{border-radius:50%;height:60px;-o-object-fit:cover;object-fit:cover;width:60px}#tpg-MyAccount-wrap .tpg-MyAccount-content{flex:1}@media (min-width:768px){#tpg-MyAccount-wrap .tpg-MyAccount-content{padding:30px}}#tpg-MyAccount-wrap .tpg-MyAccount-content #tpg-postbox{background:#fff;border-radius:10px;padding:30px}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action{display:flex;gap:20px;margin-top:20px}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action{align-items:center;background:hsla(0,0%,100%,.659);border-radius:10px;display:flex;flex:1;gap:15px;padding:28px}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action .info{display:flex;flex-direction:column}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action .label{color:#5e6c7e;font-size:15px;margin-bottom:5px}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action .count{color:#0c1827;font-size:30px;font-weight:900}#tpg-MyAccount-wrap .tpg-MyAccount-content .user-info-action .action svg{font-size:46px}#tpg-MyAccount-wrap .latest-post-wrapper{margin-top:20px}#tpg-MyAccount-wrap .latest-post-wrapper .post-item{background:#fff;border-radius:10px;display:flex;gap:15px;margin-bottom:30px;padding:20px}@media (max-width:991px){#tpg-MyAccount-wrap .latest-post-wrapper .post-item{flex-direction:column}}#tpg-MyAccount-wrap .latest-post-wrapper .post-image{background:#999;border-radius:5px;flex:0 0 250px;height:190px;overflow:hidden;position:relative}#tpg-MyAccount-wrap .latest-post-wrapper .post-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}#tpg-MyAccount-wrap .latest-post-wrapper .post-content{display:flex;flex:1;flex-direction:column;justify-content:center;position:relative}@media (min-width:992px){#tpg-MyAccount-wrap .latest-post-wrapper .post-content{padding-right:120px}}#tpg-MyAccount-wrap .latest-post-wrapper .post-meta{-moz-column-gap:30px;column-gap:30px;display:flex;flex-wrap:wrap;margin-bottom:15px;padding-top:15px}#tpg-MyAccount-wrap .latest-post-wrapper .post-meta span{align-items:center;display:inline-flex;gap:5px}#tpg-MyAccount-wrap .latest-post-wrapper .post-meta span a{color:inherit}#tpg-MyAccount-wrap .latest-post-wrapper .post-meta span a:hover{color:var(--tpg-primary-color)}#tpg-MyAccount-wrap .latest-post-wrapper .status{align-items:center;background-color:#cfebf5;border-radius:3px;color:#09c;display:inline-flex;font-size:12px;font-weight:500;height:26px;justify-content:center;left:5px;line-height:1;padding:0 10px;position:absolute;text-transform:uppercase;top:5px;z-index:15}#tpg-MyAccount-wrap .latest-post-wrapper .status.publish{background-color:var(--tpg-primary-color);color:#fff}#tpg-MyAccount-wrap .latest-post-wrapper .status.draft{background-color:#13b1f5;color:#fff}#tpg-MyAccount-wrap .latest-post-wrapper .status.pending{background-color:#f7a300;color:#fff}#tpg-MyAccount-wrap .latest-post-wrapper .post-item .post-content .post-title{font-size:20px;line-height:30px;margin-bottom:5px;margin-top:-4px}#tpg-MyAccount-wrap .latest-post-wrapper .post-item .post-content .post-title a{color:#212121}#tpg-MyAccount-wrap .latest-post-wrapper .post-item .post-content .post-title a:hover{color:var(--tpg-primary-color)}#tpg-MyAccount-wrap .post-btn-action{-moz-column-gap:10px;column-gap:10px;display:flex;flex-direction:row}@media (min-width:992px){#tpg-MyAccount-wrap .post-btn-action.right-align{align-items:flex-end;flex-direction:column;position:absolute;right:20px;text-align:right;top:50%;transform:translateY(-50%)}}#tpg-MyAccount-wrap .post-btn-action svg path{transition:.4s}#tpg-MyAccount-wrap .post-btn-action .btn{align-items:center;background:#e6ecf3;border-radius:4px;color:#212121;display:inline-flex;font-size:14px;gap:6px;height:32px;line-height:32px;margin:5px 0;padding:0 15px}#tpg-MyAccount-wrap .post-btn-action .edit-btn:hover{background:var(--tpg-primary-color);color:#fff}#tpg-MyAccount-wrap .post-btn-action .edit-btn:hover svg path{fill:#fff}#tpg-MyAccount-wrap .post-btn-action .delete-btn{background:#f9e8e8;color:#f11212}#tpg-MyAccount-wrap .post-btn-action .delete-btn:hover{background:#f11212;color:#fff}#tpg-MyAccount-wrap .post-btn-action .delete-btn:hover svg path{fill:#fff}#tpg-MyAccount-wrap .post-view-box .featured-image-container{margin-bottom:30px}#tpg-MyAccount-wrap .post-view-box .post-meta{-moz-column-gap:10px;column-gap:10px;display:flex;margin-bottom:15px}#tpg-MyAccount-wrap .post-view-box .post-meta a{align-items:center;border:1px solid #ddd;border-radius:4px;color:#222;display:inline-flex;font-size:15px;justify-content:center;line-height:1;padding:0 10px}#tpg-MyAccount-wrap .post-view-box .post-meta .label{font-weight:700}#tpg-MyAccount-wrap .post-view-box .post-excerpt{border:1px solid #ddd;border-radius:5px;padding:15px 26px}#tpg-MyAccount-wrap .post-view-box .label-title{border-bottom:1px solid #ddd;font-size:16px;margin-bottom:5px}#tpg-MyAccount-wrap .post-view-box .post-content,#tpg-MyAccount-wrap .post-view-box .post-excerpt{margin-bottom:30px}#tpg-MyAccount-wrap svg{height:1em;transition:.4s;width:1em}#tpg-MyAccount-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{border-right:none;left:2px}#tpg-MyAccount-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background:none;color:red}#tpg-MyAccount-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered li{padding-right:6px!important}.tpg-postbox{max-width:100%!important}.tpg-postbox .new-post input{font-size:16px}.tpg-postbox .new-post input[type=text],.tpg-postbox .new-post select,.tpg-postbox .new-post textarea{background:#f5f9fe;border:1px solid #dfe8f3;border-radius:5px;box-shadow:none;color:#495057;display:block;font-size:16px;height:50px;outline:none;padding:10px 15px;width:100%}.tpg-postbox .new-post select[multiple]{height:130px}.select2-container .select2-search--inline .select2-search__field{min-height:40px}.tpg-postbox .new-post textarea{height:70px}.tpg-postbox .new-post input[type=text]:focus{border-color:rgba(0,0,0,.2)}.tpg-postbox .new-post label{align-items:center;color:#495057;display:inline-flex;font-size:16px;font-weight:700;gap:8px;justify-content:center;margin-bottom:.5rem}.tpg-postbox .new-post .wp-editor-area{font-family:ZCOOL XiaoWei,serif!important;font-size:16px!important}.tpg-postbox .new-post .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item{font-size:16px}.tpg-postbox .new-post .mce-btn button{border-radius:0}.tpg-postbox .new-post .mce-btn button:hover{background:#ccc}.tpg-postbox .new-post .mce-toolbar .mce-btn-group .mce-btn:focus,.tpg-postbox .new-post .mce-toolbar .mce-btn-group .mce-btn:hover,.tpg-postbox .new-post .qt-dfw:focus,.tpg-postbox .new-post .qt-dfw:hover{border-color:transparent}.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar input.button.button-small{margin:1px}.tpg-postbox .new-post .wp-core-ui .button.button-small{padding:0 7px 1px}.tpg-postbox .new-post .wp-core-ui .wp-media-buttons .insert-media{background:#f7f7f7;border-color:rgba(0,0,0,.08);box-shadow:0 1px 0 rgba(0,0,0,.08);color:#495057;font-weight:400;height:36px;margin-bottom:5px;padding-left:7px}.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .wp-switch-editor{background:#f7f7f7;border:1px solid rgba(0,0,0,.08);color:#495057;cursor:pointer;font-weight:400;height:28px;margin:5px 0 0 5px;padding:3px 12px 4px}.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .html-active .switch-html,.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .tmce-active .switch-tmce{background:#f5f5f5;border-bottom-color:#f5f5f5;color:#555}.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .wp-switch-editor:active{background-color:#f5f5f5;box-shadow:none}.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .html-active .switch-html:focus,.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .tmce-active .switch-tmce:focus,.tpg-postbox .new-post .wp-core-ui .wp-editor-tabs .wp-switch-editor:active{box-shadow:none}.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar .ed_button{background:#f7f7f7;color:#495057;font-weight:400}.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar .ed_button:active,.tpg-postbox .new-post .wp-core-ui .quicktags-toolbar .ed_button:focus{box-shadow:none}.tpg-postbox .new-post input[type=submit]{background:var(--tpg-primary-color,#0d6efd);border-radius:5px;color:#fff;font-size:18px;font-weight:600;letter-spacing:.05em;padding:13px 30px;transition:.4s}.tpg-postbox .new-post input[type=submit]:hover{background:var(--tpg-secondary-color)}.tpg-postbox p{margin-bottom:0;margin-top:0}.form-content-area iframe{height:400px!important}.wp-editor-container textarea.wp-editor-area{height:300px!important}#tpg-featured-image .custom-file-upload{background:#f5f9fd;border:1px solid #dfe8f3;border-radius:5px;color:#495057;cursor:pointer;font-weight:400;height:50px;margin-top:15px;padding:0 20px}#tpg-featured-image .custom-file-upload input[type=file]{display:none}.tpg-form-container .grid-item>div{margin-bottom:20px}.tpg-postbox .tpg-right-content #tpg-category,.tpgMyAccount .select2-container--default .select2-selection--multiple{background:#f5f9fe;border:1px solid #dfe8f3!important;color:#495057;min-height:48.5px;width:100%}.tpgMyAccount .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e8edee!important;border:1px solid #c8d2d4!important;color:#6f6f6f!important}.tpgMyAccount .select2-container--default .select2-selection--multiple .select2-selection__rendered li{font-size:16px}.tpgMyAccount .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child{display:none}.tpgMyAccount .select2-container{min-width:100%}.tpgMyAccount .form-item{margin-bottom:15px}@media (max-width:1199px) and (min-width:768px){.entry .entry-header{margin-left:0!important;margin-right:0!important;max-width:100%!important;padding:0 15px!important}.entry .entry-content,.entry .entry-summary{margin:0!important;max-width:100%!important;padding:0 15px!important}.entry .entry-footer{margin-left:0!important;margin-right:0!important;max-width:100%!important;padding:0 15px!important}}.media-router .media-menu-item{color:#646464}.wp-message.error{color:red}.tpg-post-submit-status{border:1px solid #ddd;margin:15px 0;padding:15px}.tpg-post-submit-status.error{background:#ffecec;border-color:red;color:red}.tpg-post-submit-status.success{background:#def6e5;border-color:#28a745;color:#28a745}.invalid-feedback{color:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-feedback.error{color:red;display:block}.new_tpg_tags{position:relative}.new_tpg_tags .tpg-tags-input{align-items:center;background:#f5f9fe;border:1px solid #dfe8f3!important;border-radius:5px;color:#495057;display:flex;flex-wrap:wrap;gap:4px;min-height:48px;padding:10px}.new_tpg_tags .tpg-tags-input div{background-color:#e8edee!important;border:1px solid #c8d2d4!important;border-radius:3px;color:#6f6f6f!important;display:inline-block;line-height:1;padding:5px 10px}.new_tpg_tags .tpg-tags-input div span.remove{cursor:pointer;margin-right:5px}.new_tpg_tags .tpg-tags-input div span.remove:hover{color:red}.new_tpg_tags .tpg-tags-input input{background:none!important;border:none!important;box-shadow:none!important;display:inline-block!important;flex-grow:1!important;height:auto!important;padding:0!important;width:auto!important}.new_tpg_tags .tpg-tags-input input:active,.new_tpg_tags .tpg-tags-input input:focus{box-shadow:none}.new_tpg_tags ul{background:#fff;border-radius:3px;border:1px solid #ddd;border-top:none;box-shadow:0 0 20px #f0f0f0;left:0;margin:0;max-height:240px;overflow:scroll;padding:0;position:absolute;top:100%;transition:all .3s ease-in-out;width:100%;z-index:9999999}.new_tpg_tags ul li{cursor:pointer;line-height:1;list-style:none;padding:12px 15px}.new_tpg_tags ul li.active{background:#ddd}.new_tpg_tags ul li:hover,.new_tpg_tags ul li[active]{background:var(--tpg-primary-color,#0d6efd)!important;color:#fff}.tpg-myaccount-page,.tpg-myaccount-page #page,.tpg-myaccount-page .site{background:#f0f4f9}.tpgMyAccount .tpg-login-form{background:#e8edf1;border-radius:10px;margin:100px auto;max-width:94%;padding:40px;width:500px}.tpgMyAccount .tpg-login-form #loginform{width:100%}.tpgMyAccount .tpg-login-form #loginform>p{display:flex;flex-direction:column}.tpgMyAccount .tpg-login-form .tpg-register a{border:1px solid #d0c7c7;border-radius:4px;color:#212121;display:block;font-size:16px;padding:4px;text-align:center}.tpgMyAccount .tpg-login-form .tpg-register a:hover{background:var(--tpg-primary-color);border-color:var(--tpg-primary-color);color:#fff}.tpgMyAccount .tpg-login-form label{color:#666;display:inline-block;font-size:16px;font-weight:700;line-height:1;margin-bottom:10px}.tpgMyAccount .tpg-login-form input[type=email],.tpgMyAccount .tpg-login-form input[type=password],.tpgMyAccount .tpg-login-form input[type=text]{background-color:#fff;border:1px solid #c8d2d4;border-radius:5px;color:#666;height:50px;padding:5px 15px}.tpgMyAccount .tpg-login-form input[type=submit]{background:var(--tpg-primary-color);border:none;border-radius:5px;color:#fff;font-weight:700;height:50px}.tpgMyAccount .tpg-login-form input[type=submit]:hover{background:var(--tpg-secondary-color)}.select2-dropdown{z-index:999999!important}body .tpg-el-main-wrapper .rt-grid-item{background:none!important;padding:0 15px}body .tpg-el-main-wrapper .offset-left,body .tpg-el-main-wrapper .offset-right{padding-bottom:0!important}.rt-tpg-container div a{text-decoration:none}.ast-single-post .entry-content .rt-tpg-container a{text-decoration:inherit}.rt-model-open,body.rt-model-open,html.rt-model-open{overflow:hidden}.rt-tpg-container img{height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}.rt-tpg-container *{box-sizing:border-box}.entry .rt-tpg-container .entry-title:before{content:none}.rt-tpg-container .entry{margin-top:0}.rt-tpg-container :after,.rt-tpg-container :before{box-sizing:border-box}.rt-container,.rt-container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.rt-container-fluid.slider-layout13-main{padding:0 0 15px}.rt-tpg-container ul{margin:0}.rttpg-container .rttpg-block-wrapper{margin-left:0;margin-right:0}.rttpg-container .rt-container-fluid{padding-left:0;padding-right:0}img,svg{vertical-align:middle}a:link,a:visited{transition:all .31s ease}.clearfix:after,.clearfix:before,.rt-container-fluid:after,.rt-container-fluid:before{content:" ";display:table}.clearfix:after,.rt-container-fluid:after,.rt-container:after,.rt-row:after{clear:both}.rt-row{margin-left:-15px;margin-right:-15px}.grid-layout2.rt-row{margin-left:0;margin-right:0}.rt-row>.rt-row{padding-left:15px;padding-right:15px}.grid_hover6.rt-row{margin-left:-2px;margin-right:-2px}.rt-col-lg-1,.rt-col-lg-2,.rt-col-lg-3,.rt-col-lg-4,.rt-col-lg-5,.rt-col-lg-6,.rt-col-lg-7,.rt-col-lg-8,.rt-col-lg-9,.rt-col-lg-10,.rt-col-lg-11,.rt-col-lg-12,.rt-col-lg-24,.rt-col-md-1,.rt-col-md-2,.rt-col-md-3,.rt-col-md-4,.rt-col-md-5,.rt-col-md-6,.rt-col-md-7,.rt-col-md-8,.rt-col-md-9,.rt-col-md-10,.rt-col-md-11,.rt-col-md-12,.rt-col-md-24,.rt-col-sm-1,.rt-col-sm-2,.rt-col-sm-3,.rt-col-sm-4,.rt-col-sm-5,.rt-col-sm-6,.rt-col-sm-7,.rt-col-sm-8,.rt-col-sm-9,.rt-col-sm-10,.rt-col-sm-11,.rt-col-sm-12,.rt-col-sm-24,.rt-col-xs-1,.rt-col-xs-2,.rt-col-xs-3,.rt-col-xs-4,.rt-col-xs-5,.rt-col-xs-6,.rt-col-xs-7,.rt-col-xs-8,.rt-col-xs-9,.rt-col-xs-10,.rt-col-xs-11,.rt-col-xs-12,.rt-col-xs-24{min-height:1px;padding-left:15px;padding-right:15px;position:relative}.rt-col-xs-1,.rt-col-xs-2,.rt-col-xs-3,.rt-col-xs-4,.rt-col-xs-5,.rt-col-xs-6,.rt-col-xs-7,.rt-col-xs-8,.rt-col-xs-9,.rt-col-xs-10,.rt-col-xs-11,.rt-col-xs-12,.rt-col-xs-24{float:left}.rt-col-xs-24{width:20%}.rt-col-xs-12{width:100%}.rt-col-xs-11{width:91.66666667%}.rt-col-xs-10{width:83.33333333%}.rt-col-xs-9{width:75%}.rt-col-xs-8{width:66.66666667%}.rt-col-xs-7{width:58.33333333%}.rt-col-xs-6{width:50%}.rt-col-xs-5{width:41.66666667%}.rt-col-xs-4{width:33.33333333%}.rt-col-xs-3{width:25%}.rt-col-xs-2{width:16.66666667%}.rt-col-xs-1{width:8.33333333%}#rt-main{margin:35px auto}.rt-tpg-container h3.entry-title{line-height:1.25;margin:0 0 12px}.rt-tpg-container .offset-small-wrap .rt-holder .overlay{min-height:60px!important}.rt-tpg-container .offset-small-wrap .rt-holder .rt-img-responsive{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.rt-tpg-container .offset-small-wrap .rt-col-md-6 .rt-holder .rt-img-responsive{height:auto}.rt-tpg-container .offset-small-wrap .rt-holder .overlay h3 a{-webkit-line-clamp:1!important;-webkit-box-orient:vertical;display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important}.rt-tpg-container .offset-big .post-meta-user.above_title{margin-top:15px}.rt-tpg-container .offset-big .post-meta-user.above_title+h3.entry-title{margin-top:0}.rt-tpg-container .offset-big h3.entry-title{margin:20px 0 15px}.rt-tpg-container .offset-big .cat-above-title{margin-bottom:-15px;padding-top:10px}.rt-tpg-container .owl-controls .owl-dots{margin-top:15px}.paginationjs{box-sizing:initial;font-family:Marmelad,Lucida Grande,Arial,Hiragino Sans GB,Georgia,sans-serif;font-size:14px;line-height:1.6}.paginationjs:after{clear:both;content:" ";display:table}.paginationjs .paginationjs-pages{float:left}.paginationjs .paginationjs-pages ul{float:left;margin:0;padding:0}.paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{float:left;font-size:14px;margin-left:10px}.paginationjs .paginationjs-pages li{border:1px solid #aaa;border-right:none;float:left;list-style:none}.paginationjs .paginationjs-pages li>a{background:#fff;color:#333;display:block;font-size:14px;line-height:28px;min-height:28px;min-width:30px;text-align:center;text-decoration:none}.paginationjs .paginationjs-pages li:hover>a{background:var(--tpg-primary-color,#0d6efd);border-color:var(--tpg-primary-color,#0d6efd)!important;color:#fff!important}.paginationjs .paginationjs-pages li.active{border:none}.paginationjs .paginationjs-pages li.active>a{background:#aaa;color:#fff;height:30px;line-height:30px}.paginationjs .paginationjs-pages li.disabled>a{opacity:.3}.paginationjs .paginationjs-pages li.disabled>a:hover{background:0 0}.paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{border-radius:3px 0 0 3px}.paginationjs .paginationjs-pages li:last-child{border-radius:0 3px 3px 0;border-right:1px solid #aaa}.paginationjs .paginationjs-pages li:last-child>a{border-radius:0 3px 3px 0}.paginationjs .paginationjs-go-input>input[type=text]{box-sizing:initial;height:28px;padding:0;width:30px}.paginationjs .paginationjs-go-button>input[type=button],.paginationjs .paginationjs-go-input>input[type=text]{background:#fff;border:1px solid #aaa;border-radius:3px;box-shadow:none;font-size:14px;outline:0;text-align:center;vertical-align:baseline}.paginationjs .paginationjs-go-button>input[type=button]{color:#333;cursor:pointer;height:30px;line-height:28px;min-width:40px;padding:0 8px;vertical-align:middle\9}.paginationjs.paginationjs-theme-blue .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-blue .paginationjs-pages li{border-color:var(--tpg-primary-color,#2962ff)}.paginationjs .paginationjs-go-button>input[type=button]:hover{background-color:#f8f8f8}.paginationjs .paginationjs-nav{height:30px;line-height:30px}.paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{margin-left:5px\9}.paginationjs.paginationjs-small{font-size:12px}.paginationjs.paginationjs-small .paginationjs-pages li>a{font-size:12px;height:24px;line-height:24px;min-width:26px}.paginationjs.paginationjs-small .paginationjs-pages li.active>a{height:26px;line-height:26px}.paginationjs.paginationjs-small .paginationjs-go-input{font-size:12px}.paginationjs.paginationjs-small .paginationjs-go-input>input[type=text]{font-size:12px;height:24px;width:26px}.paginationjs.paginationjs-small .paginationjs-go-button{font-size:12px}.paginationjs.paginationjs-small .paginationjs-go-button>input[type=button]{font-size:12px;height:26px;line-height:24px;min-width:30px;padding:0 6px}.paginationjs.paginationjs-small .paginationjs-nav{font-size:12px;height:26px;line-height:26px}.paginationjs.paginationjs-big{font-size:16px}.paginationjs.paginationjs-big .paginationjs-pages li>a{font-size:16px;height:34px;line-height:34px;min-width:36px}.paginationjs.paginationjs-big .paginationjs-pages li.active>a{height:36px;line-height:36px}.paginationjs.paginationjs-big .paginationjs-go-input{font-size:16px}.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text]{font-size:16px;height:34px;width:36px}.paginationjs.paginationjs-big .paginationjs-go-button{font-size:16px}.paginationjs.paginationjs-big .paginationjs-go-button>input[type=button]{font-size:16px;height:36px;line-height:34px;min-width:50px;padding:0 12px}.paginationjs.paginationjs-big .paginationjs-nav{font-size:16px;height:36px;line-height:36px}.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a{color:var(--tpg-primary-color,#2962ff)}.paginationjs.paginationjs-theme-blue .paginationjs-pages li:hover>a{background:#e9f4fc}.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active>a{background:var(--tpg-primary-color,#2962ff);color:#fff}.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled:hover>a{background:0 0}.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]{background:var(--tpg-primary-color,#2962ff);border-color:var(--tpg-primary-color,#2962ff);color:#fff}.paginationjs.paginationjs-theme-green .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-green .paginationjs-pages li{border-color:#449d44}.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]:hover{background-color:var(--tpg-primary-color,#2962ff)}.paginationjs.paginationjs-theme-green .paginationjs-pages li>a{color:#449d44}.paginationjs.paginationjs-theme-green .paginationjs-pages li:hover>a{background:#ebf4eb}.paginationjs.paginationjs-theme-green .paginationjs-pages li.active>a{background:#449d44;color:#fff}.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled:hover>a{background:0 0}.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]{background:#449d44;border-color:#449d44;color:#fff}.paginationjs.paginationjs-theme-yellow .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-yellow .paginationjs-pages li{border-color:#ec971f}.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]:hover{background-color:#55a555}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a{color:#ec971f}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li:hover>a{background:#fdf5e9}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active>a{background:#ec971f;color:#fff}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled:hover>a{background:0 0}.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]{background:#ec971f;border-color:#ec971f;color:#fff}.paginationjs.paginationjs-theme-red .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-red .paginationjs-pages li{border-color:#c9302c}.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]:hover{background-color:#eea135}.paginationjs.paginationjs-theme-red .paginationjs-pages li>a{color:#c9302c}.paginationjs.paginationjs-theme-red .paginationjs-pages li:hover>a{background:#faeaea}.paginationjs.paginationjs-theme-red .paginationjs-pages li.active>a{background:#c9302c;color:#fff}.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled:hover>a{background:0 0}.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]{background:#c9302c;border-color:#c9302c;color:#fff}.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]:hover{background-color:#ce4541}.paginationjs .paginationjs-pages li.paginationjs-next{border-right:1px solid\9}.paginationjs .paginationjs-go-input>input[type=text]{line-height:28px\9;vertical-align:middle\9}.paginationjs.paginationjs-big .paginationjs-pages li>a{line-height:36px\9}.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text]{height:36px\9;line-height:36px\9}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li:not(.paginationjs-next):not(.paginationjs-prev){display:none}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li{color:#fff}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li>a{background-color:var(--tpg-primary-color,#0d6efd);color:#fff}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li:hover a{background-color:var(--tpg-secondary-color,#0654c4)}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2){display:inline-block;pointer-events:none;position:relative}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2) a{pointer-events:none;text-indent:-99999px}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2):before{content:"\f100";font-family:Font Awesome\ 5 Free;font-weight:900;left:50%;opacity:.5;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:99}.rttpg-flaticon .ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-page:nth-child(2):before{content:"\f118";font-family:flaticon_tpg!important}.ajax-pagination-type-next-prev-yes .rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs ul li.paginationjs-prev+li{display:none!important}.rt-tpg-container button{border:none;padding:10px 15px}.rt-tpg-container .rt-tgp-load-more button{background:#8e8e8e;border-radius:4px}.rt-tpg-container .tpg-wc-product-filter{margin-bottom:15px;padding-right:15px;text-align:right}.rt-img-holder>a{display:block;text-align:center}.rt-img-responsive{display:block;height:auto;max-width:100%;transition:.4s ease-in-out}@media (max-width:991px){.rt-img-holder>a,.rt-img-responsive{width:100%}}.rt-tpg-container .no-margin{margin:0!important;padding:0!important}span.more-loading{background:url(//www.travelkon.com.au/wp-content/plugins/the-post-grid/assets/css/../images/loading.gif) 100% no-repeat;display:inline-block;padding-right:20px}.rt-tgp-load-more,.rt-tgp-scroll-load-more{display:block;margin:30px 0 20px;text-align:center}.post-meta-tags,.post-meta-user{font-size:95%;line-height:1;margin-bottom:15px;padding:0}.post-meta-tags>span,.post-meta-user>span{align-items:center;display:inline-flex;flex-wrap:wrap;margin-bottom:3px;padding-right:10px}.post-meta-user,.post-meta-user a{color:#646464}.post-meta-user a:hover{color:#000}.post-meta-tags span.rt-separator,.post-meta-user span.rt-separator{display:inline-block;padding-right:5px}.post-meta-user span.comment-link{float:right;padding-right:0;text-align:right}.rt-holder .entry-title a{color:#000}.rt-tpg-container .rt-holder .post-meta.center .read-more{float:none}.rt-tpg-container .rt-holder .post-meta .rt-tpg-social-share{display:block;float:none;margin-bottom:15px;text-align:left;width:100%}.rt-tpg-container .post-tags-links .fa-tags{font-size:12px!important;font-weight:900!important}.rt-tpg-container .rt-holder .post-meta.center .rt-tpg-social-share,.rt-tpg-container .rt-holder .post-meta.right .rt-tpg-social-share{text-align:left}.rt-tpg-container .rt-holder .read-more a{display:inline-block;font-size:15px;line-height:1.5}.rt-tpg-container .rt-holder .tpg-excerpt{margin-bottom:10px}.rt-tpg-container .rt-holder .tpg-excerpt iframe{max-height:250px;width:100%}.rt-tpg-container .tpg-iso-filter{margin:15px 0 45px;text-align:center}.rt-tpg-container .tpg-iso-filter input[type=text],.rt-tpg-container .tpg-iso-filter select.isotope-dropdown-filter{border-radius:3px;display:inline-block;margin-left:4px;padding:12px 10px}.rt-tpg-container .tpg-iso-filter select.isotope-dropdown-filter{padding-bottom:11px;padding-top:11px}.rt-tpg-container .tpg-iso-filter>div{display:inline-block}.rt-tpg-container .rt-tpg-isotope-buttons .selected{background:var(--tpg-primary-color,#0d6efd)}.rt-tpg-container .rt-tpg-isotope-buttons button{background:#8e8e8e;border:none;border-radius:3px;box-shadow:none!important;color:#fff;font-size:15px;font-weight:400;line-height:1.8;margin:4px;outline:0;padding:8px 20px;text-shadow:none!important;text-transform:none}.rt-tpg-container .tpg-pre-loader{overflow:hidden;position:relative}.rt-tpg-container .rt-loading-overlay{background-color:#fff;height:100%;left:0;opacity:0;position:absolute;top:0;visibility:hidden;width:100%;z-index:10}.rt-tpg-container .rt-loading{color:var(--tpg-primary-color,#0d6efd);left:50%;margin-left:-16px;opacity:0;position:absolute;top:120px;transform:scale(1.5);visibility:hidden;z-index:2}.rt-tpg-container .tpg-pre-loader .rt-loading-overlay{opacity:0;visibility:hidden}.filter-preloader-on .rt-tpg-container .tpg-pre-loader :not(.rt-loading){opacity:.7}.tpg-carousel-main .tpg-pre-loader .rt-loading-overlay{opacity:1}.rt-tpg-container .tpg-pre-loader .rt-loading{opacity:1;visibility:visible}.rt-tpg-container .tpg-pre-loader .rt-loading *{opacity:1!important}.filter-preloader-off .rt-tpg-container .rt-loading,.filter-preloader-off .rt-tpg-container .rt-loading-overlay{display:none}.rt-ball-clip-rotate{color:#fff;display:block;font-size:0;height:32px;width:32px}.rt-ball-clip-rotate,.rt-ball-clip-rotate>div{box-sizing:border-box;position:relative}.rt-ball-clip-rotate>div{animation:ball-clip-rotate .75s linear infinite;background-color:currentColor;background:transparent;border-radius:100%;border:2px solid;border-bottom:2px solid transparent;display:inline-block;float:none;height:32px;width:32px}.rt-layout-filter-container.rt-clear:after{clear:both;content:"";display:block}.rt-clear::-ms-ticks-after,.rt-clear:after{clear:both;content:"";display:block}.rt-layout-filter-container{font-size:0;line-height:0;margin:-5px -5px 30px;padding:0}.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item{border:1px solid;display:inline-block;margin:4px;padding:8px 10px;transition:.4s}.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected,.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover{background:#222;color:#b4b4b4}.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap{padding-right:82px}.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper{margin-right:0;position:static;width:100%}.tpg-header-wrapper.carousel{align-items:center;display:flex;margin-bottom:30px;overflow:hidden}.section-title-style-default .tpg-header-wrapper.carousel,.section-title-style-style1 .tpg-header-wrapper.carousel{min-height:36px}.tpg-header-wrapper.carousel .swiper{overflow:hidden}.section-title-style-style2 .tpg-header-wrapper.carousel .swiper,.section-title-style-style3 .tpg-header-wrapper.carousel .swiper{height:51px;margin-bottom:-.5px}.tpg-header-wrapper.carousel .swiper .swiper-navigation{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:9}.tpg-header-wrapper.carousel .swiper .swiper-button-next,.tpg-header-wrapper.carousel .swiper .swiper-button-prev{margin-top:0;top:0}.tpg-header-wrapper.carousel .tpg-widget-heading-wrapper{flex:1;margin:0;padding-right:10px}.tpg-header-wrapper.carousel .rt-layout-filter-container{flex:0 0 60%;margin:0;max-width:60%}.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;margin:0;position:relative;transition-property:transform;width:100%;z-index:1}.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide{align-items:center;border:none;color:#212121;display:flex;font-size:15px;height:auto;justify-content:center;margin:0;padding:0 10px;position:relative;text-align:center;text-transform:none;white-space:nowrap;width:auto}.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:before,.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:before{border-bottom:7px solid var(--tpg-primary-color,#0d6efd);border-left:7px solid transparent;border-right:7px solid transparent;border-top:0 solid transparent;bottom:0;content:"";height:0;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:all .3s ease;visibility:hidden;width:0}.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected:before,.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover:before,.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected:before,.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover:before{opacity:1;visibility:visible}.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected,.tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover{color:var(--tpg-primary-color,#0d6efd)}.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .filter-right-wrapper,.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .rt-author-filter{display:none}.tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.swiper-wrapper{letter-spacing:0}.tpg-header-wrapper.carousel .swiper-button-next.swiper-button-disabled,.tpg-header-wrapper.carousel .swiper-button-prev.swiper-button-disabled{opacity:1}.tpg-header-wrapper.carousel .swiper-button-next.swiper-button-disabled:after,.tpg-header-wrapper.carousel .swiper-button-prev.swiper-button-disabled:after{opacity:.35}.filter-button-border-enable .tpg-header-wrapper.carousel .rt-layout-filter-container{border:1px solid #ddd;border-radius:3px}.filter-button-border-enable .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide{padding:6px 15px;white-space:nowrap}.filter-button-border-enable .tpg-header-wrapper.carousel .swiper .swiper-navigation{right:3px}.filter-nex-prev-btn-hidden .tpg-header-wrapper.carousel .swiper .swiper-navigation{display:none}.filter-nex-prev-btn-hidden .tpg-header-wrapper.carousel .rt-layout-filter-container .rt-filter-wrap{margin-right:0;padding-right:0}@media (max-width:767px){.tpg-header-wrapper.carousel{display:block}.tpg-header-wrapper.carousel .rt-layout-filter-container{margin-bottom:8px;margin-left:-9px;margin-top:10px;max-width:100%;position:relative}}.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected,.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover{background:none;color:#000}.rt-filter-item-wrap.rt-order-by-action,.rt-filter-item-wrap.rt-sort-order-action{float:right}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap{color:#666;cursor:pointer;display:inline-block;font-size:13px;letter-spacing:.1em;line-height:1.55;margin:4px;padding:7px 10px;position:relative;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;user-select:none;-webkit-user-select:none;-moz-user-select:none;vertical-align:top}.rt-layout-filter-container .rt-filter-wrap .rt-filter-button-wrap{margin-left:0;margin-top:0;padding:0}@media (max-width:767px){.rt-layout-filter-container .rt-filter-wrap .rt-filter-button-wrap{display:inline}}.rt-layout-filter-container .rt-filter-wrap .rt-filter-button-item .rt-filter-sub-tax{display:none}.rt-layout-filter-container .rt-filter-sub-tax.sub-button-group{margin:0 4px}.rt-layout-filter-container .rt-filter-sub-tax.sub-button-group .rt-filter-button-item{cursor:pointer}.rt-layout-filter-container>.rt-filter-sub-tax.sub-button-group>span{border:1px solid;display:inline-block;font-size:13px;letter-spacing:.1em;line-height:1.55;margin:4px;padding:8px 10px;text-transform:uppercase;vertical-align:top}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap{border:1px solid;color:#666;overflow:inherit!important;position:relative}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap:hover{border-color:#222;color:#222}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action:hover{border-color:#222}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap>.rt-filter-dropdown-default{display:block;max-width:135px;min-width:135px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown{background-color:#222;border:none;border-top:1px solid transparent;display:block;left:-1px;margin-top:1px;opacity:0;position:absolute;right:-1px;top:100%;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;-ms-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;z-index:20}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap:hover .rt-filter-dropdown{border-top-color:#000}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item.selected{background:#000}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap.active-dropdown .rt-filter-dropdown{opacity:1;visibility:visible}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap.active-dropdown .rt-arrow-angle{transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg)}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item{border-bottom:1px solid rgba(0,0,0,.2);color:#b4b4b4;display:block;padding:10px 15px 9px;position:relative;text-align:center;z-index:1}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item:before{background-color:rgba(0,0,0,.3);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:.4s;width:100%;z-index:-1}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item:hover:before{opacity:1}.rt-filter-dropdown-default .sub-dropdown-wrap,.rt-filter-dropdown-item .sub-dropdown-wrap{display:none!important}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-arrow-angle{backface-visibility:hidden;-webkit-backface-visibility:hidden;letter-spacing:0;transition:transform .2s ease-in-out;-webkit-transition:transform .2s ease-in-out;-ms-transition:transform .2s ease-in-out}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action{border:1px solid #666;color:#666;min-width:38px;position:relative}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow{position:static}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span{backface-visibility:hidden;-webkit-backface-visibility:hidden;display:block;height:8px;left:50%;margin-left:-7px;margin-top:-4px;position:absolute;top:50%;transition:transform .2s ease-in-out;-webkit-transition:transform .2s ease-in-out;-ms-transition:transform .2s ease-in-out;width:14px}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow[data-sort-order=ASC]>span{transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg)}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:before{left:3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg)}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:after,.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:before{background-color:#666;content:"";display:block;height:9px;position:absolute;top:0;transition:background-color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;width:2px}.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow>span:after{left:9px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg)}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-search-filter-wrap{float:right;padding:0;position:relative}.rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid #666;border-radius:0;color:#666;font-family:Dosis,sans-serif;font-size:12px;font-weight:600;height:39px;padding:11px}.rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input:focus{box-shadow:none;outline:none}.rt-filter-item-wrap.rt-search-filter-wrap span.rt-action{cursor:pointer;display:inline-block;font-size:15px;position:absolute;right:5px;top:6px}.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input::-webkit-input-placeholder{font-family:Dosis,sans-serif;font-size:12px;font-weight:600}.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input::-moz-placeholder{font-family:Dosis,sans-serif;font-size:12px;font-weight:600}.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input:-ms-input-placeholder{font-family:Dosis,sans-serif;font-size:12px;font-weight:600}.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input:-moz-placeholder{font-family:Dosis,sans-serif;font-size:12px;font-weight:600}@media (max-width:600px){.rt-filter-item-wrap.rt-tax-filter.rt-filter-dropdown-wrap{display:block;margin-bottom:10px}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap>.rt-filter-dropdown-default{margin:0 auto}}.rt-tpg-social-share.a{position:relative}body>.rt-tooltip{background:#666;border-radius:3px;border-width:2px;-o-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa;color:#fff;font-size:100%;opacity:0;padding:5px 10px;pointer-events:none;position:absolute;transition:opacity 1s ease-in-out;z-index:9999}body>.rt-tooltip .rt-tooltip-content{font-size:90%}body>.rt-tooltip,body>.rt-tooltip .rt-tooltip-bottom:after{background:#000;border-radius:2px}body>.rt-tooltip .rt-tooltip-bottom{bottom:-16px;height:18px;left:50%;margin-left:-32px;overflow:hidden;position:absolute;width:70px}body>.rt-tooltip .rt-tooltip-bottom:after{tranform:rotate(45deg);content:"";height:25px;left:20px;position:absolute;top:-20px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);width:25px}.rt-tpg-container .rt-holder .rt-img-holder{overflow:hidden;position:relative}.rt-tpg-container .rt-holder .tpg-el-image-wrap{margin:-15px -16px 15px}.rt-tpg-container .list-behaviour .rt-holder .tpg-el-image-wrap{margin:0}.rt-tpg-container .img_zoom_out .rt-holder .rt-img-holder img:not(.avatar),.rt-tpg-container .rt-holder:hover .rt-img-holder img:not(.avatar){transform:scale(1.1)}.rt-tpg-container .img_no_effect .rt-holder:hover .rt-img-holder img,.rt-tpg-container .img_zoom_out .rt-holder:hover .rt-img-holder img{transform:scale(1)}.rt-tpg-container .rt-holder .rt-detail{padding:15px 15px 0}.rt-tpg-container .layout2 .rt-holder .rt-detail,.rt-tpg-container .layout3 .rt-holder .rt-detail,.rt-tpg-container .offset01 .rt-detail,.rt-tpg-container .offset02 .rt-holder .rt-detail{padding:0}.rt-tpg-container .offset01 .rt-detail,.rt-tpg-container .offset02 .rt-holder .rt-detail{padding-left:5px}.rt-tpg-container .entry-title-wrapper .entry-title{font-size:22px;font-weight:600;line-height:1.3;margin:0 0 18px;padding-bottom:2px}@media (max-width:767px){.rt-tpg-container .entry-title-wrapper .entry-title{font-size:20px;margin:0 0 15px}}.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper{margin-bottom:15px}.rt-tpg-container .rt-detail .tpg-excerpt-inner .acf-custom-field-wrap{padding-top:15px}.rt-tpg-container .list-layout2 .rt-detail .tpg-excerpt-inner,.rt-tpg-container .list-layout3 .rt-detail .tpg-excerpt-inner{margin-bottom:0}.rt-tpg-container .rt-holder .rt-detail .post-meta{line-height:25px;overflow:hidden}.rt-tpg-container .rt-holder .rt-detail .read-more a{align-items:center;background-color:hsla(0,0%,100%,.7);border:1px solid #e5e5e5;color:#646464;display:inline-flex;flex-direction:row;flex-wrap:wrap;font-size:15px;justify-content:left;line-height:1.8;overflow:hidden;padding:6px 20px}.rt-tpg-container .rt-holder .rt-detail .read-more a:hover{background-color:#fff;border-color:var(--tpg-primary-color,#0d6efd);color:var(--tpg-primary-color,#0d6efd)}.rt-tpg-container .rt-grid-hover-item .rt-detail .read-more a{border-color:hsla(0,0%,100%,.7)}.rt-tpg-container .rt-grid-hover-item .rt-detail .read-more a:hover{border-color:#fff}.rt-tpg-container .rt-holder .rt-detail .read-more a{color:#1a1a1a}.rt-tpg-container .rt-holder .rt-detail .post-meta.right{text-align:right}.rt-tpg-container .rt-holder .rt-detail .post-meta.center{text-align:center}@keyframes ball-scale-multiple{0%{opacity:0;transform:scale(0)}5%{opacity:.75}to{opacity:0;transform:scale(1)}}@keyframes ball-clip-rotate{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.rt-container-fluid{position:relative}#bottom-script-loader{background:hsla(0,0%,100%,.95);height:calc(100% + 60px);margin:-30px;position:absolute;width:calc(100% + 60px);z-index:999}#bottom-script-loader .rt-ball-clip-rotate{color:var(--tpg-primary-color,#0d6efd);margin-right:-16px;position:absolute;right:50%;top:80px;z-index:2}.tpg-widget-heading-wrapper{display:flex;margin-bottom:30px;position:relative}.tpg-widget-heading-wrapper .tpg-widget-heading{font-size:28px;line-height:1;margin-bottom:-1px!important;margin-top:0;padding-right:15px;padding-top:0;position:relative}.search .tpg-widget-heading-wrapper .tpg-widget-heading{line-height:1.5}@meia (max-width: 767px){.tpg-widget-heading-wrapper .tpg-widget-heading{line-height:1.2}}.tpg-widget-heading-wrapper.center .tpg-widget-heading{margin:0;padding:0}.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading:before{background-color:var(--tpg-primary-color,#0d6efd);border-radius:50%;content:"";display:inline-block;height:8px;margin-right:7px;margin-top:-4px;position:absolute;right:-7.5px;top:50%;width:8px}.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-left,.tpg-widget-heading-wrapper.heading-style1.center .tpg-widget-heading:before{display:none}.tpg-widget-heading-wrapper.heading-style1.center .tpg-widget-heading-line.line-left{display:block;margin-left:0;margin-right:15px}.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line,.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line-left{-webkit-box-flex:1;align-self:center;border-color:#e5e5e5;border-style:solid;border-width:1px 0;flex-grow:1;height:4px;margin-left:15px}.tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading,.tpg-widget-heading-wrapper.heading-style3 .tpg-widget-heading{background-color:var(--tpg-primary-color,#0d6efd);color:#fff;line-height:1.4;margin-bottom:-.5px;padding:5px 15px}.tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading a,.tpg-widget-heading-wrapper.heading-style3 .tpg-widget-heading a{color:inherit}.tpg-widget-heading-wrapper.heading-style4{margin-bottom:40px}.tpg-widget-heading-wrapper.heading-style4:after,.tpg-widget-heading-wrapper.heading-style4:before{content:"";position:absolute}.tpg-widget-heading-wrapper.heading-style4:before{background-color:var(--tpg-primary-color,#0d6efd);bottom:-17px;height:6px;left:0;transform:skewX(-25deg);width:45px}.tpg-widget-heading-wrapper.heading-style4:after{background-color:#dcdcdc;bottom:-15px;height:1px;margin-left:10px;right:0;width:calc(100% - 55px)}.tpg-widget-heading-wrapper.center{justify-content:center}.tpg-widget-heading-wrapper.right{flex-direction:row-reverse}.tpg-widget-heading-wrapper.right .tpg-widget-heading{padding-left:15px;padding-right:0}.tpg-widget-heading-wrapper.right .tpg-widget-heading:before{left:0;right:auto}.tpg-widget-heading-wrapper.right .tpg-widget-heading-line{margin-left:0;margin-right:15px}.tpg-el-main-wrapper .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before,.tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:after{border-bottom-color:transparent!important;border-right-color:transparent!important;border-color:var(--tpg-primary-color,#0d6efd);border-style:solid;border-width:12px 12px 0 0;content:"";position:absolute;right:-11px;top:0}.section-title-align-right .tpg-el-main-wrapper .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before,.section-title-align-right .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:after{left:-3px;right:auto;transform:skewX(225deg)}.section-title-align-center .tpg-el-main-wrapper .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before,.tpg-widget-heading-wrapper.heading-style2.right .tpg-widget-heading:after{border-width:12px 0 0 12px;left:-11px;right:auto}.tpg-widget-heading-wrapper.heading-style2.center .tpg-widget-heading:after{content:none}.section-title-style-style2 .tpg-header-wrapper.carousel,.section-title-style-style2 .tpg-header-wrapper:not(.carousel) .tpg-widget-heading-wrapper,.section-title-style-style3 .tpg-header-wrapper.carousel,.section-title-style-style3 .tpg-header-wrapper:not(.carousel) .tpg-widget-heading-wrapper{border-bottom:2px solid var(--tpg-primary-color,#0d6efd)}.tpg-even,.tpg-full-height{display:flex;flex-wrap:wrap}@media (max-width:767px){.rt-content-loader .rt-holder,.tpg-even .rt-holder{flex-direction:column}}.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next>*{background-color:#bcbcbc;bottom:auto;color:#fff;cursor:pointer;display:inline-block;font-size:18px;height:30px;line-height:30px;margin-left:1px;margin-right:1px;text-align:center;transition:background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;width:30px}.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next>* i{line-height:1}.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next>.rt-disabled{opacity:.5;pointer-events:none}.rt-cb-page-prev-next{text-align:left}.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style .rt-loadmore-loading{color:#fff;left:50%;margin-left:-32px;margin-top:-32px;opacity:0;position:absolute;top:50%;visibility:hidden}.rt-ball-scale-multiple.rt-2x,.rt-ball-scale-multiple.rt-2x>div{height:64px;width:64px}.rt-ball-scale-multiple,.rt-ball-scale-multiple>div{box-sizing:border-box;position:relative}.rt-ball-scale-multiple>div{background-color:currentColor;border:0 solid;display:inline-block;float:none}.rt-ball-scale-multiple>div:nth-child(2){animation-delay:.2s}.rt-ball-scale-multiple>div{animation:ball-scale-multiple 1s linear 0s infinite;border-radius:100%;height:32px;left:0;opacity:0;position:absolute;top:0;width:32px}.rt-tpg-container .rt-pagination-wrap{display:inline-block;margin-top:10px;text-align:center;width:100%}.rt-tpg-container.grid_hover-layout4-2-main .rt-pagination-wrap{width:calc(100% - 23px)!important}.rt-tpg-container.grid_hover-layout4-main .rt-pagination-wrap{width:calc(100% - 15px)!important}.rt-tpg-container.grid_hover-layout8-main .rt-pagination-wrap{width:calc(100% + 10px)!important}.tpg-el-main-wrapper .rt-pagination-wrap{display:flex;flex-direction:row;justify-content:center;margin-top:30px}.tpg-el-main-wrapper .rt-pagination-wrap .rt-pagination{margin:0}.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style{cursor:pointer;position:relative;-moz-user-select:none;user-select:none;-webkit-user-select:none}.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next.rt-hidden-elm,.rt-tpg-container .rt-pagination-wrap .rt-infinite-action.rt-hidden-elm,.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style.rt-hidden-elm,.rt-tpg-container .rt-pagination-wrap .rt-page-numbers.rt-hidden-elm{display:none!important}.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style.rt-lm-loading .rt-loadmore-text{opacity:0;visibility:hidden}.rt-tpg-container .rt-pagination-wrap .rt-loadmore-style.rt-lm-loading .rt-loadmore-loading{opacity:1;visibility:visible}.rt-tpg-container .rt-pagination-wrap .rt-loadmore-btn{background-color:var(--tpg-primary-color,#0d6efd);color:#fff;display:inline-block;font-size:13px;letter-spacing:.1em;margin-top:30px;padding:9px 20px;text-decoration:none;text-transform:uppercase;transition:color .2s ease-in-out,background-color .2s ease-in-out;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out;-ms-transition:color .2s ease-in-out,background-color .2s ease-in-out}.rt-tpg-container .rt-loadmore-btn:hover{background-color:var(--tpg-secondary-color,#0654c4)}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages{float:none;padding-bottom:.1px;padding-top:.1px}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers.rt-lm-loading{opacity:.5;pointer-events:none}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul{float:none;font-size:0;line-height:0;margin:-2px;text-align:center}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li{border:none;display:inline-block;float:none;font-size:16px;padding:2px}.rt-tpg-container .rt-pagination-wrap i[class*=flaticon-tpg-]{position:relative;top:3px}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li>a{border:1px solid #dee2e6;border-radius:3px;box-sizing:content-box;color:#212121;display:block;font-size:16px;font-weight:400;letter-spacing:0;line-height:45px;min-height:45px;min-width:45px;text-align:center;text-decoration:none}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.active>a{background-color:var(--tpg-primary-color,#0d6efd);border-color:var(--tpg-primary-color,#0d6efd);color:#fff}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.paginationjs-ellipsis{min-width:auto;padding:0}.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.paginationjs-ellipsis a{background:none!important;border:none!important;color:#000!important;font-size:18px;min-width:auto;opacity:1;pointer-events:none!important}.rt-pagination{margin:30px 0;text-align:center}.rt-pagination .pagination-list{background:transparent;border-radius:4px;border-top:0;display:inline-block;padding-left:0}.rt-pagination .pagination-list a{box-shadow:none}.rt-pagination .pagination-list>li{display:inline-block;margin:2px}.rt-pagination .pagination-list>li:after,.rt-pagination .pagination-list>li:before{content:none}.rt-pagination .pagination-list>li>a,.rt-pagination .pagination-list>li>span{background-color:#fff;border:1px solid #ddd;border-radius:3px;box-sizing:content-box;color:#212121;display:block;line-height:45px;margin-left:-1px;min-height:45px;min-width:45px;position:relative;text-align:center;text-decoration:none;transition:.4s ease-in-out}.rt-pagination .pagination-list>li>a:focus,.rt-pagination .pagination-list>li>a:hover,.rt-pagination .pagination-list>li>span:focus,.rt-pagination .pagination-list>li>span:hover{background-color:var(--tpg-primary-color,#0d6efd);border-color:var(--tpg-primary-color,#0d6efd);color:#fff;z-index:2}.rt-pagination .pagination-list>.active>a,.rt-pagination .pagination-list>.active>a:focus,.rt-pagination .pagination-list>.active>a:hover,.rt-pagination .pagination-list>.active>span,.rt-pagination .pagination-list>.active>span:focus,.rt-pagination .pagination-list>.active>span:hover{background-color:var(--tpg-primary-color,#0d6efd);border-color:var(--tpg-primary-color,#0d6efd);color:#fff;cursor:default;z-index:3}.rt-pagination .pagination-list>.disabled>a,.rt-pagination .pagination-list>.disabled>a:focus,.rt-pagination .pagination-list>.disabled>a:hover,.rt-pagination .pagination-list>.disabled>span,.rt-pagination .pagination-list>.disabled>span:focus,.rt-pagination .pagination-list>.disabled>span:hover{background-color:#fff;border-color:#ddd;color:#212121;cursor:not-allowed}.rt-tpg-container .swiper-pagination-bullet{background:#d6d6d6;height:10px;opacity:1;width:10px}.rt-tpg-container .swiper-wrapper{padding-bottom:45px}.rt-tpg-container.slider-layout13-main .swiper-wrapper{padding-bottom:0}.rt-tpg-container .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0}.rt-tpg-container .swiper-pagination-bullet.swiper-pagination-bullet-active-main{background:#007bff}.rt-tpg-container>div{position:relative}.rt-tpg-container .slider-main-wrapper{opacity:0;position:relative}.rt-tpg-container .swiper-navigation .slider-btn{align-items:center;background-color:#fff;background-image:none;border:1px solid #e5e5e5;border-radius:3px;color:var(--tpg-primary-color);display:inline-flex;font-size:14px;height:32px;justify-content:center;position:absolute;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;width:34px}.rt-tpg-container .tpg-header-wrapper .swiper-navigation .slider-btn,.slider-arrow-position-top-left .rt-tpg-container .swiper-navigation .slider-btn,.slider-arrow-position-top-right .rt-tpg-container .swiper-navigation .slider-btn{position:static}.rt-tpg-container .swiper-navigation .slider-btn:hover{background-color:var(--tpg-primary-color);border-color:var(--tpg-primary-color);color:#fff}.rt-tpg-container .swiper-navigation .slider-btn:focus{box-shadow:none;outline:0}.rt-tpg-container .swiper-navigation .slider-btn.swiper-button-next{margin-left:3px}.rt-tpg-container .swiper-navigation .swiper-button-next:after,.rt-tpg-container .swiper-navigation .swiper-button-prev:after{font-size:inherit}.rt-tpg-container .tpg-cf-group-title{font-size:16px;margin-bottom:0!important}.rt-tpg-container .tpg-cf-fields{font-size:95%;line-height:1.6;margin-top:0}.tpg-el-main-wrapper .tpg-cf-wrap{margin:10px 0 0}.rt-tpg-container .tpg-cf-wrap:empty{margin:0}.act-label-style-inline .tgp-cf-field-label{margin-right:8px;min-width:inherit}.act-label-style-inline .tgp-cf-field-label:after{content:":"}.act-label-style-block .tgp-cf-field-label{display:block!important;float:none;margin-right:0;min-width:inherit}.act-label-style-block .tpg-cf-fields{display:block;margin-bottom:5px}.rt-tpg-container .rt-holder .tgp-cf-field-value *{color:inherit;display:inline;margin:0;transition:none}.isotope-term-no-post{min-height:30px}.isotope-term-no-post p{display:none;margin-bottom:0}.tpg-el-main-wrapper.loading{min-height:300px;transition:.4s}.tpg-el-main-wrapper.loading:before{animation:ball-clip-rotate .75s linear infinite;background:transparent;border:2px solid;border-bottom:2px solid transparent;border-radius:100%;color:red;display:inline-block;float:none;height:32px;left:50%;position:absolute;top:50%;width:32px;z-index:9999999999}.tpg-el-main-wrapper .rt-content-loader .offset-left [class*=rt-col]{padding-left:0;padding-right:0}.mfp-fade.mfp-bg{opacity:0;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap .mfp-content figure{transform:scale(0);transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content figure{transform:scale(1)}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-fade.mfp-wrap .mfp-content .mfp-figure:after{background:none;box-shadow:none}.tpg-single-post-share .rt-tpg-social-share{display:flex;width:100%}i[class*=" flaticon-"]:before,i[class^=flaticon-]:before{font-size:inherit!important}i[class^=flaticon-tpg-]{font-size:16px}.rttpg-block-postgrid{width:100%}.post-meta-tags.tpg-single-post-meta{align-items:center;display:flex}.post-meta-tags.tpg-single-post-meta .author-prefix{margin-right:7px}.z20{z-index:20}.z20,.z50{position:relative}.z50{z-index:50}.z999{position:relative;z-index:999}.rtBgOverlay,.rttpg-row-wrap.rttpg-overlay:before,.rttpg-row-wrap .rttpg-row .rttpg-column.rttpg-overlay:before{backface-visibility:hidden;border-radius:inherit;content:"";inset:0;position:absolute;transition:all .3s ease-in-out;z-index:-1}.rttpg-container{margin-left:auto;margin-right:auto;max-width:1200px!important;padding-left:15px;padding-right:15px}.rttpg-container .rttpg-container{padding-left:0;padding-right:0}.rttpg-container .wp-block-image{margin-bottom:30px;margin-top:0}.rttpg-row-wrap{--tpg-d-gap:calc(var(--d-gap-x, 30px)/2);--tpg-t-gap:calc(var(--t-gap-x, 30px)/2);--tpg-m-gap:calc(var(--m-gap-x, 30px)/2)}.rttpg-row-wrap.rttpg-overlay{z-index:var(--row-overlay-z-index,1)}.rttpg-row-wrap .rttpg-row-wrap{margin-left:auto!important;margin-right:auto!important}.rttpg-row-wrap .rttpg-row{--rt-gutter-x:var(--tpg-d-gap);--rt-gutter-y:var(--tpg-d-gap)}.rttpg-row-wrap .rttpg-row .rttpg-column.rttpg-overlay{z-index:var(--column-overlay-z-index,1)}.rttpg-row-wrap.rttpg-block-frontend{width:100%}.rttpg-row-wrap.rttpg-block-frontend .rttpg-row{display:flex;flex-wrap:wrap;margin-left:calc(var(--tpg-d-gap)*-1);margin-right:calc(var(--tpg-d-gap)*-1)}@media (max-width:1023px){.rttpg-row-wrap.rttpg-block-frontend .rttpg-row{margin-left:calc(var(--tpg-t-gap)*-1);margin-right:calc(var(--tpg-t-gap)*-1)}}@media (max-width:767px){.rttpg-row-wrap.rttpg-block-frontend .rttpg-row{margin-left:calc(var(--x-gap-x)*-1);margin-right:calc(var(--x-gap-x)*-1)}}.rttpg-row-wrap.rttpg-block-frontend .rttpg-row>.rttpg-column{padding-left:var(--tpg-d-gap);padding-right:var(--tpg-d-gap)}@media (max-width:1023px){.rttpg-row-wrap.rttpg-block-frontend .rttpg-row>.rttpg-column{padding-left:var(--tpg-t-gap);padding-right:var(--tpg-t-gap)}}@media (max-width:767px){.rttpg-row-wrap.rttpg-block-frontend .rttpg-row>.rttpg-column{padding-left:var(--x-gap-x);padding-right:var(--x-gap-x)}}.rttpg-row-wrap.rttpg-block-editor{margin-left:auto!important;margin-right:auto!important}@media (max-width:1023px){.rttpg-row-wrap.rttpg-block-editor{max-width:984px}}@media (max-width:767px){.rttpg-row-wrap.rttpg-block-editor{max-width:564px}}.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;flex-wrap:wrap;margin-left:calc(var(--tpg-d-gap)*-1);margin-right:calc(var(--tpg-d-gap)*-1)}@media (max-width:1023px){.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout{margin-left:calc(var(--tpg-t-gap)*-1);margin-right:calc(var(--tpg-t-gap)*-1)}}@media (max-width:767px){.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout{margin-left:calc(var(--x-gap-x)*-1);margin-right:calc(var(--x-gap-x)*-1)}}.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>*>div{padding-left:var(--tpg-d-gap);padding-right:var(--tpg-d-gap)}@media (max-width:1023px){.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>*>div{padding-left:var(--tpg-t-gap);padding-right:var(--tpg-t-gap)}}@media (max-width:767px){.rttpg-row-wrap.rttpg-block-editor>.rttpg-container>.rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>*>div{padding-left:var(--x-gap-x);padding-right:var(--x-gap-x)}}.rttpg-row-wrap.rttpg-block-editor .block-editor-inner-blocks{width:100%}.rttpg-row-wrap.rttpg-block-editor .block-editor-inner-blocks .block-editor-block-list__layout .rttpg-column>.block-editor-inner-blocks>.block-list-appender{max-width:100%;width:100%}.rttpg-row-wrap.rttpg-block-editor .block-editor-inner-blocks .block-editor-block-list__layout .rttpg-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender.wp-block{max-width:none}.rttpg-row-wrap>.rttpg-row>.block-editor-inner-blocks{margin-left:auto!important;margin-right:auto!important}.rttpg-body-wrap.rttpg-row-editor .rttpg-row-wrap.alignfull,.rttpg-body-wrap.rttpg-row-frontend .rttpg-row-wrap.alignfull{margin-left:auto!important;margin-right:auto!important;width:100%}@media (min-width:1024px){body .rttpg-column.rttpg-block-frontend.rttpg-hide-desktop,body .rttpg-row-wrap.rttpg-block-frontend.rttpg-hide-desktop{display:none!important}}@media (min-width:768px) and (max-width:1023px){body .rttpg-column.rttpg-block-frontend.rttpg-hide-tablet,body .rttpg-row-wrap.rttpg-block-frontend.rttpg-hide-tablet{display:none!important}}@media (max-width:767px){body .rttpg-column.rttpg-block-frontend.rttpg-hide-mobile,body .rttpg-row-wrap.rttpg-block-frontend.rttpg-hide-mobile{display:none!important}}.rttpg-row{margin-left:auto;margin-right:auto}.wp-block-rttpg-row{margin:0}.rttpg-block-postgrid .rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block{border:1px dotted transparent;box-sizing:border-box}.rttpg-block-postgrid .rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block:hover{border:1px dotted #565656}@media (min-width:992px){.rttpg-block-postgrid .rttpg-row>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block:not(:first-child){border-left:none}}.rttpg-container .rttpg-container,.wp-block-rttpg-row .rttpg-block-postgrid .rttpg-block-postgrid{max-width:100%!important;width:100%!important}.tpg-shortcode-main-wrapper .even-grid-item,.tpg-shortcode-main-wrapper .masonry-grid-item{margin-bottom:30px}.tpg-shortcode-main-wrapper i{margin-right:5px}.tpg-shortcode-main-wrapper .product-more i{margin-right:0}.tpg-shortcode-main-wrapper .grid_hover1 .even-grid-item,.tpg-shortcode-main-wrapper .grid_hover1 .masonry-grid-item,.tpg-shortcode-main-wrapper .grid_hover2 .even-grid-item,.tpg-shortcode-main-wrapper .grid_hover2 .masonry-grid-item,.tpg-shortcode-main-wrapper .grid_hover3 .even-grid-item,.tpg-shortcode-main-wrapper .grid_hover3 .masonry-grid-item,.tpg-shortcode-main-wrapper .grid_hover4 .even-grid-item,.tpg-shortcode-main-wrapper .grid_hover4 .masonry-grid-item,.tpg-shortcode-main-wrapper .grid_hover5 .even-grid-item,.tpg-shortcode-main-wrapper .grid_hover5 .masonry-grid-item,.tpg-shortcode-main-wrapper .list_layout1 .even-grid-item,.tpg-shortcode-main-wrapper .list_layout1 .masonry-grid-item{margin-bottom:0}.layout3 .rt-img-responsive{display:inline-block}.list_layout2 .post-meta-tags,.list_layout2 .post-meta-user{color:#a5a6aa;font-size:14px}.rt-content-loader.layout14 .post-meta-tags,.rt-content-loader.layout14 .post-meta-user{margin-bottom:0}.offset06 .post-meta-tags span,.offset06 .post-meta-user span{color:#a5a6aa;font-size:14px;font-weight:500;padding-right:15px}.offset06 .post-meta-tags span a,.offset06 .post-meta-user span a{color:#444}.offset06 .post-meta-tags span a:hover,.offset06 .post-meta-user span a:hover{color:var(--tpg-primary-color)}.tpg-shortcode-main-wrapper .rt-detail .entry-title a{text-decoration:none}.categories-links{display:inline-block;line-height:1.3}.tpg-shortcode-main-wrapper .rt-holder .rt-detail .categories-links a{margin-bottom:5px}.tpg-shortcode-main-wrapper .rt-holder{overflow:hidden}.tpg-shortcode-main-wrapper .grid_hover6 .rt-grid-item{margin-bottom:4px;overflow:hidden;padding:0 2px}.tpg-shortcode-main-wrapper .grid_hover6 .rt-grid-item .post-img img,.tpg-shortcode-main-wrapper .grid_hover7 .rt-grid-item .post-img img{min-height:350px;-o-object-fit:cover;object-fit:cover}.grid_hover4 .rt-grid-item{padding:0}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-img-holder,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-img-holder,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-img-holder{overflow:hidden;position:relative}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-img-holder img,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-img-holder img,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-img-holder img{max-width:100%;transition:all 1.1s ease}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-img-holder:hover img,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-img-holder:hover img,.tpg-shortcode-main-wrapper .layout1 .img_zoom_out .rt-holder .rt-img-holder img,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-img-holder:hover img{transform:scale(1.1)}.tpg-shortcode-main-wrapper .layout1 .img_no_effect .rt-holder .rt-img-holder:hover img,.tpg-shortcode-main-wrapper .layout1 .img_zoom_out .rt-holder .rt-img-holder:hover img{transform:scale(1)}.tpg-shortcode-main-wrapper .carousel1 .rt-holder,.tpg-shortcode-main-wrapper .isotope1 .rt-holder,.tpg-shortcode-main-wrapper .layout1 .rt-holder{box-shadow:0 0 2px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.3);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,.3)}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail{background:#fff;padding:15px}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail h4,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail h4,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail h4{font-size:26px;font-weight:400;line-height:1.25;margin:0 0 18px}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail.rt-with-title h2,.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail.rt-with-title h3,.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail.rt-with-title h4,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail.rt-with-title h2,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail.rt-with-title h3,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail.rt-with-title h4,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail.rt-with-title h2,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail.rt-with-title h3,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail.rt-with-title h4{margin-bottom:15px}.tpg-shortcode-main-wrapper .rt-holder .rt-detail.rt-with-title{padding-top:0}.tpg-shortcode-main-wrapper .isotope1 .rt-detail .tpg-excerpt,.tpg-shortcode-main-wrapper .layout1 .rt-detail .tpg-excerpt{margin-bottom:20px}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail .post-meta,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail .post-meta,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail .post-meta{line-height:25px;overflow:hidden}.tpg-shortcode-main-wrapper .carousel1 .rt-holder .rt-detail .read-more a,.tpg-shortcode-main-wrapper .isotope1 .rt-holder .rt-detail .read-more a,.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail .read-more a{border:1px solid hsla(0,0%,80%,.4);color:#1a1a1a;display:inline-block;font-size:15px;line-height:1.8;padding:8px 20px}.tpg-shortcode-main-wrapper .rt-holder .rt-detail .post-meta.right{text-align:right}.tpg-shortcode-main-wrapper .rt-holder .rt-detail .post-meta.center{text-align:center}.tpg-img-circle .rt-img-holder img{border-radius:50%!important}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-img-holder{overflow:hidden;position:relative}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-img-holder img{max-width:100%;transition:all 1.1s ease}.tpg-shortcode-main-wrapper .layout2 .img_zoom_out .rt-holder .rt-img-holder img,.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-img-holder:hover img{transform:scale(1.1)}.tpg-shortcode-main-wrapper .layout2 .img_no_effect .rt-holder .rt-img-holder:hover img,.tpg-shortcode-main-wrapper .layout2 .img_no_effect .rt-holder .rt-img-holder img,.tpg-shortcode-main-wrapper .layout2 .img_zoom_out .rt-holder .rt-img-holder:hover img{transform:scale(1)}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail h4{font-size:26px;font-weight:400;line-height:1.25;margin:0 0 15px}.tpg-shortcode-main-wrapper .layout2 .rt-detail .tpg-excerpt{margin-bottom:20px}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more a{border-radius:5px;display:inline-block;line-height:1.8}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more{display:inline-block;width:100%}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more.right{text-align:right}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .read-more.center{text-align:center}.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail .rt-tpg-social-share{margin-bottom:15px}@media (max-width:767px){.tpg-shortcode-main-wrapper .layout2 .rt-holder .rt-detail,.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail{padding:15px 0}}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail p{margin-bottom:20px}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail h4{font-size:26px;font-weight:400;line-height:1.25;margin:0 0 18px}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-img-holder .overlay{background:rgba(0,0,0,.7);display:block;height:100%;opacity:0;position:absolute;text-align:center;transition:all .3s ease-out 0s;width:100%;z-index:1}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more a{display:inline-block;line-height:1.8}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-img-holder,.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-img-holder>a.rounded img{border-radius:50%;overflow:hidden}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more{display:inline-block;width:100%}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more.right{text-align:right}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more.center{text-align:center}.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .rt-tpg-social-share{margin-bottom:15px}.tpg-shortcode-main-wrapper .carousel2 .rt-holder,.tpg-shortcode-main-wrapper .isotope2 .rt-holder,.tpg-shortcode-main-wrapper .layout5 .rt-holder,.tpg-shortcode-main-wrapper .offset03 .rt-holder{overflow:hidden;position:relative}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay{background:rgba(235,0,0,.8);bottom:0;display:block;height:25%;left:0;min-height:150px;opacity:1;padding:20px;position:absolute;transition:all 1s ease;width:100%;z-index:1}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .rt-detail,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .rt-detail,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .rt-detail{color:#fff;max-height:0;opacity:0;padding:0;transition:all .8s ease-in-out;visibility:hidden}.tpg-shortcode-main-wrapper .carousel2 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay .rt-detail{max-height:450px;transition:all 1.2s ease-in-out .2s}.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .rt-detail{color:#fff;padding:0 0 15px}.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .rt-detail>:not(.post-meta-user){opacity:0;visibility:hidden}.tpg-shortcode-main-wrapper .offset03 .rt-holder:hover .overlay .rt-detail>:not(.post-meta-user){opacity:1;visibility:visible}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .post-meta-user a{color:#fff}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h4,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h4,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h4,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h4{color:#fff;font-size:22px;font-weight:400;line-height:1.3;margin:0 0 10px}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay h4 a,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay h4 a,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay h4 a,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay h4 a{color:#fff}.tpg-shortcode-main-wrapper .carousel2 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .offset03 .rt-holder:hover .overlay{height:100%;width:100%}.tpg-shortcode-main-wrapper .carousel2 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .offset03 .rt-holder:hover .overlay .rt-detail{opacity:1;visibility:visible}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .offset03 .rt-holder .overlay .post-meta-user{display:block}.tpg-shortcode-main-wrapper .isotope2 .rt-holder .post-meta,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .post-meta .rt-tpg-social-share{text-align:center}.tpg-shortcode-main-wrapper .isotope2 .rt-holder .post-meta.left{text-align:left}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay>:not(.entry-title),.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .rt-detail,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay>:not(.entry-title){max-height:0;opacity:0;overflow:hidden;transition:.6s!important}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .overlay>:not(.entry-title),.tpg-shortcode-main-wrapper .layout5 .rt-holder:hover .overlay .rt-detail,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .overlay>:not(.entry-title){max-height:300px;opacity:1}.tpg-shortcode-main-wrapper .layout5 .rt-holder{display:flex;min-height:250px}.tpg-shortcode-main-wrapper .layout5 .rt-holder .rt-img-responsive{height:100%;-o-object-fit:cover;object-fit:cover}.tpg-shortcode-main-wrapper .carousel3 .rt-holder,.tpg-shortcode-main-wrapper .isotope3 .rt-holder,.tpg-shortcode-main-wrapper .layout6 .rt-holder{position:relative}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay{align-items:center;background:rgba(0,0,0,.7);display:flex;flex-direction:column;height:100%;justify-content:center;opacity:0;padding:15px;position:absolute;text-align:center;text-decoration:none;transition:all .3s ease-out;width:100%;z-index:9}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .line,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .line,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .line{background-color:#fff;height:2px;margin:12px auto;min-height:2px;transition:all .5s ease-out;width:0}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay:hover .line,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay:hover .line,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay:hover .line{width:40%}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h4,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h4,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h2,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h3,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h4{color:#fff;font-size:22px;font-weight:400;line-height:1.25;margin:0 0 18px;padding-top:5%}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay h4 a,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay h4 a,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h2 a,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h3 a,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay h4 a{color:#fff}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta.left,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta.left,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta.left{text-align:left}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta.right,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta.right,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta.right{text-align:right}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .rt-tpg-social-share,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .rt-tpg-social-share,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .rt-tpg-social-share{float:none;text-align:center}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .read-more,.tpg-shortcode-main-wrapper .layout6 .rt-holder .read-more{float:none}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta-user,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta-user{color:#fff}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta-user p,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta-user p,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta-user p{margin-bottom:0}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .carousel3 .rt-holder:hover .overlay .tpg-excerpt,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .isotope3 .rt-holder:hover .overlay .tpg-excerpt,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta-user a,.tpg-shortcode-main-wrapper .layout6 .rt-holder:hover .overlay .tpg-excerpt{color:#fff}.tpg-shortcode-main-wrapper .carousel3 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .isotope3 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .layout6 .rt-holder:hover .overlay{opacity:1}.tpg-shortcode-main-wrapper .carousel4 .rt-holder,.tpg-shortcode-main-wrapper .isotope4 .rt-holder,.tpg-shortcode-main-wrapper .layout7 .rt-holder{position:relative}.tpg-shortcode-main-wrapper .carousel4 .rt-holder img,.tpg-shortcode-main-wrapper .isotope4 .rt-holder img,.tpg-shortcode-main-wrapper .layout7 .rt-holder img{opacity:.9;transition:opacity .35s}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay{align-items:center;background:rgba(0,0,0,.3);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:0 12px;position:absolute;top:0;width:100%}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay:hover,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay:hover,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay:hover{background:rgba(0,0,0,.5)}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay:before,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay:before,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay:before{border:2px solid #fff;bottom:20px;box-shadow:0 0 0 30px hsla(0,0%,100%,.2);content:"";left:20px;opacity:0;position:absolute;right:20px;top:20px;transform:scale3d(1.4,1.4,1);transition:opacity .35s,transform .35s}.tpg-shortcode-main-wrapper .carousel7 .rt-holder .cat-above-title,.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info .cat-above-title,.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .cat-above-title{color:#fff;text-align:center}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .cat-above-title,.tpg-shortcode-main-wrapper .carousel5 .rt-holder .cat-above-title{color:#fff;margin-top:30px;opacity:0;text-align:center}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .cat-above-title a,.tpg-shortcode-main-wrapper .carousel5 .rt-holder .cat-above-title a,.tpg-shortcode-main-wrapper .carousel7 .rt-holder .cat-above-title a,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .cat-above-title *,.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .cat-above-title *{color:inherit}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .cat-above-title,.tpg-shortcode-main-wrapper .carousel5 .rt-holder:hover .cat-above-title{opacity:1}.tpg-shortcode-main-wrapper .carousel5 .rt-holder:hover .cat-above-title+.entry-title,.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info .cat-above-title,.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .cat-above-title{padding-top:10px}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .cat-above-title+.entry-title{margin-top:10px}.tpg-shortcode-main-wrapper .carousel4 .rt-holder h2,.tpg-shortcode-main-wrapper .carousel4 .rt-holder h3,.tpg-shortcode-main-wrapper .carousel4 .rt-holder h4,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h2,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h3,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h4,.tpg-shortcode-main-wrapper .layout7 .rt-holder h2,.tpg-shortcode-main-wrapper .layout7 .rt-holder h3,.tpg-shortcode-main-wrapper .layout7 .rt-holder h4{color:#fff;font-size:22px;font-weight:400;line-height:1.25;margin:30% 0 10px;text-align:center;transition:transform .35s}.tpg-shortcode-main-wrapper .carousel4 .rt-holder h2 a,.tpg-shortcode-main-wrapper .carousel4 .rt-holder h3 a,.tpg-shortcode-main-wrapper .carousel4 .rt-holder h4 a,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h2 a,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h3 a,.tpg-shortcode-main-wrapper .isotope4 .rt-holder h4 a,.tpg-shortcode-main-wrapper .layout7 .rt-holder h2 a,.tpg-shortcode-main-wrapper .layout7 .rt-holder h3 a,.tpg-shortcode-main-wrapper .layout7 .rt-holder h4 a{color:#fff}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .tpg-excerpt,.tpg-shortcode-main-wrapper .carousel4 .rt-holder p,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .tpg-excerpt,.tpg-shortcode-main-wrapper .isotope4 .rt-holder p,.tpg-shortcode-main-wrapper .layout7 .rt-holder .tpg-excerpt,.tpg-shortcode-main-wrapper .layout7 .rt-holder p{color:#fff;opacity:0;padding:0 15px;text-align:center;transform:scale(1.5);transition:opacity .35s,transform .35s}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .post-meta-user p,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .post-meta-user p,.tpg-shortcode-main-wrapper .layout7 .rt-holder .post-meta-user p{margin-bottom:0}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .post-meta-user a,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .post-meta-user a,.tpg-shortcode-main-wrapper .layout7 .rt-holder .post-meta-user a{color:#fff}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover h3,.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover h3,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover h3{margin:7% 0 10px;transform:scale(.9)}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .overlay:before,.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .tpg-excerpt,.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover p,.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover .overlay:before,.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover .tpg-excerpt,.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover p,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .overlay:before,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .tpg-excerpt,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover p{opacity:1;transform:scaleX(1)}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .post-meta,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .post-meta,.tpg-shortcode-main-wrapper .layout7 .rt-holder .cat-above-title,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .post-meta{color:#fff;opacity:0;overflow:hidden;text-align:center}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .post-meta.left,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .post-meta.left,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .post-meta.left{text-align:left}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .post-meta.right,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .post-meta.right,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .post-meta.right{text-align:right}.tpg-shortcode-main-wrapper .carousel4 .rt-holder:hover .overlay .post-meta,.tpg-shortcode-main-wrapper .isotope4 .rt-holder:hover .overlay .post-meta,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .cat-above-title,.tpg-shortcode-main-wrapper .layout7 .rt-holder:hover .overlay .post-meta{opacity:1;transform:scale(1);transition:opacity .35s,transform .35s}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .overlay .rt-tpg-social-share,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .overlay .rt-tpg-social-share,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .rt-tpg-social-share{float:none;text-align:center}.tpg-shortcode-main-wrapper .carousel4 .rt-holder .read-more,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .read-more,.tpg-shortcode-main-wrapper .layout7 .rt-holder .read-more{float:none}.tpg-shortcode-main-wrapper .carousel4 .rt-holder h3,.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay .entry-title{margin:0!important;transition:.4s}.tpg-shortcode-main-wrapper .carousel8 .rt-holder,.tpg-shortcode-main-wrapper .isotope8 .rt-holder,.tpg-shortcode-main-wrapper .layout12 .rt-holder{background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.22)}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-img-holder,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-img-holder,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-img-holder{overflow:hidden;position:relative}.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover img,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover img,.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);-webkit-transition:all .25s ease-in-out}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail{background:#fff;display:inline-block;padding:25px;transition:all .3s ease-out 0s;width:100%}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail.rt-with-title,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail.rt-with-title,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail.rt-with-title{padding-bottom:0;padding-top:0}.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title-below h2.entry-title,.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title-below h3.entry-title,.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title-below h4.entry-title,.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title-below h2.entry-title,.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title-below h3.entry-title,.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title-below h4.entry-title,.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title-below h2.entry-title,.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title-below h3.entry-title,.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title-below h4.entry-title{margin-top:0}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail.rt-with-title .entry-title,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail.rt-with-title .entry-title,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail.rt-with-title .entry-title{display:inline-block}.tpg-shortcode-main-wrapper .carousel8 .rt-holder.rt-with-title .post-meta-user,.tpg-shortcode-main-wrapper .isotope8 .rt-holder.rt-with-title .post-meta-user,.tpg-shortcode-main-wrapper .layout12 .rt-holder.rt-with-title .post-meta-user{margin-bottom:15px}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h4,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h4,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4{font-size:22px;font-weight:400;line-height:1.25;margin:15px 0}.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4{font-weight:500}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h2 a,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h3 a,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h4 a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h2 a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h3 a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h4 a,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2 a,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3 a,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4 a{color:#000}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h2 a:hover,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h3 a:hover,.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail h4 a:hover,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h2 a:hover,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h3 a:hover,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail h4 a:hover,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h2 a:hover,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h3 a:hover,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail h4 a:hover{color:#fff}.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail{flex-grow:1}.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail,.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail{background:#0850d0;color:#fff}.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail a,.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail a{color:#fff}.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail .read-more,.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail .read-more,.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail .read-more{text-align:right}.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user,.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user .meta-data,.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user a,.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail .post-meta-user i[class^=fa],.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail h3 a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user .meta-data,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user a,.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail .post-meta-user i[class^=fa],.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail .post-meta-user,.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail .post-meta-user a,.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail i{color:#fff!important}@media (min-width:992px){.rt-container{width:970px}}@media (min-width:1200px){.rt-container{width:1170px}}@media (max-width:767px){.hidden-xs{display:none!important}}@media screen and (max-width:768px){.rt-member-description-container,.rt-member-feature-img{float:none;width:100%}}@media (min-width:768px){.rt-col-sm-1,.rt-col-sm-2,.rt-col-sm-3,.rt-col-sm-4,.rt-col-sm-5,.rt-col-sm-6,.rt-col-sm-7,.rt-col-sm-8,.rt-col-sm-9,.rt-col-sm-10,.rt-col-sm-11,.rt-col-sm-12,.rt-col-sm-24{float:left}.rt-col-sm-24{width:20%}.rt-col-sm-12{width:100%}.rt-col-sm-11{width:91.66666667%}.rt-col-sm-10{width:83.33333333%}.rt-col-sm-9{width:75%}.rt-col-sm-8{width:66.66666667%}.rt-col-sm-7{width:58.33333333%}.rt-col-sm-6{width:50%}.rt-col-sm-5{width:41.66666667%}.rt-col-sm-4{width:33.33333333%}.rt-col-sm-3{width:25%}.rt-col-sm-2{width:16.66666667%}.rt-col-sm-1{width:8.33333333%}}@media (min-width:992px){.rt-col-md-1,.rt-col-md-2,.rt-col-md-3,.rt-col-md-4,.rt-col-md-5,.rt-col-md-6,.rt-col-md-7,.rt-col-md-8,.rt-col-md-9,.rt-col-md-10,.rt-col-md-11,.rt-col-md-12,.rt-col-md-24{float:left}.rt-col-md-24{width:20%}.rt-col-md-12{width:100%}.rt-col-md-11{width:91.66666667%}.rt-col-md-10{width:83.33333333%}.rt-col-md-9{width:75%}.rt-col-md-8{width:66.66666667%}.rt-col-md-7{width:58.33333333%}.rt-col-md-6{width:50%}.rt-col-md-5{width:41.66666667%}.rt-col-md-4{width:33.33333333%}.rt-col-md-3{width:25%}.rt-col-md-2{width:16.66666667%}.rt-col-md-1{width:8.33333333%}}@media (min-width:1200px){.rt-col-lg-1,.rt-col-lg-2,.rt-col-lg-3,.rt-col-lg-4,.rt-col-lg-5,.rt-col-lg-6,.rt-col-lg-7,.rt-col-lg-8,.rt-col-lg-9,.rt-col-lg-10,.rt-col-lg-11,.rt-col-lg-12{float:left}.rt-col-lg-24{width:20%}.rt-col-lg-12{width:100%}.rt-col-lg-11{width:91.66666667%}.rt-col-lg-10{width:83.33333333%}.rt-col-lg-9{width:75%}.rt-col-lg-8{width:66.66666667%}.rt-col-lg-7{width:58.33333333%}.rt-col-lg-6{width:50%}.rt-col-lg-5{width:41.66666667%}.rt-col-lg-4{width:33.33333333%}.rt-col-lg-3{width:25%}.rt-col-lg-2{width:16.66666667%}.rt-col-lg-1{width:8.33333333%}}.rt-img-holder{overflow:hidden}.layout4 .rt-img-holder,.layout4 .rt-img-holder a,.layout4 .rt-img-holder img{height:100%}.img_zoom_in img.rt-img-responsive,.img_zoom_out img.rt-img-responsive{min-width:100%;transition:all 1s!important}.img_zoom_in:hover img.rt-img-responsive,.img_zoom_out img.rt-img-responsive{transform:scale(1.2)!important}.img_zoom_out:hover img.rt-img-responsive{transform:scale(1)!important}.tpg-shortcode-main-wrapper .img_no_effect:hover img.rt-img-responsive{transform:none}.tpg-even .rt-holder{display:flex;height:100%}.tpg-even.edd1 .rt-holder,.tpg-even.layout1 .rt-holder,.tpg-even.layout12 .rt-holder,.tpg-even.offset01 .offset-big .rt-holder,.tpg-even.offset02 .offset-big .rt-holder{flex-direction:column}.tpg-even.edd1 .rt-holder .rt-img-holder,.tpg-even.layout1 .rt-holder .rt-img-holder,.tpg-even.layout11 .rt-holder .rt-img-holder,.tpg-even.layout11 .rt-holder .rt-img-holder *{height:auto}@media (min-width:768px) and (max-width:991px){.tpg-even.layout4 .even-grid-item:nth-of-type(4n+2) .rt-holder [class*=rt-col]:first-child,.tpg-even.layout4 .even-grid-item:nth-of-type(4n+3) .rt-holder [class*=rt-col]:first-child{order:2}}@media (max-width:767px){.tpg-even.layout4 .even-grid-item .rt-holder .layoutInner-img{order:-1!important}}.tpg-shortcode-main-wrapper .rt-holder .overlay,.tpg-shortcode-main-wrapper .rt-holder .overlay>a[data-id],.tpg-shortcode-main-wrapper .rt-holder>a[data-id]{width:100%}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay,.tpg-shortcode-main-wrapper .carousel5 .rt-holder .overlay,.tpg-shortcode-main-wrapper .carousel7 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .carousel11 .rt-holder .overlay .post-info .tpg-shortcode-main-wrapper .layout13 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info,.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info,.tpg-shortcode-main-wrapper .isotope2 .rt-holder:hover .overlay,.tpg-shortcode-main-wrapper .isotope5 .rt-holder .overlay,.tpg-shortcode-main-wrapper .isotope7 .rt-holder .post-info,.tpg-shortcode-main-wrapper .isotope9 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .isotope11 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .isotope12 .rt-holder .post-info,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay,.tpg-shortcode-main-wrapper .layout8 .rt-holder .overlay,.tpg-shortcode-main-wrapper .layout10 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .layout15 .rt-holder .overlay .post-info,.tpg-shortcode-main-wrapper .layout16 .rt-holder .overlay .post-info{display:flex;flex-direction:column;justify-content:center}.tpg-shortcode-main-wrapper .carousel2 .rt-holder .overlay .read-more a,.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .read-more a,.tpg-shortcode-main-wrapper .carousel4 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .carousel5 .rt-holder .overlay .post-info .read-more a,.tpg-shortcode-main-wrapper .carousel7 .rt-holder .overlay .post-info .read-more a,.tpg-shortcode-main-wrapper .carousel9 .rt-holder .overlay .post-info .read-more a,.tpg-shortcode-main-wrapper .carousel11 .rt-holder .post-info .read-more a,.tpg-shortcode-main-wrapper .carousel12 .rt-holder .post-info .read-more a,.tpg-shortcode-main-wrapper .isotope2 .rt-holder .overlay .post-meta .read-more a,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .read-more a,.tpg-shortcode-main-wrapper .isotope4 .rt-holder .post-meta .read-more a,.tpg-shortcode-main-wrapper .isotope5 .rt-holder .overlay .post-meta .read-more a,.tpg-shortcode-main-wrapper .isotope9 .rt-holder .overlay .post-info .read-more a,.tpg-shortcode-main-wrapper .isotope11 .rt-holder .overlay .post-info .read-more a,.tpg-shortcode-main-wrapper .isotope12 .rt-holder .post-info .read-more a,.tpg-shortcode-main-wrapper .layout5 .rt-holder .overlay .read-more a,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .read-more a,.tpg-shortcode-main-wrapper .layout7 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .layout8 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .layout10 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .layout13 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .layout15 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .layout16 .rt-holder .read-more a,.tpg-shortcode-main-wrapper .offset03 .rt-holder .post-meta .read-more a{border:1px solid hsla(0,0%,100%,.4);padding:8px 15px}.tpg-shortcode-main-wrapper .carousel3 .rt-holder .overlay .post-meta,.tpg-shortcode-main-wrapper .isotope3 .rt-holder .overlay .post-meta,.tpg-shortcode-main-wrapper .isotope12 .rt-holder .post-info .post-meta .rt-tpg-social-share,.tpg-shortcode-main-wrapper .layout6 .rt-holder .overlay .post-meta{color:#fff;overflow:hidden;text-align:center}.elementor-container .rt-container,.elementor-container .rt-container-fluid{padding-left:0;padding-right:0}.tpg-even.grid-behaviour{align-items:flex-start}.grid-layout2.tpg-even,.grid-layout6 .tpg-even.grid-behaviour,.tpg-full-height{align-items:inherit}.tpg-el-main-wrapper .tpg-post-holder{height:100%}.grid_hover-layout9-2-main .tpg-even .rt-holder,.grid_hover-layout9-main .tpg-even .rt-holder,.list-layout1-main .tpg-even .rt-holder,.tpg-el-main-wrapper .tpg-even .rt-holder{display:block}.rt-el-post-meta span.author{margin-bottom:2px}.rt-tpg-container .rt-detail .tpg-excerpt{margin-top:-5px}.tpg-el-main-wrapper .slider_layout_wrapper .tpg-post-holder{margin-top:1px}.tpg-el-main-wrapper .grid-layout5 .tpg-post-holder,.tpg-el-main-wrapper .grid-layout6 .tpg-post-holder,.tpg-el-main-wrapper .slider_layout_wrapper .tpg-post-holder{height:auto}.rt-tpg-container .rt-el-content-wrapper{transition:background-color .4s ease-in-out}.rt-tpg-container .slider-layout13 .rt-el-content-wrapper{padding-bottom:30px}.rt-tpg-container .tpg-post-holder .read-more a,.rt-tpg-social-share a i,.tpg-el-main-wrapper .post-meta-tags a,.tpg-el-main-wrapper .post-meta-tags img,.tpg-el-main-wrapper .post-meta-tags span,.tpg-el-main-wrapper .rt-holder:hover .post-meta-tags i,.tpg-el-main-wrapper .tpg-el-excerpt *,.tpg-el-main-wrapper .tpg-el-image-wrap .overlay,.tpg-el-main-wrapper .tpg-el-image-wrap img,.tpg-el-main-wrapper .tpg-post-holder,.tpg-separate-category .categories-links,.tpg-separate-category .categories-links i{transition:.4s ease-in-out}.tpg-cat-style4 .tpg-el-main-wrapper .categories-links a{color:var(--tpg-primary-color,#4f4c5e)!important}.tpg-el-main-wrapper .rt-content-loader [class*=rt-col]{margin-top:0;padding-bottom:30px}.tpg-el-main-wrapper .entry-title a{color:inherit!important;font-size:inherit!important;font-weight:inherit!important;text-decoration:none;transition:none!important}.tpg-el-main-wrapper .entry-title a:focus{border:none;box-shadow:none}.tpg-el-main-wrapper .entry-title:hover{color:var(--tpg-primary-color,#0d6efd)}.tpg-widget-heading-wrapper .tpg-widget-heading a{color:inherit}.section-title-align-center .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-left,.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-left{display:block;margin-left:0;margin-right:15px}.section-title-align-center .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading:before{display:none}.section-title-align-center .tpg-widget-heading-wrapper .tpg-widget-heading{margin:0;padding:0}.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line.line-right{display:none}.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading{padding-left:15px;padding-right:0}.section-title-align-right .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading:before{left:0;right:auto}.section-title-align-left .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:before{display:none}.section-title-align-left .tpg-widget-heading-wrapper.heading-default,.section-title-align-left .tpg-widget-heading-wrapper.heading-style2,.section-title-align-left .tpg-widget-heading-wrapper.heading-style3{justify-content:flex-start}.section-title-align-center .tpg-widget-heading-wrapper.heading-default,.section-title-align-center .tpg-widget-heading-wrapper.heading-style2,.section-title-align-center .tpg-widget-heading-wrapper.heading-style3{justify-content:center}.section-title-align-right .tpg-widget-heading-wrapper.heading-default,.section-title-align-right .tpg-widget-heading-wrapper.heading-style2,.section-title-align-right .tpg-widget-heading-wrapper.heading-style3{justify-content:flex-end}.section-title-align-right .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:after{display:none}.tpg-widget-heading-wrapper .external-link{align-items:center;color:#646464;display:flex;gap:11px;justify-content:center;position:absolute;right:0;top:2px}.tpg-widget-heading-wrapper .external-link:hover{color:var(--tpg-primary-color,#0d6efd)}.tpg-widget-heading-wrapper .external-link i{color:inherit;font-size:115%}[dir=rtl] .tpg-widget-heading-wrapper .external-link i{display:block;transform:rotate(-180deg)}.has-external-link .tpg-widget-heading-wrapper{padding-right:115px}.title-one-line .entry-title,.title-three-line .entry-title,.title-two-line .entry-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.title-one-line .entry-title{-webkit-line-clamp:1}.title-two-line .entry-title{-webkit-line-clamp:2}.title-three-line .entry-title{-webkit-line-clamp:3}.rt-tpg-container .rt-el-post-meta{align-content:baseline;color:#646464;display:inline-flex;flex-wrap:wrap;font-size:15px;margin-bottom:13px}.rt-el-post-meta a,.rt-el-post-meta a:active,.rt-el-post-meta a:focus{color:inherit}.rt-el-post-meta a:hover{color:var(--tpg-primary-color,#0d6efd)}.rt-tpg-container .rt-el-post-meta i{line-height:1;margin-right:8px;margin-top:-1px}.rt-tpg-container .offset-right .rt-el-post-meta{margin-top:-6px}.tpg-el-main-wrapper .tpg-el-image-wrap img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.editor-styles-wrapper .wp-block-freeform .tpg-el-image-wrap img,.editor-styles-wrapper .wp-block .tpg-el-image-wrap img{border-radius:0}@media (max-width:767px){.tpg-el-main-wrapper .tpg-el-image-wrap img{width:100%!important}}.tpg-el-main-wrapper .tpg-el-image-wrap a.tpg-post-link{height:100%;width:100%}.tpg-el-main-wrapper .tpg-el-image-wrap .overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tpg-el-main-wrapper .rt-grid-hover-item .tpg-el-image-wrap .overlay.grid-hover-content{display:none!important;opacity:0;visibility:hidden}.tpg-el-main-wrapper .tpg-post-holder .tpg-el-image-wrap .overlay.show-on-hover,.tpg-el-main-wrapper .tpg-post-holder:hover .tpg-el-image-wrap .overlay.hide-on-hover{opacity:0!important}.tpg-el-main-wrapper .tpg-post-holder:hover .tpg-el-image-wrap .overlay.show-on-hover{opacity:1!important}.tpg-el-main-wrapper .post-meta-tags span{align-items:center;display:inline-flex;flex-wrap:wrap;font-weight:300}.tpg-el-main-wrapper .post-meta-tags a{margin-bottom:0}.tpg-el-main-wrapper .post-meta-tags span img+span.author-prefix{padding-left:3px}.tpg-el-main-wrapper .post-meta-tags span.author-prefix{padding-right:5px}.tpg-el-main-wrapper .post-meta-tags span img{border-radius:50%;display:inline-block;height:25px;margin-right:14px;margin-top:-2%;-o-object-fit:contain;object-fit:contain;width:25px}.post-meta-tags span.separator:last-of-type{display:none}body .readmore-btn-only-text .rt-tpg-container .tpg-post-holder .read-more a,body .readmore-btn-only-text .rt-tpg-container .tpg-post-holder .read-more a:hover{background:none!important;border:none!important;padding:0!important}.rt-tpg-container .tpg-post-holder .read-more a i{transition:margin .4s ease-in-out}.rt-tpg-container .tpg-post-holder .read-more a i[class*=flaticon]{line-height:1;padding-top:2px}.rt-tpg-container .tpg-post-holder .read-more a i.left-icon{margin-right:5px}.rt-tpg-container .tpg-post-holder .read-more a i.right-icon{margin-left:5px}.tpg-el-box-border-disable .rt-tpg-container .rt-holder{border:none;box-shadow:none!important}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{display:flex;justify-content:space-between}.tpg-filter-alignment-left .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{align-items:flex-start}.tpg-filter-alignment-center .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{align-items:center}.tpg-filter-alignment-right .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{align-items:flex-end}.tpg-filter-h-alignment-left .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{justify-content:flex-start}.tpg-filter-h-alignment-center .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{justify-content:center}.tpg-filter-h-alignment-right .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{justify-content:flex-end}.tpg-filter-h-alignment-space-between .tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{justify-content:space-between}.rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input{min-width:202px}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper{margin-right:15px}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap div:last-child{margin-right:0}@media (max-width:1023px){.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper{text-align:center}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-right-wrapper{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-right-wrapper .rt-order-by-action{order:-1}}@media (max-width:991px){.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{flex-direction:column}}@media (max-width:600px){.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap .filter-left-wrapper{margin-right:0}.tpg-filter-type-dropdown .rt-filter-wrap .filter-left-wrapper{display:flex;justify-content:center}.tpg-el-main-wrapper .rt-filter-item-wrap.rt-tax-filter.rt-filter-dropdown-wrap{margin-bottom:4px}.tpg-el-main-wrapper .rt-layout-filter-container .rt-filter-wrap{flex-direction:column}}.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap{min-height:38px}.tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper{display:flex;flex-direction:column;overflow:hidden}.tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper-flex{display:flex;flex-direction:row}.title_position_above_image .tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper .tpg-el-image-wrap{margin:0 -15px 15px}.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper .entry-title{margin-bottom:0;transition:.4s}.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper .tpg-separate-category,.rt-tpg-container .rt-holder .rt-detail .entry-title-wrapper .tpg-separate-category.above_title a{margin-bottom:5px}.tpg-el-main-wrapper .rt-holder .tpg-el-excerpt{order:5}.tpg-el-main-wrapper .rt-holder .rt-tpg-social-share{order:10}.tpg-el-main-wrapper .rt-tpg-social-share a{margin-right:10px}.tpg-el-main-wrapper .rt-holder .post-footer{margin-bottom:15px;order:11}.title_position_above_image .tpg-el-main-wrapper .rt-holder .entry-title-wrapper{order:-5}.title_position_below_image .tpg-el-main-wrapper .rt-holder .tpg-el-image-wrap{order:-8}.title_position_below_image .tpg-el-main-wrapper .rt-holder .entry-title-wrapper{order:2}.title_position_above_image.meta_position_above_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:-6}.title_position_above_image.meta_position_below_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:-4}.title_position_below_image.meta_position_above_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:1}.title_position_below_image.meta_position_below_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:3}.meta_position_below_excerpt .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:6}.meta_position_above_excerpt .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:4}.title_position_default.meta_position_above_title .tpg-el-main-wrapper .rt-holder .tpg-el-image-wrap{order:-2}.title_position_default.meta_position_above_title .tpg-el-main-wrapper .rt-holder .rt-el-post-meta{order:-1}.title_hover_border_enable .rt-tpg-container .entry-title-wrapper .entry-title a{background:linear-gradient(180deg,var(--tpg-primary-color,#0d6efd) 0,var(--tpg-primary-color,#0d6efd) 98%);background-position:left 100%;background-repeat:no-repeat;background-size:0 2px;transition:background .4s!important}.title_hover_border_enable .rt-tpg-container .entry-title-wrapper .entry-title:hover a{background-size:100% 2px}.title_hover_border_disable .rt-tpg-container .entry-title-wrapper .entry-title a{background:none!important}.rt-tpg-container .post-right-content{display:flex;flex-direction:column}.rt-tpg-container .list-layout-wrapper .post-right-content{flex:1}.rt-tpg-container .list-layout-wrapper .post-right-content>div:last-child{margin-bottom:0}.tpg-separate-category.style1 .rt-separator{margin-right:4px}.tpg-category-position-default .grid-layout4 .rt-detail .entry-title-wrapper .tpg-separate-category,.tpg-category-position-default .grid_hover-layout11 .rt-detail .entry-title-wrapper .tpg-separate-category,.tpg-is-author-icon-hide .post-meta-tags span.author i,.tpg-is-author-icon-hide .post-meta-tags span.author img{display:none}.rt-tpg-container .rt-holder .rt-img-holder .tpg-zoom{left:50%;opacity:0;position:absolute;top:60%;transform:translate(-50%,-50%);visibility:hidden;z-index:99}.rt-tpg-container .rt-holder:hover .rt-img-holder .tpg-zoom{opacity:1;top:50%;visibility:visible}.rt-tpg-container .rt-holder .rt-img-holder .tpg-zoom i{align-items:center;background:hsla(0,0%,100%,.8);border:0 solid;border-radius:50%;box-sizing:border-box;color:var(--tpg-primary-color,#0d6efd);display:inline-flex;font-size:20px;height:50px;justify-content:center;line-height:40px;margin-right:0;padding:5px;text-align:center;transition:.4s;width:50px}.rt-tpg-container .rt-holder .rt-img-holder .tpg-zoom i:hover{background:var(--tpg-primary-color,#0d6efd);color:#fff}@media (min-width:992px){.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+7) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-3:nth-child(8n+8) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-4:nth-child(6n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-4:nth-child(6n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-4:nth-child(6n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-6:nth-child(4n+3) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-6:nth-child(4n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-md-12:nth-child(2n) .rt-el-content-wrapper-flex{flex-direction:row-reverse}}@media (min-width:1200px){.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-4:nth-child(6n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-4:nth-child(6n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-4:nth-child(6n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-6:nth-child(4n+3) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-6:nth-child(4n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-lg-12:nth-child(2n) .rt-el-content-wrapper-flex{flex-direction:row-reverse}}@media (min-width:768px) and (max-width:991px){.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+7) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-3:nth-child(8n+8) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-4:nth-child(6n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-4:nth-child(6n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-4:nth-child(6n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-6:nth-child(4n+3) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-6:nth-child(4n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-sm-12:nth-child(2n) .rt-el-content-wrapper-flex{flex-direction:row-reverse}}@media (max-width:768px){.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+7) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-3:nth-child(8n+8) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-4:nth-child(4n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-4:nth-child(4n+5) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-4:nth-child(4n+6) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-6:nth-child(4n+3) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-6:nth-child(4n+4) .rt-el-content-wrapper-flex,.rt-tpg-container .rt-row.grid-layout2 .rt-col-xs-12:nth-child(2n) .rt-el-content-wrapper-flex{flex-direction:row-reverse}}.rt-tpg-container .grid-layout4 .rt-holder .tpg-el-image-wrap,.rt-tpg-container .grid-layout5 .rt-holder .tpg-el-image-wrap,.rt-tpg-container .grid-layout6 .rt-holder .tpg-el-image-wrap{margin:0 0 15px}.rt-tpg-container .grid-layout4 .cat-over-image a,.rt-tpg-container .grid-layout5 .tpg-separate-category a,.rt-tpg-container .list-layout4 .tpg-separate-category a{align-items:center;background-color:var(--tpg-primary-color,#0d6efd);color:#fff;display:inline-flex;font-size:12px;justify-content:center;line-height:1;margin-bottom:0;margin-right:5px;min-height:24px;padding:0 8px}.rt-tpg-container .grid-layout4 .cat-over-image a:hover,.rt-tpg-container .grid-layout5 .tpg-separate-category a:hover,.rt-tpg-container .list-layout4 .tpg-separate-category a:hover{background:var(--tpg-secondary-color,#0654c4)}.rt-tpg-container .grid-layout4 .cat-over-image a:hover:after,.rt-tpg-container .grid-layout5 .tpg-separate-category.style3 a:hover:after,.rt-tpg-container .list-layout4 .tpg-separate-category.style3 a:hover:after{border-top-color:var(--tpg-secondary-color,#0654c4)}.rt-tpg-container .grid-layout4 .cat-over-image .rt-separator,.rt-tpg-container .grid-layout5 .tpg-separate-category .rt-separator{display:none}.rt-tpg-container .grid-layout1 .rt-holder,.rt-tpg-container .grid-layout3 .rt-holder{background:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.3);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,.3)}.tpg-el-main-wrapper .grid-layout2 .rt-holder .rt-el-content-wrapper-flex{height:100%;padding:0}.rt-tpg-container .grid-layout2 .rt-holder .tpg-el-image-wrap{flex:0 0 50%;margin:0;max-width:50%}.rt-tpg-container .grid-layout2 .rt-holder .post-right-content{flex-grow:1;flex:0 0 50%;max-width:50%;padding:15px}.tpg-el-main-wrapper .grid-layout2 [class*=rt-col]{padding:0}@media (max-width:500px){.tpg-el-main-wrapper .grid-layout2 .rt-el-content-wrapper-flex,.tpg-post-order-reverse .rt-tpg-container .rt-row .rt-col-xs-12:nth-child(2n) .rt-el-content-wrapper-flex{display:block}.rt-tpg-container .grid-layout2 .rt-holder .post-right-content,.rt-tpg-container .grid-layout2 .rt-holder .tpg-el-image-wrap{flex:inherit;margin:0;max-width:100%}.tpg-el-main-wrapper .grid-layout2 [class*=rt-col]{margin-bottom:15px}}.rt-tpg-container .grid-layout3 .rt-holder{border-radius:4px;overflow:hidden}.meta_position_default .tpg-el-main-wrapper .grid-layout3 .rt-holder .rt-el-post-meta{order:12;padding-bottom:5px;padding-top:20px;position:relative}.meta_position_default .tpg-el-main-wrapper .grid-layout3 .rt-holder .rt-el-post-meta:before{background:#ddd;content:"";height:1px;left:-50px;position:absolute;right:-50px;top:0;width:calc(100% + 100px)}.rt-tpg-container .grid-layout4 .entry-title-wrapper .entry-title{font-size:22px;font-weight:500;line-height:32px}.tpg-el-main-wrapper .grid-layout4 .tpg-el-image-wrap img{height:230px;width:100%}.rt-tpg-container .grid-layout4 .rt-holder .rt-detail{padding:0}.tpg-el-main-wrapper .list-layout-wrapper .rt-holder .rt-el-content-wrapper{display:flex;flex-direction:row;height:100%;padding:0}.tpg-el-main-wrapper.list-layout1-main .list-layout-wrapper .rt-holder .rt-el-content-wrapper{align-items:flex-start}.tpg-el-main-wrapper.list-layout1-2-main .list-layout1 .rt-holder .rt-el-content-wrapper{flex-direction:row-reverse}.rt-tpg-container .list-layout1 .rt-holder .tpg-el-image-wrap{flex:0 0 260px;margin:0 30px 0 0}@media (max-width:991px){.rt-tpg-container .list-layout1 .rt-holder .tpg-el-image-wrap{flex:0 0 120px}}.tpg-el-main-wrapper.list-layout1-2-main .list-layout1 .rt-holder .tpg-el-image-wrap{margin:0 0 0 30px}.rt-tpg-container .list-layout1 .rt-detail .read-more a,.rt-tpg-container .list-layout2 .rt-detail .read-more a,.rt-tpg-container .list-layout3 .rt-detail .read-more a{background-color:var(--tpg-primary-color,#0d6efd);border-color:var(--tpg-primary-color,#0d6efd);color:#fff}.rt-tpg-container .list-layout1 .rt-detail .read-more a:hover,.rt-tpg-container .list-layout2 .rt-detail .read-more a:hover,.rt-tpg-container .list-layout3 .rt-detail .read-more a:hover,.rt-tpg-container .list-layout4 .rt-detail .read-more a:hover{background-color:var(--tpg-secondary-color,#0654c4);border-color:var(--tpg-secondary-color,#0654c4);color:#fff}.tags-visibility-default .list-layout1 .post-tags-links,.tags-visibility-default .list-layout1 .post-tags-links+.separator{display:none}.rt-tpg-container .list-layout-wrapper .offset-right .rt-row{display:flex;flex-wrap:wrap;max-width:100%;overflow:hidden;width:100%}.rt-tpg-container .list-layout-wrapper.list-layout3 .offset-right .rt-row .rt-list-item{margin-bottom:15px}.tpg-el-main-wrapper .list-layout2 .offset-left .tpg-el-image-wrap{height:300px}.tpg-el-main-wrapper .list-layout-wrapper .offset-left .rt-holder .rt-el-content-wrapper{flex-direction:column}.rt-tpg-container .list-layout-wrapper .offset-left .rt-holder .tpg-el-image-wrap{flex:inherit;margin:0 0 15px}.tpg-el-main-wrapper .list-layout-wrapper .offset-right .tpg-el-image-wrap{height:100px}.rt-tpg-container .list-layout-wrapper .offset-left .entry-title-wrapper .entry-title{font-size:24px}.rt-tpg-container .list-layout-wrapper .offset-right .entry-title-wrapper .entry-title{font-size:18px}.tpg-el-main-wrapper.list-layout2-2-main .list-layout2,.tpg-el-main-wrapper.list-layout3-2-main .list-layout3,.tpg-el-main-wrapper.list-layout5-2-main .list-layout5 .rt-holder .rt-el-content-wrapper{flex-direction:row-reverse}.tpg-el-main-wrapper .list-layout-wrapper.list-layout2 .rt-holder .rt-el-content-wrapper,.tpg-el-main-wrapper .list-layout-wrapper.list-layout2-2 .rt-holder .rt-el-content-wrapper,.tpg-el-main-wrapper .list-layout-wrapper.list-layout2-3 .rt-holder .rt-el-content-wrapper,.tpg-el-main-wrapper .list-layout-wrapper.list-layout3 .rt-holder .rt-el-content-wrapper{align-items:flex-start!important}.tags-visibility-default .list-layout2 .post-tags-links,.tags-visibility-default .list-layout2 .post-tags-links+.separator{display:none}.rt-tpg-container .list-layout2 .offset-right .rt-holder .tpg-el-image-wrap{flex:0 0 107px;margin:0 15px 0 0;max-width:107px}.tpg-el-main-wrapper .list-layout3 .offset-right .rt-holder .tpg-el-excerpt{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.tpg-el-main-wrapper .list-layout3 [class*=rt-col]{padding-bottom:15px}.tpg-el-main-wrapper .list-layout3 .offset-left .tpg-el-image-wrap{height:390px}.rt-tpg-container .list-layout3 .offset-right .rt-holder .tpg-el-image-wrap{flex:0 0 140px;height:110px;margin:0 15px 0 0;max-width:140px}.tpg-el-main-wrapper .list-layout-wrapper.list-layout4 .rt-el-content-wrapper{align-items:inherit!important}.rt-tpg-container .list-layout4 .post-right-content,.tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap{flex:0 0 50%;margin:0}@media (min-width:768px){.tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap{height:400px}}.rt-tpg-container .list-layout4 .post-right-content{display:flex;justify-content:center;margin:0;padding:30px 50px;text-align:center}.rt-tpg-container .list-layout4 .entry-title-wrapper .categories-links .rt-separator{display:none}.tpg-el-main-wrapper .list-layout4 [class*=rt-col]{padding-bottom:0}@media (min-width:768px){.tpg-el-main-wrapper .list-layout4 [class*=rt-col]:nth-child(2n) .rt-holder .rt-el-content-wrapper{flex-direction:row-reverse}}@media (max-width:768px){.tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap{flex:0 0 150px;height:120px}.rt-tpg-container .list-layout4 .post-right-content{flex:inherit;flex-grow:1;padding:0 0 0 20px;text-align:left}.tpg-el-main-wrapper .list-layout-wrapper.list-layout4 .rt-holder .rt-el-content-wrapper{align-items:flex-start!important}.tpg-el-main-wrapper .list-layout4 [class*=rt-col]{margin-bottom:30px}}@media (max-width:500px){.tpg-el-main-wrapper .list-layout4 .rt-holder .tpg-el-image-wrap{flex:0 0 100px;height:100px}}.rt-tpg-container .list-layout5 .post-right-content{display:block;overflow:hidden;padding-left:20px}.tpg-el-main-wrapper.list-layout5-2-main .list-layout5 .post-right-content{padding-left:0;padding-right:20px}.rt-tpg-container .list-layout5 .rt-holder .rt-img-holder{border-radius:50%;flex:0 0 100px;height:100px;margin-top:8px}.rt-tpg-container .list-layout5 .entry-title-wrapper .entry-title{font-size:18px}.tags-visibility-default .list-layout5 .rt-el-post-meta{color:#a5a6aa;font-size:14px}.list-layout5 .entry-title-wrapper .tpg-separate-category .categories-links{color:#7a7e83;font-size:14px;font-weight:500}.list-layout5 .entry-title-wrapper .tpg-separate-category .categories-links a{color:inherit}.tpg-el-main-wrapper .list-layout5 [class*=rt-col]{padding-bottom:30px}.rt-tpg-container .list-layout5 .post-right-content{flex:1}.grid_hover_layout_wrapper .rt-row-inner{display:flex;flex-wrap:wrap}.rt-tpg-container .rt-grid-hover-item .entry-title-wrapper .entry-title{font-size:20px;line-height:1.4}.tpg-el-main-wrapper .rt-grid-hover-item .rt-holder .rt-el-content-wrapper{height:100%;overflow:hidden;padding:0;position:relative;width:100%}.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content{bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;min-height:56px;padding:30px 30px 15px;position:absolute;right:0;transition:1.2s;width:100%;z-index:1}.rt-tpg-container.slider-layout8-main .rt-grid-hover-item .rt-holder .grid-hover-content{border:20px solid transparent;max-height:100%;padding:5px 20px}.rt-tpg-container.slider-layout8-main .rt-grid-hover-item .rt-holder:hover .grid-hover-content{border-color:hsla(0,0%,100%,.5)}.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content{padding-bottom:15px}.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content>div:last-of-type{margin-bottom:0}.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before{background:rgba(0,0,0,.7);bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transition:.4s ease-in-out;width:100%;z-index:-1}.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after{background:rgba(0,0,0,.5)}.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content:before{opacity:0;visibility:hidden}.rt-tpg-container .rt-grid-hover-item .rt-holder:hover .grid-hover-content:after{opacity:1;visibility:visible}.rt-tpg-container .rt-grid-hover-item .entry-title-wrapper .entry-title,.rt-tpg-container .rt-grid-hover-item .rt-el-post-meta,.rt-tpg-container .rt-grid-hover-item .rt-el-post-meta a,.rt-tpg-container .rt-grid-hover-item .rt-holder .tpg-el-excerpt{color:#fff}.grid_hover-layout11-main .rt-grid-hover-item .entry-title-wrapper .entry-title,.grid_hover-layout11-main .rt-grid-hover-item .rt-el-post-meta,.grid_hover-layout11-main .rt-grid-hover-item .rt-el-post-meta a,.grid_hover-layout11-main .rt-grid-hover-item .rt-holder .tpg-el-excerpt,.slider-layout9-main .rt-grid-hover-item .entry-title-wrapper .entry-title,.slider-layout9-main .rt-grid-hover-item .rt-el-post-meta,.slider-layout9-main .rt-grid-hover-item .rt-el-post-meta a,.slider-layout9-main .rt-grid-hover-item .rt-holder .tpg-el-excerpt{color:#000}.grid_hover-layout11-main .rt-grid-hover-item .entry-title-wrapper .entry-title:hover,.rt-tpg-container .rt-grid-hover-item a:hover{color:var(--tpg-primary-color,#0d6efd)}.rt-tpg-container .rt-grid-hover-item .rt-holder .tpg-el-image-wrap{margin:0}.rt-grid-hover-item .tpg-el-image-wrap{height:100%}.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder .grid-hover-content .entry-title-wrapper .entry-title:before{transition:.5s ease-in-out;width:0}.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content .entry-title-wrapper .entry-title:before{width:50%}.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder .grid-hover-content{opacity:0;transition:.5s ease-in-out}.grid-hover-overlay-type-fadein-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{opacity:1}.grid-hover-overlay-type-fadeout-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{opacity:0}.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-holder .grid-hover-content{left:-100%;transition:.5s ease-in-out}.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{left:0}.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{left:100%}.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before{transition:.5s ease-in-out}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before,.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before{background:var(--tpg-primary-color,#0d6efd);opacity:1;visibility:visible}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,.grid-hover-overlay-type-slidein-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after,.grid-hover-overlay-type-slideout-on-hover .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after{content:none}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content{height:100%}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content,.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .tpg-el-image-wrap,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .rt-img-holder{transition:all .5s}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .rt-img-holder img{transform:none!important}.grid-hover-overlay-type-zoomin-on-hover .rt-tpg-container .rt-holder .grid-hover-content,.grid-hover-overlay-type-zoomout-on-hover .rt-tpg-container .rt-holder .grid-hover-content{transition:.5s ease-in-out}.grid-hover-overlay-type-zoomin-on-hover .rt-tpg-container .rt-holder .grid-hover-content,.grid-hover-overlay-type-zoomout-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{opacity:0;transform:scale(0)}.grid-hover-overlay-type-zoomin-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content{opacity:1;transform:scale(1)}.grid-hover-overlay-type-zoominall-on-hover .rt-tpg-container .rt-holder .grid-hover-content *,.grid-hover-overlay-type-zoomoutall-on-hover .rt-tpg-container .rt-holder .grid-hover-content *{transition:.4s ease-in-out!important}.grid-hover-overlay-type-zoominall-on-hover .rt-tpg-container .rt-holder .grid-hover-content *,.grid-hover-overlay-type-zoomoutall-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content *{opacity:0;transform:scale(0)}.grid-hover-overlay-type-zoominall-on-hover .rt-tpg-container .rt-holder:hover .grid-hover-content *{opacity:1;transform:scale(1)}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .grid-hover-content{backface-visibility:hidden;opacity:0;transform:rotateY(-180deg)}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .grid-hover-content{backface-visibility:visible;opacity:1;transform:rotateY(0deg)}.grid-hover-overlay-type-flipin-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .rt-img-holder,.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .grid-hover-content{opacity:0;transform:rotateY(180deg);visibility:hidden}.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper .rt-img-holder{backface-visibility:hidden;opacity:0;transform:rotateY(-180deg)}.grid-hover-overlay-type-flipout-on-hover .rt-tpg-container .rt-holder .rt-el-content-wrapper:hover .rt-img-holder{backface-visibility:visible;opacity:1;transform:rotateY(0deg)}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .post-footer,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-el-post-meta,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-tpg-social-share,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .tpg-el-excerpt{margin-bottom:0;max-height:0;opacity:0;transition:.6s;visibility:hidden}.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .grid-hover-content>div,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .post-footer,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .rt-el-post-meta,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .rt-tpg-social-share,.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .tpg-el-excerpt{margin-bottom:15px}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-el-post-meta{transition:all .6s,opacity .6s}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .tpg-el-excerpt{transition:all .6s,opacity .5s}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .post-footer{transition:all .6s,opacity .4s}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .rt-tpg-social-share{transition:all .6s,opacity .3s}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .rt-el-post-meta{margin-bottom:15px;max-height:var(--tpg-meta-height,80px);opacity:1;visibility:visible}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder .grid-hover-content>div:last-child{margin-bottom:0!important}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .tpg-el-excerpt{max-height:var(--tpg-excerpt-height,140px);opacity:1;visibility:visible}.rt-tpg-container .grid_hover_layout_wrapper .rt-holder:hover .rt-tpg-social-share{margin-bottom:15px;max-height:var(--tpg-share-height,50px);opacity:1;visibility:visible}.rt-tpg-container .grid_hover_layout_wrapper .rt-grid-hover-item .rt-holder:hover .post-footer{max-height:var(--tpg-footer-height,50px);opacity:1;visibility:visible}.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .post-footer,.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .rt-el-post-meta,.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .rt-tpg-social-share,.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout3 .rt-grid-hover-item .rt-holder .tpg-el-excerpt,.rt-tpg-container .grid_hover_layout_wrapper.grid_hover-layout5 .rt-grid-hover-item .rt-holder .rt-el-post-meta{max-height:inherit;opacity:1;visibility:visible}.meta-visibility-default .rt-tpg-container .grid_hover-layout1 .rt-grid-hover-item .rt-holder .rt-el-post-meta{max-height:inherit}.rt-tpg-container .grid_hover-layout1 .rt-holder .tpg-el-image-wrap{height:300px}.grid-hover-overlay-height-full .rt-tpg-container .rt-content-loader .rt-grid-hover-item .rt-holder .grid-hover-content{min-height:100%}.grid-hover-overlay-height-full .rt-tpg-container.grid_hover-layout2-main .rt-content-loader .rt-grid-hover-item .rt-holder .grid-hover-content{min-height:calc(100% - 30px)}.hover-overlay-height-default .rt-tpg-container .grid_hover-layout1 .rt-grid-hover-item .rt-holder:hover .grid-hover-content,.hover-overlay-height-full .rt-tpg-container .rt-content-loader .rt-grid-hover-item .rt-holder:hover .grid-hover-content{min-height:100%;transition:.5s}.rt-tpg-container .grid_hover-layout1 .entry-title-wrapper .entry-title{font-size:20px;line-height:1.4}.meta-visibility-default .rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder .rt-el-post-meta{margin-bottom:7px;max-height:inherit}.rt-tpg-container .grid_hover-layout2 .rt-holder .tpg-el-image-wrap img{height:300px}.rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder .post-footer,.rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder .tpg-el-excerpt,.tpg-el-main-wrapper .grid_hover-layout2 .rt-holder .rt-tpg-social-share{margin-bottom:0;max-height:0;overflow:hidden;transition:.6s}.tpg-el-main-wrapper .grid_hover-layout2 .rt-holder:hover .rt-tpg-social-share{margin-bottom:15px;max-height:50px}.rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder:hover .post-footer{max-height:50px}.hover-overlay-height-full .rt-tpg-container .grid_hover-layout2 .rt-grid-hover-item .rt-holder:hover .grid-hover-content{min-height:100%}.hover-overlay-height-full .rt-tpg-container.grid_hover-layout2-main .grid_hover-layout2 .rt-grid-hover-item .rt-holder:hover .grid-hover-content{min-height:calc(100% - 30px)}.rt-tpg-container .grid_hover-layout2 .rt-holder .grid-hover-content{justify-content:center;margin:15px;padding:20px;text-align:center;width:calc(100% - 30px)}.rt-tpg-container .grid_hover-layout3 .tpg-el-image-wrap{height:300px}.rt-tpg-container .grid_hover-layout3 .rt-grid-hover-item .rt-holder .grid-hover-content{justify-content:center;min-height:100%;padding:20px 30px;text-align:center}.tpg-title-border-show .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title{margin-bottom:20px;position:relative}.tpg-title-border-show .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before{background-color:#fff;bottom:-16px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:.4s;width:50%}.tpg-title-border-show.title-alignment-justify .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before,.tpg-title-border-show.title-alignment-left .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before,.tpg-title-border-show.tpg-wrapper-align-left .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before{left:0;transform:none}.tpg-title-border-show.title-alignment-right .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before,.tpg-title-border-show.tpg-wrapper-align-right .rt-tpg-container .rt-holder .entry-title-wrapper .entry-title:before{right:0;transform:none}.elementor-template-full-width .site-content .ast-container,.page-template-rttpg_full_width .site-content .ast-container{max-width:100%;padding:0;width:100%}.tpg-el-main-wrapper .tgp-cf-field-label{display:inline-block;float:none}.tpg-el-main-wrapper .tpg-cf-fields{display:block}.tpg-el-main-wrapper .tgp-cf-field-value{display:inline}.tpg-el-main-wrapper .tpg-cf-group-title{color:inherit}.tpg-acf-align-left .rt-tpg-container .acf-custom-field-wrap{text-align:left}.grid-layout6 .acf-custom-field-wrap,.list-layout4 .acf-custom-field-wrap,.tpg-acf-align-center .rt-tpg-container .acf-custom-field-wrap{text-align:center}.tpg-acf-align-right .rt-tpg-container .acf-custom-field-wrap{text-align:right}.tpg-el-main-wrapper .rt-content-loader .tpg-reset-margin{padding:0!important}.rttpg-block-wrapper{margin-left:-15px;margin-right:-15px}.edit-post-visual-editor .rttpg-block-wrapper{margin-left:0;margin-right:0}.page-template-rttpg_canvas,.page-template-rttpg_full_width{overflow-x:hidden}@media (max-width:991px){.tpg-el-main-wrapper .offset-left{margin-bottom:15px}}@media (max-width:767px){.tpg-el-main-wrapper.slider-layout11-main .rt-holder .tpg-el-excerpt,.tpg-el-main-wrapper.slider-layout12-main .rt-holder .tpg-el-excerpt{display:none}}.page-template-rttpg_canvas .rttpg-block-wrapper,.page-template-rttpg_full_width .rttpg-block-wrapper{margin-left:0;margin-right:0}.rttpg-fullwidth-page{width:100vw}@media (min-width:1200px){.rttpg-block-postgrid.alignfull{margin-left:auto;margin-right:auto;max-width:100%;width:100%}.rttpg-block-postgrid.alignwide{margin-left:auto;margin-right:auto;max-width:100%;width:80%}html :where(.wp-block)[data-align=full]{max-width:none!important}}.tpg-prev-next-space-between .rt-pagination-wrap div,.tpg-prev-next-space-between .rt-pagination-wrap ul{width:100%}.tpg-prev-next-space-between .rt-pagination-wrap .rt-pagination .pagination-list,.tpg-prev-next-space-between .rt-pagination-wrap ul{display:flex;justify-content:space-between}.tpg-prev-next-absolute .rt-pagination-wrap{pointer-events:none}.tpg-prev-next-absolute .rt-pagination-wrap a,.tpg-prev-next-absolute .rt-pagination-wrap li{pointer-events:all}.tpg-border-bottom-enable .tpg-el-main-wrapper .tpg-post-holder{border-bottom:1px solid #ddd;padding-bottom:30px}.tpg-border-bottom-enable .tpg-el-main-wrapper [class*=rt-col]:last-child .tpg-post-holder{border-bottom:none!important;padding-bottom:0!important}.swiper{overflow:hidden}.tpg-img-230 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-230 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:230px!important}.tpg-img-160 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-160 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:160px!important}.tpg-img-180 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-180 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:180px!important}.tpg-img-240 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-240 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:240px!important}.tpg-img-260 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-260 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:260px!important}.tpg-img-400 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-400 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:400px!important}.tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:500px!important}.tpg-img-650 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-650 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:650px!important}@media (min-width:992px){.tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap,.tpg-img-500 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:500px!important}}@media (min-width:1201px){.tpg-list-260 .tpg-el-main-wrapper .tpg-el-image-wrap img{height:260px;width:260px}}.tpg-m-15{margin-bottom:15px!important;margin-top:15px!important}.tpg-m-10{margin-bottom:10px!important;margin-top:10px!important}.tpg-style-1 .rt-tpg-container .rt-holder{border:10px solid #fff;border-radius:7px;box-shadow:0 15px 40px 0 rgba(0,0,0,.25)}.img-radius-4 .rt-tpg-container .rt-holder .rt-img-holder,.tpg-style-1 .rt-tpg-container .rt-holder .rt-img-holder{border-radius:4px}.tpg-reverse .offset-right .rt-holder .rt-el-content-wrapper{flex-direction:row-reverse!important}.tpg-reverse .offset-right .rt-holder .tpg-el-image-wrap{margin:0 0 0 15px!important}.thumb-border-bottom .rt-holder .tpg-el-image-wrap{border-bottom:1px solid #ededed}.offset-image-right .rt-tpg-container .offset-right .rt-holder .rt-el-content-wrapper{flex-direction:row-reverse!important}.offset-image-right .tpg-el-main-wrapper .offset-right .tpg-el-image-wrap{margin:0 0 0 15px!important}.tpg-radius-5{border-radius:5px;overflow:hidden}.tpg-social.elementor-widget-social-icons .elementor-grid{justify-content:stretch;width:100%}.tpg-social .elementor-grid .elementor-grid-item{min-width:0;width:100%}.tpg-social .elementor-icon.elementor-social-icon{width:100%}.tpg-img-160 .tpg-el-main-wrapper .tpg-separate-category .categories-links a{border-radius:3px}.mb-none-all div{margin-bottom:0!important}.tpg-mxa-720 .grid-hover-content>div{margin-left:auto;margin-right:auto;max-width:720px}.z-index{position:relative;z-index:999}@media (min-width:1300px){.tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:nth-child(2),.tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:nth-child(3){width:25%}.tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:first-child{width:50%}.tpg-big-1 .tpg-el-main-wrapper .rt-grid-item:first-child .entry-title a{font-size:130%}.tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:first-child,.tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:nth-child(3){width:25%}.tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:nth-child(2){width:50%}.tpg-big-2 .tpg-el-main-wrapper .rt-grid-item:nth-child(2) .entry-title a{font-size:130%}.tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:first-child,.tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:nth-child(2){width:25%}.tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:nth-child(3){width:50%}.tpg-big-3 .tpg-el-main-wrapper .rt-grid-item:nth-child(3) .entry-title a{font-size:130%}}
.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{zoom:1;width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:' ';display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails,.woocommerce div.product div.thumbnails,.woocommerce-page #content div.product div.thumbnails,.woocommerce-page div.product div.thumbnails{zoom:1}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:' ';display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{zoom:1}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:' ';display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment,.woocommerce div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment,.woocommerce-page div.product #reviews .comment{zoom:1}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:' ';display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{display:flex;flex-wrap:wrap;clear:both;zoom:1}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:' ';display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 20px 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product:nth-child(2n),.woocommerce.columns-2 ul.products li.product:nth-child(2n){margin-right:0;clear:right}.woocommerce-page.columns-2 ul.products li.product:nth-child(odd),.woocommerce.columns-2 ul.products li.product:nth-child(odd){clear:left}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:31.2%;width:calc(33.33% - 14px)}.woocommerce-page.columns-3 ul.products li.product:nth-child(3n),.woocommerce.columns-3 ul.products li.product:nth-child(3n){margin-right:0;clear:right}.woocommerce-page.columns-3 ul.products li.product:nth-child(3n+1),.woocommerce.columns-3 ul.products li.product:nth-child(3n+1){clear:left}.woocommerce-page.columns-4 ul.products li.product,.woocommerce.columns-4 ul.products li.product{width:22.5%;width:calc(25% - 15px)}.woocommerce-page.columns-4 ul.products li.product:nth-child(4n),.woocommerce.columns-4 ul.products li.product:nth-child(4n){margin-right:0;clear:right}.woocommerce-page.columns-4 ul.products li.product:nth-child(4n+1),.woocommerce.columns-4 ul.products li.product:nth-child(4n+1){clear:left}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:17.5%;width:calc(20% - 16px)}.woocommerce-page.columns-5 ul.products li.product:nth-child(5n),.woocommerce.columns-5 ul.products li.product:nth-child(5n){margin-right:0;clear:right}.woocommerce-page.columns-5 ul.products li.product:nth-child(5n+1),.woocommerce.columns-5 ul.products li.product:nth-child(5n+1){clear:left}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:14%;width:calc(16.66% - 16.66px)}.woocommerce-page.columns-6 ul.products li.product:nth-child(6n),.woocommerce.columns-6 ul.products li.product:nth-child(6n){margin-right:0;clear:right}.woocommerce-page.columns-6 ul.products li.product:nth-child(6n+1),.woocommerce.columns-6 ul.products li.product:nth-child(6n+1){clear:left}.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{zoom:1}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:' ';display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left;display:flex;margin:0 auto}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{margin-left:5px}@media (min-width:545px){.woocommerce #content table.cart td.actions>input[type=submit],.woocommerce table.cart td.actions>input[type=submit],.woocommerce-page #content table.cart td.actions>input[type=submit],.woocommerce-page table.cart td.actions>input[type=submit]{margin:5px auto}}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{zoom:1;width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:' ';display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:calc(50% - 10px)}.woocommerce .cart-collaterals .cross-sells ul.products li.first,.woocommerce-page .cart-collaterals .cross-sells ul.products li.first{clear:both}.woocommerce .cart-collaterals .cross-sells ul.products li.last,.woocommerce-page .cart-collaterals .cross-sells ul.products li.last{margin-right:0}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;zoom:1;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:' ';display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{zoom:1}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:' ';display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row,.woocommerce-page form .form-row{zoom:1}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:' ';display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0;width:100%;margin-bottom:1em}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields,.woocommerce .woocommerce-shipping-fields,.woocommerce-page .woocommerce-billing-fields,.woocommerce-page .woocommerce-shipping-fields{zoom:1}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:' ';display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content fieldset{border:0;margin:1em 0 0;padding:3px}.woocommerce-account .woocommerce-MyAccount-content fieldset legend{padding:3px 0;border-bottom:1px solid var(--ast-border-color);width:100%;margin:10px 0}.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row{padding-left:0;padding-right:0}

.alertify .ajs-dimmer{position:fixed;z-index:1981;top:0;right:0;bottom:0;left:0;padding:0;margin:0;background-color:#252525;opacity:.5}.alertify .ajs-modal{position:fixed;top:0;right:0;left:0;bottom:0;padding:0;overflow-y:auto;z-index:1981}.alertify .ajs-dialog{position:relative;margin:5% auto;min-height:110px;max-width:500px;padding:24px 24px 0 24px;outline:0;background-color:#fff}.alertify .ajs-dialog.ajs-capture:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:1}.alertify .ajs-reset{position:absolute!important;display:inline!important;width:0!important;height:0!important;opacity:0!important}.alertify .ajs-commands{position:absolute;right:4px;margin:-14px 24px 0 0;z-index:2}.alertify .ajs-commands button{display:none;width:10px;height:10px;margin-left:10px;padding:10px;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.alertify .ajs-commands button.ajs-close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)}.alertify .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)}.alertify .ajs-header{margin:-24px;margin-bottom:0;padding:16px 24px;background-color:#fff}.alertify .ajs-body{min-height:56px}.alertify .ajs-body .ajs-content{padding:16px 24px 16px 16px}.alertify .ajs-footer{padding:4px;margin-left:-24px;margin-right:-24px;min-height:43px;background-color:#fff}.alertify .ajs-footer .ajs-buttons.ajs-primary{text-align:right}.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary{float:left;clear:none;text-align:left}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons .ajs-button{min-width:88px;min-height:35px}.alertify .ajs-handle{position:absolute;display:none;width:10px;height:10px;right:0;bottom:0;z-index:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);-webkit-transform:scaleX(1);transform:scaleX(1);cursor:se-resize}.alertify.ajs-no-overflow .ajs-body .ajs-content{overflow:hidden!important}.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content{left:0;right:0;padding:0}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body{margin-left:-24px;margin-right:-24px}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content{padding:0}.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content{left:0;right:0}.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,.alertify.ajs-maximizable .ajs-commands button.ajs-restore{display:inline-block}.alertify.ajs-closable .ajs-commands button.ajs-close{display:inline-block}.alertify.ajs-maximized .ajs-dialog{width:100%!important;height:100%!important;max-width:none!important;margin:0 auto!important;top:0!important;left:0!important}.alertify.ajs-maximized.ajs-modeless .ajs-modal{position:fixed!important;min-height:100%!important;max-height:none!important;margin:0!important}.alertify.ajs-maximized .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)}.alertify.ajs-maximized .ajs-dialog,.alertify.ajs-resizable .ajs-dialog{padding:0}.alertify.ajs-maximized .ajs-commands,.alertify.ajs-resizable .ajs-commands{margin:14px 24px 0 0}.alertify.ajs-maximized .ajs-header,.alertify.ajs-resizable .ajs-header{position:absolute;top:0;left:0;right:0;margin:0;padding:16px 24px}.alertify.ajs-maximized .ajs-body,.alertify.ajs-resizable .ajs-body{min-height:224px;display:inline-block}.alertify.ajs-maximized .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-body .ajs-content{position:absolute;top:50px;right:24px;bottom:50px;left:24px;overflow:auto}.alertify.ajs-maximized .ajs-footer,.alertify.ajs-resizable .ajs-footer{position:absolute;left:0;right:0;bottom:0;margin:0}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog{min-width:548px}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle{display:block}.alertify.ajs-movable:not(.ajs-maximized) .ajs-header{cursor:move}.alertify.ajs-modeless .ajs-dimmer,.alertify.ajs-modeless .ajs-reset{display:none}.alertify.ajs-modeless .ajs-modal{overflow:visible;max-width:none;max-height:0}.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)}.alertify.ajs-modeless.ajs-unpinned .ajs-modal{position:absolute}.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)}.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body{max-height:500px;overflow:auto}.alertify.ajs-basic .ajs-header{opacity:0}.alertify.ajs-basic .ajs-footer{visibility:hidden}.alertify.ajs-frameless .ajs-header{position:absolute;top:0;left:0;right:0;min-height:60px;margin:0;padding:0;opacity:0;z-index:1}.alertify.ajs-frameless .ajs-footer{display:none}.alertify.ajs-frameless .ajs-body .ajs-content{position:absolute;top:0;right:0;bottom:0;left:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog{padding-top:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands{margin-top:0}.ajs-no-overflow{overflow:hidden!important;outline:0}.ajs-no-overflow.ajs-fixed{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:scroll!important}.ajs-no-selection,.ajs-no-selection *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:568px){.alertify .ajs-dialog{min-width:150px}.alertify:not(.ajs-maximized) .ajs-modal{padding:0 5%}.alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog{min-width:initial;min-width:auto}}@-moz-document url-prefix(){.alertify button:focus{outline:1px dotted #3593d2}}.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-property:opacity,visibility;transition-property:opacity,visibility;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:250ms;transition-duration:250ms}.alertify.ajs-hidden .ajs-dimmer,.alertify.ajs-hidden .ajs-modal{visibility:hidden;opacity:0}.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-duration:.5s;animation-duration:.5s}.alertify.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-duration:250ms;animation-duration:250ms}.alertify .ajs-dialog.ajs-shake{-webkit-animation-name:ajs-shake;animation-name:ajs-shake;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes ajs-shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-slideIn;animation-name:ajs-slideIn;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-slideOut;animation-name:ajs-slideOut;-webkit-animation-timing-function:cubic-bezier(.6,-.28,.735,.045);animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-zoomIn;animation-name:ajs-zoomIn}.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-zoomOut;animation-name:ajs-zoomOut}.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-fadeIn;animation-name:ajs-fadeIn}.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-fadeOut;animation-name:ajs-fadeOut}.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-pulseIn;animation-name:ajs-pulseIn}.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-pulseOut;animation-name:ajs-pulseOut}.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInX;animation-name:ajs-flipInX}.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutX;animation-name:ajs-flipOutX}.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInY;animation-name:ajs-flipInY}.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutY;animation-name:ajs-flipOutY}@-webkit-keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes ajs-pulseOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@-webkit-keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes ajs-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes ajs-flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@-webkit-keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@-webkit-keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}@keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}.alertify-notifier{position:fixed;width:0;overflow:visible;z-index:1982;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.alertify-notifier .ajs-message{position:relative;width:260px;max-height:0;padding:0;opacity:0;margin:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:linear;transition-timing-function:linear}.alertify-notifier .ajs-message.ajs-visible{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275);opacity:1;max-height:100%;padding:15px;margin-top:10px}.alertify-notifier .ajs-message.ajs-success{background:rgba(91,189,114,.95)}.alertify-notifier .ajs-message.ajs-error{background:rgba(217,92,92,.95)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95)}.alertify-notifier .ajs-message .ajs-close{position:absolute;top:0;right:0;width:16px;height:16px;cursor:pointer;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center;background-color:rgba(0,0,0,.5);border-top-right-radius:2px}.alertify-notifier.ajs-top{top:50px}.alertify-notifier.ajs-bottom{bottom:10px}.alertify-notifier.ajs-right{right:10px}.alertify-notifier.ajs-right .ajs-message{right:-320px}.alertify-notifier.ajs-right .ajs-message.ajs-visible{right:290px}.alertify-notifier.ajs-left{left:10px}.alertify-notifier.ajs-left .ajs-message{left:-300px}.alertify-notifier.ajs-left .ajs-message.ajs-visible{left:0}.alertify-notifier.ajs-center{left:50%}.alertify-notifier.ajs-center .ajs-message{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.alertify-notifier.ajs-center .ajs-message.ajs-visible{left:50%;-webkit-transition-timing-function:cubic-bezier(.57,.43,.1,.65);transition-timing-function:cubic-bezier(.57,.43,.1,.65)}.alertify-notifier.ajs-center.ajs-top .ajs-message{top:-300px}.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible{top:0}.alertify-notifier.ajs-center.ajs-bottom .ajs-message{bottom:-300px}.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible{bottom:0}.ajs-no-transition.alertify .ajs-dialog,.ajs-no-transition.alertify .ajs-dimmer,.ajs-no-transition.alertify .ajs-modal{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}.ajs-no-transition.alertify-notifier .ajs-message{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}@media (prefers-reduced-motion:reduce){.alertify .ajs-dialog,.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}.alertify-notifier .ajs-message{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}}
.wlr-dot-pulse,.wlr-dot-pulse::after,.wlr-dot-pulse::before{display:inline-block;width:7px;height:7px;border-radius:5px}:root{--text-color-light:#8b8b8b;--text-color:#1d2327;--border-color:#f2f2f2;--bg-color-green:#17b978;--bg-color-blue:#1696e7;--bg-color-blue-light:rgba(22, 150, 231, 0.14)}.wlr-error{color:#ff5f77}.wlr-dot-pulse{position:relative;left:-9999px;box-shadow:9999px 0 0 -5px;animation:1.5s linear .25s infinite wlr-dot-pulse;margin-left:20px}.wlr-dot-pulse::after,.wlr-dot-pulse::before{content:"";position:absolute;top:0}.wlr-dot-pulse::before{box-shadow:9984px 0 0 -5px;animation:1.5s linear infinite wlr-dot-pulse-before}.wlr-dot-pulse::after{box-shadow:10014px 0 0 -5px;animation:1.5s linear .5s infinite wlr-dot-pulse-after}.wc-block-components-checkout-step #wlr_dob{height:55px;width:50%;border-radius:6px;border-width:1px}@keyframes wlr-dot-pulse-before{0%,100%,60%{box-shadow:9990px 0 0 -5px}30%{box-shadow:9990px 0 0 2px}}@keyframes wlr-dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@keyframes wlr-dot-pulse-after{0%,100%,60%{box-shadow:10010px 0 0 -5px}30%{box-shadow:10010px 0 0 2px}}.wlr-product-name{padding-left:10px}.wlr_change_product{cursor:pointer;display:flex}.wlr_free_product_variants{padding:5px}.wlr-select-free-variant-product-toggle{color:gray;cursor:pointer;width:100%;border:none;text-align:left;outline:0;font-size:1.02em;transition:.4s}.wlr-select-free-variant-product-toggle-active,.wlr-select-free-variant-product-toggle:hover{color:#444}.wlr-select-variant-product{padding:0 18px;display:none;background-color:#fff;overflow:hidden}.wlr-select-free-variant-product-toggle:after{content:"\02795";font-size:12px;color:#777;margin-left:10px}.wlr-select-free-variant-product-toggle-active:after{content:"\2796"}.wlr-myaccount-page p{margin:0 0 10px}.wlr-myaccount-page p:first-of-type{margin-bottom:0!important}.wlr-myaccount-page h4{margin:0!important}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-section input:focus,.wlr-myaccount-page a:focus{outline:0}.wlr-myaccount-page input:disabled,.wlr-myaccount-page table td,.wlr-myaccount-page table th{background:unset}.wlr-myaccount-page table:not( .has-background ) tbody td,.wlr-myaccount-page table:not( .has-background ) tbody tr:nth-child(2n) td,.wlr-myaccount-page table:not( .has-background ) th{background-color:unset}.wlr-myaccount-page input{margin:0;padding:0;background:unset}.wlr-myaccount-page .wlr-coupons-container,.wlr-myaccount-page .wlr-coupons-expired-container{opacity:1;transition:opacity .5s ease-in-out}.wlr-myaccount-page .wlr-lock-card{font-size:2rem;position:absolute;color:#ceced1;background:#fff;padding:6px;border-radius:3px;z-index:1}.wlr-myaccount-page{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:25px;font-family:inherit;scroll-behavior:smooth}.wlr-myaccount-page .wlr-spinner{height:100%;display:flex;justify-content:center;align-items:center}.wlr-myaccount-page .spinner{width:25px;height:25px;border:4px solid #ddd;border-radius:50%;animation:.8s linear infinite spinner-anime}.wlr-myaccount-page .wlr-enable-email-sent-blog .wlr-sent-email{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}#wlr-reward-link,.wlr-myaccount-page .wlr-cursor,.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box .wlr-icon:before{cursor:pointer}.wlr-myaccount-page .wlr-point-conversion-section{display:flex;flex-direction:column;gap:5px;border-width:1px;border-style:solid;border-radius:6px}.wlr-myaccount-page .wlr-point-conversion-section span{padding-left:5px}.wlr-myaccount-page .wlr-point-conversion-section .wlrf-close{float:right;font-weight:700;font-size:20px}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-conversion{border-radius:6px 0 0 6px;border-style:solid;border-width:1px}.wlr-myaccount-page .wlr-point-conversion-section .wlr-point-label-content{border-radius:0 6px 6px 0;border-width:1px 1px 1px 0;border-style:solid}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-section{display:flex;padding:0 5%}.wlr-myaccount-page .wlr-nowrap{white-space:nowrap}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-section .wlr-point-label-content{display:flex;gap:2px;white-space:nowrap;font-size:12px;font-weight:600;place-items:center}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-section .wlr-point-label-content p{margin:0 5px;font-size:inherit}.wlr-myaccount-page .wlr-point-conversion-section .wlr-input-point-section input{width:38px;height:40px;padding:0 2px;background-color:unset;box-shadow:unset}.wlr-myaccount-page .wlr-name-container h4,.wlr-myaccount-page .wlr-name-container h4 p,.wlr-myaccount-page .wlr-point-conversion-section p{margin:0}@keyframes spinner-anime{100%{transform:rotate(360deg)}}.wlr-myaccount-page .wlr-earning-options .wlr-card>*,.wlr-myaccount-page>*{margin-top:8px;margin-bottom:8px}.wlr-myaccount-page .wlr-card-container,.wlr-myaccount-page .wlr-code-button .wlr-button,.wlr-myaccount-page .wlr-level-details,.wlr-myaccount-page .wlr-user-details{width:100%}.wlr-level-title-section p{margin:0 0 2px}.wlr-myaccount-page .wlr-heading-container{max-width:max-content;display:flex;justify-content:center}.wlr-myaccount-page .wlr-heading{color:var(--text-color);font-weight:700;font-size:20px;margin-bottom:32px;border-left:3px solid #4f47eb;padding-left:5px;letter-spacing:.05em;text-transform:uppercase}.wlr-myaccount-page .wlr-points-container{width:100%;display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.wlr-myaccount-page #wlr-levels b,.wlr-myaccount-page #wlr-levels p,.wlr-myaccount-page .wlr-points-container p,.wlr-myaccount-page .wlr-sent-email label,.wlr-myaccount-page .wlr-user-reward-titles h4{font-size:16px}.wlr-myaccount-page #wlr-points{display:flex;gap:10px;width:100%;box-shadow:none;border-radius:8px;padding:0;outline:0;border:none}.wlr-myaccount-page #wlr-levels{display:flex;flex-direction:column;gap:10px;width:100%;box-shadow:none;border-radius:8px;outline:0;border-style:solid;border-width:1px}.wlr-myaccount-page #wlr-level-name,.wlr-myaccount-page #wlr-next-level-name,.wlr-myaccount-page .wlr-norecords-container h4{font-weight:700;font-size:16px}.wlr-myaccount-page #wlr-next-level-name{opacity:.6}.wlr-myaccount-page #wlr-levels .wlr-level-data-section{width:100%;display:flex;flex-direction:column;gap:10px}.wlr-myaccount-page #wlr-levels .wlr-level-name-section{margin:0;display:flex;justify-content:space-between;padding:24px 20px 0}.wlr-myaccount-page #wlr-levels .wlr-current-level-container{display:flex;align-items:flex-start;gap:12px}.wlr-myaccount-page #wlr-levels .wlr-level-image{margin-top:5px}.wlr-myaccount-page .wlr-date-container{display:flex;gap:5px;color:#fff}.wlr-myaccount-page .wlr-date-container input{height:2rem;width:4rem;border-radius:6px}.wlr-myaccount-page #wlr-points{gap:18px}.wlr-myaccount-page #wlr-points i{font-size:2.5rem}.wlr-myaccount-page #wlr-available-points,.wlr-myaccount-page #wlr-redeemed-points,.wlr-myaccount-page #wlr-used-rewards{display:flex;flex-direction:column;gap:10px;width:50%;border-radius:10px;padding:10px 20px 14px;border-width:1px;border-style:solid;flex-wrap:wrap}.wlr-myaccount-page #wlr-used-rewards select{outline:0;background:inherit;border-radius:4px;font-size:16px}.wlr-myaccount-page #wlr-used-rewards select option{background-color:inherit}.wlr-myaccount-page #wlr-points-desc{font-family:inherit;font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#535863}.wlr-myaccount-page #wlr-available-points-heading,.wlr-myaccount-page #wlr-redeemed-points-heading,.wlr-myaccount-page #wlr-used-rewards-heading{font-style:normal;font-weight:500;font-size:16px;line-height:18px;letter-spacing:.02em}.wlr-myaccount-page #wlr-available-point-value,.wlr-myaccount-page #wlr-redeemed-point-value,.wlr-myaccount-page #wlr-used-reward-value-count{font-style:normal;font-weight:700;font-size:22px;line-height:28px}.wlr-myaccount-page table *{border-left:none;border-right:none;border-top:none;padding:10px}.wlr-myaccount-page .wlr-table-header{border-radius:4px;font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#161f31;text-align:left;align-items:center}.wlr-myaccount-page #wlr-transaction-table-header .wlr-transaction-table-header-label{font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#161f31;margin-bottom:0}.wlr-myaccount-page .wlr-transaction-table-row{display:grid;grid-template-columns:1fr 2fr 4fr 1fr 1fr;height:auto;border-bottom:1px solid #dadae7;align-items:center;padding:10px}.wlr-myaccount-page .wlr-transaction-table-row div{font-style:normal;font-weight:400;font-size:16px;line-height:18px;color:#161f31}.wlr-transaction-table-body{border-bottom:1px solid #e7e7ef;font-style:normal;font-weight:400;font-size:16px;line-height:18px;color:#161f31}.wlr-myaccount-page .set-center,.wlr-myaccount-page .wlr-progress-content{text-align:center}#wlr-next-button,#wlr-prev-button{text-decoration:none;font-style:normal;font-weight:500;font-size:16px;line-height:20px;text-align:center;padding-left:10px;border:none;outline:0;box-shadow:none}.wlr-myaccount-page .wlr-points{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:100px}.wlr-myaccount-page .wlr-points>*{margin-top:2px;margin-bottom:2px}.wlr-myaccount-page .wlr-points-icon{font-size:32px}.wlr-myaccount-page .wlr-icon-dicount:before{font-size:48px;transform:scale(130%);color:#4caf50}.wlr-myaccount-page .wlr-user-details .wlr-points-name{font-size:16px;font-style:normal;font-weight:700;line-height:20px}.wlr-myaccount-page .wlr-points-value{font-size:32px;line-height:32px;font-weight:700;color:var(--text-color)}.wlr-myaccount-page .level-points{display:flex;flex-direction:column;padding:24px 20px;border-top:1px solid}.wlr-myaccount-page .wlr-level-bar-container{display:flex;width:100%;align-items:center;gap:10px}.wlr-myaccount-page .wlr-level-bar-container i{font-size:23px}.wlr-myaccount-page .wlr-levels-bar-footer{display:flex;align-items:center;justify-content:space-between}.wlr-myaccount-page .wlr-progress-content p{display:inline;font-size:12px;color:#1d2327;position:relative;top:14px}.wlr-myaccount-page .wlr-progress-content div{display:inline;font-size:18px;color:#17b978;position:relative;font-weight:700;top:0;left:3px}.wlr-myaccount-page .wlr-progress-bar{background-color:#d9d9d9;width:100%;height:6px;border-radius:4px}.wlr-myaccount-page .wlr-progress-bar .wlr-progress-level{background-color:#4f47eb;height:inherit;border-radius:4px}.wlr-myaccount-page .wlr-my-rewards-sections{display:flex;flex-direction:column;gap:1.5rem}.wlr-myaccount-page .wlr-user-reward-titles{display:flex}.wc-block-components-product-details__loyalty-free-product,.wlr-myaccount-page .add-read-more.show-less-content .read-less,.wlr-myaccount-page .add-read-more.show-less-content .sec-half,.wlr-myaccount-page .add-read-more.show-more-content .read-more,.wlr-myaccount-page .wlr-coupons-container:not(.active),.wlr-myaccount-page .wlr-coupons-expired-container:not(.active),.wlr-myaccount-page .wlr-revert:not(.wlr-revert-active),.wlr-myaccount-page .wlr-rewards-container:not(.active),.wlr-myaccount-page .wlr-user-expired-reward-section:not(.active){display:none}.wlr-myaccount-page .wlr-norecords-container{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-column:none;padding:1rem;text-align:center}.wlr-myaccount-page .wlr-norecords-container i{font-size:50px}.wlr-myaccount-page .wlr-expired-card{cursor:default;pointer-events:none;background:#dadAE730}.wlr-myaccount-page .wlr-my-rewards-title{display:flex;font-size:14px;align-items:center;justify-content:center;gap:6px;cursor:pointer;padding:10px 16px}.wlr-myaccount-page .wlr-today-expire-points-section{display:flex;padding:16px;column-gap:10px;background:#4f47eb24;align-items:center;border:1px solid;border-radius:10px}.wlr-myaccount-page .wlr-card,.wlr-myaccount-page .wlr-coupon-card,.wlr-myaccount-page .wlr-reward-card{min-height:200px;min-width:180px;padding:0 12px 12px;position:relative}.wlr-myaccount-page .wlr-my-rewards-title h4{margin:0;font-weight:500;text-transform:initial}.wlr-myaccount-page .wlr-my-rewards-title i{font-size:20px}.wlr-myaccount-page .wlr-your-reward{width:100%;margin-bottom:35px;margin-top:20px}.wlr-myaccount-page .wlr-customer-reward{display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:24px;column-gap:12px}.wlr-myaccount-page .wlr-card{border-radius:8px;border:1px solid #8d87f2}.wlr-myaccount-page .wlr-reward-card{border-radius:8px;border:1px solid #e7e7ef}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-card-container,.wlr-myaccount-page .wlr-reward-card .wlr-card-container{margin-top:28px!important}.wlr-myaccount-page .wlr-coupon-card{border:1px solid #e7e7ef;border-radius:8px}.wlr-myaccount-page .wlr-reward-card:hover{box-shadow:0 2px 32px rgb(12 8 92 / 8%)}.wlr-myaccount-page .wlr-coupon-card:hover{box-shadow:0 2px 32px rgba(12,8,92,.08);border-radius:8px}.wlr-myaccount-page .add-read-more .read-less,.wlr-myaccount-page .add-read-more .read-more{font-weight:700;margin-left:2px;color:#00f;cursor:pointer}.wlr-myaccount-page .show-more-content .read-less,.wlr-myaccount-page .show-more-content .sec-half{display:inline-block}.wlr-card-container>*{margin-top:5px;margin-bottom:4px}.wlr-myaccount-page .wlr-card-container .wlr-card-icon-container{margin-top:7px}.wlr-myaccount-page .wlr-name-container{display:flex;flex-direction:column}.wlr-myaccount-page .wlr-card-inner-container{width:100%;display:flex;flex-direction:column;justify-content:flex-start;min-height:100px}.wlr-myaccount-page .wlr-card-inner-container>*{margin-top:4px;margin-bottom:4px}.wlr-myaccount-page .wlr-your-reward .wlr-icon{border-radius:100%;font-size:36px}.wlr-myaccount-page .wlr-your-reward .wlr-name{font-size:16px;font-weight:600;word-break:break-word}.wlr-myaccount-page .wlr-your-reward .wlr-reward-type-name{font-weight:700;font-size:11px;text-align:center;border-radius:0 8px 0 2px;float:right;padding:4px;margin:unset!important;border-width:0 0 1px 1px;border-style:solid}.wlr-myaccount-page .wlr-your-reward .wlr-description{font-size:14px;line-height:22px;font-weight:500;padding-right:10px;margin:unset!important;word-break:break-word}.wlr-myaccount-page .wlr-code{display:flex;flex-direction:row;color:#ff8e3d;text-align:center;border-radius:6px;cursor:pointer;text-transform:uppercase;background:#fff8f3;border:1px dashed #ff8e3d;width:100%}.wlr-myaccount-page .wlr-update-birthday{background:#4f47eb;padding:0 5px;border-radius:4px;white-space:nowrap;margin-top:8px;cursor:pointer;color:#fff}.wlr-myaccount-page .wlr-code .wlr-coupon-code{width:85%;display:flex;justify-content:center;align-items:center;border-radius:8px 0 0 8px}.wlr-myaccount-page .wlr-code .wlr-coupon-copy-icon{width:18%;background:#ff8e3d;border-radius:0 6px 6px 0;color:#fff;display:flex;justify-content:center;align-items:center;border-style:dashed;border-width:0 0 0 1px}.wlr-myaccount-page .wlr-code p{margin:0 0 1px!important;font-size:12px!important;padding:5px}.wlr-myaccount-page .wlr-created-date,.wlr-myaccount-page .wlr-expire-date,.wlr-myaccount-page .wlr-revert-active{color:#535863}.wlr-myaccount-page .wlr-button{text-align:center;padding:6px 8px;cursor:pointer;border-radius:6px}.wlr-myaccount-page .wlr-button-reward{background:#4f47eb}.wlr-myaccount-page .wlr-button-reward-apply{cursor:pointer;background:#4f47eb}.wlr-myaccount-page .wlr-revert-tool{display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;float:right}.wlr-myaccount-page .wlr-revert{text-align:center;cursor:pointer;font-size:16px}.wlr-myaccount-page .wlr-revert .wlr-revert-reward{text-decoration:none;white-space:nowrap;border-radius:2px;padding:3px 5px;position:relative}.wlr-action-text{color:#fff;text-decoration:none!important;font-size:14px!important}.wlr-myaccount-page .wlr-campaign-container .wlr-campaign-level-batch{margin-bottom:0;display:flex;align-items:center;gap:2px;float:right}.wlr-myaccount-page .wlr-campaign-container .wlr-campaign-level-batch img,.wlr-myaccount-page .wlr-campaign-container .wlr-campaign-level-batch span{display:flex;height:20px;width:20px;border-radius:50%;border-style:solid;border-width:1px;font-size:14px;align-items:center;justify-content:center}.wlr-myaccount-page .wlr-earning-options{width:100%;margin-bottom:30px}.wlr-myaccount-page .wlr-earning-options .wlr-campaign-container{display:grid;grid-template-columns:1fr 1fr;row-gap:28px;column-gap:24px}.wlr-myaccount-page .wlr-earning-options .wlr-campaign-container .wlr-discount-point{font-size:small;font-weight:700;margin:0;word-break:break-word}.wlr-myaccount-page .wlr-earning-options .wlr-card{border-radius:8px;padding:0 12px 12px;position:relative;min-width:230px;min-height:max-content;border-width:1px;border-style:solid}.wlr-myaccount-page .wlr-upload-img-icon{margin:revert!important;padding:revert!important;border-radius:3px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-icon{box-shadow:0 4px 20px rgba(10,19,65,.08);font-size:20px;height:48px;width:48px;text-align:center;align-self:center;padding:12px;border-radius:8px}.wlr-myaccount-page .wlr-earning-options .wlr-name{font-size:16px;font-weight:600;margin-top:18px;line-height:20px;word-break:break-word}.wlr-myaccount-page .wlr-earning-options .wlr-description{font-size:14px;line-height:20px;word-break:break-word}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date{position:absolute;font-size:13px;display:flex;justify-content:center;align-items:center;gap:3px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date a{font-size:12px;border-radius:4px;text-decoration:none;cursor:pointer}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-campaign-points{display:flex;align-items:flex-start;gap:3px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-birthday-edit-button{position:relative;float:right;right:0;margin-left:6px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor .wlr-date-editor-layer{position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background-color:#021b2ac7;border-radius:8px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor .wlr-close-layer{position:absolute;top:2px;right:14px;font-weight:700;font-size:21px;color:rgba(255,255,255,.911);cursor:pointer}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor.wlr-close-layer:hover{color:#fff}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor .wlr-date-editor-container{top:20%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:0 20% 0 30%}.wlr-myaccount-page .wlr-earning-options .wlr-card.wlr-date-editor .wlr-date-editor-container .wlr-date-action{margin-top:8px;text-decoration:none!important;color:#fff;font-weight:600;padding:4px 8px;background-color:var(--bg-color-green);border-radius:4px;cursor:pointer;font-size:16px}.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-date-editor .wlr-date-editor-container .wlr-input-date{padding:4px 8px;border-radius:4px;border:none}.wlr-myaccount-page .wlr-referral-blog{width:100%;margin-bottom:25px}.wlr-myaccount-page .wlr-referral-blog>*{margin-top:16px}.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box{width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:8px;border-style:solid;border-width:1px}.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box .input-group-text{display:flex;white-space:nowrap;background:#4f47eb;border-radius:0 7px 7px 0;padding:10px 16px;gap:4px}.wlr-myaccount-page .wlr-referral-blog .wlr_referral_url{border:0;outline:0;width:100%;box-shadow:none;font-weight:500;border-radius:7px 0 0 7px}.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box .input-group-append{display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box.wlr-icon:before,.wlr-myaccount-page .wlr-referral-blog .wlr-social-share{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.wlr-myaccount-page .wlr-referral-blog .wlr-social-share>*{margin-right:32px}.wlr-myaccount-page .wlr-referral-blog .wlr-icon-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;cursor:pointer;text-decoration:none!important;margin-top:6px}.wlr-myaccount-page .wlr-referral-blog .wlr-social-icon{font-size:28px;margin-bottom:4px}.wlr-myaccount-page .wlr-referral-blog .wlr-social-text{font-weight:500}.wlr-myaccount-page .wlr-social-share{display:flex;justify-content:center;flex-wrap:wrap}.wlr-myaccount-page .wlr-transaction-blog{margin-top:30px;margin-bottom:30px;width:100%}.ajs-dialog{max-width:51vw!important}.ajs-dialog .wlr-myaccount-page{width:auto}.wlr-myaccount-page .wlr-coupons-list{display:flex;flex-direction:column;gap:16px}.wlr-myaccount-page .wlr-coupons-content,.wlr-myaccount-page .wlr-coupons-expired-content{display:flex;padding:5px 20px;flex-direction:column;border:1px solid #e7e7ef;border-radius:8px;min-height:120px;align-items:center;justify-content:center}.wlr-myaccount-page .wlr-coupons-list .wlr-name,.wlr-myaccount-page .wlr-coupons-list h4,.wlr-myaccount-page .wlr-coupons-list p{margin:0;font-size:16px}.wlr-myaccount-page .wlr-coupon-card-footer,.wlr-myaccount-page .wlr-coupon-card-header,.wlr-myaccount-page .wlr-coupon-date-section{display:flex;gap:10px;justify-content:space-between}.wlr-myaccount-page .wlr-coupon-card-footer p,.wlr-myaccount-page .wlr-coupon-card-footer span{font-size:13px}.wlr-myaccount-page .wlr-title-icon{display:flex;gap:16px;width:70%}.wlr-myaccount-page .wlr-code-button{display:flex;align-items:flex-start;gap:8px;flex-direction:column;width:30%}.wlr-myaccount-page .wlr-flex{display:flex;align-items:center;justify-content:space-between;gap:5px}.wlr-myaccount-page .wlr-rewards-container,.wlr-myaccount-page .wlr-transaction-container{transition:opacity .5s ease-in-out}.wlr-reward-pagination{padding:6px 6px 0 0}@media only screen and (max-width:1440px){.ajs-dialog{max-width:70vw!important}}@media only screen and (max-width:1024px){.ajs-dialog{max-width:90vw!important}.alertify .ajs-body .ajs-content{padding:0!important}.wlr-myaccount-page .wlr-points-container{flex-direction:column;gap:30px}.wlr-myaccount-page .wlr-customer-reward{grid-template-columns:1fr 1fr}.wlr-myaccount-page .wlr-earning-options .wlr-campaign-container{grid-template-columns:1fr 1fr;column-gap:12px}.wlr-myaccount-page .wlr-earning-options .wlr-card{min-width:unset}.wlr-myaccount-page #wlr-available-points,.wlr-myaccount-page #wlr-levels,.wlr-myaccount-page #wlr-points,.wlr-myaccount-page #wlr-redeemed-points,.wlr-myaccount-page #wlr-used-rewards{width:100%}}@media only screen and (max-width:600px){.wlr-myaccount-page .wlr-points-container{flex-direction:column;gap:30px}.wlr-myaccount-page .wlr-referral-blog .wlr-referral-box .input-group-text{font-size:0}.wlr-myaccount-page .wlr-customer-reward,.wlr-myaccount-page .wlr-earning-options .wlr-campaign-container{grid-template-columns:1fr}.wlr-myaccount-page #wlr-levels,.wlr-myaccount-page #wlr-points,.wlr-myaccount-page .wlr-code-button{width:100%;flex-direction:column}.wlr-myaccount-page .wlr-coupon-card-header{flex-direction:column}.wlr-myaccount-page .wlr-title-icon{width:100%}.wlr-myaccount-page .wlr-user-reward-titles{flex-direction:column;align-items:flex-start}}@media only screen and (max-width:425px){#wlr-transaction-table{max-width:325px;overflow-x:scroll}.wlr-myaccount-page .wlr-coupon-date-section{flex-direction:column}#wlr-transaction-table-header>tr>th{font-size:9px!important;padding:4px!important}.wlr-transaction-table-body{font-size:8px!important;padding:4px!important}}@media only screen and (max-width:320px){.ajs-dialog{max-width:90vw!important}.alertify .ajs-body .ajs-content{padding:0!important}.wlr-myaccount-page{padding:0}}
.wp-block-woolentor-prowidget{display:block}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image img{max-width:100%;width:inherit}.woolentor-woocommerce-checkout .form-row,.elementor-column.elementor-db,.my-accouunt-form-edit-address .form-row{display:block}.elementor-widget-wl-product-add-to-cart p.stock{display:none}.woolentor_product_social_share{align-items:center;display:flex;margin-top:32px}.woolentor_product_social_share h2{color:#666;font-size:18px;margin:0;padding-right:10px}.woolentor_product_social_share ul{margin:0 !important;padding:0 !important;list-style:none}.woolentor_product_social_share ul li{display:inline-block;margin-right:15px}.woolentor_product_social_share ul li:last-child{margin-right:0 !important}.woolentor_product_social_share ul li a{color:#797979;font-size:14px;text-align:center;transition:all .3s ease 0s;display:inline-block}.woolentor_product_social_share ul li a span{margin-left:3px}.woolentor_product_social_share ul li a:hover{color:#ff4136}.wlpro-product-thumbnails .woocommerce-product-gallery__image{position:relative}.wlpro-product-thumbnails ul.woolentor-thumbanis-image{margin:10px -5px 0;padding:0;list-style:none}.wlpro-product-thumbnails ul.woolentor-thumbanis-image li{display:inline-block;padding:0 5px;width:25%;cursor:pointer;margin-bottom:10px}.wlpro-product-thumbnails ul.woolentor-thumbanis-image li img{width:100%}.woocommerce div.product div.images.wlpro-product-thumbnails .woocommerce-product-gallery__image:nth-child(n+2){display:inline-block;float:left;width:100%}.woocommerce div.product div.images.wlpro-product-thumbnails .woolentor-learg-img.woocommerce-product-gallery__image.slick-initialized.slick-slider,.woocommerce div.product div.images.wlpro-product-thumbnails .wl-thumbnails-slider.woocommerce-product-gallery__image.slick-initialized{float:none}.woocommerce div.product div.images.wlpro-product-thumbnails.thumbnails-tab-position-left .woocommerce-product-gallery__image:nth-child(n+2){width:80%}.woocommerce div.product div.images.wlpro-product-thumbnails.thumbnails-tab-position-right .woocommerce-product-gallery__image{width:80%;float:left}.thumbnails-tab-position-left.wlpro-product-thumbnails ul.woolentor-thumbanis-image{float:left;margin:-5px 0;padding-right:10px;width:20%}.thumbnails-tab-position-right.wlpro-product-thumbnails ul.woolentor-thumbanis-image{float:left;margin:-5px 0;padding-left:10px;width:20%}.thumbnails-tab-position-left.wlpro-product-thumbnails ul.woolentor-thumbanis-image li,.thumbnails-tab-position-right.wlpro-product-thumbnails ul.woolentor-thumbanis-image li{width:100%;display:block;padding:0}.thumbnails-layout-gallery .wl-thumbnails-image-area .wl-single-gallery{float:left;padding:5px;width:50%}.wl-thumbnails-slider .wl-single-slider{padding:0 10px}.wl-thumbnails-slider .slick-arrow,.woolentor-thumbnails .slick-arrow{background-color:#fff;border:1px solid #fff;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.2);color:#333;font-size:25px;height:40px;opacity:0;padding:0;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);transition:all .5s ease 0s;visibility:hidden;width:40px;z-index:999}.woolentor-thumbnails .slick-arrow{height:30px;width:30px;line-height:30px;font-size:16px;right:5px}.woolentor-thumbnails .slick-arrow.woolentor-slick-prev{left:5px}.wl-thumbnails-slider .slick-arrow.slick-prev{left:15px}.wl-thumbnails-slider .slick-arrow.slick-next{right:15px}.wl-thumbnails-slider:hover .slick-arrow,.woolentor-thumbnails:hover .slick-arrow{opacity:1;visibility:visible}.wl-thumbnails-slider .slick-dots{bottom:0;display:flex;left:50%;list-style:outside none none;margin:0;padding:0;position:absolute;transform:translateX(-50%)}.wl-thumbnails-slider .slick-dots li{line-height:12px;margin:0 4px}.wl-thumbnails-slider .slick-dots li button{background-color:transparent;border:1px solid #4e4f4f;border-radius:50px;height:13px;padding:0;text-indent:-9999px;width:13px;line-height:13px}.wl-thumbnails-slider .slick-dots li.slick-active button{background-color:#282828;border-color:#282828}.woocommerce-product-gallery__image .ht-product-label.ht-product-label-left{background:#000 none repeat scroll 0 0;border-radius:3px;color:#fff;line-height:1;padding:5px 10px;position:absolute;right:15px;top:15px}.wlpro-product-thumbnails .woolentor-thumbnails{margin:10px -5px 0}.wlpro-product-thumbnails .woolentor-thumb-single{padding:0 5px;cursor:pointer}.thumbnails-tab-position-right.thumbnails-layout-tabslider .woocommerce-product-gallery__image.slick-initialized{float:left !important}.thumbnails-tab-position-right.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider,.thumbnails-tab-position-left.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider{float:left;margin:-6px 0;padding-left:10px;width:20%}.thumbnails-tab-position-left.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider{padding-left:0;padding-right:10px}.wlpro-product-thumbnails .slick-vertical .woolentor-thumb-single{padding:6.2px 0}.thumbnails-tab-position-top.wlpro-product-thumbnails .woolentor-thumbnails{margin:0 -5px 10px}.woolentor-thumbnails.slick-vertical .slick-arrow{top:0;left:auto;right:50%;margin-right:-10px}.woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-prev{transform:rotate(90deg)}.woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-next{left:auto;top:auto;bottom:0;transform:rotate(90deg)}.thumbnails-tab-position-right.wlpro-product-thumbnails .woolentor-thumbnails.slick-vertical .slick-arrow{margin-right:-20px}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img{position:relative}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img .slick-arrow,.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow{display:flex;align-items:center;justify-content:center;background-color:transparent;box-shadow:none;border:none;width:40px;height:40px}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img .slick-arrow{position:absolute;z-index:9;top:50%;line-height:40px;padding:0;transition:all .5s ease 0s;transform:translateY(-50%);opacity:0;color:#696969;border:none}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails .slick-arrow{visibility:visible}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img .slick-arrow i{font-size:25px;line-height:1;cursor:pointer}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow i{font-size:20px}.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-arrow.woolentor-slick-large-prev,.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow.woolentor-slick-prev{right:auto;left:-40px}.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-arrow.woolentor-slick-large-next,.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow.woolentor-slick-next{right:-40px;left:auto}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img.slick-slider:hover .slick-arrow,.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-slider:hover .slick-arrow{opacity:1}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img.slick-slider:hover .slick-arrow.woolentor-slick-large-prev{left:0}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1.slick-slider:hover .slick-arrow.woolentor-slick-prev{left:8px}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical:hover .slick-arrow.woolentor-slick-next{left:50%}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1.slick-vertical:hover .slick-arrow.woolentor-slick-prev,.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical:hover .slick-arrow.woolentor-slick-prev{left:50%}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img.slick-slider:hover .slick-arrow.woolentor-slick-large-next{right:0}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1.slick-slider:hover .slick-arrow.woolentor-slick-next{right:8px}.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots{position:absolute;bottom:25px;left:0;width:100%;display:flex;align-items:center;justify-content:center;height:18px;margin-bottom:0;margin-left:0;padding:0;list-style:none}.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots li{line-height:1;display:flex;margin:0 6px;transition:all .5s ease 0s}.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots li button{width:10px;height:10px;padding:0;transition:all .5s ease 0s;text-indent:-9999px;border:1px solid transparent;border-radius:50%;background-color:#1f1f1f;cursor:pointer}.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots li.slick-active button{width:18px;height:18px;opacity:1;border-color:#333;background-color:transparent}.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-list .woolentor-thumb-single img{margin-bottom:1px;border:1px solid transparent}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-list .woolentor-thumb-single.slick-current img{border-color:#333}.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action{position:absolute;z-index:3;top:20px;right:20px;display:flex;flex-direction:column;gap:20px}.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action-btn{padding:0;color:#7e7e7e;border:none;background-color:transparent}.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action-btn i{font-size:30px;line-height:1;display:flex}.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action-btn .wishsuite-button svg{width:24px;height:30px}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-prev,.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-next{left:50%;transform:translateX(-50%) rotate(89deg)}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-prev{top:8px;bottom:auto}.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-next{bottom:8px;top:auto}.wl-shop-tab-area.grid_view .wlshop-list-area{display:none !important}.wl-shop-tab-area.list_view .wlshop-grid-area{display:none !important}.ht-col-xs-12.wlshop-list-area{max-width:100% !important;flex:0 0 100% !important}.wl-shop-tab-area .woolentor-products{clear:both}.woolentor-before-shop{overflow:hidden}.woolentor-before-shop .woocommerce-ordering{margin-bottom:20px}.wl-shop-tab-pane{display:none}.wl-shop-tab-pane.htactive{display:block}.wl-shop-tab-links{float:left;list-style:outside none none;margin:0 50px 15px 0;padding:0}.wl-shop-tab-links li{display:inline-block;margin-right:15px}.wl-shop-tab-links li a:hover,.wl-shop-tab-links li a.htactive{color:#f05b64}.woolentor-product-same-height.ht-products .wlshop-grid-area.ht-product .ht-product-inner{height:100%}.wlshop-list-wrap{border:1px solid #f1f1f1}.wlshop-list-wrap .wlshop-list-content{margin:0 26px 0 0;padding:10px 0}.wlshop-list-content h3{color:#444;font-family:"Roboto",sans-serif;font-size:24px;margin:0 0 20px}.wlshop-list-content .woocommerce-product-details__short-description p{color:#000;font-family:"Roboto",sans-serif;font-size:14px;line-height:25px;margin:0 0 19px}.ht-products .wlshop-list-wrap .ht-product .ht-product-inner{border:0}.wlproduct-list-img{position:relative}.wlproduct-list-img .product-quickview{left:50%;margin-top:20px;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease 0s;visibility:hidden}.wlshop-list-wrap .wlproduct-list-img .product-quickview a{background-color:#fff;color:#000;display:inline-block;font-size:20px;height:48px;line-height:52px;text-align:center;width:69px}.wlproduct-list-img .product-quickview a:hover{background-color:#ff3535;color:#fff}.wlshop-list-wrap:hover .product-quickview{margin-top:0;opacity:1;visibility:visible}.wlshop-list-price-action-wrap{display:flex;justify-content:space-between;margin:20px 0 0}.wlshop-list-price-action-wrap ul{margin:0;padding:0;list-style:none}.ht-product-list-action ul li{display:block;float:left}.woocommerce .ht-product-list-action ul li a{background:transparent none repeat scroll 0 0;border:1px solid #000;border-radius:0 !important;color:#000;display:inline-block;font-size:20px;line-height:1;margin-right:8px !important;padding:6px 10px}.woocommerce .ht-product-list-action ul li a.htcompare-btn.added:after{display:none}.woocommerce .ht-product-list-action ul li.cart-list a.button,.woocommerce .ht-product-list-action ul li a.button.added,.woocommerce .ht-product-list-action ul li a.wc-forward,.ht-product-list-action ul li .compare-button a{font-size:14px;padding:10px 29px;text-transform:capitalize;font-weight:400}.woocommerce .ht-product-list-action ul li.cart-list a.button.added{display:none}.woocommerce .ht-product-list-action .yith-wcwl-add-to-wishlist{margin-top:0}.woocommerce .ht-product-list-action .yith-wcwl-add-to-wishlist i{margin:0}.ht-product-list-action ul li a:hover,.woocommerce .ht-product-list-action ul li a.button:hover,.ht-product-list-action ul li .yith-wcwl-wishlistaddedbrowse a,.ht-product-list-action ul li .yith-wcwl-wishlistexistsbrowse a{background-color:#ff3535;border:1px solid #ff3535;color:#fff}.wlshop-list-wrap .wlshop-list-content .ht-product-list-price span.price{color:#ff3535;font-size:20px;margin-right:8px}.wlshop-list-wrap .wlshop-list-content .ht-product-list-price span.price ins{background:0 0}.woocommerce .woocommerce-customer-details address{word-wrap:break-word}.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown{max-width:370px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single{-webkit-box-flex:1;-webkit-flex:1 0 25%;-ms-flex:1 0 25%;flex:1 0 25%;max-width:25%;padding:2px}.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner{padding:10px;background-color:rgba(0,0,0,.75);text-align:center}.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner h3{font-size:14px;font-weight:700;margin:0 0 2px;color:#fff}.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner p{font-size:12px;color:#fff;margin:0}.woolentor_myaccount_page{overflow:hidden}.woolentor_myaccount_page .woocommerce-MyAccount-content .form-row{display:block}.woolentor-user-area{display:flex;align-items:center;margin-bottom:30px}.woolentor-user-image{margin-right:20px}.woolentor-user-image img{border-radius:100% !important}.woolentor-user-info span{display:block}.woolentor-username{font-size:20px}.woolentor-logout{font-size:14px}.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none;border-top:1px solid #ddd}.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li{border-bottom:1px solid #ddd;padding:12px 0;line-height:1.5}.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li a{transition:.4s}.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation,.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation{width:100%;float:none}.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul,.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul{border:none}.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul li,.woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul li{display:inline-block;border-bottom:0;padding:12px 10px}.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-content,.woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-content{width:100%;float:none}.woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-navigation,.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-content{float:right}.woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-content,.woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-navigation{float:left}.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation{width:100%;float:none}.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul{border:none}.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none}.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul li{padding:0;line-height:inherit}.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul li:not(:last-child){border-bottom:inherit}.woolentor_myaccount_menu_type_vertical ul li{display:inline-block;border:none !important}.wl_cart_table tr td .quantity .qty{padding:.3em}.wl_cart_table .actions{text-align:right}.wl_cart_table .coupon{float:left}.woocommerce .cart.wl_cart_table .actions .button,.woocommerce .cart.wl_cart_table .actions input.button{background:#000;color:#fff;font-weight:400;width:auto;height:auto;cursor:pointer}.cart.wl_cart_table .actions .button,.cart.wl_cart_table .actions input.button{width:auto;height:auto}.cart.wl_cart_table .actions .coupon+.wl_update_cart_shop{float:right}.shop_table.cart td.actions a.wlbutton-continue-shopping{border:1px solid currentColor;padding:7px 10px;margin-right:5px;display:inline-block;border-radius:5px;float:left}.wl-line-through{text-decoration:line-through}.woocommerce .woolentor-cart-list table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce .woolentor-cart-list td{width:100%}.woocommerce .woolentor-cart-list table.shop_table .cart_item td{padding:0;border:none}.woocommerce .woolentor-cart-list table.cart img{width:auto}.woolentor-cart-list .woolentor-cart-product{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;white-space:normal;gap:20px 0;padding:20px;border-top:1px solid rgba(0,0,0,.1)}.woolentor-cart-list tr:first-child .woolentor-cart-product{border-top:none}.woocommerce .woolentor-cart-list .cart .product-thumbnail{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:5px;margin-right:20px;-ms-flex-item-align:start;align-self:flex-start;position:relative;width:auto}.woocommerce .woolentor-cart-list .cart .product-thumbnail img{border:1px solid #ebebeb;border-radius:5px}@media only screen and (max-width:767px){.woocommerce .woolentor-cart-list .cart .product-thumbnail{max-width:180px}}@media only screen and (max-width:575px){.woocommerce .woolentor-cart-list .cart .product-thumbnail{max-width:150px}}@media only screen and (max-width:479px){.woocommerce .woolentor-cart-list .cart .product-thumbnail{max-width:230px}}.woolentor-cart-list .woolentor-cart-product-content{display:block}.woolentor-cart-list .woolentor-cart-product-content{font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.woolentor-cart-list.wl-qty-placement--after_title .woolentor-cart-product-content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:767px){.woolentor-cart-list .woolentor-cart-product-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.woolentor-cart-list .woolentor-cart-product-content-right{text-align:right}.woolentor-cart-list .woolentor-cart-product-content-left{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}.woolentor-cart-list.wl-qty-placement--after_title .woolentor-cart-product-content-left{max-width:420px}.woolentor-cart-list.wl-qty-placement--after_title .woolentor-cart-product-content-middle{-ms-flex-item-align:center;align-self:center}.woolentor-cart-list .woolentor-cart-product-id{margin-bottom:10px;color:#406882}.woolentor-cart-list .woolentor-cart-product-meta,.wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none;color:#406882;align-items:center}.wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta div{position:relative}.wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta div:not(:first-child):before{position:absolute;top:50%;left:6px;width:4px;height:4px;content:"";border-radius:50%;background-color:#406882}.wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta div:not(:first-child){padding-left:12px}.woolentor-cart-list .woolentor-cart-product-meta li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.woolentor-cart-list .woolentor-cart-product-meta{width:100%;margin-bottom:0;color:#1d1d1d;gap:0 15px}.woolentor-cart-list .woolentor-cart-product-meta>div{gap:3px;display:flex;align-items:center}.woolentor-cart-list .woolentor-cart-product-meta>.Wholesale{width:100%}.woolentor-cart-list .woolentor-cart-product-meta>div span.wl-variation-value{font-weight:600;color:#1d1d1d}.woocommerce .woolentor-cart-list .woolentor-product-price-new{font-size:24px;font-weight:700;line-height:1;display:block;color:#1a374d}.woocommerce .woolentor-cart-list .woolentor-product-price-old{margin-top:8px;font-size:13px;line-height:1;display:block;color:#406882;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;gap:10px;color:#828282;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce .woolentor-cart-list .woolentor-product-price{margin-bottom:15px;text-align:right;color:#1d1d1d}@media only screen and (max-width:767px){.woocommerce .woolentor-cart-list .woolentor-product-price{text-align:left}}.woocommerce .woolentor-cart-2 .woolentor-product-price{text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce .woolentor-cart-list .woolentor-product-price-old{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}.woocommerce .woolentor-cart-list.woolentor-cart-2 .woolentor-product-price-old{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;margin-left:10px}.woolentor-cart-list .woolentor-cart-product-sale{font-size:10px;font-weight:500;margin-left:5px;padding:4px 7px;color:#ff5959;border-radius:3px;background-color:rgba(255,89,89,.15);display:block}.woolentor-cart-list .woolentor-cart-product-sale{text-align:right}.woolentor-cart-list .woolentor-cart-product-stock{color:#06c;display:block}.woolentor-cart-list .wl-discount-percent{font-size:10px;font-weight:500;margin-left:5px;padding:4px 7px;color:#ff5959;border-radius:3px;background-color:rgba(255,89,89,.15)}.woolentor-cart-list.wl-discount-placement--separate_line .woolentor-product-price-old{justify-content:right}.woolentor-cart-list.wl-discount-placement--separate_line .woolentor-cart-product-sale{display:inline-block}.woolentor-cart-list.wl-stock-placement--right .woolentor-cart-product-stock{text-align:right;margin-bottom:4px}.woocommerce .woolentor-cart-list .woolentor-cart-product-remove{color:#fff !important;position:absolute;top:-6px;left:-6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;padding:5px;color:#fff;border:none;border-radius:50%;background-color:#6997b5;z-index:99}.woocommerce .woolentor-cart-list .woolentor-cart-product-remove:hover{background-color:#f44336}.woocommerce .woolentor-cart-list .woolentor-cart-product-remove{background-color:#9f9f9f}.woocommerce .woolentor-cart-list .woolentor-cart-product-remove:hover{background-color:#f44336}.woocommerce .woolentor-cart-list .woolentor-product-quantity{font-size:14px;font-weight:500;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.woocommerce .woolentor-cart-list .woolentor-product-quantity input{border:1px solid #dcdcdc;border-radius:3px;background-color:#ededed}.woocommerce .woolentor-cart-list .woolentor-product-quantity input[type=number]:focus{border-color:transparent;box-shadow:none}.woocommerce .woolentor-cart-list .woolentor-product-quantity{width:100%;margin-bottom:12px;color:#1d1d1d;gap:15px}.woolentor-cart-list .woolentor-cart-product-content-middle .product-quantity{margin-bottom:0}.woolentor-cart-list .woolentor-cart-product-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;width:100%;padding-top:20px;border-top:1px solid #ebebeb}@media only screen and (min-width:768px) and (max-width:991px){.woolentor-cart-list .woolentor-cart-product-actions{gap:20px}}@media only screen and (max-width:767px){.woolentor-cart-list .woolentor-cart-product-actions{gap:15px}}.woolentor-cart-list .woolentor-cart-product-actions-btn{line-height:1}.woolentor-cart-list .woolentor-cart-product-actions>*{padding-right:30px;border-right:1px solid #406882}.woolentor-cart-list .woolentor-cart-product-actions>*:last-child{padding-right:0;border-right:0}.woolentor-cart-list .woolentor-cart-product-actions-btn button{font-size:14px;font-weight:500;line-height:18px;padding:0;color:#406882;border:none;background-color:transparent}.woolentor-cart-list .woolentor-cart-product-actions-btn button:hover{text-decoration:underline}.woolentor-cart-list>li{padding:40px 0;border-color:#ebebeb}.woocommerce .woolentor-cart-list .product-name a,.woocommerce .woolentor-cart-list .product-name{font-size:18px;font-weight:500;color:#1d1d1d;margin-bottom:0;padding:0}.woocommerce .woolentor-cart-list .product-name a{font-size:inherit;font-weight:inherit;color:inherit}.woocommerce .woolentor-cart-list .product-name a:hover{color:#06c}.woocommerce td.product-name dl.variation,.woocommerce td.product-name .wc-item-meta{list-style:none outside}.woocommerce .woolentor-cart-list .product-name dl.variation dt,.woocommerce .woolentor-cart-list .product-name dl.variation .wc-item-meta-label,.woocommerce .woolentor-cart-list .product-name .wc-item-meta dt,.woocommerce .woolentor-cart-list .product-name .wc-item-meta .wc-item-meta-label{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce .woolentor-cart-list .product-name dl.variation dd,.woocommerce .woolentor-cart-list .product-name .wc-item-meta dd{margin:0}.woocommerce .woolentor-cart-list .product-name dl.variation p,.woocommerce .woolentor-cart-list .product-name dl.variation:last-child,.woocommerce .woolentor-cart-list .product-name .wc-item-meta p,.woocommerce .woolentor-cart-list .product-name .wc-item-meta:last-child{margin-bottom:0}.woocommerce .woolentor-cart-list .product-name p.backorder_notification{font-size:.83em}.woolentor-cart-list [data-swatch_color]{border-radius:100%;width:20px;height:20px;text-indent:-9999px;display:inline-block}.woolentor-cart-2 .woolentor-cart-product-actions{padding-top:0;border-top:0;gap:20px}.woolentor-cart-2 .woolentor-cart-product-actions>*{padding-right:0;border-right:0}.woolentor-cart-2 .woolentor-cart-product-actions{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;padding-bottom:35px}.woolentor-cart-2 .woolentor-cart-product-actions i{font-size:20px}@media only screen and (max-width:767px){.woolentor-cart-list .woolentor-cart-product-actions{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}}.woolentor-cart-list .woolentor-cart-product-actions-btn a{color:#1d1d1d}.woolentor-cart-list .yith-wcwl-add-to-wishlist{margin-top:0}.woocommerce .woolentor-cart-2 .woolentor-product-quantity{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}.woolentor-cart-list .woolentor-cart-product-details-toggle{font-size:14px;font-weight:500;background-color:transparent}.woolentor-cart-list .wishsuite-button svg{display:none}.woolentor-cart-list .wishsuite-btn-text{margin-left:0}@media only screen and (max-width:921px){body #content .woolentor-cart-list table.cart .product-thumbnail{display:block}}@media only screen and (min-width:767px){.woolentor-cart-list .woolentor-cart-product-actions.wl-style--1{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}.woolentor-cart-list .woolentor-cart-product-actions.wl-style--1 .woolentor-cart-product-details-toggle{margin-left:0;margin-right:auto;border:0;padding:0}.woolentor-cart-list .woolentor-cart-product-actions.wl-style--2 .woolentor-cart-product-details-toggle{-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999;margin-left:auto;margin-right:0;padding-right:0;border:none}.woolentor-cart-list .woolentor-cart-product-actions.wl-style--3{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.woolentor-cart-list .woolentor-cart-product-details-list{font-size:14px;font-weight:500;display:none;-ms-flex-preferred-size:100%;flex-basis:100%}.woolentor-cart-list .woolentor-cart-product-details-list ul{list-style:disc;padding-left:15px;margin-left:0}@media only screen and (max-width:921px){body .woolentor-cart-list table.shop_table_responsive tr td:before,.woocommerce-page .woolentor-cart-list table.shop_table_responsive tr td:before{content:""}body .woolentor-cart-list table.shop_table_responsive tr td{text-align:left !important}}@media only screen and (max-width:767px){.woolentor-cart-list .woolentor-cart-product{display:block}body #content .woolentor-cart-list table.cart .product-thumbnail{display:inline-block;width:auto;max-width:inherit;text-align:left !important;margin-right:0}body #content .woolentor-cart-list table.cart .product-thumbnail img{margin-bottom:10px}.woocommerce .woolentor-cart-list .woolentor-product-price-old{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.woocommerce .woolentor-cart-2 .woolentor-product-price-old{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woolentor-cart-list .woolentor-cart-product-id{margin-bottom:0}.woolentor-cart-list .woolentor-cart-product-content-right{text-align:left}.woolentor-cart-list .woolentor-cart-product-actions.wl-style--1{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}body .woolentor-cart-list table.shop_table_responsive tr td{text-align:center !important}.woolentor-cart-list .woolentor-cart-product-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woolentor-cart-list .woolentor-cart-product-content-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.woolentor-cart-list .woolentor-cart-product-meta{display:block}.woocommerce .woolentor-cart-list .woolentor-product-price{text-align:center}.woocommerce .woolentor-cart-list .woolentor-product-quantity{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woolentor-cart-list .woolentor-cart-product-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woolentor-cart-2 .woolentor-cart-product-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}body #content .woolentor-cart-list table.cart .product-thumbnail{text-align:center !important}.woolentor-cart-list .woolentor-cart-product-content-right{text-align:center;width:100%}}.theme-hello-elementor .woolentor-cart-list table tbody>tr:nth-child(odd)>td,.theme-hello-elementor .woolentor-cart-list table tbody>tr:nth-child(odd)>th,.theme-hello-elementor .woolentor-cart-list table tbody tr:hover>td,.theme-hello-elementor .woolentor-cart-list table tbody tr:hover>th{background-color:unset}.theme-hello-elementor .woolentor-cart-list table td{border-left:0;border-right:0;border-bottom:0}.wl-cart-cross-sell-2 h2{font-size:24px;font-weight:500;line-height:1;margin-bottom:30px;color:#1a374d}@media only screen and (max-width:479px){.wl-cart-cross-sell-2 h2{font-size:20px}}.wl-cart-cross-sell-2 .wl-product{display:flex;flex-wrap:wrap;gap:20px;align-items:center}@media only screen and (min-width:1200px) and (max-width:1549px),only screen and (max-width:479px){.wl-cart-cross-sell-2 .wl-product{gap:15px}}.wl-cart-cross-sell-2 .wl-product:not(:last-child){margin-bottom:30px}.wl-cart-cross-sell-2 .wl-product-thumb{display:flex;align-self:flex-start;width:100px}@media only screen and (min-width:1200px) and (max-width:1549px),only screen and (max-width:479px){.wl-cart-cross-sell-2 .wl-product-thumb{width:80px}}.wl-cart-cross-sell-2 .wl-product-content{flex:1 0}.wl-cart-cross-sell-2 .wl-product-title{font-size:18px;font-weight:400;margin-bottom:10px}@media only screen and (min-width:1200px) and (max-width:1549px),only screen and (max-width:479px){.wl-cart-cross-sell-2 .wl-product-title{font-size:15px}}.wl-cart-cross-sell-2 .wl-product-title a{color:#1a374d}.wl-cart-cross-sell-2 .wl-product-title a:hover{color:#406882}.wl-cart-cross-sell-2 .wl-product-rating{position:relative;margin-bottom:6px;display:flex;flex-wrap:wrap;overflow:hidden}.wl-cart-cross-sell-2 .wl-product-rating .star-rating{margin-bottom:0}.wl-cart-cross-sell-2 .wl-product-rating-number{font-size:13px;line-height:1;margin-left:5px}.wl-cart-cross-sell-2 .wl-product-price,.wl-cart-cross-sell-2 .wl-product-price .amount{font-size:18px;font-weight:400}.woocommerce-page.woocommerce-checkout form .elementor-widget-wl-checkout-order-review[class*=wl-heading-alignment-] #order_review_heading{float:none;width:auto}.woocommerce-page .elementor-widget-wl-checkout-order-review table.shop_table{width:100%}.woolentor.woocommerce-shipping-fields #ship-to-different-address input{height:auto;width:auto}.woocommerce .elementor-widget-wl-checkout-multi-step-form form .form-row .select2-container{width:100% !important}.woolentor-quickview-content-builder .elementor-widget-wrap .elementor-widget{margin-bottom:0}.woolentor-quickview-content-builder .ht-quick-view-single.images{float:left !important}.woolentor-quick-cart-area{position:absolute;top:100%;left:0;z-index:10;width:100%;height:100%;background-color:rgba(255,255,255,.9);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;padding:0 20px}.quick-cart-open .woolentor-quick-cart-area{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.woocommerce div.product .woolentor-quick-cart-area form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;width:100%;margin-right:0;padding-top:.5em;padding-bottom:.5em}.woocommerce div.product .woolentor-quick-cart-area form.cart .variations select:focus{outline:none}.woolentor-quick-cart-area .quantity{display:none !important}.woolentor-quick-cart-area .single_add_to_cart_button{width:100%}.woolentor-quick-cart-close{display:inline-block;padding:1px 10px;position:absolute;right:0;top:5px;cursor:pointer;transition:.4s}.woolentor-quick-cart-close:hover{color:#d93025}.woolentor-quick-cart-area .woolentor-quick-cart-form{padding-top:40px}.ht-products.woocommerce .woolentor-quick-cart-area a.added_to_cart,.ht-product .woolentor-quick-cart-area a.added_to_cart{width:100%;padding:3px;text-align:center;border:1px solid #ddd;margin-top:5px}.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart table{border-width:0 0 1px;margin:0 0 1.2em}.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations{border-bottom:1px solid rgba(0,0,0,.1);position:relative;margin-bottom:1em;width:100%}.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations td,.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations th{border:0;vertical-align:top;line-height:2em;padding-top:0;padding-bottom:0;padding-right:0;display:block}.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart table td{padding-left:0}.elementor-widget-wl-single-product-rating .woocommerce-product-rating .star-rating{margin-right:10px !important}.wl_cart_table.wl-cart-style-1 .woolentor-cart-img{position:relative;margin-bottom:10px;display:inline-block}.theme-hello-elementor .wl_cart_table.wl-cart-style-1 .woolentor-cart-cats .posted_in label{margin-top:-7px}.theme-hello-elementor table.wl_cart_table tbody>tr:nth-child(odd)>td,.theme-hello-elementor table.wl_cart_table tbody>tr:nth-child(odd)>th,.theme-hello-elementor .cart_totals.wl-style--1 table tbody>tr:nth-child(odd)>td,.theme-hello-elementor .cart_totals.wl-style--1 tbody>tr:nth-child(odd)>th,.theme-hello-elementor .cart_totals.wl-style--2 table tbody>tr:nth-child(odd)>td,.theme-hello-elementor .cart_totals.wl-style--2 tbody>tr:nth-child(odd)>th{background-color:transparent}.theme-hello-elementor table.wl_cart_table tbody tr:hover>td,.theme-hello-elementor table.wl_cart_table tbody tr:hover>th,.theme-hello-elementor .cart_totals.wl-style--1 table tbody tr:hover>td,.theme-hello-elementor .cart_totals.wl-style--1 table tbody tr:hover>th,.theme-hello-elementor .cart_totals.wl-style--2 table tbody tr:hover>td,.theme-hello-elementor .cart_totals.wl-style--2 table tbody tr:hover>th{background-color:transparent}.theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity div.quantity[data-type] input[type=number]{padding:5px !important}.theme-blocksy .cart_totals.wl-style--2 .woocommerce-shipping-methods li{flex-direction:row}.theme-blocksy .cart_totals.wl-style--1 .woocommerce-shipping-methods li{display:block}.theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity div.quantity{width:unset;height:unset}.theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity span.ct-increase,.theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity span.ct-decrease{display:none}.theme-oceanwp .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity a{display:none}.theme-oceanwp .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity{min-width:0}.theme-storefront .wl_cart_table.wl-cart-style-1 a.remove:before{display:none}.theme-storefront .wl_cart_table.wl-cart-style-1 a.remove{text-indent:initial}.wl_cart_table.wl-cart-style-1 .woocommerce-shipping-methods{padding:0}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-remove,.woocommerce .wl_cart_table.wl-cart-style-1 a.remove{display:inline-flex;justify-content:center;align-items:center;color:#fff;background-color:#6997b5;border:none;font-size:12px}.wl_cart_table.wl-cart-style-1 .cart_item .product-remove .woolentor-cart-product-remove{display:inline-flex;align-items:center;justify-content:center;top:50%;margin-top:-14px}.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product-remove:before{border:none}.wl_cart_table.wl-cart-style-1 .cart_item .product-remove .woolentor-cart-product-remove.wl-remove-icon-style-1,.wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-1{width:25px;height:25px;border-radius:50%}.wl_cart_table.wl-cart-style-1 .product-remove .woolentor-cart-product-remove.wl-remove-icon-style-2,.wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-2{width:50px;height:28px;border-radius:20px 0 0 20px}.wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-1{position:absolute;top:-6px;left:-6px}.wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-2{position:absolute;top:0;left:0}.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-1.left{left:-6px;right:auto}.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-1.right{right:-6px;left:auto}.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-1.center{left:50%;margin-left:-12px}.wl_cart_table.wl-cart-style-1 .cart_item .product-remove .woolentor-cart-product-remove.left,.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-2.left{left:0;right:auto}.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-2.right{right:0;left:auto}.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-2.center{left:50%;margin-left:-25px}.wl_cart_table.wl-cart-style-1 tr.cart_item .product-thumbnail .woolentor-cart-product-id-wraper label{margin-right:5px;margin-top:-4px}.wl_cart_table.wl-cart-style-1 tr.cart_item .product-thumbnail .woolentor-cart-product-id{display:inline-block}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-id{margin-bottom:0}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-title{font-size:18px;font-weight:500;margin-bottom:5px}.wl_cart_table.wl-cart-style-1 .woolentor-cart-stock p{margin-bottom:0}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity{font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:5px}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-2,.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3{gap:0px;line-height:0}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity button.woolentor-cart-product-quantity-btn{color:#fff;position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:5px;color:#fff;border:none;transition:.4s;cursor:pointer}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity button.woolentor-cart-product-quantity-btn:focus{outline:none}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-1 button.woolentor-cart-product-quantity-btn{border-radius:50%;background:#6997b5;color:#fff}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-2 button.woolentor-cart-product-quantity-btn{background:#fafafc;color:#000;border:1px solid #ddd;height:30px}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn{border:none;background:0 0;color:#000;position:absolute;z-index:2;right:0;display:flex;width:30px;height:17px;padding:5px;color:#989898;border:none}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3 button.woolentor-cart-product-quantity-btn{background:0 0;color:#000}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3{border:1px solid #ddd;padding:6px;border-radius:20px}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4{position:relative}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn.minus{bottom:0;padding-top:0}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn.plus{top:0;padding-bottom:0}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity button.woolentor-cart-product-quantity-btn i{font-size:12px}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn i{font-size:10px}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input{width:2.631em;min-height:21px;height:21px}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-2 .quantity input{height:30px}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 .quantity input{width:65px;min-height:35px;text-align:center;padding:5px 29px 5px 5px;border-radius:5px;max-width:100%}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-1 .quantity input,.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3 .quantity input{border:none;background:0 0;box-shadow:none}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input::-webkit-outer-spin-button,.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input[type=number]{-moz-appearance:textfield}.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product.inline{display:flex;align-items:center}.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-img a.woolentor-cart-product-thumb img{display:block}.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product{text-align:left}.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product.inline .woolentor-cart-product-content{margin-left:20px;text-align:left}.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product.inline .woolentor-cart-img{margin-bottom:0}.shop_table.cart tr td{padding:15px}.woolentor-thankyou-order-details-style-one{width:100% !important}.woolentor-thankyou-order-details-style-one thead th{text-align:center}.woolentor-thankyou-order-details-style-one .product-image{width:100px}.woolentor-thankyou-order-details-style-one .product-price,.woolentor-thankyou-order-details-style-one .product-quantity,.woolentor-thankyou-order-details-style-one .product-total{width:150px;text-align:center}.woolentor-thankyou-order-details-style-one .product-image img{width:100%}.woolentor-thankyou-order-details-style-one ul.wc-item-meta{padding:0}.woolentor-thankyou-order-details-style-one ul.wc-item-meta p{margin-top:5px}.woolentor-thankyou-order-details-style-one tfoot th,.woolentor-thankyou-order-details-style-one tfoot td{text-align:right}.wl-single-product-navigation a:focus{outline:none}.wl-single-product-navigation{display:flex;justify-content:start}.wl-single-product-navigation a{margin-left:12px;line-height:0;text-decoration:none;width:35px;height:35px;display:inline-block;text-align:center}.wl-single-product-navigation a:hover>i{color:#333}.wl-single-product-navigation a i{font-size:35px;color:#ababab;line-height:35px}.elementor-widget-wl-single-product-title,.elementor-widget-wl-single-product-title .product_title.entry-title,.elementor-widget-wl-single-product-title .elementor-widget-container{display:inline-block}.woolentor_current_theme_flatsome .elementor-widget-wl-cart-total label,.woolentor_current_theme_flatsome .elementor-widget-wl-cart-total span.amount{color:inherit}.woolentor_current_theme_flatsome .elementor-widget-wl-cart-table .woolentor-cart-product-quantity .plus.is-form,.woolentor_current_theme_flatsome .elementor-widget-wl-cart-table .woolentor-cart-product-quantity .minus.is-form{display:none}.woolentor_current_theme_flatsome .elementor-widget-wl-cart-table .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn{margin-bottom:auto;margin-right:auto;min-height:auto}.woolentor_current_theme_flatsome .elementor-widget-wl-cart-total .cart_totals>table th.product-name{display:none}.woolentor_current_theme_flatsome .elementor-widget-wl-cart-total .cart_totals>h2{display:block}@media (min-width:768px) and (max-width:991px){.wlshop-list-wrap .wlshop-list-content{margin:0;overflow:hidden;padding:10px 15px}.woocommerce .ht-product-list-action ul li a{margin-bottom:8px}.wl-shop-tab-links{float:none}.cart.wl_cart_table .actions .coupon+.wl_update_cart_shop{float:none;display:block}}@media (max-width:767px){.wlshop-list-wrap .wlshop-list-content{margin:0;overflow:hidden;padding:10px 15px}.wlshop-list-price-action-wrap{display:block;margin:20px 0 0}.woocommerce .wlshop-list-price-ratting .star-rating{float:none;margin-bottom:15px}.woocommerce .ht-product-list-action ul li a{margin-bottom:8px}.woocommerce .elementor-widget-woolentor-custom-product-archive .woocommerce-ordering{float:none}.wl-shop-tab-links{float:none}.wl_cart_table.shop_table.cart tr.cart_item td{width:100%}}@media only screen and (max-width:921px){.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail{display:block !important}.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product .woolentor-cart-product-content{text-align:left}}.slider-for__item img{width:100%}.wl-product-details-images{margin-bottom:7px}.wl-product-details-thumbs{margin-left:-7px;margin-right:-7px}@media only screen and (max-width:767px){.wl-product-details-thumbs{float:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 -5px}.wl-product-details-thumbs .sm-image{padding:5px}}.wl-product-details-thumbs .sm-image{padding:0 5px}.wl-product-details-thumbs .sm-image img{border:2px solid transparent}.wl-product-details-thumbs .sm-image img{width:100%}.wl-product-details-thumbs .slick-current img{border:2px solid #000;opacity:1}.wl-product-details-images .lg-image a{display:block}.wl-product-details-images .lg-image a img{width:100%}@media only screen and (max-width:767px){.wl-product-details-images{float:inherit;width:calc(100% - 0px);padding-left:0}}.product-details-scroll-images .lg-image{margin-bottom:30px}.product-details-scroll-images .lg-image:last-child{margin-bottom:0}.product-details-scroll-images .lg-image a{display:block}.product-details-scroll-images .lg-image a img{width:100%}.slider-for__item img{cursor:-webkit-grab;cursor:grab}.wl-product-details-thumbs .slick-arrow,.wl-product-details-images .slick-arrow{opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;height:40px;width:40px;right:auto;color:#d3b48c;z-index:9;text-align:center;font-size:24px}.wl-product-details-thumbs .slick-arrow.arrow-next,.wl-product-details-images .slick-arrow.arrow-next{right:0;left:auto}.wl-product-details-thumbs:hover .slick-arrow,.wl-product-details-images:hover .slick-arrow{opacity:1}.cart_totals.wl-style--2 tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body .cart_totals.wl-style--2 table.shop_table td,body .cart_totals.wl-style--2 table.shop_table th{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body .cart_totals.wl-style--2 table.shop_table th{width:10%}body .cart_totals.wl-style--2 table.shop_table td{text-align:right}body .cart_totals.wl-style--2 table.shop_table .shipping th{display:none}body .cart_totals.wl-style--2 table.shop_table .shipping td{text-align:right}body .cart_totals.wl-style--2 table.shop_table .shipping td :not(ul){text-align:left}body .cart_totals.wl-style--2 ul#shipping_method li{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;text-indent:initial;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .cart_totals.wl-style--2 ul#shipping_method li label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body .cart_totals.wl-style--2 ul#shipping_method .amount{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:right}body .elementor-widget-wl-cart-total .wc-proceed-to-checkout .button.checkout-button{margin-left:auto;margin-right:auto}@media only screen and (max-width:921px){body .cart_totals.wl-style--2 ul#shipping_method{width:100%;overflow:hidden}body .cart_totals.wl-style--2 table.shop_table_responsive tr.shipping td:before{margin-bottom:5px}}.theme-oceanwp.account-original-style .woocommerce .woolentor-woocommerce-myaccount-login-page #customer_login>div{width:inherit;max-width:inherit;float:inherit}.theme-oceanwp .woocommerce.woolentor-woocommerce-myaccount-login-page #customer_login>div{border-style:none;border-width:0;border-color:inherit}.theme-oceanwp .woocommerce.woolentor-woocommerce-myaccount-login-page .oceanwp-loginform-wrap form{width:inherit;max-width:inherit;padding:inherit;border-width:inherit}.theme-oceanwp.account-original-style .woocommerce .woolentor-woocommerce-myaccount-login-page #customer_login h2{display:block}.theme-oceanwp.woocommerce .woolentor-woocommerce-myaccount-login-page .owp-account-links li .owp-account-link{display:none}.theme-astra .cart_totals.wl-style--2 ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li){display:flex;padding:0;text-indent:initial;align-items:center}
.wp-embed-responsive .wp-block{outline:0}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl] .slick-slider .slick-list{direction:rtl}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:fit-content;min-height:1px}[dir=rtl] .slick-list .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.wp-embed-responsive .wp-block{outline:0}.woolentor-products.wl-row{clear:both}.ht-overflow-hidden{overflow:hidden}.ht-product-2 .ht-product-image-wrap-2{position:relative;margin-bottom:15px}.ht-product-2 .ht-product-image-wrap-2 a{display:block}.ht-product-2 .ht-product-image-wrap-2 a.htcompare-btn{justify-content:center}.ht-product-2 .ht-product-image-wrap-2 a,.ht-product-2 .ht-product-image-wrap-2 a img{width:100%}.ht-product-2 .ht-product-image-wrap-2 a img.ht-product-img-zoom{transition:all .7s ease 0s;transform:scale(1);width:100%}.ht-product-2 .ht-product-image-wrap-2 a img.ht-hover-img{position:absolute;top:0;left:50%;opacity:0;visibility:hidden;transform:translate(-50%,20px);transition:.7s;z-index:8}.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges{position:absolute;z-index:9;top:18px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges.ht-badges-right{right:20px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges.ht-badges-left{left:20px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges span{display:inline-block;color:#fff;line-height:1;background-color:#000;font-size:12px;font-weight:500;padding:5px 8px;border-radius:3px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-options{position:absolute;z-index:7;bottom:20px;left:20px;visibility:hidden;width:calc(100% - 40px);padding:15px 10px 20px;transition:all .7s ease 0s;transform:translateY(50%);opacity:0;background-color:#fff;z-index:9}.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;margin:0;padding:0;list-style:none;color:#333}.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul:not(:last-child){margin-bottom:10px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li{margin:0 4px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a{width:16px;height:16px;font-size:0;display:inline-block;border-radius:50%}.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a.black{background-color:#000}.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a.red{background-color:#b2483c}.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a.blue{background-color:#1e73be}.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.sizes li{margin:0 4px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.sizes li a{font-size:15px;opacity:.5;line-height:1}.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.sizes li a:hover{opacity:1}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2{position:absolute;left:20px;top:15px;display:flex;flex-direction:column;z-index:9}.ht-product-2 .ht-product-image-wrap-2 [class*=ht-product-action] ul{margin:0;padding:0;list-style:none}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li{opacity:0;visibility:hidden;transition:all .4s ease 0s;margin:5px 0 5px -20px;position:relative}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a{font-size:16px;color:#444;border:1px solid #e6e6e6;background-color:#fff;display:inline-block;width:40px;height:40px;border-radius:100%;text-align:center;left:auto !important}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a.htcompare-btn.loading,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.htcompare-btn.loading,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.htcompare-btn.loading{padding:0}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a.htcompare-btn.loading:after{top:7px;right:10px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a.htcompare-btn.added:after,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.htcompare-btn.added:after,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.htcompare-btn.added:after,.elementor-widget-wl-product-grid .woolentor-products .wishsuite-btn-text,.woolentor_block_product_grid .woolentor-products .wishsuite-btn-text{display:none}.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap [class*=ht-addtocart] a{position:relative}.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap [class*=ht-addtocart] a.woolentor-product-addtocart.loading:after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:0;left:0;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.ht-product-2 [class*=ht-product-action] .wlgrid-cart-btn a.added{display:none}.ht-product-2 [class*=ht-product-action] .wlgrid-cart-btn a.wc-forward{padding:0}.ht-product-2 [class*=ht-product-action] .wlgrid-cart-btn a.loading i[class*=fa-]:before{content:"\e01c";font-family:WooCommerce}.ht-product-2 [class*=ht-product-action] .wlgrid-cart-btn a.loading i[class*=fa-]{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a.woolentor-product-addtocart.loading{padding-left:20px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a i{color:inherit}.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a.woolentor-button-icon-right{display:flex;flex-direction:row-reverse;align-items:center}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li .woolentor-compare.compare:before{bottom:0;top:0;align-items:center}.ht-product-2 .ht-product-image-wrap-2 [class*=ht-product-action] ul li a .ht-product-action-tooltip{display:none}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a i{line-height:40px;margin:0}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(1){transition-delay:.2s}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(2){transition-delay:.1s}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(3){transition-delay:0s}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a:hover{border:1px solid #dc9a0e;background-color:#dc9a0e;color:#fff}.woolentor-grid-style-2 .ht-product-content-2{text-align:center}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3{position:absolute;left:50%;bottom:0;width:100%;z-index:9;transform:translateX(-50%);align-items:center}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li{opacity:0;visibility:hidden;transition:all .5s ease;transform:translateY(20px);display:block;float:left;height:48px;width:48px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a{display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;background-color:#dc9a0e;width:100%;height:100%}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist{border:none}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist a{border-right:1px solid rgba(255,255,255,.2)}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist a i{margin:0}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist .yith-wcwl-add-to-wishlist,.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist div{height:100%;margin:0}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlgrid-cart-btn{width:calc(100% - 48px - 48px);transition-delay:.1s}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentor-product-addtocart:not(.woolentor-button-icon-right) i{margin-right:7px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentor-button-icon-right{flex-direction:row-reverse}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentor-button-icon-right i{margin-left:7px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlgrid-quickview{transition-delay:.2s}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentorquickview{border-left:1px solid rgba(255,255,255,.2);margin:0;margin-left:-1px}.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a:hover{background-color:#000}.woolentor-grid-style-3 .ht-product-2 .ht-product-content-2 .ht-product-ratting-2{margin:10px 0 3px}.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2{position:absolute;bottom:20px;left:0;right:0;z-index:9;top:auto}.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul{display:flex;justify-content:center;text-align:center}.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li{width:46px;height:46px;display:block;border-radius:100%;transition:all .3s ease 0s;transform:scale3d(0,0,0);margin:0 4px}.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a{background:#fff;color:#444;text-align:center;font-size:16px;display:block;margin:0 4px;border:1px solid #e6e6e6;height:100%;width:100%}.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li .woolentor-compare.compare:before{left:3px}.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li i{line-height:46px}.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(1){transition:all .3s}.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(2){transition:all .6s}.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(3){transition:all .9s}.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a:hover{border:1px solid #dc9a0e;background-color:#dc9a0e;color:#fff}.ht-product-2 .ht-product-image-wrap-2 [class*=ht-product-action] ul li .yith-wcwl-add-to-wishlist,.ht-product-2 .ht-product-image-wrap-2 [class*=ht-product-action] ul li div{margin:0;width:100%;height:100%}.ht-product-2 .ht-product-content-2.ht-product-content-2-padding{padding:0 20px 20px}.ht-product-2 .ht-product-content-2.ht-product-content-2-hidden{transition:all .7s ease 0s}.ht-product-2 .ht-product-content-2.ht-product-content-2-up{transition:all .7s ease 0s;background-color:#fff;padding:20px 20px 15px;position:relative;z-index:9}.ht-product-2 .ht-product-content-2 .ht-product-categories-2{margin:0 0 5px}.ht-product-2 .ht-product-content-2 .ht-product-categories-2 a{color:#dc9a0e;font-size:14px;display:block}.ht-product-2 .ht-product-content-2 .ht-product-categories-2 a:hover{color:#444}.ht-product-2 .ht-product-content-2 .ht-product-title-2{font-size:18px;margin:0 0 10px}.ht-product-2 .ht-product-content-2 .ht-product-title-2 a{color:#444}.ht-product-2 .ht-product-content-2 .ht-product-title-2 a:hover{color:#dc9a0e}.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap{display:flex;align-items:center;justify-content:space-between}.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a{opacity:0;visibility:hidden;margin-right:-30px;color:#333;display:inline-block;font-weight:500;transition:all .5s ease 0s}.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a:hover{color:#dc9a0e}.ht-product-2 .ht-product-content-2 .ht-product-price-2{line-height:1}.ht-product-2 .ht-product-content-2 .ht-product-price-2 span{color:#444;font-size:16px;font-weight:500}.ht-product-2 .ht-product-content-2 .ht-product-price-2 span.ht-old{font-weight:300;font-size:15px;text-decoration:line-through;margin-left:9px}.ht-product-2 .ht-product-content-2 .ht-product-ratting-2{line-height:1;margin:12px 0 0}.ht-product-2 .ht-product-content-2 .ht-product-ratting-2 i{font-size:13px;line-height:14px;padding:0 1px;color:#dc9a0e}.ht-product-2 .ht-product-content-2 .ht-product-ratting-2 i.gray{color:#5f5d5d}.ht-product-2 .ht-product-content-2 .ht-addtocart-2 a.woolentor-product-addtocart{background:#f6f6f6;color:#444;width:40px;height:40px;text-align:center;font-size:16px;border-radius:50%;display:inline-block;transition:all .3s ease 0s}.ht-product-2 .ht-product-content-2 .ht-addtocart-2 a.woolentor-product-addtocart i{line-height:40px}.ht-product-2 .ht-product-content-2 .ht-addtocart-2 a.woolentor-product-addtocart:hover{background-color:#dc9a0e;color:#fff}.ht-product-2 .ht-product-content-2-wrap{position:relative}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5{position:absolute;z-index:5;top:0;right:0;left:0;display:flex;visibility:hidden;align-items:center;flex-wrap:wrap;justify-content:center;transition:all .7s ease 0s;transform:translateY(50%);opacity:0}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul{margin:0;padding:0;list-style:none;display:flex}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li{width:48px;height:48px;margin:0 5px;text-align:center}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a{font-size:16px;color:#fff;background-color:#333;display:block;position:relative;border-radius:50%}:is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added:not(.wishsuite-button,.wishlist){display:none}:is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added_to_cart{text-indent:-9999px;position:relative;height:100%;text-align:center}:is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added_to_cart:before{content:"\f058";text-indent:0px;position:absolute;width:100%;height:100%;top:8px;left:0;font-family:"Font Awesome 5 Free"}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a:hover{background-color:#dc9a0e}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a i{line-height:48px;margin:0}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a .ht-product-action-tooltip,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 .ht-product-action-tooltip{display:none}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li .wishlist.button-default,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li .wishlist.button-default{margin:0;height:100%}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.woolentor-compare{height:100%}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.htcompare-btn{width:100%;justify-content:center}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.woolentor-compare:before,.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.woolentor-compare:before{display:flex;align-items:center}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li{display:inline-block;width:50px;height:42px;margin:0 6px;opacity:0;visibility:hidden;transition:all .3s ease 0s}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a{color:#fff;background-color:#333;font-size:16px;border-radius:.25rem;display:block;width:100%;height:100%}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.htcompare-btn{justify-content:center}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li .wishlist.button-default div{height:100%}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(1){animation-delay:.2s}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(2){animation-delay:.3s}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(3){animation-delay:.4s}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(4){animation-delay:.5s}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a:hover{color:#fff;background-color:#dc9a0e}.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a i{line-height:40px;margin:0}.woocommerce [class*=woolentor-grid-style-] a.added_to_cart{margin-top:0;padding-top:0;margin-left:5px}.ht-product-2:hover .ht-product-image-wrap-2 a img.ht-product-img-zoom{transform:scale(1.2)}.ht-product-2:hover .ht-product-image-wrap-2 a img.ht-hover-img{opacity:1;visibility:visible;transform:translate(-50%,0)}.ht-product-2:hover .ht-product-image-wrap-2 .ht-product-options{visibility:visible;transform:translateY(0);opacity:1}.ht-product-2:hover .ht-product-image-wrap-2 .ht-product-action-2 ul li{opacity:1;visibility:visible;margin:5px 0}.ht-product-2:hover .ht-product-image-wrap-2 .ht-product-action-3 ul li{opacity:1;visibility:visible;transform:translateY(0)}.woolentor-grid-style-3 .ht-product-2:hover .ht-product-image-wrap-2 .ht-product-action-2 ul li{transform:scaleX(1);margin:0 4px}.ht-product-2:hover .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a{opacity:1;visibility:visible;margin-right:0}.ht-product-2:hover .ht-product-content-2.ht-product-content-2-hidden{visibility:hidden;transform:translateY(-20px);opacity:0}.ht-product-2:hover .ht-product-content-2.ht-product-content-2-up{transform:translateY(-50px)}.ht-product-2:hover .ht-product-action-5{visibility:visible;transform:translateY(0);opacity:1}.ht-product-2:hover .ht-product-action-6 ul li{visibility:visible;opacity:1;animation-duration:.6s;animation-fill-mode:both;animation-name:fadeInUp}.elementor-widget-wl-product-grid .slick-list{margin:0 -15px}
.ht-text-center{text-align:center}.ht-container-fluid,.ht-container{margin-right:auto;margin-left:auto}.ht-container-fluid{padding-right:2rem;padding-left:2rem}.ht-container{padding-right:1rem;padding-left:1rem}.ht-d-flex{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.ht-row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.ht-row.ht-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ht-col.ht-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ht-col-xs,.ht-col-xs-1,.ht-col-xs-2,.ht-col-xs-3,.ht-col-xs-4,.ht-col-xs-5,.ht-col-xs-6,.ht-col-xs-7,.ht-col-xs-8,.ht-col-xs-9,.ht-col-xs-10,.ht-col-xs-11,.ht-col-xs-12,.ht-col-xs-offset-0,.ht-col-xs-offset-1,.ht-col-xs-offset-2,.ht-col-xs-offset-3,.ht-col-xs-offset-4,.ht-col-xs-offset-5,.ht-col-xs-offset-6,.ht-col-xs-offset-7,.ht-col-xs-offset-8,.ht-col-xs-offset-9,.ht-col-xs-offset-10,.ht-col-xs-offset-11,.ht-col-xs-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.ht-col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.ht-col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.ht-col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.ht-col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.ht-col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.ht-col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.ht-col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.ht-col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.ht-col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.ht-col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.ht-col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.ht-col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.ht-col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.ht-col-xs-offset-0{margin-left:0}.ht-col-xs-offset-1{margin-left:8.33333333%}.ht-col-xs-offset-2{margin-left:16.66666667%}.ht-col-xs-offset-3{margin-left:25%}.ht-col-xs-offset-4{margin-left:33.33333333%}.ht-col-xs-offset-5{margin-left:41.66666667%}.ht-col-xs-offset-6{margin-left:50%}.ht-col-xs-offset-7{margin-left:58.33333333%}.ht-col-xs-offset-8{margin-left:66.66666667%}.ht-col-xs-offset-9{margin-left:75%}.ht-col-xs-offset-10{margin-left:83.33333333%}.ht-col-xs-offset-11{margin-left:91.66666667%}.ht-start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.ht-center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.ht-end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.ht-top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ht-middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ht-bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ht-around-xs{-ms-flex-pack:distribute;justify-content:space-around}.ht-between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ht-first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ht-last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:48em){.ht-container{width:49rem}.ht-col-sm,.ht-col-sm-1,.ht-col-sm-2,.ht-col-sm-3,.ht-col-sm-4,.ht-col-sm-5,.ht-col-sm-6,.ht-col-sm-7,.ht-col-sm-8,.ht-col-sm-9,.ht-col-sm-10,.ht-col-sm-11,.ht-col-sm-12,.ht-col-sm-offset-0,.ht-col-sm-offset-1,.ht-col-sm-offset-2,.ht-col-sm-offset-3,.ht-col-sm-offset-4,.ht-col-sm-offset-5,.ht-col-sm-offset-6,.ht-col-sm-offset-7,.ht-col-sm-offset-8,.ht-col-sm-offset-9,.ht-col-sm-offset-10,.ht-col-sm-offset-11,.ht-col-sm-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.ht-col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.ht-col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.ht-col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.ht-col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.ht-col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.ht-col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.ht-col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.ht-col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.ht-col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.ht-col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.ht-col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.ht-col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.ht-col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.ht-col-sm-offset-0{margin-left:0}.ht-col-sm-offset-1{margin-left:8.33333333%}.ht-col-sm-offset-2{margin-left:16.66666667%}.ht-col-sm-offset-3{margin-left:25%}.ht-col-sm-offset-4{margin-left:33.33333333%}.ht-col-sm-offset-5{margin-left:41.66666667%}.ht-col-sm-offset-6{margin-left:50%}.ht-col-sm-offset-7{margin-left:58.33333333%}.ht-col-sm-offset-8{margin-left:66.66666667%}.ht-col-sm-offset-9{margin-left:75%}.ht-col-sm-offset-10{margin-left:83.33333333%}.ht-col-sm-offset-11{margin-left:91.66666667%}.ht-start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.ht-center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.ht-end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.ht-top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ht-middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ht-bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ht-around-sm{-ms-flex-pack:distribute;justify-content:space-around}.ht-between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ht-first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ht-last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:64em){.ht-container{width:65rem}.ht-col-md,.ht-col-md-1,.ht-col-md-2,.ht-col-md-3,.ht-col-md-4,.ht-col-md-5,.ht-col-md-6,.ht-col-md-7,.ht-col-md-8,.ht-col-md-9,.ht-col-md-10,.ht-col-md-11,.ht-col-md-12,.ht-col-md-offset-0,.ht-col-md-offset-1,.ht-col-md-offset-2,.ht-col-md-offset-3,.ht-col-md-offset-4,.ht-col-md-offset-5,.ht-col-md-offset-6,.ht-col-md-offset-7,.ht-col-md-offset-8,.ht-col-md-offset-9,.ht-col-md-offset-10,.ht-col-md-offset-11,.ht-col-md-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.ht-col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.ht-col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.ht-col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.ht-col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.ht-col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.ht-col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.ht-col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.ht-col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.ht-col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.ht-col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.ht-col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.ht-col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.ht-col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.ht-col-md-offset-0{margin-left:0}.ht-col-md-offset-1{margin-left:8.33333333%}.ht-col-md-offset-2{margin-left:16.66666667%}.ht-col-md-offset-3{margin-left:25%}.ht-col-md-offset-4{margin-left:33.33333333%}.ht-col-md-offset-5{margin-left:41.66666667%}.ht-col-md-offset-6{margin-left:50%}.ht-col-md-offset-7{margin-left:58.33333333%}.ht-col-md-offset-8{margin-left:66.66666667%}.ht-col-md-offset-9{margin-left:75%}.ht-col-md-offset-10{margin-left:83.33333333%}.ht-col-md-offset-11{margin-left:91.66666667%}.ht-start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.ht-center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.ht-end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.ht-top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ht-middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ht-bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ht-around-md{-ms-flex-pack:distribute;justify-content:space-around}.ht-between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ht-first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ht-last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width:75em){.ht-container{width:1200px}.ht-col-lg,.ht-col-lg-1,.ht-col-lg-2,.ht-col-lg-3,.ht-col-lg-4,.ht-col-lg-5,.ht-col-lg-6,.ht-col-lg-7,.ht-col-lg-8,.ht-col-lg-9,.ht-col-lg-10,.ht-col-lg-11,.ht-col-lg-12,.ht-col-lg-offset-0,.ht-col-lg-offset-1,.ht-col-lg-offset-2,.ht-col-lg-offset-3,.ht-col-lg-offset-4,.ht-col-lg-offset-5,.ht-col-lg-offset-6,.ht-col-lg-offset-7,.ht-col-lg-offset-8,.ht-col-lg-offset-9,.ht-col-lg-offset-10,.ht-col-lg-offset-11,.ht-col-lg-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.ht-col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.ht-col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.ht-col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.ht-col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.ht-col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.ht-col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.ht-col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.ht-col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.ht-col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.ht-col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.ht-col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.ht-col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.ht-col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.ht-col-lg-offset-0{margin-left:0}.ht-col-lg-offset-1{margin-left:8.33333333%}.ht-col-lg-offset-2{margin-left:16.66666667%}.ht-col-lg-offset-3{margin-left:25%}.ht-col-lg-offset-4{margin-left:33.33333333%}.ht-col-lg-offset-5{margin-left:41.66666667%}.ht-col-lg-offset-6{margin-left:50%}.ht-col-lg-offset-7{margin-left:58.33333333%}.ht-col-lg-offset-8{margin-left:66.66666667%}.ht-col-lg-offset-9{margin-left:75%}.ht-col-lg-offset-10{margin-left:83.33333333%}.ht-col-lg-offset-11{margin-left:91.66666667%}.ht-start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.ht-center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.ht-end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.ht-top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ht-middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ht-bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ht-around-lg{-ms-flex-pack:distribute;justify-content:space-around}.ht-between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ht-first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ht-last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}
.wp-embed-responsive .wp-block{outline:0}.cus-col-5.ht-col-md-6{flex:0 0 20%;max-width:20%}.product-style{position:relative;z-index:35}.product-slider{width:100%}.product-item{padding-bottom:10px;margin-bottom:30px}.product-item mark,.product-item ins{background:0 0}.product-item .product-inner .image-wrap{position:relative;text-align:center;overflow:hidden}.product-item .product-inner .image-wrap .wishlist,.product-item .product-inner .image-wrap .tinv-wraper{display:block;position:absolute;right:20px;top:20px;left:auto !important;margin-top:0}.product-item .product-inner .image-wrap .tinv-wraper a,.ht-product-action .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{margin:0}.ht-product-list-action .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{margin-top:0}.product-item .product-inner .image-wrap .tinv-wraper a .tinvwl_add_to_wishlist-text,.ht-product-action .tinv-wraper a .tinvwl_add_to_wishlist-text{display:none}.ht-product-action .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,.ht-product-action .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before{font-size:26px}.yith-wcwl-add-to-wishlist .ajax-loading{left:20px;margin:0;position:absolute;top:4px}.product-item .content{padding-top:10px}.content h4.title{margin:0}.product-item .product-inner .content .title{font-size:20px;margin-bottom:10px}.product-item .actions{background:#333 none repeat scroll 0 0;border-radius:20px;color:#fff;display:flex;left:50%;position:absolute;text-align:center;top:50%;transform:translateX(-50%);transition:all .4s ease 0s;width:150px;opacity:0;visibility:hidden}.product-item .actions>*{flex:1 0 auto}.product-item .product-inner .image-wrap .actions.style_two{width:85%;border-radius:0;bottom:0;top:auto}.product-item .woocommerce.compare-button a.button{background-color:#333;border-radius:20px}.product-item .product-inner .image-wrap .style_two .wishlist{position:static}.yith-wcwl-add-button{position:relative}.style_two .yith-wcwl-add-to-wishlist .ajax-loading{margin-left:0;top:11px}.product-item .woocommerce.product.compare-button,.product-item .actions .htcompare-btn{border-left:1px solid #999}.product-item .actions .htcompare-btn{border-radius:0}.product-item:hover .actions{opacity:1;transform:translateX(-50%) translateY(-50%);visibility:visible}.product-item .actions a,.product-item .woocommerce.compare-button a.button{color:#fff;display:block;font-weight:400;line-height:inherit;padding:7px 5px;text-indent:-999999px;position:relative;background:0 0}.product-item .actions a{border-radius:20px 0 0 20px}.product-item .actions a:before{color:#fff;content:"";font-family:fontawesome;height:100%;left:0;position:absolute;text-indent:0;top:5px;width:100%}.product-item .actions .compare-button a:before,.product-item .actions .htcompare-btn:before{content:"\f021"}.product-item .product-inner .image-wrap .style_two .wishlist a:before{content:"\f08a"}.product-item .product-inner .image-wrap .style_two .wishlist .yith-wcwl-wishlistexistsbrowse a:before,.product-item .product-inner .image-wrap .style_two .wishlist .yith-wcwl-wishlistaddedbrowse a:before{content:"\f004"}.product-item .product-inner .actions.style_two a{text-indent:0}.product-item .product-inner .actions.style_two a:before{display:none}.product-item .product-inner .actions.style_two .tinv-wishlist a:before{display:block;font-size:20px;line-height:28px}.product-item .product-inner .actions.style_two .tinv-wishlist a{text-indent:-999999px;margin:0}.product-item.product_style_three .product-inner .image-wrap{overflow:visible}.product_information_area{background:#fff none repeat scroll 0 0;bottom:-90px;box-shadow:0 0 12px rgba(0,0,0,.18);left:0;opacity:0;position:absolute;text-align:left;transition:all .4s ease 0s;visibility:hidden;width:100%;z-index:9}.product_information_area .content{padding-bottom:15px;text-align:center}.product-item .product-inner .image-wrap .product_information_area .actions.style_two{border-radius:0;bottom:0;opacity:1;overflow:hidden;padding:0 30px;position:static;top:auto;transform:translateX(0px);visibility:visible;width:100%}.product-item:hover .product_information_area{bottom:-103px;opacity:1;visibility:visible}.woocommerce.woolentor_current_theme_hello-elementor span.onsale,.woolentor_current_theme_hello-elementor span.onsale,.elementor-widget-woolentor-product-tab span.onsale{background-color:#23252a;border-radius:3px;color:#fff;font-size:14px;font-weight:500;left:15px;top:15px;line-height:1 !important;min-height:inherit !important;min-width:inherit !important;padding:5px 10px;position:absolute}.product-item a.button.added{display:none !important}.product-item .actions .htcompare-btn.added{display:block !important}.product-item .actions .htcompare-btn.loading{padding:0}.product-item .actions a.htcompare-btn.loading:after{right:20px}.product-item .product-inner .image-wrap .actions a.added_to_cart{text-indent:-99999px}.product-item .product-inner .image-wrap .actions a.added_to_cart:before{content:"";font-family:WooCommerce;font-size:20px;left:auto;position:absolute;text-indent:0;top:0;display:block}.elementor-widget-woolentor-product-tab .product-item .product-inner .image-wrap .actions a.added_to_cart:before{line-height:36px}.product-item a.button.added:after,.product-item a.button.loading:after{color:#fff;content:"";display:block;font-family:"fontawesome";margin:0 auto;position:absolute;text-indent:0;top:5px}.ht-tab-menus{margin:0;padding:0;list-style:none}.ht-tab-menus{margin-bottom:45px}.ht-tab-menus li{display:inline-block;margin-right:20px}.ht-tab-menus li:last-child{margin-right:0}.ht-tab-menus li a{border:1px solid transparent;border-radius:50px;padding:5px 15px;text-transform:capitalize}.ht-tab-menus li a:focus{outline:none}.ht-tab-menus li a.htactive{border-color:#e5e5e5}.ht-tab-pane{display:none}.ht-tab-pane.htactive{display:block}.product_attribute ul{list-style:outside none none;margin:0 0 20px;padding:0;text-align:left}.product_information_area .attribute_label{font-weight:600}.product_attribute{margin-top:25px;padding:0 30px}.product_attribute ul li{display:inline-block;line-height:1;margin:0 10px 0 0}.product_attribute ul li.color_attribute{border-radius:100%;height:15px;width:15px}.product-slider .slick-arrow{background:transparent none repeat scroll 0 0;border:2px solid #ddd;color:#ddd;font-size:20px;height:40px;left:-30px;line-height:inherit;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:99;transition:.4s}.product-slider .slick-arrow.slick-next{right:-30px;left:auto}.product-slider .slick-arrow:hover{border-color:#333;color:#333}.product-slider .slick-dots{bottom:0;display:flex;left:50%;list-style:outside none none;margin:0;padding:0;position:absolute;transform:translateX(-50%)}.product-slider .slick-dots li{line-height:12px;margin:0 4px}.product-slider .slick-dots li button{background-color:transparent;border:1px solid #4e4f4f;border-radius:50px;height:13px;padding:0;text-indent:-9999px;width:13px;line-height:13px}.product-slider .slick-dots li.slick-active button{background-color:#282828;border-color:#282828}.col2-set .col-1,.col2-set .col-2{flex:0 0 100%;max-width:100%}.col2-set .form-row{display:block}[class*=elementor-widget-woolentor] .slick-prev:before,[class*=elementor-widget-woolentor] .slick-next:before,[class*=elementor-widget-wl] .slick-prev:before,[class*=elementor-widget-wl] .slick-next:before{display:none}.woocommerce div.product.mb-30{margin-bottom:30px}li.woolentor-cart .button:before{opacity:1;filter:inherit}[dir=rtl] .slick-prev{right:auto}.ht-products .wlshop-grid-area.ht-product .ht-product-inner .ht-product-action ul li a.wishsuite-button,.elementor-widget-woolentor-universal-product .ht-products .ht-product .ht-product-inner .ht-product-action ul li a.wishsuite-button{line-height:40px}[class*=elementor-widget-woolentor]:not(.elementor-widget-woolentor-product-tab) .wishsuite-shop-top_thumbnail{position:relative !important;top:0;left:0 !important}.ht-product-action ul li.woolentor-cart a.wc-forward.added_to_cart{padding:0;margin:0}.woolentor_current_theme_blocksy .ht-product-action ul li.woolentor-cart a.wc-forward.added_to_cart{background-color:transparent !important}.woolentor-short-desc ul,.woolentor-short-desc ol,.woolentor-products .woocommerce-product-details__short-description ul,.woolentor-products .woocommerce-product-details__short-description ol{margin-left:15px}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a[class*=shopengine]{display:none}.ht-product-image-wrap .ht-product-image{position:relative}.ht-product-image-wrap .ht-product-image .ht-product-hover-img{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#fff;opacity:0;transition:opacity .5s ease,transform 2s cubic-bezier(0,0,.44,1.18)}.ht-product-inner:hover .ht-product-image-wrap .ht-product-image .ht-product-hover-img{opacity:1;transform:scale(1.09)}.ht-products{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Roboto",sans-serif}.ht-products *{-webkit-box-sizing:border-box;box-sizing:border-box}.ht-products .ht-product .ht-product-inner{color:#444;border:1px solid #f1f1f1;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;position:relative;overflow:hidden}.woolentor-product-same-height.ht-products .ht-product .ht-product-inner{height:100%;display:flex;flex-direction:column}.woolentor-product-same-height.ht-products .ht-product .ht-product-content{flex:1 0}.woolentor-product-same-height.ht-products.product-slider .slick-list,.woolentor-product-same-height.ht-products.product-slider .slick-track,.woolentor-product-same-height.ht-products.product-slider .ht-product{height:100% !important}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap{position:absolute;left:0;width:100%;bottom:0}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown{max-width:370px;padding:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:auto}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single{-webkit-box-flex:1;-webkit-flex:1 0 25%;-ms-flex:1 0 25%;flex:1 0 25%;max-width:25%;padding:2px}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner{padding:10px;background-color:rgba(0,0,0,.75);text-align:center}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner h3{font-size:14px;font-weight:700;margin:0 0 2px;color:#fff}.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner p{font-size:12px;color:#fff;margin:0}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap{position:relative;overflow:hidden}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label{font-size:13px;text-transform:uppercase;font-weight:700;position:absolute;top:18px;z-index:3}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label.ht-stockout{color:#f05b64 !important}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label.ht-product-label-left{left:30px;right:auto}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label.ht-product-label-right{left:auto;right:30px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image img{width:100%}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:25px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:30px;border:none;background-color:transparent !important;text-align:center;padding:0;cursor:pointer;z-index:99;color:#444}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow i{font-size:18px;line-height:30px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow.slick-prev{left:15px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow.slick-next{right:15px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow:focus{outline:none}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow:hover{color:#000}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;left:0;bottom:-25px;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;transform:translateX(0)}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots li{margin:0 5px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots li button{display:block;text-indent:-99999px;padding:0;width:10px;height:10px;border:none;border-radius:50%;background-color:#ccc !important;cursor:pointer}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots li.slick-active button{background-color:#666 !important}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-slide{height:auto}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab{overflow:hidden;width:100%}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane{display:none}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane.htactive{display:block}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane a{display:block}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane a img{width:100%}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links{position:absolute;left:50%;bottom:15px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin:0;padding:0;list-style:none;width:150px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li{width:33.333333%;padding:0 2px;margin-bottom:5px}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li a{display:block;border:3px solid rgba(0,0,0,.55);background:#fff none repeat scroll 0 0}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li a.htactive{border-color:rgba(220,154,14,.55)}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li a img{width:100%}.ht-products .ht-product .ht-product-inner .ht-product-action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:25px;right:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:9}.ht-products .ht-product .ht-product-inner .ht-product-action ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:-5px;padding:0}.ht-products .ht-product .ht-product-inner .ht-product-action ul li{padding:5px;position:relative}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a{color:#000;text-decoration:none;display:block;text-align:center;width:30px;height:30px;position:relative;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn,.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn .htcompare-btn-text{display:block !important}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.wishsuite-button svg{width:18px;height:18px}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn.loading{padding:0}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn.loading:after{right:6px}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn.added:after{display:none}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a i{font-size:20px;line-height:30px;margin:0}.woolentor-compare.compare,.ht-product-action ul li.woolentor-cart a{-webkit-text-indent:-99999px;text-indent:-99999px}.ht-products .ht-product .yith-wcwl-add-to-wishlist{margin-top:0}.woolentor-compare.compare:before,.ht-product-action ul li.woolentor-cart a:before{content:"";display:flex;font-family:simple-line-icons !important;font-size:20px;height:100%;justify-content:center;left:0;position:absolute;text-indent:0;width:100%;line-height:30px;opacity:1 !important;filter:blur(0) !important;z-index:9999}.ht-product-action ul li.woolentor-cart a:before{content:"";font-weight:400}.ht-product-action ul li.woolentor-cart a.loading:before{animation:2s linear 0s normal none infinite running spin;content:"";font-family:"WooCommerce" !important;height:auto}.ht-product-action ul li.woolentor-cart a.wc-forward:before,.woolentor-compare.compare.added:before{content:""}.ht-products.woocommerce a.added_to_cart{padding:0;display:block}.ht-product-action ul li.woolentor-cart a.button{background:transparent none repeat scroll 0 0;padding:0}.ht-product-action ul li.woolentor-cart a.added{display:none !important}.elementor-widget-woolentor-cross-sell-product-custom .ht-product-action ul li.woolentor-cart a.added{display:block !important}.elementor-widget-woolentor-cross-sell-product-custom .ht-product-action ul li.woolentor-cart a.added:before{display:none}.woocommerce .elementor-widget-woolentor-cross-sell-product-custom a.button.added:after{position:absolute;left:0;top:0;text-indent:0}.woocommerce .elementor-widget-woolentor-cross-sell-product-custom .woolentor-btn-text-cart a.button.added:after{right:-15px;left:auto}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip,span.woolentor-tip,[class*=elementor-widget-woolentor]:not(.elementor-widget-woolentor-product-archive-addons) .wishsuite-button.wishlist span.wishsuite-btn-text{position:absolute;left:100%;top:50%;display:block;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:10px;line-height:1;color:#f1f1f1;background-color:#282828;padding:5px 10px;border-radius:50px;white-space:nowrap;opacity:0;visibility:hidden;margin-left:-10px;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;z-index:99}[class*=elementor-widget-woolentor]:not(.elementor-widget-woolentor-product-archive-addons) .wishsuite-button.wishlist span.wishsuite-btn-text{margin-right:-10px;-webkit-transform:translateY(-65%);-ms-transform:translateY(-65%);transform:translateY(-65%)}.ht-products .ht-product.ht-product-action-right span.woolentor-tip,.ht-products .ht-product.ht-product-action-right .wishsuite-button.wishlist span.wishsuite-btn-text{left:auto;right:35px}.tooltip_no .ht-product-action-tooltip{display:none !important}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a:hover{color:#dc9a0e}.ht-product-action .yith-wcwl-wishlistaddedbrowse a,.ht-product-action .yith-wcwl-wishlistexistsbrowse a{color:#dc9a0e !important}.ht-products .ht-product .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip,.ht-products .ht-product .ht-product-inner .ht-product-action ul li:hover span.woolentor-tip,.ht-products .ht-product .ht-product-inner .ht-product-action ul li:hover .wishsuite-button.wishlist span.wishsuite-btn-text{opacity:1;visibility:visible;margin-left:0;margin-right:0}.ht-products .ht-product .ht-product-inner .ht-product-content{padding:30px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner{position:relative}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner>*:not(.woolentor-stock-progress-bar,.stock-management-progressbar){margin-top:0}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner>*:last-child{margin-bottom:0}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories{position:relative;padding-left:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:15px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:1px;background-color:#949494}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories a{color:inherit;text-decoration:none;font-size:14px;line-height:1;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories a:hover{color:#dc9a0e}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title{font-size:18px;line-height:1.2;font-weight:400;margin-bottom:10px;margin-top:0}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner span.ht-product-title{display:inline-block}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title a{color:inherit;text-decoration:none;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title a:hover{color:#dc9a0e}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:19px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span{line-height:1;font-weight:700;font-size:20px;color:#444}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price mark,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price ins{background:transparent none repeat scroll 0 0}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span del{margin-right:8px;text-decoration:line-through}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span del span{font-size:16px;font-weight:500}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ht-products .woocommerce .ht-product-ratting-wrap .star-rating{float:none}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;margin-left:-3px;margin-right:-3px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting i{font-size:13px;line-height:14px;padding-left:3px;padding-right:3px;color:#aaa}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting i:last-child{margin-right:0}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;position:absolute;left:5px;top:0;z-index:3;margin-left:-5px;margin-right:-5px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting i{color:#dc9a0e}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-countdown-wrap{position:static;display:none;margin-top:20px}.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-countdown-wrap .ht-product-countdown{padding:0;margin:-2px}.ht-products .ht-product .ht-product-inner:hover{-webkit-box-shadow:0 4px 10px rgba(0,0,0,.1);box-shadow:0 4px 10px rgba(0,0,0,.1)}.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown{background-color:rgba(0,0,0,.75)}.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner{background-color:transparent;padding:0}.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-content .ht-product-countdown-wrap{display:block;margin-bottom:-30px;margin-left:-30px;margin-right:-30px;margin-top:30px;width:auto}.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-content .ht-product-countdown-wrap .ht-product-countdown .cd-single{padding:10px 5px}.ht-products .ht-product.ht-product-countdown-fill.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner,.ht-products .ht-product.ht-product-countdown-fill.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner{padding:5px 3px}.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap{bottom:auto;top:10px;width:auto;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:auto}.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single{max-width:100%;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner{padding:7px 10px}.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap{bottom:auto;top:10px;left:auto;right:0;width:auto;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:auto}.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single{max-width:100%;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner{padding:7px 10px}.ht-products .ht-product.ht-product-countdown-middle .ht-product-inner .ht-product-countdown-wrap{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ht-products .ht-product.ht-product-countdown-content-bottom .ht-product-inner .ht-product-countdown-wrap{display:none}.ht-products .ht-product.ht-product-countdown-content-bottom .ht-product-inner .ht-product-content .ht-product-countdown-wrap{display:block}.ht-products .ht-product.ht-product-countdown-content-bottom .ht-product-inner .ht-product-content .ht-product-countdown-wrap .ht-product-countdown .cd-single{padding:10px 5px}.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action{left:auto;right:25px}.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip{left:auto;right:100%;margin-left:0;margin-right:-10px}.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip{margin-right:0}.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action{left:0;right:0;top:auto;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);bottom:15px}.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:-10px}.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li{padding:10px}.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-bottom span.woolentor-tip,.ht-products .ht-product.ht-product-action-bottom .wishsuite-button.wishlist span.wishsuite-btn-text{left:50%;right:auto;top:auto;bottom:100%;-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px);margin-left:0;margin-right:0}.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li a:hover span.wishsuite-btn-text{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action{left:0;right:0}.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:-10px}.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li{padding:10px}.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-middle span.woolentor-tip,.ht-products .ht-product.ht-product-action-middle .wishsuite-button.wishlist span.wishsuite-btn-text{left:50%;right:auto;top:auto;bottom:100%;-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px);margin-left:0;margin-right:0}.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li a:hover span.wishsuite-btn-text{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;position:relative;left:0}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-ratting-wrap+.ht-product-action{margin-top:20px !important}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:-10px}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li{padding:10px}:is(.ht-products .ht-product.ht-product-action-bottom-content,.ht-products .ht-product.ht-product-action-bottom) .wishsuite-button.wishlist{padding-top:0}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-bottom-content span.woolentor-tip,.ht-products .ht-product.ht-product-action-bottom-content .wishsuite-button.wishlist span.wishsuite-btn-text{left:50%;right:auto;top:auto;bottom:100%;-webkit-transform:translateX(-50%) translateY(10px);-ms-transform:translateX(-50%) translateY(10px);transform:translateX(-50%) translateY(10px);margin-left:0;margin-right:0}.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip,.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li a:hover span.wishsuite-btn-text{-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li{-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px);opacity:0;visibility:hidden;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li:nth-child(2){-webkit-transition:all .3s ease .2s;-o-transition:all .3s ease .2s;transition:all .3s ease .2s}.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li:nth-child(3){-webkit-transition:all .3s ease .4s;-o-transition:all .3s ease .4s;transition:all .3s ease .4s}.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li:nth-child(4){-webkit-transition:all .3s ease .6s;-o-transition:all .3s ease .6s;transition:all .3s ease .6s}.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner:hover .ht-product-action ul li{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;visibility:visible}.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-right .ht-product-inner .ht-product-action ul li{-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-right .ht-product-inner:hover .ht-product-action ul li{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner .ht-product-action ul li,.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner .ht-product-action ul li{-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner:hover .ht-product-action ul li,.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner:hover .ht-product-action ul li{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul{margin:0;background-color:#fff;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.1);box-shadow:0 4px 10px rgba(0,0,0,.1);overflow:hidden}.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul:hover{overflow:visible}.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li{margin-left:10px;margin-right:10px}.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li:first-child{margin-top:15px}.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li:last-child{margin-bottom:15px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li:first-child,.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li:last-child{margin:0}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom-content .ht-product-inner:hover .ht-product-action ul{width:auto}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-round .ht-product-inner .ht-product-action ul{border-radius:50px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action{bottom:20px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action ul li{margin-top:5px;margin-bottom:5px;margin-left:0;margin-right:0}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action ul li:first-child{margin-left:15px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action ul li:last-child{margin-right:15px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-middle .ht-product-inner .ht-product-action ul li{margin-top:5px;margin-bottom:5px;margin-left:0;margin-right:0}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-middle .ht-product-inner .ht-product-action ul li:first-child{margin-left:15px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-middle .ht-product-inner .ht-product-action ul li:last-child{margin-right:15px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover .ht-product-inner .ht-product-action ul{height:auto;width:0;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;visibility:visible;-webkit-transition:none;-o-transition:none;transition:none}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover .ht-product-inner:hover .ht-product-action ul{width:60px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner .ht-product-action ul,.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner .ht-product-action ul{width:auto;height:0}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner:hover .ht-product-action ul,.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner:hover .ht-product-action ul{height:60px}.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner:hover .ht-product-action ul li,.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner:hover .ht-product-action ul li{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.ht-products .ht-product.ht-product-category-right-bottom .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories{position:absolute;right:0;bottom:10px;margin:0;width:100%}.ht-product-content .woocommerce-product-details__short-description{padding:10px 0;overflow:hidden}.ht-products .ht-product.ht-product-ratting-top-right .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price{margin:0}.ht-products .ht-product.ht-product-ratting-top-right .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap{position:absolute;top:0;right:0}.ht-product-content-allcenter{text-align:center}.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span,.ht-product-content-allcenter .ht-product-ratting-wrap>div{margin:0 auto}.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories{display:block;text-align:center}.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories:before{left:35%}.woocommerce.ht-products div.product p.price del,.woocommerce.ht-products div.product span.price del{opacity:1}.product-slider .ht-product.col-1,.ht-product.col.first{clear:unset}.woolentor-banner{align-items:center;display:flex;flex-flow:row wrap;overflow:hidden}.woolentor-banner-img,.woolentor-content{width:50%;float:left}.woolentor-content{padding-left:70px}.woolentor-banner .banner_subtitle{font-size:16px;font-weight:600;margin:0}.woolentor-banner .banner_title{font-size:28px;font-weight:400;margin:35px 0}.woolentor-banner .banner_button{border-bottom:1px solid #000;font-size:12px;font-weight:600;text-transform:uppercase}.woolentor-banner-img img{width:100%}.woolentor-content-align-right .woolentor-banner-img{order:1;padding-right:50px;padding-left:0}.woolentor-content-align-right .woolentor-content{order:2;padding-left:40px}.woolentor-content-align-right.woolentor-banner .banner_title{margin:20px 0}.woolentor-content-align-bottom .woolentor-banner-img{order:1;padding-left:0;width:100%}.woolentor-content-align-bottom .woolentor-content{order:2;padding:30px 0;text-align:center;width:100%}.woolentor-content-align-bottom .banner_title{margin:0 0 20px}.woolentor-banner-layout-2{display:block;position:relative}.woolentor-banner-layout-2 .woolentor-content{padding-left:0}.woolentor-banner-layout-2 .woolentor-banner-img{float:none;width:100%}.woolentor-banner-layout-2 .woolentor-content{padding-left:50px;position:absolute;top:50px;left:0;width:100%}.woolentor-banner-layout-2 .woolentor-content h2{margin:0}.woolentor-banner-layout-2.woolentor-content-align-bottom .woolentor-content{bottom:50px;padding:0 0 0 50px;top:auto;text-align:left}.woolentor-banner-layout-2.woolentor-content-align-right .woolentor-content{left:auto;padding-right:50px;padding-left:0;right:0;text-align:right}.woolentor-banner-layout-2.woolentor-content-align-right .woolentor-banner-img{padding-left:0}.woocommerce.product-slider div.product.ht-product{float:left}.wlspcial-banner .banner-thumb a{overflow:hidden;position:relative;display:block}.wlspcial-banner .banner-thumb a:before{background:#fff none repeat scroll 0 0;content:"";height:0;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:all .5s ease 0s;width:0}.wlspcial-banner .banner-thumb a:after{background:#fff none repeat scroll 0 0;bottom:0;content:"";height:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:all .5s ease 0s;width:0}.wlspcial-banner .banner-thumb a img{width:100%}.wlspcial-banner:hover .banner-thumb a:before{height:100%;opacity:.3;width:100%}.wlspcial-banner:hover .banner-thumb a:after{height:100%;opacity:.3;width:100%}.wlspcial-banner{position:relative}.wlspcial-banner .banner-content{position:absolute;z-index:2;width:100%;text-align:center}.wlspcial-banner .banner-content a{color:#383838;font-size:14px;font-weight:700;text-transform:uppercase;transition:all .4s ease 0s;text-decoration:none;display:inline-block}.woolentor-banner-content-pos-center .banner-content{top:50%;right:0;left:auto;transform:translateY(-50%)}.woolentor-banner-content-pos-bottom .banner-content{bottom:0;padding-bottom:40px}.woolentor-banner-content-pos-top .banner-content{top:0;padding-top:40px}.wlspcial-banner.woolentor-banner-content-pos-right .banner-content{top:50%;right:0;width:auto;transform:translateY(-50%)}.wlspcial-banner.woolentor-banner-content-pos-left .banner-content{top:50%;left:0;width:auto;transform:translateY(-50%)}.wlbanner-badgeimage{position:absolute;top:0;left:0;display:inline-block}.wlbanner-badgeimage img{width:100%}.elementor-widget-woolentor-custom-product-archive .woocommerce[class*=columns-] .product{margin:0}.elementor-widget-woolentor-custom-product-archive .woocommerce[class*=columns-] .woolentor_current_theme_layout .product{margin-right:20px}.wl-row{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.wl-row.wlno-gutters{margin-right:0;margin-left:0}[class*=wl-col-]{padding-right:15px;padding-left:15px}.wl-row>[class*=col-]{min-height:1px;position:relative;width:100%;padding-right:10px;padding-left:10px}.wl-row.wlno-gutters>[class*=col-]{padding-right:0;padding-left:0}.wl-columns-1 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wl-columns-2 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wl-columns-3 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.wl-columns-4 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wl-columns-5 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.wl-columns-6 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 16.666%;-ms-flex:0 0 16.666%;flex:0 0 16.666%;max-width:16.666%}.wl-columns-7 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 14.285%;-ms-flex:0 0 14.285%;flex:0 0 14.285%;max-width:14.285%}.wl-columns-8 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.wl-columns-9 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 11.111%;-ms-flex:0 0 11.111%;flex:0 0 11.111%;max-width:11.111%}.wl-columns-10 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.wlsingle-categorie{border:1px solid #f3f3f3;padding:35px 10px;text-align:center;margin-bottom:15px}.wlno-gutters .wlsingle-categorie{margin-bottom:0}.wlsingle-categorie .wlsingle-categorie-img a{font-size:30px}.wlsingle-categorie .wlcategorie-content h4{font-size:16px;margin:17px 0 0;line-height:1;position:relative;display:inline-block}.wlsingle-categorie .wlcategorie-content h4 sup,.wlsingle-categorie .wlcategorie-content p{display:none}.wl-layout-horizontal .wlsingle-categorie .wlcategorie-content h4 sup{position:absolute;top:0;right:0}.wl-layout-vertical .wlsingle-categorie{border:0;padding:0;align-items:center;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.wl-layout-vertical .wlsingle-categorie .wlcategorie-content h4{margin:0;display:flex}.wl-layout-vertical .wlsingle-categorie .wlsingle-categorie-img a{display:flex}.wl-layout-vertical .wlsingle-categorie-img{padding-right:22px}.wl-layout-vertical .wlsingle-categorie{padding:20px 0}.wl-layout-vertical .wl-col-8:first-child .wlsingle-categorie{padding-top:0 !important;border-top:0 !important}.wl-layout-vertical .wl-col-8:last-child .wlsingle-categorie{padding-bottom:0 !important;border-bottom:0 !important}.wl-row.slick-slider{margin-right:0;margin-left:0}.wl-single-brand{text-align:center;margin-bottom:20px}.slick-slide .wl-single-brand{margin-bottom:0}.slick-slide .wl-single-brand img{display:inline-block}.ht-product-action-bottom .ht-product-inner .wishsuite-button.wishlist,.ht-product-action-bottom-content .ht-product-inner .wishsuite-button.wishlist,.ht-product-action-middle .ht-product-inner .wishsuite-button.wishlist,.wl_single-product-item .product-content .action li .wishsuite-button.wishlist{padding-top:4px}.ht-product-2 .ht-product-action-2 .wishsuite-button.wishlist{line-height:42px}.ht-product-2 .wishsuite-button.wishlist svg{width:15px;height:15px}.ht-product-2 .ht-product-action-3 .wishsuite-button.wishlist{border-right:1px solid rgba(255,255,255,.2)}.ht-product-2 .ht-product-action-5 .wishsuite-button.wishlist{line-height:48px}.ht-product-2 .ht-product-action-6 .wishsuite-button.wishlist{line-height:40px}.woocommerce .elementor-widget-wl-single-product-meta .product_meta>span{position:relative}.wlds-css{display:flex;justify-content:center}@keyframes wlds-ripple{0%{top:96px;left:96px;width:0;height:0;opacity:1}100%{top:18px;left:18px;width:156px;height:156px;opacity:0}}@-webkit-keyframes wlds-ripple{0%{top:96px;left:96px;width:0;height:0;opacity:1}100%{top:18px;left:18px;width:156px;height:156px;opacity:0}}.wlds-ripple{position:relative}.wlds-ripple div{box-sizing:content-box;position:absolute;border-width:4px;border-style:solid;opacity:1;border-radius:50%;-webkit-animation:wlds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;animation:wlds-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.wlds-ripple div:nth-child(1){border-color:#51cacc}.wlds-ripple div:nth-child(2){border-color:#9df871;-webkit-animation-delay:-.5s;animation-delay:-.5s}.wlds-ripple{width:200px !important;height:200px !important;-webkit-transform:translate(-100px,-100px) scale(1) translate(100px,100px);transform:translate(-100px,-100px) scale(1) translate(100px,100px)}.elementor-widget-wl-product-related .products>h2,.elementor-widget-wl-product-additional-information h2,.elementor-widget-wl-single-product-upsell .up-sells>h2{display:none}.elementor-widget-wl-product-related.wlshow-heading-yes .products>h2,.elementor-element.wl-show-heading-yes .up-sells>h2,.elementor-widget-wl-product-additional-information.wl-show-heading-yes h2{display:block}[class*=woolentorducts-columns-] ul.products{display:flex !important;flex-flow:row wrap;column-gap:0;justify-content:start}[class*=woolentorducts-columns-] ul.products li.product{margin-left:0 !important}.woolentorducts-columns-6 ul.products li.product{width:calc(16% - 30px) !important;margin-right:30px !important;float:left}.woolentorducts-columns-5 ul.products li.product{width:calc(19% - 30px) !important;margin-right:30px !important;float:left}.woolentorducts-columns-4 ul.products li.product{width:calc(25% - 30px) !important;margin-right:30px !important;float:left}.woolentorducts-columns-3 ul.products li.product{width:calc(33.33% - 30px) !important;margin-right:30px !important;float:left}.woolentorducts-columns-2 ul.products li.product{width:calc(50% - 30px) !important;margin-right:30px !important;float:left}.woolentorducts-columns-1 ul.products li.product{width:100% !important}[class*=woolentorducts-columns-] ul.products li.product.first{clear:none !important}.woolentorducts-columns-6 ul.products li.product:nth-child(6n),.woolentorducts-columns-5 ul.products li.product:nth-child(5n),.woolentorducts-columns-4 ul.products li.product:nth-child(4n),.woolentorducts-columns-3 ul.products li.product:nth-child(3n),.woolentorducts-columns-2 ul.products li.product:nth-child(2n),.woolentorducts-columns-1 ul.products li.product{margin-right:0 !important}.woocommerce #content div.product .woolentor-woo-template-builder div.images,.woocommerce div.product .woolentor-woo-template-builder div.images{width:100%}.woolentor-product-loop-item-align-left ul.products li.product .star-rating{margin-right:auto}.woolentor-product-loop-item-align-right ul.products li.product .star-rating{margin-left:auto}.woolentor-product-loop-item-align-center ul.products li.product .star-rating{margin-right:auto;margin-left:auto}.elementor-widget-woolentor-product-archive-addons ul.products li.product span.onsale{display:none}.elementor-widget-woolentor-product-archive-addons ul.products li.product .onsale{margin:0}.woocommerce div.product .woolentor-woo-template-builder form.cart .button{transition:.4s}.woocommerce div.product .woolentor-woo-template-builder .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woolentor-woo-template-builder .woocommerce-tabs ul.tabs li:before{display:none}.elementor-widget-wl-cart-total div[class^=ht-col],.elementor-widget-wl-cart-total div[class^=col]{width:100% !important;max-width:100% !important}.elementor-widget-wl-myaccount-login-form input[type=checkbox]{width:auto;display:inline-block;height:auto}.woolentor-myaccount-form-login .form-row{display:block}.woolentor-product-gallery-video{position:relative}.video-cus-tab-pane{display:none}.video-cus-tab-pane img{width:100%}.video-cus-tab-pane.htactive{display:block}.woolentor-product-video-tabs{padding:0;list-style:none;margin:10px -5px 0}.woolentor-product-video-tabs li{display:block;padding:0 5px;width:25%;cursor:pointer;float:left;margin-bottom:10px}.woolentor-product-video-tabs li img{width:100%}.woolentor-product-video-tabs li a{position:relative;display:block}.woolentor-product-video-tabs li.wlvideothumb a:before{background:#000;opacity:.5;position:absolute;width:100%;height:100%;content:""}span.wlvideo-button{position:absolute;left:0;right:0;top:0;bottom:0;z-index:999;color:#fff;font-size:18px;display:flex;justify-content:center;align-items:center}.wlpro-product-thumbnails,.wlpro-product-videothumbnails{overflow:hidden;width:100% !important;float:none !important}.wlpro-product-videothumbnails.thumbnails-tab-position-left ul.woolentor-product-video-tabs,.wlpro-product-videothumbnails.thumbnails-tab-position-right ul.woolentor-product-video-tabs{float:left;margin:0;padding-right:10px;width:20%}.wlpro-product-videothumbnails.thumbnails-tab-position-right ul.woolentor-product-video-tabs{margin:0;padding-right:0;padding-left:10px}.wlpro-product-videothumbnails.thumbnails-tab-position-left ul.woolentor-product-video-tabs li,.wlpro-product-videothumbnails.thumbnails-tab-position-right ul.woolentor-product-video-tabs li{width:100%}.wlpro-product-videothumbnails.thumbnails-tab-position-left .woolentor-product-gallery-video,.wlpro-product-videothumbnails.thumbnails-tab-position-right .woolentor-product-gallery-video{width:80%;float:left}.woolentor-product-gallery-video span.ht-product-label{padding:10px;font-size:1em;font-weight:700;position:absolute;text-align:center;top:0;right:0;border-radius:10px;background-color:#b3af54;color:#fff;font-size:.857em;z-index:9}.elementor-widget-wl-checkout-order-review #order_review{width:100% !important;float:none !important;background-color:transparent !important}span.woolentor-order-item-title .product-thumbnail{display:none}.woolentor-order-review-product span.product-thumbnail{display:inline-block;padding-right:10px}.woolentor-order-review-product span.product-thumbnail img{max-width:70px}.woolentor_current_theme_storefront span.woolentor-order-item-title{display:flex;align-items:center}.woolentor-order-review-product .variation{display:none !important}.woolentor-order-review-product .woolentor-order-item-title .variation{display:block !important}.woolentor-order-review-product .woolentor-order-item-title{display:flex;overflow:hidden}.woolentor_current_theme_storefront .elementor-widget-wl-checkout-order-review table.woocommerce-checkout-review-order-table .product-name{width:auto !important}.woolentor_current_theme_99fy dd.variation-woolentor_cart_availability{display:block !important}.woolentor_current_theme_99fy .woolentor-order-review-product p{margin:0}.woolentor-field-radio span input{height:auto;width:auto}.woolentor-field-radio .woocommerce-input-wrapper label{display:inline-block !important;margin-left:5px;margin-right:5px}.woolentor-field-radio .woocommerce-input-wrapper{display:flex;align-items:center}.woolentor-woocommerce-checkout .form-row.woolentor-field-heading,.form-row.woolentor-field-heading{border-bottom:1px solid #ebebeb;padding:10px 0 10px}.woolentor-woocommerce-checkout .form-row.woolentor-field-heading *,.form-row.woolentor-field-heading *{margin:0}.woocommerce-additional-fields__field-wrapper .woolentor-field-area{margin:0 0 6px}.woocommerce-additional-fields__field-wrapper .woolentor-field-area select{width:100%}.woolentor-field-area .woocommerce-multicheckbox-wrapper label{display:block}.woolentor_archive_result_count .woocommerce-result-count,.woolentor_archive_catalog_ordering form.woocommerce-ordering{margin:0 !important;float:none !important}.woolentor_archive_catalog_ordering form.woocommerce-ordering{display:block}.woolentor_archive_catalog_ordering form.woocommerce-ordering select{background-color:transparent;width:100%;max-width:100%}.elementor-widget-wl-product-add-to-cart .stock:not(.available-on-backorder),.elementor-widget-wl-product-add-to-cart .ast-stock-detail{display:none}.elementor-widget-wl-product-add-to-cart .wl-addto-cart.wl-show-status .woocommerce-variation-availability .stock,.elementor-widget-wl-product-add-to-cart .wl-addto-cart.wl-show-status .woocommerce-variation-availability .ast-stock-detail{display:inline-block !important}.notifake{max-width:550px}.woolentor-notification-content{position:fixed;bottom:10px;background:#fff;display:flex;flex-flow:row wrap;left:-150px;align-items:center;box-shadow:0 0 10px #ccc;width:450px;border-radius:10px;z-index:99999}.woolentor-notification-content .elementor{width:100%}.woolentor-notification-content.topleft{left:10px;top:10px;bottom:auto}.woolentor-notification-content.topright{left:auto;right:10px;top:10px;bottom:auto}.logged-in .woolentor-notification-content.topleft,.logged-in .woolentor-notification-content.topright{top:45px}.woolentor-notification-content.bottomleft{left:10px}.woolentor-notification-content.bottomright{right:10px;left:auto}.woolentor-notification-content.imageright{flex-direction:row-reverse;padding-right:0;padding-left:20px}.wlnotification_image{padding-right:15px;flex:0 0 25%}.wlnotification_image img{border-radius:5px;width:100%}.woolentor-notification-content.imageright .wlnotification_image{padding-right:0;padding-left:15px}.wlnotification_content{flex:0 0 70%}.imageright .wlnotification_content{text-align:right}.wlnotification_content h4,.wlnotification_content h6{margin:0;color:#000}.wlnotification_content h4{font-size:18px;margin-bottom:0}.wlnotification_content h6{font-size:14px}.wlnotification_content p{margin-bottom:3px;max-width:450px;font-size:13px;font-weight:300;color:#7e7e7e}.woolentor-buyername{font-size:12px;float:right}.imageright .woolentor-buyername{float:left}.wlcross{position:absolute;right:0;top:4px;color:#000;font-size:20px;line-height:0;padding:10px;cursor:pointer;transition:.4s}.wlcross:hover{color:#f05b64}.wl-call-forprice a{padding:8px 15px;display:inline-block;background:#000;color:#fff;border-radius:5px}.wl-call-forprice a:hover{color:#fff}.wl-suggest-price form{display:none;margin-top:10px}.wl-suggest-form-input input:not([type=submit]){width:100%;display:block;border:1px solid #dddd;padding:10px;border-radius:0;font-size:14px;margin-bottom:10px}.wl-suggest-form-input input[type=submit]{font-size:14px;border-radius:0;font-weight:500;padding:8px 15px;cursor:pointer;transition:.4s}.wl-suggest-form-input textarea{border:1px solid #dddd;padding:10px;border-radius:0;font-size:14px;margin-bottom:10px;width:100%}.wlsugget-button{padding:8px 18px;font-size:16px;font-weight:400;border-radius:5px;cursor:pointer;transition:.4s}.wlsendmessage{margin:0 0 10px;padding:0;display:none}.woolentor-add-to-cart-sticky .woolentor-flash-product-countdown{display:none}.woolentor-add-to-cart-sticky .woolentor-product-badge-area{display:none}.woolentor-add-to-cart-sticky{position:fixed;right:0;bottom:0;left:0;z-index:999;padding:10px 0;background-color:#fff;box-shadow:0 0 9px rgba(0,0,0,.12);transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.woolentor-sticky-shown.woolentor-add-to-cart-sticky{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.woolentor-add-to-cart-sticky .ht-container .ht-row{align-items:center;flex-direction:row;justify-content:space-between}.woolentor-sticky-thumbnail{overflow:hidden;margin-right:10px}.woolentor-sticky-thumbnail img{max-width:80px}.woolentor-addtocart-content{display:flex;align-items:center;margin-right:15px}.woolentor-addtocart-content .title{margin:0;font-size:18px;display:block}.woolentor-addtocart-content .price{font-size:14px}.woolentor-sticky-btn-area{display:flex;align-items:center;flex-direction:row;justify-content:flex-end}.woolentor-sticky-btn-area .yith-wcwl-add-to-wishlist{display:none}.woolentor-sticky-btn-area .woolentor-sticky-wishlist .yith-wcwl-add-to-wishlist{display:block}.woolentor-sticky-btn-area .cart{display:flex;flex:0 0 auto;align-items:center;flex-direction:row;flex-wrap:wrap}.woolentor-sticky-btn-area .quantity{margin-right:10px}.woolentor-sticky-btn-area .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{margin-top:0}.woolentor-add-to-cart-sticky .tinv-wraper,.woocommerce .woolentor-add-to-cart-sticky .wc-forward,.woolentor-add-to-cart-sticky .wc-forward{display:none}.woolentor-add-to-cart-sticky .woolentor-sticky-wishlist .tinv-wraper{display:block}.woolentor-sticky-wishlist .yith-wcwl-add-to-wishlist{margin-top:0}.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse{display:block !important}.woolentor-add-to-cart-sticky .button{color:#fff;font-size:16px;text-transform:uppercase;font-weight:400 !important;border-radius:0 !important;margin-right:10px !important;background-color:#ff4136 !important}.woolentor-sticky-btn-area .stock.in-stock{margin:0;margin-right:10px}.woolentor-stock-progress-bar,.stock-management-progressbar{margin-top:15px}.woolentor-stock-progress-bar .wlstock-info{color:#777;display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:5px}.woolentor-stock-progress-bar .wlstock-info span{color:#333;font-weight:600;margin-left:3px}.woolentor-stock-progress-bar .wlprogress-area{background-color:#444;width:100%}.woolentor-stock-progress-bar .wlprogress-area{height:10px}.woolentor-stock-progress-bar .wlprogress-bar{height:100%}.woolentor-stock-progress-bar .wlprogress-bar{background-color:#ff4136}.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action ul[class*=woolentor-btn-text] li a{margin-left:auto}.ht-product-action ul[class*=woolentor-btn-text] li.woolentor-cart a{width:auto !important;height:auto !important;text-indent:0}.ht-product-action ul[class*=woolentor-btn-text] li.woolentor-cart a:before{display:none}.ht-products .ht-product .ht-product-inner .ht-product-action ul[class*=woolentor-btn-text] li a:hover .ht-product-action-tooltip,.ht-products .ht-product .ht-product-inner .ht-product-action ul[class*=woolentor-btn-text] li:hover span.woolentor-tip{z-index:999}.htwl-modal-content{max-height:470px;overflow-y:auto;overflow-x:hidden}.wl-customer-review .wl-row>[class*=col-]{margin-bottom:30px}.wlb-review-style-1 .wl-customer-testimonal{background:#f7f8f9;padding:30px;margin-top:30px}.wlb-review-style-1 .wl-customer-testimonal .content{display:flex;align-items:center}.wlb-review-style-1 .wl-customer-testimonal .content img{max-width:80px;border-radius:100%}.wlb-review-style-1 .wl-customer-testimonal .content img+.clint-info{padding-left:25px}.wlb-review-style-1 .wl-customer-testimonal .content .clint-info h4{font-size:18px;color:#383838;margin:0}.wlb-review-style-1 .wl-customer-testimonal .content .clint-info span{color:#1834a6;font-size:13px}.wlb-review-style-1 .wl-customer-testimonal p{color:#5b5b5b;font-size:14px;line-height:26px;margin:0;margin-top:22px}.wlb-review-style-2 .wl-customer-testimonal{background:#fff none repeat scroll 0 0;box-shadow:0 0 10px rgba(0,0,0,.1);margin-top:30px;padding:40px 30px}.wlb-review-style-2 .wl-customer-testimonal img{border:2px solid #43df9c;border-radius:50%;box-sizing:content-box;float:left;max-width:90px}.wlb-review-style-2 .wl-customer-testimonal .content p{color:#3e3e3e;font-size:16px;line-height:28px;margin-bottom:20px}.wlb-review-style-2 .wl-customer-testimonal .content{overflow:hidden;padding-left:20px}.wlb-review-style-2 .wl-customer-testimonal .content .clint-info{padding-left:50px}.wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4{position:relative}.wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4:before{background:#383838 none repeat scroll 0 0;content:"";height:2px;left:-48px;position:absolute;top:18px;width:30px}.wl-customer-align-center .wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4:before{left:30%}.wl-customer-align-right .wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4:before{left:auto;right:80px}.wlb-review-style-3 .wl-customer-testimonal{background:#fff none repeat scroll 0 0;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);margin-top:53px;padding-bottom:27px;position:relative;text-align:center}.wlb-review-style-3 .wl-customer-testimonal{margin-top:82px}.wlb-review-style-3 .wl-customer-testimonal img{border:2px solid #727272;border-radius:50%;box-sizing:content-box;left:50%;max-width:100px;position:absolute;top:0;transform:translate(-50%,-50%)}.wlb-review-style-3 .wl-customer-testimonal .content{margin-top:0;padding-top:73px}.wlb-review-style-3 .wl-customer-testimonal .content p{color:#5b5b5b;font-size:14px;font-style:italic;line-height:24px;margin-bottom:4px;padding:0 4%}.wlb-review-style-3 .wl-customer-testimonal .content h4{color:#5b5b5b;font-size:16px;font-weight:600;line-height:37px;margin:0}.wlb-review-style-3 .wl-customer-testimonal .clint-info .rating,.wlb-review-style-4 .wl-customer-testimonal .clint-info .rating{justify-content:center}.wlb-review-style-3 .wl-customer-testimonal .clint-info{padding:0 4%}.wl-customer-align-right .wlb-review-style-3 .wl-customer-testimonal img{right:-40px;left:auto}.wl-customer-align-left .wlb-review-style-3 .wl-customer-testimonal img{left:70px}.wlb-review-style-4 .wl-customer-testimonal .content{background:#fff none repeat scroll 0 0;box-shadow:0 0 10px rgba(82,182,188,.25);padding:50px 9%;position:relative;text-align:center}.wlb-review-style-4 .wl-customer-testimonal .clint-info{margin-top:40px;text-align:center}.wlb-review-style-4 .wl-customer-testimonal img{border:2px solid #ececec;border-radius:50%;box-sizing:content-box;display:inline-block;max-width:80px}.wlb-review-style-4 .wl-customer-testimonal .clint-info h4{color:#5c5c5c;font-size:22px;font-weight:700;margin-bottom:4px;margin-top:22px}.wlb-review-style-4 .wl-customer-testimonal .clint-info span{color:#5c5c5c;font-size:15px;font-weight:600}.wlb-review-style-4 .wl-customer-testimonal .content .triangle{border-color:#fff transparent transparent;border-style:solid;border-width:20px;left:50%;margin-top:-1px;position:absolute;top:100%;transform:translateX(-50%)}.wl-customer-align-right .wlb-review-style-4 .wl-customer-testimonal .clint-info,.wl-customer-align-right .wlb-review-style-4 .wl-customer-testimonal .content{text-align:right}.wl-customer-align-left .wlb-review-style-4 .wl-customer-testimonal .clint-info,.wl-customer-align-left .wlb-review-style-4 .wl-customer-testimonal .content{text-align:left}.wl-customer-align-right .wlb-review-style-4 .wl-customer-testimonal .content .triangle{right:0;left:auto}.wl-customer-align-left .wlb-review-style-4 .wl-customer-testimonal .content .triangle{left:45px}.wl-customer-testimonal .clint-info h4{margin:0}.wl-customer-testimonal .clint-info .rating{color:#ffcf0e;display:flex;list-style:outside none none;margin:4px 0 0;padding:0}.wl-customer-testimonal .clint-info .rating li{margin-right:8px}.wl-customer-testimonal .clint-info .rating li:last-child{margin-right:0}.wl-customer-testimonal .content img.avatar{border-radius:100%}.wl-customer-align-center .wl-customer-testimonal .clint-info .rating{justify-content:center}.wl-customer-align-left .wl-customer-testimonal .clint-info .rating{justify-content:flex-start}.wl-customer-align-right .wl-customer-testimonal .clint-info .rating{justify-content:flex-end}.wlb-marker-style-1{padding:245px 0}.wlb-marker-style-1 .wlb_image_pointer{width:36px;height:36px;border-radius:100%;border:3px solid #ed552d;background-color:#fff;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:32px}.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box{background:#fff;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all .3s cubic-bezier(0,0,.2,1);transition:all .3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.07);box-shadow:0 2px 20px 0 rgba(0,0,0,.07);text-align:center}.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box h4{font-size:20px;margin-bottom:7px}.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box p{font-size:13px;line-height:24px;margin:0}.wlb-marker-style-1 .wlb_image_pointer:hover .wlb_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.wlb-marker-style-1 .wlb_image_pointer:before{content:"\f129";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);font-family:FontAwesome;color:#ed552d;font-size:18px;width:100%;height:100%}.wlb-marker-style-1 .wlb_image_pointer{position:absolute;left:66%;top:15%}.wlb-marker-style-2{padding:245px 0}.wlb-marker-style-2 .wlb_image_pointer{width:46px;height:46px;border-radius:100%;border:5px solid #ddd;background-color:#fff;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:38px}.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box{background:#fff;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all .3s cubic-bezier(0,0,.2,1);transition:all .3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.07);box-shadow:0 2px 20px 0 rgba(0,0,0,.07);text-align:center}.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box h4{font-size:20px;margin-bottom:7px}.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box p{font-size:13px;line-height:24px;margin:0}.wlb-marker-style-2 .wlb_image_pointer:hover .wlb_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.wlb-marker-style-2 .wlb_image_pointer:before{content:"\f067";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);font-family:FontAwesome;color:#ed552d;font-size:18px;width:100%;height:100%;transition:.4s ease-in-out}.wlb-marker-style-2 .wlb_image_pointer:hover:before{transform:translateX(-50%) translateY(-50%) rotate(47deg)}.wlb-marker-style-2 .wlb_image_pointer{position:absolute;left:50%;top:26%}.wlb-marker-style-3{padding:245px 0}.wlb-marker-style-3 .wlb_image_pointer{width:46px;height:46px;border-radius:100%;background-color:#000;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:49px;z-index:2}.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box{background:#000;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all .3s cubic-bezier(0,0,.2,1);transition:all .3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.07);box-shadow:0 2px 20px 0 rgba(0,0,0,.07);text-align:center}.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box h4{font-size:20px;margin-bottom:7px;color:#fff}.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#fff}.wlb-marker-style-3 .wlb_image_pointer:hover .wlb_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.wlb-marker-style-3 .wlb_image_pointer:before{content:"\f067";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);font-family:FontAwesome;color:#fff;font-size:18px;width:100%;height:100%;transition:.4s ease-in-out}.wlb-marker-style-3 .wlb_image_pointer:after{position:absolute;left:2px;background:#000;content:"";right:2px;top:2px;bottom:2px;border-radius:100%;border:2px solid #fff;z-index:-1}.wlb-marker-style-3 .wlb_image_pointer:hover:before{transform:translateX(-50%) translateY(-50%) rotate(47deg)}.wlb-marker-style-3 .wlb_image_pointer{position:absolute;left:50%;top:26%}.wlb-marker-style-4{padding:245px 0}.wlb-marker-style-4 .wlb_image_pointer{width:46px;height:46px;border-radius:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:38px;border:5px solid #d88d78;z-index:2}.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box{background-position:center center;background-size:cover;background-repeat:no-repeat;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all .3s cubic-bezier(0,0,.2,1);transition:all .3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.07);box-shadow:0 2px 20px 0 rgba(0,0,0,.07);text-align:center}.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box h4{font-size:20px;margin-bottom:7px}.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#18012c}.wlb-marker-style-4 .wlb_image_pointer:hover .wlb_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.wlb-marker-style-4 .wlb_image_pointer:before{content:"\f067";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);font-family:FontAwesome;color:#d88d78;font-size:18px;width:100%;height:100%;transition:.4s ease-in-out}.wlb-marker-style-4 .wlb_image_pointer:hover:before{transform:translateX(-50%) translateY(-50%) rotate(47deg)}.wlb-marker-style-4 .wlb_image_pointer{position:absolute;left:83%;top:37%}.wlb-marker-style-5{padding:245px 0}.wlb-marker-style-5 .wlb_image_pointer{width:46px;height:46px;border-radius:4px;background:#000;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:47px;z-index:2}.wlb-marker-style-5 .wlb_image_pointer .effect-1{position:relative}.wlb-marker-style-5 .wlb_image_pointer .effect-1:before,.wlb-marker-style-5 .wlb_image_pointer .effect-1:after{position:absolute;top:50%;left:50%;display:block;content:"";border:1px solid #f10;border-radius:50%;-webkit-transform:scale(.35) translateY(-50%) translateX(-50%);-ms-transform:scale(.35) translateY(-50%) translateX(-50%);transform:scale(.35) translateY(-50%) translateX(-50%);opacity:0;-webkit-animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) .4s infinite;animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) .4s infinite}.wlb-marker-style-5 .wlb_image_pointer .effect-1:before{width:32px;height:32px;left:50%;top:50%;z-index:-1}.wlb-marker-style-5 .wlb_image_pointer .effect-1:after{width:32px;height:32px;z-index:-1;border-color:rgba(255,255,255,.4);-webkit-animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite}.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box{background:#000;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all .3s cubic-bezier(0,0,.2,1);transition:all .3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.07);box-shadow:0 2px 20px 0 rgba(0,0,0,.07);text-align:center}.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box h4{font-size:20px;margin-bottom:7px;color:#fff}.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#fff}.wlb-marker-style-5 .wlb_image_pointer:hover .wlb_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.wlb-marker-style-5 .wlb_image_pointer:before{content:"\f067";position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);font-family:FontAwesome;color:#fff;font-size:18px;width:100%;height:100%;transition:.4s ease-in-out}.wlb-marker-style-5 .wlb_image_pointer:hover:before{transform:translateX(-50%) translateY(-50%) rotate(47deg)}.wlb-marker-style-5 .wlb_image_pointer{position:absolute;left:83%;top:37%}@-webkit-keyframes marker-ripple-animation{0%{-webkit-transform:translate3d(-50%,-50%,0) scale(1);opacity:1}100%{-webkit-transform:translate3d(-50%,-50%,0) scale(1.7);opacity:0}}@keyframes marker-ripple-animation{0%{transform:translate3d(-50%,-50%,0) scale(1);opacity:1}100%{transform:translate3d(-50%,-50%,0) scale(1.7);opacity:0}}.elementor-widget-wl-empty-cart-message .woocommerce-notices-wrapper .cart-empty+.cart-empty{display:none}.wl-quantity-wrap .label,.wl-quantity-wrap .wl-quantity,.wl-cart-icon,.wl-wishlist-compare-txt{display:none}.wl-addto-cart .wishsuite-button.wltooltip_no span.wishsuite-btn-text{display:none}.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap span.label{margin:22px 0}.woolentor_current_theme_blocksy .wl-addto-cart a.htcompare-btn{display:unset !important}.woolentor_current_theme_oceanwp .wl-addto-cart form.cart .quantity{min-width:unset}.woolentor_current_theme_blocksy .wl-addto-cart.grouped.wl-style-5 form.cart .wl-cart-wrap,.woolentor_current_theme_blocksy .wl-addto-cart.variable.wl-style-3 form.cart .wl-quantity-wrap,#holmes .wl-addto-cart.variable.wl-style-3 form.cart .wl-quantity-wrap,#holmes .wl-addto-cart.variable.wl-style-5 form.cart .wl-quantity-wrap{flex-wrap:unset !important}#holmes .wl-addto-cart form.cart .button{height:auto !important}.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-2 .quantity .qty,.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-3 .quantity .qty,.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-5 .quantity .qty{width:inherit !important;text-align:center !important}.woolentor_current_theme_blocksy .wl-addto-cart.grouped.wl-style-5 form.cart .wl-cart-wrap,.woolentor_current_theme_blocksy .wl-addto-cart.variable.wl-style-3 form.cart .wl-quantity-wrap{flex-wrap:unset !important}.wl-addto-cart.wl-style-2 .cart .quantity[data-type=type-2] .ct-increase,.wl-addto-cart.wl-style-4 .cart .quantity[data-type=type-2] .ct-increase,.wl-addto-cart.wl-style-4 .cart .quantity[data-type=type-2] .ct-decrease,.wl-addto-cart.wl-style-2 .cart .quantity[data-type=type-2] .ct-decrease{display:none}.woolentor-page-template .ct-woo-account{display:block}.wl-addto-cart.wl-style-2 .cart .quantity a.plus,.wl-addto-cart.wl-style-4 .cart .quantity a.minus,.wl-addto-cart.wl-style-4 .cart .quantity a.plus,.wl-addto-cart.wl-style-2 .cart .quantity a.minus,.wl-addto-cart.wl-style-4 .cart .quantity>.plus,.wl-addto-cart.wl-style-2 .cart .quantity>.minus,.woolentor_current_theme_oceanwp .wl-addto-cart .cart .quantity a.plus,.woolentor_current_theme_oceanwp .wl-addto-cart .cart .quantity a.minus{display:none}.wl-addto-cart.wl-style-2 .wl-quantity-wrap .label,.wl-addto-cart.wl-style-2 .wl-quantity-wrap .wl-quantity,.wl-addto-cart.wl-style-3 .wl-quantity-wrap .label,.wl-addto-cart.wl-style-5 .wl-quantity-wrap .label{display:inline-block}.wl-addto-cart form.cart>a.wishsuite-product-before_cart_btn,.wl-addto-cart.grouped form.cart .wl-cart-wrap>a.wishsuite-product-before_cart_btn,.wl-addto-cart.variable form.cart .single_variation_wrap .woocommerce-variation-add-to-cart>a.wishsuite-product-before_cart_btn{display:none}.wl-addto-cart form.cart .htcompare-button-area,.wl-addto-cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .htcompare-button-area{display:none}.wl-addto-cart .wishsuite-btn,.wl-addto-cart .wishsuite-button{position:static !important}.woolentor-sticky-wishlist .wishsuite-button,.woolentor-sticky-wishlist .wishsuite-btn{display:none !important}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart div.quantity,.wl-addto-cart.wl-style-2 form.cart div.quantity{float:none;margin-right:0}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap{display:flex;margin-bottom:30px}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity-cal{display:flex;flex-wrap:wrap;border-bottom:1px solid #333;align-items:center;margin-left:80px}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap span.label{font-size:14px;font-weight:400;letter-spacing:1px;text-transform:uppercase;color:#333;margin-top:5px}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity{background:0 0;color:#666;font-size:14px}.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type=number]{border-width:0;color:#212529;font-weight:500;text-align:center;width:4em}.wl-addto-cart form.cart .wl-quantity-wrap .wl-quantity{cursor:pointer}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity{padding-left:0;padding-right:35px}.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity.wl-qunatity-plus{padding-right:0;padding-left:35px}.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type=number]::-webkit-outer-spin-button,.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type=number]{appearance:textfield;-moz-appearance:textfield}.woocommerce div.product .wl-addto-cart form.cart:after,.woocommerce div.product .wl-addto-cart form.cart:before,.wl-addto-cart form.cart:after,.wl-addto-cart form.cart:before{display:none}.woocommerce div.product .wl-addto-cart.external.wl-style-2 form.cart .button,.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .button,.wl-addto-cart.wl-style-2 form.cart .button,.wl-addto-cart.external.wl-style-2 form.cart .button{vertical-align:baseline;float:none;font-weight:400;line-height:24px;margin-bottom:10px;padding:15px 40px;text-align:center;white-space:nowrap;letter-spacing:1px;text-transform:uppercase;color:#fff;border:1px solid #333;border-radius:500px;background-color:#333}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .button:hover,.wl-addto-cart.wl-style-2 form.cart .button:hover{background:#fff;color:#333;border-color:#333}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap,.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap{display:flex;margin-bottom:30px;gap:15px}.woocommerce div.product .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap{display:flex;flex-wrap:wrap;gap:15px}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.after .single_add_to_cart_button,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.after .single_add_to_cart_button{order:1}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.after .wishlist,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.after .wishlist{order:2}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.after .compare,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.after .compare{order:3}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.before .single_add_to_cart_button,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.before .single_add_to_cart_button{order:3}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.before .wishlist,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.before .wishlist{order:1}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.before .compare,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.before .compare{order:2}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both .single_add_to_cart_button,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both .single_add_to_cart_button{order:2}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both .wishlist,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both .wishlist{order:1}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both a.wishlist,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both a.wishlist,.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both a.woolentor-compare,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both a.woolentor-compare{width:100%;height:100%;justify-content:center}.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both .compare,.wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both .compare{order:3}.wl-addto-cart.external.before.wl-style-2 form.cart .single_add_to_cart_button,.wl-addto-cart.external.before.wl-style-5 form.cart .single_add_to_cart_button{order:3}.wl-addto-cart.external.before.wl-style-2 form.cart .wishlist,.wl-addto-cart.external.before.wl-style-5 form.cart .wishlist{order:1}.wl-addto-cart.external.before.wl-style-2 form.cart .compare,.wl-addto-cart.external.before.wl-style-5 form.cart .compare{order:2}.wl-addto-cart.external.after.wl-style-2 form.cart .single_add_to_cart_button,.wl-addto-cart.external.after.wl-style-5 form.cart .single_add_to_cart_button{order:1}.wl-addto-cart.external.after.wl-style-2 form.cart .wishlist,.wl-addto-cart.external.after.wl-style-5 form.cart .wishlist{order:2}.wl-addto-cart.external.after.wl-style-2 form.cart .compare,.wl-addto-cart.external.after.wl-style-5 form.cart .compare{order:3}.wl-addto-cart.external.both.wl-style-2 form.cart .single_add_to_cart_button,.wl-addto-cart.external.both.wl-style-5 form.cart .single_add_to_cart_button{order:2}.wl-addto-cart.external.both.wl-style-2 form.cart .wishlist,.wl-addto-cart.external.both.wl-style-5 form.cart .wishlist{order:1}.wl-addto-cart.external.both.wl-style-2 form.cart .compare,.wl-addto-cart.external.both.wl-style-5 form.cart .compare{order:3}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon,.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon,.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon{width:56px;height:56px;color:#333;border:1px solid #696969;background-color:transparent;border-radius:50%;display:flex;justify-content:center;font-size:22px;align-items:center;cursor:pointer;transition:1.2s}.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon.wishlist .wishsuite-button svg{height:22px;width:22px}.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon{border-radius:0}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover,.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover,.woocommerce div.product .wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover,.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover{color:#fff;background:#333}.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover>a,.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover>a,.woocommerce div.product .wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover>a,.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover>a{color:#fff}.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon a svg{width:22px;height:22px}.wl-addto-cart.external.wl-style-2 form.cart{display:flex;flex-wrap:wrap;gap:10px}.woocommerce div.product .wl-addto-cart.external.wl-style-5 form.cart .button,.wl-addto-cart.external.wl-style-5 form.cart .button{padding:15px 40px;line-height:24px}.wl-addto-cart.wl-style-3 form.cart,.wl-addto-cart.wl-style-4 form.cart,.wl-addto-cart.wl-style-5 form.cart,.wl-addto-cart.variable.wl-style-3 form.cart .single_variation_wrap .woocommerce-variation-add-to-cart,.wl-addto-cart.variable.wl-style-4 form.cart .single_variation_wrap .woocommerce-variation-add-to-cart,.wl-addto-cart.variable.wl-style-5 form.cart .single_variation_wrap .woocommerce-variation-add-to-cart{display:flex;flex-wrap:wrap;gap:15px;flex-direction:row;margin-bottom:30px;align-items:center}.woolentor-quickview-content-builder .wl-addto-cart.external.wl-style-5 form.cart{flex-wrap:unset}.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap,.wl-addto-cart.wl-style-5 form.cart .wl-quantity-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:15px}.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap{flex:1}.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .wl-cart-wrap,.wl-addto-cart.wl-style-3 form.cart .wl-cart-wrap,.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .wl-cart-wrap,.wl-addto-cart.wl-style-4 form.cart .wl-cart-wrap{flex:1.5}.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .button,.wl-addto-cart.wl-style-3 form.cart .button,.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .button,.wl-addto-cart.wl-style-4 form.cart .button{float:none;width:100%;background-color:#222}.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .button:not(.woolentor-quick-checkout-button),.wl-addto-cart.wl-style-4 form.cart .button:not(.woolentor-quick-checkout-button){padding:19px 0;border-radius:5px}.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .button:not(.woolentor-quick-checkout-button),.wl-addto-cart.wl-style-3 form.cart .button:not(.woolentor-quick-checkout-button){padding:15px 0;border-radius:5px}.woocommerce .wl-addto-cart.wl-style-5 .quantity .qty{width:4.631em;text-align:left;min-height:0px}.woocommerce .wl-addto-cart.wl-style-5 .quantity input[type=number]{padding:12px 7px}.woocommerce .wl-addto-cart.wl-style-3 .quantity input[type=number]{text-align:left;width:100%;padding:10px 9px;border-radius:5px}.woocommerce div.product .wl-addto-cart.wl-style-3 .wl-quantity-wrap .label,.wl-addto-cart.wl-style-3 .wl-quantity-wrap .label{flex:1}.woolentor-quickview-content-builder .wl-addto-cart.wl-style-3 .wl-quantity-wrap .label{flex:unset}.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap .wl-quantity-cal{flex:2}.woolentor-quickview-content-builder .wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap .wl-quantity-cal{flex:unset}.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity-cal{display:flex;background:#f7f8fa;align-items:center;padding:8px 0;border-radius:5px}.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap{display:flex;align-items:center;flex-wrap:wrap}.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity,.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity{float:none;display:inline-block;text-align:center;width:50px;height:auto}.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type=number]{border-width:0;color:#212529;font-weight:500;text-align:center;padding:0;background:0 0;margin:0}.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type=number]::-webkit-outer-spin-button,.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type=number]{appearance:textfield;-moz-appearance:textfield}.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart div.quantity,.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart div.quantity{margin:0}.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .wl-wishlist-compare-txt,.wl-addto-cart.wl-style-3 form.cart .wl-wishlist-compare-txt{display:block}.wl-wishlist-compare-txt{margin:0;padding:0;width:100%;margin-top:15px}.wl-wishlist-compare-txt li{list-style:none}.wl-wishlist-compare-txt .wishsuite-button.wltooltip_no span.wishsuite-btn-text{display:block}.wl-wishlist-compare-txt .htcompare-btn.woolentor-compare{margin-left:6px}.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .wl-wishlist-compare-txt,.wl-addto-cart.wl-style-4 form.cart .wl-wishlist-compare-txt{display:flex;flex-wrap:wrap;gap:20px}.wl-addto-cart.grouped .wl-quantity-grouped-cal{display:flex;align-items:center}.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity{padding:2px 16px;border:1px solid #eaeaea;cursor:pointer}.wl-addto-cart.grouped.wl-style-1 .wl-quantity-grouped-cal .wl-quantity{display:none}.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-minus{border-right:none}.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-plus{border-left:none}.wl-addto-cart.grouped.wl-style-3 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-minus,.wl-addto-cart.grouped.wl-style-5 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-minus{display:none}.wl-addto-cart.grouped.wl-style-3 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-plus,.wl-addto-cart.grouped.wl-style-5 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-plus{display:none}.wl-addto-cart.grouped .wl-quantity-grouped-cal .quantity input[type=number]{border:1px solid #eaeaea}.woolentor-filter-wrap{overflow:hidden}.rtl .woolentor-filter-wrap ul li ul{padding-left:0;padding-right:20px}h2.wl_filter_title{margin:0 0 10px;color:#2d2a2a;font-weight:600;font-size:20px;padding:0 0 15px;border-bottom:1px solid #eee}.woolentor-filter-wrap form.wl_product_search_form{border:2px solid rgba(129,129,129,.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.woolentor-filter-wrap form.wl_product_search_form input[type=search]{box-sizing:inherit;padding:0 15px;height:42px;border-radius:0;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;vertical-align:middle;font-size:14px;-webkit-transition:border-color .5s ease;transition:border-color .5s ease;border:0;width:calc(100% - 50px)}.woolentor-filter-wrap form.wl_product_search_form button{width:50px;padding:0;height:42px;text-align:center;background:0 0;transition:.4s;color:#222;border:none}.woolentor-filter-wrap ul{margin:0;padding:0;list-style:none}.woolentor-filter-wrap ul li{border-bottom:1px solid #eee;margin:0}.woolentor-filter-wrap ul li:last-child{border-bottom:0}.woolentor-filter-wrap ul li a{padding:12px 0;display:inline-block;color:#464646;font-weight:400;font-size:14px;transition:.4s}.woolentor-filter-wrap ul>li:hover>i,.woolentor-filter-wrap ul li a:hover{color:#f05b64}.woolentor-filter-wrap ul li i{margin-right:10px}.woolentor-filter-wrap ul li ul{padding-left:20px;border-top:1px solid #eee}.woolentor-filter-wrap ul li.wlchosen i{display:none}.woolentor-filter-wrap ul li.wlchosen a{position:relative;padding-left:15px}.woolentor-filter-wrap ul li.wlchosen>a:before,.woolentor-filter-wrap ul li.wlchosen>a:after{position:absolute;top:calc(50% - 1px);left:0;width:12px;height:2px;content:"";-webkit-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#f05b64}.woolentor-filter-wrap ul li.wlchosen a:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.woolentor-filter-wrap select{padding-right:30px;background-position:right 10px top 50%;background-size:auto 18px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");padding:0 15px;max-width:100%;width:100%;height:42px;border:2px solid rgba(129,129,129,.2);border-radius:0;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;vertical-align:middle;font-size:14px;-webkit-transition:border-color .5s ease;transition:border-color .5s ease;-webkit-appearance:none;appearance:none}.woolentor_slider_range.ui-slider{position:relative;background:#dbdbdb none repeat scroll 0 0;border:medium none;border-radius:50px;height:5px;margin-bottom:12px;margin-left:auto;margin-right:0}.woolentor_slider_range .ui-slider-range.ui-widget-header.ui-corner-all{height:100%;position:absolute;display:block;border:0;background:#fa6bff none repeat scroll 0 0;border:none;-webkit-transition:all 0s ease 0s;-o-transition:all 0s ease 0s;transition:all 0s ease 0s}.woolentor_slider_range .ui-slider-handle.ui-state-default.ui-corner-all{position:absolute;background:#fff none repeat scroll 0 0;border:medium none;border-radius:50%;height:15px;margin-left:0;width:15px;border:4px solid #fa6bff;z-index:2;width:1em;height:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.wl_button_price{margin-top:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wl_button_price button{background:#29d8db;padding:5px 12px;border-radius:3px;border:none}.wl_button_price button:hover{background:#fa6bff;text-decoration:none}.wl_product-accordion{width:100%}.wl_product-accordion .panel.panel-default{margin-bottom:20px}.wl_product-accordion .wl_product-accordion-card{margin-bottom:20px;border-radius:35px;background:-webkit-linear-gradient(349deg,#612cf6 0,#ba73fa 65%);background:-o-linear-gradient(349deg,#612cf6 0,#ba73fa 65%);background:linear-gradient(-259deg,#612cf6 0,#ba73fa 65%)}.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card{background:#3951e1}.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head{border:none;width:100%;text-align:left;color:#fff;padding:20px 30px;position:relative;overflow-wrap:break-word;white-space:normal;font-size:18px;line-height:1.2;font-weight:500;border-radius:35px;border-bottom:1px solid transparent;position:relative;cursor:pointer}@media only screen and (max-width:479px){.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head{padding-left:15px;padding-right:20px}}.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator{position:absolute;right:35px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;padding-top:6px;text-align:center;background:#fff;border-radius:50%;color:#ba73fa}@media only screen and (max-width:479px){.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator{right:15px}}.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator i{visibility:hidden;opacity:0;display:none;color:#ba73fa}.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator i:nth-child(2){visibility:visible;opacity:1;display:block}.wl_product-accordion .wl_product-accordion-card.active .wl_product-accordion-head-indicator i{visibility:hidden;opacity:0;display:none;color:#ba73fa}.wl_product-accordion .wl_product-accordion-card.active .wl_product-accordion-head-indicator i:nth-child(1){visibility:visible;opacity:1;display:block}.wl_product-accordion .wl_product-accordion-content{border-bottom:none;margin-bottom:20px;border:none;border-radius:35px}.wl_product-accordion .wl_product-accordion-content img{border-radius:15px}.wl_product-accordion .wl_product-accordion-content:last-child{margin-bottom:0}.wl_product-accordion .card-body{padding:15px 30px 29px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media only screen and (max-width:575px){.wl_product-accordion .card-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.wl_product-accordion .card-body .product-thumbnail{width:260px}.wl_product-accordion .card-body .product-content{margin-left:20px;width:100%}@media only screen and (max-width:575px){.wl_product-accordion .card-body .product-content{margin-left:0}}.wl_product-accordion .card-body .product-content .product-content-top{border-top:1px solid #fff;padding-top:30px}@media only screen and (max-width:575px){.wl_product-accordion .card-body .product-content .product-content-top{border-top:1px solid transparent}}.wl_product-accordion .card-body .product-content .product-content-top p{color:#fff}.wl_product-accordion .card-body .product-content .product-content-top .reading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#fff}.wl_product-accordion .card-body .product-content .product-acontent-bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.wl_product-accordion .card-body .product-content .product-acontent-bottom .product-price{color:#fff;font-weight:500;margin-top:10px}@media only screen and (min-width:992px) and (max-width:1199px){.wl_product-accordion .card-body .product-content .product-acontent-bottom .product-price{margin-bottom:5px;margin-top:5px}}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action{margin-top:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0;border-radius:0 0 5px 5px;list-style:none;margin:0;margin-right:44px}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action li{margin:0 5px}.wl_product-accordion .action .woocommerce.product.compare-button a:before,.wl_product-accordion .card-body .product-content .action .wishlist a,.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .action-item,.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .htcompare-btn,.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .wishsuite-button{font-size:14px;height:34px;padding:0 10px;line-height:34px;background:#fff;text-align:center;border-radius:50000px;color:#333;margin-left:10px;display:inline-block;text-align:center}.wl_product-accordion .card-body .product-content .action .wishlist a,.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .wishsuite-button{padding:3px 10px}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .wishsuite-button svg{width:15px;height:15px}.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card .wl_product-accordion-head-indicator{color:#3951e1}.wl_single-product-item ul.action a.htcompare-btn.loading{padding:0}.wl_single-product-item ul.action a.htcompare-btn.added:after{display:none}@media only screen and (max-width:479px){.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card .wl_product-accordion-head-indicator{right:15px}}.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card .wl_product-accordion-head-indicator i{color:#3951e1}.wl_horizontal-hover-accordion{width:100%;max-width:1080px;height:600px;overflow:hidden}.wl_horizontal-hover-accordion .accordion-ul{width:100%;display:table;table-layout:fixed;margin:0;padding:0}.wl_horizontal-hover-accordion .accordion-ul li{display:table-cell;vertical-align:bottom;position:relative;width:16.666%;height:600px;background-repeat:no-repeat;background-position:center center;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content{display:block;overflow:hidden;width:100%}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item{display:block;height:600px;width:100%;position:relative;z-index:3;padding:50px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;text-decoration:none;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;opacity:0;margin:0;width:100%;-o-text-overflow:ellipsis;text-overflow:ellipsis;position:relative;z-index:5;overflow:hidden;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media only screen and (max-width:767px){.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item{padding:30px 20px}}@media only screen and (max-width:575px){.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item{padding:30px 20px}}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content{background:rgba(255,255,255,.9);width:250px;padding:20px}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .sub-title{margin-bottom:0}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .sub-title a{font-size:12px;color:#000}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .title{margin:0}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .title a{color:#333;margin:0}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .product-price{color:#0a3aca;font-weight:500;margin-bottom:15px;margin-top:10px}@media only screen and (min-width:992px) and (max-width:1199px){.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .product-price{margin-bottom:5px;margin-top:5px}}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .reading{margin-top:20px;color:#75828e}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action{margin-top:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.action-item,.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.htcompare-btn,.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.wishsuite-button,.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .yith-wcwl-add-to-wishlist a{height:35px;padding:0 9px;line-height:35px;background:0 0;text-align:center;border-radius:35px;border:1px solid #0a3aca;color:#333;margin-right:10px}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.wishsuite-button svg{width:15px;height:15px}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .action-item i{margin-right:5px}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .yith-wcwl-add-to-wishlist a{padding:2px 9px;display:inline-block}.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action .yith-wcwl-add-button>a i,.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .yith-wcwl-add-button>a i{margin-right:0}.wl_horizontal-hover-accordion .accordion-ul:hover li{width:8%}.wl_horizontal-hover-accordion .accordion-ul:hover li:hover{width:20%}.wl_horizontal-hover-accordion .accordion-ul:hover li:hover .accordion-product-item{background:rgba(0,0,0,0);opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .star-rating{float:none}@media only screen and (max-width:575px){.wl_horizontal-hover-accordion .accordion-ul:hover li:hover{width:114%}}.va-title{font-size:20px}.va-content{display:none;margin-left:25px}.wl_product-accordion .wishlist.button-default i{margin-right:0}.wl_product-accordion .action .woocommerce.product.compare-button{position:relative}.wl_product-accordion .ht-product-action-tooltip,.wl_horizontal-hover-accordion .ht-product-action-tooltip{display:none}.wl_product-accordion .yith-wcwl-add-to-wishlist,.wl_horizontal-hover-accordion .yith-wcwl-add-to-wishlist{margin-top:0}.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button{position:relative;margin-top:-3px}.wl_product-accordion .woocommerce.product.compare-button a{font-size:0;font-weight:400;position:absolute;padding:0}.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a{text-indent:-9999px;background:inherit;margin-bottom:-10px;padding:0}.wl_product-accordion .action .woocommerce.product.compare-button a:before,.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a:before,.wl_single-product-item .action li .woolentor-compare.compare:before{content:"\f0ec";position:absolute;font-family:FontAwesome !important;font-size:18px}.wl_product-accordion .action .woocommerce.product.compare-button a:before{top:0}.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a:before{text-indent:0;left:0;right:0;color:#000;border:1px solid #0a3aca;width:37px;height:37px;line-height:35px;border-radius:50%;text-align:center}.wl_product-accordion-content .price ins{background:0 0}.wl_single-product-item a{color:inherit;display:inline-block;line-height:inherit;text-decoration:none;cursor:pointer}.wl_single-product-item a.htcompare-btn{justify-content:center}.wl_single-product-item{margin-top:30px;margin-left:auto;margin-right:auto;border:1px solid #eeeffb;border-radius:10000px 10000px 20px 20px;background:#f7f7f7}.wl_single-product-item .product-thumbnail{border:15px solid #fff;text-align:center;border-radius:50000px;position:relative;z-index:9;background:#fff}.wl_single-product-item .product-thumbnail .images{width:100% !important;-webkit-box-shadow:0 0px 6px rgba(112,112,112,.2);box-shadow:0 0px 6px rgba(112,112,112,.2);border-radius:50%;margin-bottom:0 !important}.wl_single-product-item .product-thumbnail .images img{display:inline-block;border-radius:100%;width:100%}@media only screen and (max-width:767px){.wl_single-product-item .product-thumbnail{height:auto}}@media only screen and (max-width:575px){.wl_single-product-item .product-thumbnail{height:auto}}.wl_single-product-item .product-content{margin-top:-124px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.wl_single-product-item .product-content .product-content-top{padding:140px 20px 10px}.wl_single-product-item .product-content .product-content-top .title{font-weight:600;font-size:18px;margin:0;text-transform:inherit}.wl_single-product-item.wl_dark-item .product-content .product-content-top .title a{color:#fff}.wl_single-product-item.wl_dark-item .product-content .product-content-top p{font-weight:400;font-size:14px}.wl_single-product-item .product-content .product-content-top .title a{color:#333}.wl_single-product-item .product-content .product-content-top .title a:hover{color:#0a3aca}.wl_single-product-item .product-content .product-content-top .product-price{color:#0a3aca;font-weight:500;margin-bottom:15px;margin-top:10px;font-size:15px}@media only screen and (min-width:992px) and (max-width:1199px){.wl_single-product-item .product-content .product-content-top .product-price{margin-bottom:5px;margin-top:5px}}.wl_single-product-item .product-content .product-content-top .reading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.wl_single-product-item .product-content .action{margin-top:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;background:#4e7cff;padding:10px 30px;border-radius:0 0 5px 5px;margin:0;list-style:none}.wl_single-product-item .product-content .action li{margin:0;position:relative;line-height:0}.wl_single-product-item .product-content .action li a,.wl_single-product-item .product-content .action .action-item{width:40px;height:40px;line-height:40px;background:#285ffc;text-align:center;border-radius:5px;color:#fff}.wl_single-product-item .product-content .action li .yith-wcwl-wishlistaddedbrowse.hide a,.wl_single-product-item .product-content .action li a.add_to_wishlist{padding:3px}.wl_single-product-item .product-content .action .action-item:hover{background:#2b2b4c}.wl_single-product-item.wl_left-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:100%;border-radius:500px 0 0 500px}@media only screen and (max-width:575px){.wl_single-product-item.wl_left-item{display:inherit;border-radius:500px 500px 5px 5px;max-width:270px;margin-left:auto;margin-right:auto}}.wl_single-product-item.wl_left-item .product-thumbnail{height:270px;width:340px;line-height:200px}.wl_single-product-item.wl_left-item .product-thumbnail .images{height:100%;width:100%;line-height:initial;-webkit-box-shadow:0 0px 6px rgba(112,112,112,.2);box-shadow:0 0px 6px rgba(112,112,112,.2);border-radius:50%}@media only screen and (max-width:575px){.wl_single-product-item.wl_left-item .product-thumbnail{height:270px;width:270px}}.wl_single-product-item.wl_left-item .product-content{margin-top:0;margin-left:-144px;width:100%}@media only screen and (max-width:575px){.wl_single-product-item.wl_left-item .product-content{margin-top:0;margin-left:0}}.wl_single-product-item.wl_left-item .product-content .product-price{margin-bottom:5px;margin-top:5px}.wl_single-product-item.wl_left-item .product-content .product-content-top{padding:30px 20px 12px 165px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (max-width:767px){.wl_single-product-item.wl_left-item .product-content .product-content-top{padding:10px 20px 10px 170px}}@media only screen and (max-width:575px){.wl_single-product-item.wl_left-item .product-content .product-content-top{padding:10px 20px 12px 10px}}.wl_single-product-item.wl_left-item .product-content .action{padding:10px 30px 10px 150px;border-radius:0 0 5px 5px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (max-width:767px){.wl_single-product-item.wl_left-item .product-content .action{padding:10px 20px 10px 150px}}@media only screen and (max-width:575px){.wl_single-product-item.wl_left-item .product-content .action{padding:10px 20px}}.wl_single-product-item.wl_dark-item .product-thumbnail{border:15px solid #707070}.wl_single-product-item.wl_dark-item .product-thumbnail .images{-webkit-box-shadow:0 0px 6px rgba(112,112,112,.2);box-shadow:0 0px 6px rgba(112,112,112,.2)}.wl_single-product-item.wl_dark-item .product-content{background:#2b2b4c;color:#fff}.wl_single-product-item.wl_dark-item .product-content .product-content-top{padding:140px 20px 10px}.wl_single-product-item.wl_dark-item .product-content .product-content-top .title{color:#fff}.wl_single-product-item.wl_dark-item .product-content .product-content-top .product-price{color:#fff}.wl_single-product-item.wl_dark-item .product-content .product-content-top .reading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#75828e}.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;margin-left:-3px;margin-right:-3px}.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting .ht-product-user-ratting,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;position:absolute;left:5px;top:0;z-index:3;margin-left:-5px;margin-right:-5px}.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting,.ht-products .ht-product.ht-product-ratting-top-right .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting{position:inherit}.ht-products .ht-product.ht-product-category-right-bottom .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price{margin-bottom:25px}.ht-products .ht-product.ht-product-category-right-bottom .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting{margin-top:8px}.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting .ht-product-user-ratting i,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting i{color:#dc9a0e}.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting i,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting i{color:#aaa}.wl_single-product-item .action li .woolentor-compare.compare:before{left:50%;top:60%;transform:translateX(-50%) translateY(-50%);color:#fff;font-size:18px;width:100%;height:100%}.wl_single-product-item .product-content .action li a:hover{background:#2b2b4c}.wl_single-product-item .product-content .action span.ht-product-action-tooltip{display:none}.wl_single-product-item .product-content .yith-wcwl-add-to-wishlist{margin-top:0}.wl_single-product-item .product-content .yith-wcwl-add-button>a i{margin-right:0}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .btn_cart{position:relative}.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.action-item.added,.wl_single-product-item .product-content .action .action-item.added{display:none}.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward{font-size:0;margin-right:30px}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward{font-size:0;margin-right:30px}.wl_single-product-item .product-content .action a.added_to_cart.wc-forward{text-indent:-9999px;padding:0}.wl_single-product-item .product-content .action .action-item.loading:before{position:absolute;text-indent:0;content:"\e01c";font-family:WooCommerce;left:0;right:0}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after,.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after,.wl_single-product-item .product-content .action a.added_to_cart.wc-forward:after{position:absolute;text-indent:0;content:"\e017";font-family:WooCommerce;left:0;right:0;font-size:18px}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after,.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after{font-size:18px;background:#fff;display:inline-table;height:34px;line-height:34px;border-radius:50%;padding:0 9px;margin-right:70px;color:#333}.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .action-item.added,.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .action-item.added{display:none}.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.added_to_cart.wc-forward{height:35px;padding:0 9px;line-height:35px;background:0 0;text-align:center;border-radius:35px;border:1px solid #0a3aca;color:#333;margin-right:10px}.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area{padding:40px 50px;background-color:#fff;border-radius:5px;margin-bottom:30px;box-shadow:0 0 10px rgba(0,0,0,.1)}@media only screen and (max-width:767px){.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area{padding:40px 20px}}@media only screen and (min-width:768px) and (max-width:991px){.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area{padding:40px 20px}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:767px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side h2{margin:0;font-size:24px;font-weight:500}@media only screen and (max-width:767px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side{margin-bottom:20px}}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side{margin-bottom:0}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-check-all-area{margin-right:20px}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-all-cart{background-color:#3326ae;color:#fff;padding:8px 25px;border-radius:25px}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-all-cart i{margin-right:10px}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-check-all-area{margin-right:0;margin-bottom:10px}}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-label-for-checkbox{margin-bottom:5px}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-right-side{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-right-side{margin-top:20px}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box{position:relative}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-filter-custom{margin-left:20px}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box{margin-right:10px}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box .input-box{border:none;background:#eeeffb;padding:10px 36px 10px 20px;border-radius:25px;height:40px;position:relative}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box .input-box{padding:10px 36px 10px 10px}}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box .input-inner-btn{position:absolute;background:0 0;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:none;font-size:16px;padding:0;color:#222}.woolentor-horizontal-filter-wrap .woolentor-search-filter-custom .filter-icon{height:40px;width:40px;line-height:40px;text-align:center;background:#eeeffb;border-radius:50%;display:inline-block;color:#222}.woolentor-horizontal-filter-wrap .woolentor-filter-field-area{border-top:1px solid #eff6ff;padding-top:20px;margin-top:20px}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-field-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:768px) and (max-width:991px){.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:575px){.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item{margin-left:20px;margin-top:10px}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item:first-child{margin-left:0}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item label{display:block;margin-bottom:10px}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item .select2-container{width:120px !important;height:40px}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .clear-filter{margin-top:10px}@media only screen and (max-width:767px){.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .clear-filter{width:100%}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item{margin-left:10px}}.woolentor-horizontal-filter-wrap .select2-container .select2-selection--single{border-radius:25px;height:40px;padding:5px 25px 5px 10px;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;outline:none}.woolentor-horizontal-filter-wrap .select2-container .select2-selection--multiple{outline:none}.woolentor-horizontal-filter-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.woolentor-horizontal-filter-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:25px;border-bottom-right-radius:25px}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection{background:transparent url(//www.travelkon.com.au/wp-content/plugins/woolentor-addons/assets/css/../images/selector-icon.png) no-repeat center right 10px}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection--multiple{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:40px;padding:5px;height:40px;border-radius:25px}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection__rendered{display:inline;list-style:none;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection__choice{background-color:transparent;border:none;border-radius:25px;display:inline-block;margin-left:5px;margin-top:0;padding:0;font-size:14px}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection .select2-selection__rendered{white-space:nowrap;overflow:hidden;padding-left:8px;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;align-items:center;width:auto}.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection .select2-results__option{padding-right:20px;vertical-align:middle;font-size:16px;padding:3px 7px;font-weight:600}.woolentor-select-drop span.select2-dropdown .select2-results__option{display:block}.woolentor-horizontal-filter-wrap .select2-container .select2-search--inline .select2-search__field{font-size:15px;max-width:100px;padding-right:13px;height:inherit;min-height:inherit;line-height:inherit;margin:0}.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:16px;margin-bottom:-5px;margin-left:6px}.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox .input-checkbox{opacity:0;line-height:1;height:inherit;display:none}.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox>span{display:inline-block;text-transform:inherit;position:relative;line-height:1;font-size:14px;font-weight:400}.woolentor-horizontal-filter-wrap .clear-filter{background:0 0;padding:0;border:none;margin-left:20px;color:#4e7cff;font-size:14px}.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item.woolentor-states-input-auto .select2-container{width:auto !important;min-width:120px;overflow:hidden;height:40px}div[class*=woolentor-single-select-drop] .select2-results__option:before{border-radius:100%}.woolentor-select-drop .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#ddd;color:#fff}.woolentor-filter-single-item button.select2-selection__choice__remove,.woolentor-filter-single-item .select2-selection__clear{display:none !important;margin-left:0 !important}.woolentor-filter-single-item .select2-selection__choice{position:relative;margin-left:0}.woolentor-filter-single-item .select2-selection__choice:after{position:absolute;content:",";right:0}.woolentor-filter-single-item .select2-selection__choice:last-child:after{content:""}.woolentor-select-drop .select2-results__option[role=alert]{border-radius:10px !important}.woolentor-select-drop .select2-results__option[role=alert]:before{display:none}.woolentor-select-drop .select2-results__option{font-size:14px;background-color:#fff;max-height:300px;font-weight:600;width:100%}.woolentor-select-drop .select2-results__option:before{content:"";display:inline-block;position:relative;height:14px;width:14px;border:1px solid #555;border-radius:2px;background-color:#fff;margin-right:10px;vertical-align:middle;top:-2px}.woolentor-select-drop .select2-results__option--selected:before{content:"";color:#fff;border-color:transparent;background-image:url(//www.travelkon.com.au/wp-content/plugins/woolentor-addons/assets/css/../images/check.png);background-repeat:no-repeat;background-position:center center;border:0;display:inline-block;padding-left:3px;background-color:#00426e}.woolentor-select-drop .select2-results__options{width:200px;margin:0}.woolentor-select-drop .select2-results__options li{margin:0}.woolentor-select-drop .select2-results__options li:first-child{border-radius:10px 10px 0 0}.woolentor-select-drop .select2-results__options li:last-child{border-radius:0 0 10px 10px}.woolentor-select-drop .select2-container--default .select2-results__option--highlighted[aria-selected=true]{background-color:#c4c7e0;color:#272727}.woolentor-select-drop .select2-container--default .select2-results>.select2-results__options{max-height:300px}.woolentor-select-drop .select2-container--default .select2-selection--multiple{margin-bottom:10px}.woolentor-select-drop .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-radius:25px;height:20px}.woolentor-filter-single-item .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#c4c7e0;border-width:1px;outline:none}.woolentor-filter-single-item .select2-container--default .select2-selection--single .select2-selection__arrow{display:none}.woolentor-select-drop .select2-container--open .select2-dropdown--below{border-radius:10px;top:10px;border:1px solid #ddd;width:202px !important}.woocommerce-page .woolentor-select-drop .select2-container .select2-dropdown{padding:0}form.woolentor-header-search-form{margin-bottom:0}.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area [class*=woolentor-] i{line-height:40px}.woolentor-filter-single-item.woolentor-states-input-auto input.select2-search__field{width:auto !important}.woolentor-select-drop span.select2-container.select2-container--default.select2-container--open{top:revert !important}.woolentor-breadcrumb span.breadcrumb-separator{margin:0 10px}.woolentor-breadcrumb span.breadcrumb-separator svg{fill:currentColor}.woolentor-product-same-height .woolentor-recently-viewed-product{height:100%;display:flex;flex-direction:column}.woolentor-product-same-height .woolentor-recently-viewed-product .woolentor-recently-view-content{flex:1 0}.woolentor-recently-viewed-product{margin-bottom:20px;overflow:hidden}.woolentor-recently-view-content{padding:20px;border:1px solid #f1f1f1;background-color:#fff;border-top:0}.woolentor-recently-view-image{position:relative}.woolentor-recently-view-image a{display:block}.woolentor-recently-view-image a img{width:100%}.woolentor-recently-view-image .ht-product-label{font-size:13px;text-transform:uppercase;font-weight:700;position:absolute;top:10px;z-index:3;right:15px}.woolentor-recently-view-title{font-size:18px;line-height:1.2;font-weight:400;margin-bottom:10px;margin-top:0}.woolentor-recently-view-title a{color:#444}.woolentor-recently-view-title a:hover{color:#dc9a0e}.woolentor-recently-view-price span{line-height:1;font-weight:700;font-size:20px;color:#444}.woolentor-recently-view-content :is(.button,.added_to_cart){display:inline-block;margin-top:10px;padding:10px 18px}.woolentor-no-view-product{padding:15px 15px 15px 20px;margin-bottom:10px;color:#000;font-size:14px;box-shadow:0 0 20px 0 rgba(0,0,0,.15);background-color:#fff}.woolentor-page-template{width:100%}.woolentor_current_theme_hello-elementor.woocommerce .quantity .qty{padding-left:inherit;padding-right:inherit;text-align:center}.woolentor_current_theme_twentytwentyone.woocommerce span.onsale,.woolentor_current_theme_twentytwentyone span.onsale{left:auto}.woolentor_current_theme_blocksy .woolentor-page-template form.woocommerce-checkout{display:block}.woolentor_current_theme_blocksy .elementor-widget-woolentor-product-archive-addons ul.products li.product span.onsale{display:none !important}.woolentor_current_theme_blocksy .elementor-widget-woolentor-product-archive-addons.woolentor-sale-status-yes ul.products li.product span.onsale{display:inline-flex !important}.woolentor_current_theme_blocksy a.htcompare-btn{display:flex !important;margin-top:5px}.woolentor_current_theme_blocksy .elementor-edit-area div.product div.images .woocommerce-product-gallery__image:nth-child(n+2),.woolentor_current_theme_woostify .elementor-edit-area div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block;padding:3px}.elementor-edit-area .woocommerce-tabs .woocommerce-Tabs-panel--reviews{display:none}.woolentor_current_theme_woostify .elementor-widget-wl-single-product-image .woostify-container .product-gallery{width:100%}.woocommerce-cart .woolentor-page-template .woocommerce:not(.ht-row){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}@media (min-width:992px) and (max-width:1200px){.cus-col-5.ht-col-md-6{flex:0 0 33.333%;max-width:33.333%}.elementor-section .elementor-container{padding:0 15px}.elementor-section.elementor-section-full_width .elementor-container{padding:0}}@media (min-width:768px) and (max-width:991px){.cus-col-5.ht-col-md-6{flex:0 0 50%;max-width:50%}.elementor-section .elementor-container{padding:0 15px}.elementor-section.elementor-section-full_width .elementor-container{padding:0}.wl-columns-tablet-1 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wl-columns-tablet-2 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wl-columns-tablet-3 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.wl-columns-tablet-4 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wl-columns-tablet-5 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.wl-columns-tablet-6 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 16.666%;-ms-flex:0 0 16.666%;flex:0 0 16.666%;max-width:16.666%}.wl-columns-tablet-7 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 14.285%;-ms-flex:0 0 14.285%;flex:0 0 14.285%;max-width:14.285%}.wl-columns-tablet-8 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.wl-columns-tablet-9 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 11.111%;-ms-flex:0 0 11.111%;flex:0 0 11.111%;max-width:11.111%}.wl-columns-tablet-10 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}[class*=woolentorducts-columns-] ul.products li.product{width:calc(50% - 15px) !important;margin-right:15px !important}.woolentorducts-columns-tablet-1 ul.products li.product{width:100% !important;margin-right:0 !important}.woolentorducts-columns-tablet-2 ul.products[class*=columns-] li.product{width:calc(50% - 15px) !important;margin-right:15px !important;float:left}.woolentorducts-columns-tablet-3 ul.products[class*=columns-] li.product{width:calc(33.33% - 15px) !important;margin-right:15px !important;float:left}.woolentorducts-columns-tablet-4 ul.products[class*=columns-] li.product{width:calc(25% - 15px) !important;margin-right:15px !important;float:left}.woolentorducts-columns-tablet-5 ul.products[class*=columns-] li.product{width:calc(19% - 15px) !important;margin-right:15px !important;float:left}.woolentorducts-columns-tablet-6 ul.products[class*=columns-] li.product{width:calc(16% - 15px) !important;margin-right:15px !important;float:left}[class*=woolentorducts-columns-tablet-] ul.products[class*=columns-] li.product.first{clear:none !important}.woolentorducts-columns-tablet-6 ul.products[class*=columns-] li.product:nth-child(6n),.woolentorducts-columns-tablet-5 ul.products[class*=columns-] li.product:nth-child(5n),.woolentorducts-columns-tablet-4 ul.products[class*=columns-] li.product:nth-child(4n),.woolentorducts-columns-tablet-3 ul.products[class*=columns-] li.product:nth-child(3n),.woolentorducts-columns-tablet-2 ul.products[class*=columns-] li.product:nth-child(2n),.woolentorducts-columns-tablet-1 ul.products[class*=columns-] li.product{margin-right:0 !important}}@media (max-width:767px){.cus-col-5.ht-col-md-6{flex:0 0 100%;max-width:100%}.woolentor-banner-img,.woolentor-content{float:none}.product-tab-list .nav a{margin-bottom:10px;margin-right:10px;padding:5px 10px}.elementor-section .elementor-container{padding:0 15px}.elementor-section.elementor-section-full_width .elementor-container{padding:0}.woolentor-notification-content{width:90%}.woolentor-sticky-btn-area{justify-content:start;margin-top:15px}.wl-columns-mobile-1 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.wl-columns-mobile-2 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.wl-columns-mobile-3 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 33.333%;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}.wl-columns-mobile-4 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.wl-columns-mobile-5 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.wl-columns-mobile-6 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 16.666%;-ms-flex:0 0 16.666%;flex:0 0 16.666%;max-width:16.666%}.wl-columns-mobile-7 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 14.285%;-ms-flex:0 0 14.285%;flex:0 0 14.285%;max-width:14.285%}.wl-columns-mobile-8 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.wl-columns-mobile-9 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 11.111%;-ms-flex:0 0 11.111%;flex:0 0 11.111%;max-width:11.111%}.wl-columns-mobile-10 .wl-row>[class*=col-]{-webkit-box-flex:0;-webkit-flex:0 0 10%;-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.product-slider .slick-arrow.slick-next{right:0}.product-slider .slick-arrow{left:0}.content-woolentorquickview.entry-summary,.ht-qwick-view-left{padding-right:15px}[class*=woolentorducts-columns-] ul.products li.product{width:100% !important;margin-right:0 !important}.woolentorducts-columns-mobile-1 ul.products li.product{width:100% !important;margin-right:0 !important}.woolentorducts-columns-mobile-2 ul.products[class*=columns-] li.product{width:calc(50% - 15px) !important;margin-right:15px !important;float:left}.woolentorducts-columns-mobile-3 ul.products[class*=columns-] li.product{width:calc(33.33% - 15px) !important;margin-right:15px !important;float:left}.woolentorducts-columns-mobile-4 ul.products[class*=columns-] li.product{width:calc(25% - 15px) !important;margin-right:15px !important;float:left}.woolentorducts-columns-mobile-5 ul.products[class*=columns-] li.product{width:calc(19% - 15px) !important;margin-right:15px !important;float:left}.woolentorducts-columns-mobile-6 ul.products[class*=columns-] li.product{width:calc(16% - 15px) !important;margin-right:15px !important;float:left}[class*=woolentorducts-columns-mobile-] ul.products[class*=columns-] li.product.first{clear:none !important}.woolentorducts-columns-mobile-6 ul.products[class*=columns-] li.product:nth-child(6n),.woolentorducts-columns-mobile-5 ul.products[class*=columns-] li.product:nth-child(5n),.woolentorducts-columns-mobile-4 ul.products[class*=columns-] li.product:nth-child(4n),.woolentorducts-columns-mobile-3 ul.products[class*=columns-] li.product:nth-child(3n),.woolentorducts-columns-mobile-2 ul.products[class*=columns-] li.product:nth-child(2n),.woolentorducts-columns-mobile-1 ul.products[class*=columns-] li.product{margin-right:0 !important}.woolentor_current_theme_storefront span.woolentor-order-item-title{display:block}.ht-tab-menus{margin-bottom:20px}.ht-tab-menus li{margin-right:0;margin-bottom:10px}}.woolentor-qrcode img{display:inline-block}
.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//www.travelkon.com.au/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//www.travelkon.com.au/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//www.travelkon.com.au/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//www.travelkon.com.au/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}
.wp-embed-responsive .wp-block{outline:0}body.woolentor-quickview-loader:before{content:url(//www.travelkon.com.au/wp-content/plugins/woolentor-addons/includes/modules/quickview/assets/css/../images/spinner.gif);position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999;display:flex;justify-content:center;align-items:center}a.woolentor-quickview-btn-pos-top_thumbnail{position:absolute !important;top:0;left:8px !important;z-index:9}.woolentor-quickview-btn{display:inline-flex !important;align-items:center;position:relative !important}.woolentor-quickview-btn svg{fill:currentColor;transition:all .2s ease-out;width:23px;height:20px;margin-right:5px}.woolentor-quickview-btn svg .woolentor-quickview-loading{opacity:0}.woolentor-quickview-btn.loading svg .woolentor-quickview-loading{opacity:1}.woolentor-quickview-btn.loading svg .woolentor-quickview-eye-icon{opacity:0}.woolentor-quickview-btn-icon{font-size:20px;margin-right:5px;display:inline-flex}.woolentor-quickview-btn-image{width:25px;margin-right:5px}.woolentor-quickview-btn-image img{width:100% !important;margin:0 !important}.woolentor-quickview-icon-pos-after_text{flex-flow:row-reverse}.woolentor-quickview-icon-pos-after_text .woolentor-quickview-btn-image,.woolentor-quickview-icon-pos-after_text .woolentor-quickview-btn-icon{margin-right:0;margin-left:5px}.woolentor-quickview-btn:after,.woocommerce a.button.woolentor-quickview-btn:after{display:none}.woolentor-quickview-btn.loading svg .woolentor-quickview-loading{animation:loading .5s 0ms infinite normal linear;transform-origin:center;opacity:1}@keyframes loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.woolentor-quickview-modal{position:fixed;z-index:1043;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:hidden;overflow:hidden;width:100%;height:100%;padding-right:17px;-webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);-o-transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .25s cubic-bezier(.645,.045,.355,1);opacity:0;background-color:rgba(0,0,0,.5)}.woolentor-quickview-modal.woolentor-quickview-open{visibility:visible !important;opacity:1 !important;z-index:1024 !important}.woolentor-quickview-modal .woolentor-quickview-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.woolentor-quickview-modal-wrapper{width:calc(100% - 30px);max-width:1200px;margin:auto !important}.woolentor-quickview-modal-content{position:relative;-webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);-o-transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .25s cubic-bezier(.645,.045,.355,1);-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);background-color:#fff;overflow:hidden;padding:20px}.woolentor-quickview-modal.woolentor-quickview-open .woolentor-quickview-modal-content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.woolentor-quickview-custom-scroll{padding:25px 25px 0 0}.woolentor-quickview-custom-scroll .summary-content{max-height:550px;overflow-y:auto;overflow-x:hidden}.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar{width:10px}.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar-track{background-color:transparent}.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar-thumb{background-color:#d6dee1;border-radius:10px;border:3px solid transparent;background-clip:content-box}.woolentor-quickview-custom-scroll .summary-content::-webkit-scrollbar-thumb:hover{background-color:#a8bbbf}span.woolentor-quickview-modal-close{cursor:pointer;position:absolute;top:0;right:0;line-height:50px;font-size:24px;height:50px;width:50px;text-align:center;padding:0;z-index:9;transition:.4s}span.woolentor-quickview-modal-close:hover{color:red}.woolentor-quickview-content-area.woocommerce div.product div.summary,.woolentor-quickview-content-area.woocommerce div.product div.images{margin-bottom:0}.woolentor-quickview-content-area.woocommerce div.product div.images img{display:inline-block}.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.images{width:40%;float:left;opacity:1 !important;margin-right:0}.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.summary{width:60%;float:left;padding:15px;padding-left:25px;padding-top:0}.woolentor-quickview-content-area.woocommerce .elementor-widget-wl-quickview-product-thumbnail-image div.images,.woolentor-quickview-content-area.woocommerce .woolentor_block_quickview_image div.images{width:100%}.woolentor-quickview-social-share{display:flex;align-items:center}.woolentor-quickview-social-share ul{margin:0;padding:0;list-style:none;display:flex}.woolentor-quickview-social-share ul li{display:inline-block}.woolentor-quickview-social-share ul li a{display:block;line-height:1;padding:5px;color:#3a3a3a}.woolentor-quickview-social-share ul li a .woolentor-quickview-social-icon svg{fill:currentColor;width:15px;height:15px}.woolentor-quickview-thumb-single{width:25%;float:left;padding:0 2.5px;cursor:pointer}.woolentor-quickview-thumbnail-slider{margin:5px -2px 0}.woolentor-quickview-main-image-slider img{width:100%}.woolentor-quickview-thumbnail-slider span.slick-arrow,.woolentor-quickview-main-image-slider span.slick-arrow{cursor:pointer;position:absolute;top:50%;left:0;width:25px;z-index:9;height:25px;text-align:center;background:0 0;line-height:22px;font-size:22px;color:#222;opacity:0;visibility:hidden;transition:.4s;transform:translateY(-10px)}.woolentor-quickview-main-image-slider span.slick-arrow{width:30px;height:30px;line-height:27px}.woolentor-quickview-thumbnail-slider span.slick-arrow.woolentor-quickview-slick-next,.woolentor-quickview-main-image-slider span.slick-arrow.woolentor-quickview-slick-next{left:auto;right:0}.woolentor-quickview-thumbnail-slider:hover span.slick-arrow,.woolentor-quickview-main-image-slider:hover span.slick-arrow{opacity:1;visibility:visible}.slick-current.slick-active .woolentor-quickview-thumb-single img{border:1px solid #0274be}@media (max-width:767px){.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.images,.woolentor-quickview-modal .woolentor-quickview-content-area.woocommerce div.summary{width:100% !important;float:none !important}.woolentor-quickview-modal-wrapper{overflow-y:auto}.woolentor-quickview-social-share ul{display:block}}
.woolentor-product-badge-main-area{position:relative}.woolentor-product-badge-area{position:absolute;top:15px;left:15px}.woolentor-product-badge-area.woolentor-product-badge-position-top_right{left:auto;right:15px}.woolentor-product-badge-area.woolentor-product-badge-position-bottom_left{top:auto;bottom:15px}.woolentor-product-badge-area.woolentor-product-badge-position-bottom_right{top:auto;left:auto;right:15px;bottom:15px}.woolentor-product-badge{color:#fff;background-color:#222;padding:2px 8px;border-radius:5px;display:inline-block}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .woolentor-product-badge-area.has_individual_badge{position:static}.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .woolentor-product-badge-area.has_individual_badge .woolentor-product-badge,.woolentor-product-badge-type-image .woolentor-product-badge,.ht-product-2 [class*=ht-product-image-wrap] .woolentor-product-badge-area.has_individual_badge{background-color:transparent !important;padding:0 !important;border-radius:0 !important;font-size:13px !important}.ht-product-2 [class*=ht-product-image-wrap] .woolentor-product-badge-area.has_individual_badge{top:18px;right:20px;left:auto}.woocommerce-product-gallery__image .woolentor-product-badge-area .ht-product-label,.woolentor-product-gallery-video .woolentor-product-badge-area .ht-product-label{position:static !important}

.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}
a,a:visited{text-decoration:underline}*,:after,:before{box-sizing:border-box}a{text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}.htb-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.htb-container{max-width:540px}}@media (min-width:768px){.htb-container{max-width:720px}}@media (min-width:992px){.htb-container{max-width:960px}}@media (min-width:1200px){.htb-container{max-width:1200px}}.htb-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.htb-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.htb-col,.htb-col-1,.htb-col-10,.htb-col-11,.htb-col-12,.htb-col-2,.htb-col-3,.htb-col-4,.htb-col-5,.htb-col-6,.htb-col-7,.htb-col-8,.htb-col-9,.htb-col-auto,.htb-col-lg,.htb-col-lg-1,.htb-col-lg-10,.htb-col-lg-11,.htb-col-lg-12,.htb-col-lg-2,.htb-col-lg-3,.htb-col-lg-4,.htb-col-lg-5,.htb-col-lg-6,.htb-col-lg-7,.htb-col-lg-8,.htb-col-lg-9,.htb-col-lg-auto,.htb-col-md,.htb-col-md-1,.htb-col-md-10,.htb-col-md-11,.htb-col-md-12,.htb-col-md-2,.htb-col-md-3,.htb-col-md-4,.htb-col-md-5,.htb-col-md-6,.htb-col-md-7,.htb-col-md-8,.htb-col-md-9,.htb-col-md-auto,.htb-col-sm,.htb-col-sm-1,.htb-col-sm-10,.htb-col-sm-11,.htb-col-sm-12,.htb-col-sm-2,.htb-col-sm-3,.htb-col-sm-4,.htb-col-sm-5,.htb-col-sm-6,.htb-col-sm-7,.htb-col-sm-8,.htb-col-sm-9,.htb-col-sm-auto,.htb-col-xl,.htb-col-xl-1,.htb-col-xl-10,.htb-col-xl-11,.htb-col-xl-12,.htb-col-xl-2,.htb-col-xl-3,.htb-col-xl-4,.htb-col-xl-5,.htb-col-xl-6,.htb-col-xl-7,.htb-col-xl-8,.htb-col-xl-9,.htb-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.htb-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.htb-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.htb-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.htb-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.htb-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.htb-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.htb-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.htb-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.htb-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.htb-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.htb-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.htb-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.htb-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.htb-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.htb-order-first{-ms-flex-order:-1;order:-1}.htb-order-1{-ms-flex-order:1;order:1}.htb-order-2{-ms-flex-order:2;order:2}.htb-order-3{-ms-flex-order:3;order:3}.htb-order-4{-ms-flex-order:4;order:4}.htb-order-5{-ms-flex-order:5;order:5}.htb-order-6{-ms-flex-order:6;order:6}.htb-order-7{-ms-flex-order:7;order:7}.htb-order-8{-ms-flex-order:8;order:8}.htb-order-9{-ms-flex-order:9;order:9}.htb-order-10{-ms-flex-order:10;order:10}.htb-order-11{-ms-flex-order:11;order:11}.htb-order-12{-ms-flex-order:12;order:12}.htb-offset-1{margin-left:8.333333%}.htb-offset-2{margin-left:16.666667%}.htb-offset-3{margin-left:25%}.htb-offset-4{margin-left:33.333333%}.htb-offset-5{margin-left:41.666667%}.htb-offset-6{margin-left:50%}.htb-offset-7{margin-left:58.333333%}.htb-offset-8{margin-left:66.666667%}.htb-offset-9{margin-left:75%}.htb-offset-10{margin-left:83.333333%}.htb-offset-11{margin-left:91.666667%}@media (min-width:576px){.htb-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.htb-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.htb-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.htb-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.htb-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.htb-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.htb-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.htb-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.htb-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.htb-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.htb-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.htb-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.htb-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.htb-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.htb-order-sm-first{-ms-flex-order:-1;order:-1}.htb-order-sm-1{-ms-flex-order:1;order:1}.htb-order-sm-2{-ms-flex-order:2;order:2}.htb-order-sm-3{-ms-flex-order:3;order:3}.htb-order-sm-4{-ms-flex-order:4;order:4}.htb-order-sm-5{-ms-flex-order:5;order:5}.htb-order-sm-6{-ms-flex-order:6;order:6}.htb-order-sm-7{-ms-flex-order:7;order:7}.htb-order-sm-8{-ms-flex-order:8;order:8}.htb-order-sm-9{-ms-flex-order:9;order:9}.htb-order-sm-10{-ms-flex-order:10;order:10}.htb-order-sm-11{-ms-flex-order:11;order:11}.htb-order-sm-12{-ms-flex-order:12;order:12}.htb-offset-sm-0{margin-left:0}.htb-offset-sm-1{margin-left:8.333333%}.htb-offset-sm-2{margin-left:16.666667%}.htb-offset-sm-3{margin-left:25%}.htb-offset-sm-4{margin-left:33.333333%}.htb-offset-sm-5{margin-left:41.666667%}.htb-offset-sm-6{margin-left:50%}.htb-offset-sm-7{margin-left:58.333333%}.htb-offset-sm-8{margin-left:66.666667%}.htb-offset-sm-9{margin-left:75%}.htb-offset-sm-10{margin-left:83.333333%}.htb-offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.htb-col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.htb-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.htb-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.htb-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.htb-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.htb-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.htb-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.htb-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.htb-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.htb-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.htb-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.htb-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.htb-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.htb-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.htb-order-md-first{-ms-flex-order:-1;order:-1}.htb-order-md-1{-ms-flex-order:1;order:1}.htb-order-md-2{-ms-flex-order:2;order:2}.htb-order-md-3{-ms-flex-order:3;order:3}.htb-order-md-4{-ms-flex-order:4;order:4}.htb-order-md-5{-ms-flex-order:5;order:5}.htb-order-md-6{-ms-flex-order:6;order:6}.htb-order-md-7{-ms-flex-order:7;order:7}.htb-order-md-8{-ms-flex-order:8;order:8}.htb-order-md-9{-ms-flex-order:9;order:9}.htb-order-md-10{-ms-flex-order:10;order:10}.htb-order-md-11{-ms-flex-order:11;order:11}.htb-order-md-12{-ms-flex-order:12;order:12}.htb-offset-md-0{margin-left:0}.htb-offset-md-1{margin-left:8.333333%}.htb-offset-md-2{margin-left:16.666667%}.htb-offset-md-3{margin-left:25%}.htb-offset-md-4{margin-left:33.333333%}.htb-offset-md-5{margin-left:41.666667%}.htb-offset-md-6{margin-left:50%}.htb-offset-md-7{margin-left:58.333333%}.htb-offset-md-8{margin-left:66.666667%}.htb-offset-md-9{margin-left:75%}.htb-offset-md-10{margin-left:83.333333%}.htb-offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.htb-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.htb-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.htb-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.htb-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.htb-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.htb-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.htb-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.htb-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.htb-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.htb-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.htb-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.htb-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.htb-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.htb-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.htb-order-lg-first{-ms-flex-order:-1;order:-1}.htb-order-lg-1{-ms-flex-order:1;order:1}.htb-order-lg-2{-ms-flex-order:2;order:2}.htb-order-lg-3{-ms-flex-order:3;order:3}.htb-order-lg-4{-ms-flex-order:4;order:4}.htb-order-lg-5{-ms-flex-order:5;order:5}.htb-order-lg-6{-ms-flex-order:6;order:6}.htb-order-lg-7{-ms-flex-order:7;order:7}.htb-order-lg-8{-ms-flex-order:8;order:8}.htb-order-lg-9{-ms-flex-order:9;order:9}.htb-order-lg-10{-ms-flex-order:10;order:10}.htb-order-lg-11{-ms-flex-order:11;order:11}.htb-order-lg-12{-ms-flex-order:12;order:12}.htb-offset-lg-0{margin-left:0}.htb-offset-lg-1{margin-left:8.333333%}.htb-offset-lg-2{margin-left:16.666667%}.htb-offset-lg-3{margin-left:25%}.htb-offset-lg-4{margin-left:33.333333%}.htb-offset-lg-5{margin-left:41.666667%}.htb-offset-lg-6{margin-left:50%}.htb-offset-lg-7{margin-left:58.333333%}.htb-offset-lg-8{margin-left:66.666667%}.htb-offset-lg-9{margin-left:75%}.htb-offset-lg-10{margin-left:83.333333%}.htb-offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.htb-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.htb-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.htb-col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.htb-col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.htb-col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.htb-col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.htb-col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.htb-col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.htb-col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.htb-col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.htb-col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.htb-col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.htb-col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.htb-col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.htb-order-xl-first{-ms-flex-order:-1;order:-1}.htb-order-xl-1{-ms-flex-order:1;order:1}.htb-order-xl-2{-ms-flex-order:2;order:2}.htb-order-xl-3{-ms-flex-order:3;order:3}.htb-order-xl-4{-ms-flex-order:4;order:4}.htb-order-xl-5{-ms-flex-order:5;order:5}.htb-order-xl-6{-ms-flex-order:6;order:6}.htb-order-xl-7{-ms-flex-order:7;order:7}.htb-order-xl-8{-ms-flex-order:8;order:8}.htb-order-xl-9{-ms-flex-order:9;order:9}.htb-order-xl-10{-ms-flex-order:10;order:10}.htb-order-xl-11{-ms-flex-order:11;order:11}.htb-order-xl-12{-ms-flex-order:12;order:12}.htb-offset-xl-0{margin-left:0}.htb-offset-xl-1{margin-left:8.333333%}.htb-offset-xl-2{margin-left:16.666667%}.htb-offset-xl-3{margin-left:25%}.htb-offset-xl-4{margin-left:33.333333%}.htb-offset-xl-5{margin-left:41.666667%}.htb-offset-xl-6{margin-left:50%}.htb-offset-xl-7{margin-left:58.333333%}.htb-offset-xl-8{margin-left:66.666667%}.htb-offset-xl-9{margin-left:75%}.htb-offset-xl-10{margin-left:83.333333%}.htb-offset-xl-11{margin-left:91.666667%}}.htb-table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.htb-table td,.htb-table th{padding:.75rem;vertical-align:top;border-top:1px solid #e9ecef}.htb-table thead th{vertical-align:bottom;border-bottom:2px solid #e9ecef}.htb-table tbody+tbody{border-top:2px solid #e9ecef}.htb-table .htb-table{background-color:#fff}.htb-table-sm td,.htb-table-sm th{padding:.3rem}.htb-table-bordered{border:1px solid #e9ecef}.htb-table-bordered td,.htb-table-bordered th{border:1px solid #e9ecef}.htb-table-bordered thead td,.htb-table-bordered thead th{border-bottom-width:2px}.htb-table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.htb-table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.htb-table-primary,.htb-table-primary>td,.htb-table-primary>th{background-color:#b8daff}.htb-table-hover .htb-table-primary:hover{background-color:#9fcdff}.htb-table-hover .htb-table-primary:hover>td,.htb-table-hover .htb-table-primary:hover>th{background-color:#9fcdff}.htb-table-secondary,.htb-table-secondary>td,.htb-table-secondary>th{background-color:#dddfe2}.htb-table-hover .htb-table-secondary:hover{background-color:#cfd2d6}.htb-table-hover .htb-table-secondary:hover>td,.htb-table-hover .htb-table-secondary:hover>th{background-color:#cfd2d6}.htb-table-success,.htb-table-success>td,.htb-table-success>th{background-color:#c3e6cb}.htb-table-hover .htb-table-success:hover{background-color:#b1dfbb}.htb-table-hover .htb-table-success:hover>td,.htb-table-hover .htb-table-success:hover>th{background-color:#b1dfbb}.htb-table-info,.htb-table-info>td,.htb-table-info>th{background-color:#bee5eb}.htb-table-hover .htb-table-info:hover{background-color:#abdde5}.htb-table-hover .htb-table-info:hover>td,.htb-table-hover .htb-table-info:hover>th{background-color:#abdde5}.htb-table-warning,.htb-table-warning>td,.htb-table-warning>th{background-color:#ffeeba}.htb-table-hover .htb-table-warning:hover{background-color:#ffe8a1}.htb-table-hover .htb-table-warning:hover>td,.htb-table-hover .htb-table-warning:hover>th{background-color:#ffe8a1}.htb-table-danger,.htb-table-danger>td,.htb-table-danger>th{background-color:#f5c6cb}.htb-table-hover .htb-table-danger:hover{background-color:#f1b0b7}.htb-table-hover .htb-table-danger:hover>td,.htb-table-hover .htb-table-danger:hover>th{background-color:#f1b0b7}.htb-table-light,.htb-table-light>td,.htb-table-light>th{background-color:#fdfdfe}.htb-table-hover .htb-table-light:hover{background-color:#ececf6}.htb-table-hover .htb-table-light:hover>td,.htb-table-hover .htb-table-light:hover>th{background-color:#ececf6}.htb-table-dark,.htb-table-dark>td,.htb-table-dark>th{background-color:#c6c8ca}.htb-table-hover .htb-table-dark:hover{background-color:#b9bbbe}.htb-table-hover .htb-table-dark:hover>td,.htb-table-hover .htb-table-dark:hover>th{background-color:#b9bbbe}.htb-table-active,.htb-table-active>td,.htb-table-active>th{background-color:rgba(0,0,0,.075)}.htb-table-hover .htb-table-active:hover{background-color:rgba(0,0,0,.075)}.htb-table-hover .htb-table-active:hover>td,.htb-table-hover .htb-table-active:hover>th{background-color:rgba(0,0,0,.075)}.htb-table .htb-thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.htb-table .htb-thead-light th{color:#495057;background-color:#e9ecef;border-color:#e9ecef}.htb-table-dark{color:#fff;background-color:#212529}.htb-table-dark td,.htb-table-dark th,.htb-table-dark thead th{border-color:#32383e}.htb-table-dark.htb-table-bordered{border:0}.htb-table-dark.htb-table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.htb-table-dark.htb-table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575px){.htb-table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.htb-table-responsive-sm.htb-table-bordered{border:0}}@media (max-width:767px){.htb-table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.htb-table-responsive-md.htb-table-bordered{border:0}}@media (max-width:991px){.htb-table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.htb-table-responsive-lg.htb-table-bordered{border:0}}@media (max-width:1199px){.htb-table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.htb-table-responsive-xl.htb-table-bordered{border:0}}.htb-table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.htb-table-responsive.htb-table-bordered{border:0}.htb-form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.htb-form-control::-ms-expand{background-color:transparent;border:0}.htb-form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.htb-form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.htb-form-control:-ms-input-placeholder{color:#868e96;opacity:1}.htb-form-control::-ms-input-placeholder{color:#868e96;opacity:1}.htb-form-control::placeholder{color:#868e96;opacity:1}.htb-form-control:disabled,.htb-form-control[readonly]{background-color:#e9ecef;opacity:1}select.htb-form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.htb-form-control:focus::-ms-value{color:#495057;background-color:#fff}.htb-form-control-file,.htb-form-control-range{display:block}.htb-col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;line-height:1.5}.htb-col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.htb-col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.htb-form-group{margin-bottom:1rem}.htb-form-text{display:block;margin-top:.25rem}.htb-form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.htb-form-row>.htb-col,.htb-form-row>[class*=col-]{padding-right:5px;padding-left:5px}.htb-btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.htb-btn:focus,.htb-btn:hover{text-decoration:none}.htb-btn.htb-focus,.htb-btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.htb-btn.disabled,.htb-btn:disabled{opacity:.65}.htb-btn:not([disabled]):not(.disabled).htb-active,.htb-btn:not([disabled]):not(.htb-disabled):active{background-image:none}a.htb-btn.htb-disabled,fieldset[disabled] a.htb-htb-btn{pointer-events:none}.htb-btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.htb-btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.htb-btn-primary.htb-focus,.htb-btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.htb-btn-primary.htb-disabled,.htb-btn-primary:disabled{background-color:#007bff;border-color:#007bff}.htb-btn-primary:not([disabled]):not(.htb-disabled).htb-active,.htb-btn-primary:not([disabled]):not(.htb-disabled):active,.show>.htb-btn-primary.htb-dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.htb-btn-secondary{color:#fff;background-color:#868e96;border-color:#868e96}.htb-btn-secondary:hover{color:#fff;background-color:#727b84;border-color:#6c757d}.htb-btn-secondary.htb-focus,.htb-btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(134,142,150,.5)}.htb-btn-secondary.htb-disabled,.htb-btn-secondary:disabled{background-color:#868e96;border-color:#868e96}.htb-btn-secondary:not([disabled]):not(.htb-disabled).htb-active,.htb-btn-secondary:not([disabled]):not(.htb-disabled):active,.show>.htb-btn-secondary.htb-dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#666e76;box-shadow:0 0 0 .2rem rgba(134,142,150,.5)}.htb-btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.htb-btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.htb-btn-success.htb-focus,.htb-btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.htb-btn-success.htb-disabled,.htb-btn-success:disabled{background-color:#28a745;border-color:#28a745}.htb-btn-success:not([disabled]):not(.htb-disabled).htb-active,.htb-btn-success:not([disabled]):not(.htb-disabled):active,.htb-show>.htb-btn-success.htb-dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.htb-btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.htb-btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.htb-btn-info.focus,.htb-btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.htb-btn-info.disabled,.htb-btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8}.htb-btn-info:not([disabled]):not(.htb-disabled).htb-active,.htb-btn-info:not([disabled]):not(.htb-disabled):active,.htb-show>.htb-btn-info.htb-dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.htb-btn-warning{color:#111;background-color:#ffc107;border-color:#ffc107}.htb-btn-warning:hover{color:#111;background-color:#e0a800;border-color:#d39e00}.htb-btn-warning.focus,.htb-btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.htb-btn-warning.disabled,.htb-btn-warning:disabled{background-color:#ffc107;border-color:#ffc107}.htb-btn-warning:not([disabled]):not(.htb-disabled).htb-active,.htb-btn-warning:not([disabled]):not(.htb-disabled):active,.htb-show>.htb-btn-warning.htb-dropdown-toggle{color:#111;background-color:#d39e00;border-color:#c69500;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.htb-btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.htb-btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.htb-btn-danger.focus,.htb-btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.htb-btn-danger.disabled,.htb-btn-danger:disabled{background-color:#dc3545;border-color:#dc3545}.htb-btn-danger:not([disabled]):not(.htb-disabled).htb-active,.htb-btn-danger:not([disabled]):not(.htb-disabled):active,.htb-show>.htb-btn-danger.htb-dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.htb-fade{opacity:0;transition:opacity .15s linear}.htb-modal.htb-fade{display:none}.htb-modal.htb-fade.htb-show{display:block}.htb-fade.htb-show{opacity:1}.htb-collapse{display:none}.htb-collapse.htb-show{display:block}.htb-collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}tr.htb-collapse.htb-show{display:table-row}tbody.htb-collapse.htb-show{display:table-row-group}[data-toggle=buttons]>.htb-btn input[type=checkbox],[data-toggle=buttons]>.htb-btn input[type=radio],[data-toggle=buttons]>.htb-btn-group>.htb-btn input[type=checkbox],[data-toggle=buttons]>.htb-btn-group>.htb-btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.htb-nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.htb-nav-link{display:block;padding:.5rem 1rem}.htb-nav-link:focus,.htb-nav-link:hover{text-decoration:none}.htb-nav-link.htb-disabled{color:#868e96}.htb-nav-tabs{border-bottom:1px solid #ddd}.htb-nav-tabs .htb-nav-item{margin-bottom:-1px}.htb-nav-tabs .htb-nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.htb-nav-tabs .htb-nav-link:focus,.htb-nav-tabs .htb-nav-link:hover{border-color:#e9ecef #e9ecef #ddd}.htb-nav-tabs .htb-nav-link.htb-disabled{color:#868e96;background-color:transparent;border-color:transparent}.htb-nav-tabs .htb-nav-item.show .htb-nav-link,.htb-nav-tabs .htb-nav-link.htb-active{color:#495057;background-color:#fff;border-color:#ddd #ddd #fff}.htb-nav-pills .htb-nav-link{border-radius:.25rem}.htb-nav-pills .htb-nav-link.htb-active,.htb-nav-pills .show>.htb-nav-link{color:#fff;background-color:#007bff}.htb-nav-fill .htb-nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.htb-nav-justified .htb-nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.htb-tab-content>.htb-tab-pane{display:none}.htb-tab-content>.htb-active{display:block}@media (min-width:576px){.htb-pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.htb-alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.htb-progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.htb-progress-bar{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;background-color:#007bff}.htb-progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.htb-progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.htb-media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}}@media (min-width:320px){.htb-progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.htb-progress-bar{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;background-color:#007bff}.htb-progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.htb-progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.htb-close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.htb-close:focus,.htb-close:hover{color:#000;text-decoration:none;opacity:.75}button.htb-close{padding:0;background:0 0;border:0;-webkit-appearance:none}.htb-modal-open{overflow:hidden}.htb-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.htb-modal.htb-fade .htb-modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.htb-modal.htb-show .htb-modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.htb-modal-open .htb-modal{overflow-x:hidden;overflow-y:auto}.htb-modal-dialog{position:relative;width:auto;margin:10px;pointer-events:none}.htb-modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.htb-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.htb-modal-backdrop.htb-fade{opacity:0}.htb-modal-backdrop.htb-show{opacity:.5}.htb-modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:15px;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.htb-modal-header .htb-close{padding:15px;margin:-15px -15px -15px auto}.htb-modal-title{margin-bottom:0;line-height:1.5}.htb-modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.htb-modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:15px;border-top:1px solid #e9ecef}.htb-modal-footer>:not(:first-child){margin-left:.25rem}.htb-modal-footer>:not(:last-child){margin-right:.25rem}.htb-modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.htb-modal-dialog{max-width:500px;margin:30px auto}.htb-modal-sm{max-width:300px}}@media (min-width:992px){.htb-modal-lg{max-width:800px}}.htb-tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.htb-tooltip.htb-show{opacity:.9}.htb-tooltip .htb-arrow{position:absolute;display:block;width:5px;height:5px}.htb-tooltip .htb-arrow:before{position:absolute;border-color:transparent;border-style:solid}.htb-tooltip.bs-tooltip-auto[x-placement^=top],.htb-tooltip.bs-tooltip-top{padding:5px 0}.htb-tooltip.bs-tooltip-auto[x-placement^=top] .htb-arrow,.htb-tooltip.bs-tooltip-top .htb-arrow{bottom:0}.htb-tooltip.bs-tooltip-auto[x-placement^=top] .htb-arrow:before,.htb-tooltip.bs-tooltip-top .htb-arrow:before{margin-left:-3px;content:"";border-width:5px 5px 0;border-top-color:#000}.htb-tooltip.bs-tooltip-auto[x-placement^=right],.htb-tooltip.bs-tooltip-right{padding:0 5px}.htb-tooltip.bs-tooltip-auto[x-placement^=right] .htb-arrow,.htb-tooltip.bs-tooltip-right .htb-arrow{left:0}.htb-tooltip.bs-tooltip-auto[x-placement^=right] .htb-arrow:before,.htb-tooltip.bs-tooltip-right .htb-arrow:before{margin-top:-3px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.htb-tooltip.bs-tooltip-auto[x-placement^=bottom],.htb-tooltip.bs-tooltip-bottom{padding:5px 0}.htb-tooltip.bs-tooltip-auto[x-placement^=bottom] .htb-arrow,.htb-tooltip.bs-tooltip-bottom .htb-arrow{top:0}.htb-tooltip.bs-tooltip-auto[x-placement^=bottom] .htb-arrow:before,.htb-tooltip.bs-tooltip-bottom .htb-arrow:before{margin-left:-3px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.htb-tooltip.bs-tooltip-auto[x-placement^=left],.htb-tooltip.bs-tooltip-left{padding:0 5px}.htb-tooltip.bs-tooltip-auto[x-placement^=left] .htb-arrow,.htb-tooltip.bs-tooltip-left .htb-arrow{right:0}.htb-tooltip.bs-tooltip-auto[x-placement^=left] .htb-arrow:before,.htb-tooltip.bs-tooltip-left .htb-arrow:before{right:0;margin-top:-3px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.htb-tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.htb-popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.htb-popover .htb-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.htb-popover .htb-arrow:after,.htb-popover .htb-arrow:before{position:absolute;display:block;border-color:transparent;border-style:solid}.htb-popover .htb-arrow:before{content:"";border-width:.8rem}.htb-popover .htb-arrow:after{content:"";border-width:.8rem}.htb-popover.htb-bs-popover-auto[x-placement^=top],.htb-popover.htb-bs-popover-top{margin-bottom:.8rem}.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow,.htb-popover.htb-bs-popover-top .htb-arrow{bottom:0}.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow:after,.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow:before,.htb-popover.htb-bs-popover-top .htb-arrow:after,.htb-popover.htb-bs-popover-top .htb-arrow:before{border-bottom-width:0}.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow:before,.htb-popover.htb-bs-popover-top .htb-arrow:before{bottom:-.8rem;margin-left:-.8rem;border-top-color:rgba(0,0,0,.25)}.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow:after,.htb-popover.htb-bs-popover-top .htb-arrow:after{bottom:calc((.8rem - 1px) * -1);margin-left:-.8rem;border-top-color:#fff}.htb-popover.htb-bs-popover-auto[x-placement^=right],.htb-popover.htb-bs-popover-right{margin-left:.8rem}.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow,.htb-popover.htb-bs-popover-right .htb-arrow{left:0}.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow:after,.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow:before,.htb-popover.htb-bs-popover-right .htb-arrow:after,.htb-popover.htb-bs-popover-right .htb-arrow:before{margin-top:-.8rem;border-left-width:0}.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow:before,.htb-popover.htb-bs-popover-right .htb-arrow:before{left:-.8rem;border-right-color:rgba(0,0,0,.25)}.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow:after,.htb-popover.htb-bs-popover-right .htb-arrow:after{left:calc((.8rem - 1px) * -1);border-right-color:#fff}.htb-popover.htb-bs-popover-auto[x-placement^=bottom],.htb-popover.htb-bs-popover-bottom{margin-top:.8rem}.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow,.htb-popover.htb-bs-popover-bottom .htb-arrow{top:0}.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow:after,.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow:before,.htb-popover.htb-bs-popover-bottom .htb-arrow:after,.htb-popover.htb-bs-popover-bottom .htb-arrow:before{margin-left:-.8rem;border-top-width:0}.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow:before,.htb-popover.htb-bs-popover-bottom .htb-arrow:before{top:-.8rem;border-bottom-color:rgba(0,0,0,.25)}.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow:after,.htb-popover.htb-bs-popover-bottom .htb-arrow:after{top:calc((.8rem - 1px) * -1);border-bottom-color:#fff}.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-popover-header:before,.htb-popover.htb-bs-popover-bottom .htb-popover-header:before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.htb-popover.htb-bs-popover-auto[x-placement^=left],.htb-popover.htb-bs-popover-left{margin-right:.8rem}.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow,.htb-popover.htb-bs-popover-left .htb-arrow{right:0}.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow:after,.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow:before,.htb-popover.htb-bs-popover-left .htb-arrow:after,.htb-popover.htb-bs-popover-left .htb-arrow:before{margin-top:-.8rem;border-right-width:0}.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow:before,.htb-popover.htb-bs-popover-left .htb-arrow:before{right:-.8rem;border-left-color:rgba(0,0,0,.25)}.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow:after,.htb-popover.htb-bs-popover-left .htb-arrow:after{right:calc((.8rem - 1px) * -1);border-left-color:#fff}.htb-popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.htb-popover-header:empty{display:none}.htb-popover-body{padding:.5rem .75rem;color:#212529}.htb-float-left{float:left!important}.htb-float-right{float:right!important}.htb-float-none{float:none!important}.htb-visible{visibility:visible!important}.htb-fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.htb-fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.htb-sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.htb-justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.htb-justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.htb-justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.htb-justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.htb-justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.htb-align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.htb-align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.htb-align-items-center{-ms-flex-align:center!important;align-items:center!important}.htb-align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.htb-align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.htb-align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.htb-align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.htb-align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.htb-align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.htb-align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.htb-align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.htb-align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.htb-align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.htb-align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.htb-align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.htb-align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.htb-align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.htb-btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.htb-btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.htb-btn-outline-primary.focus,.htb-btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.htb-btn-outline-primary.disabled,.htb-btn-outline-primary:disabled{color:#007bff;background-color:transparent}.htb-btn-outline-primary:not([disabled]):not(.disabled).active,.htb-btn-outline-primary:not([disabled]):not(.disabled):active,.show>.htb-btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.htb-btn-outline-secondary{color:#868e96;background-color:transparent;background-image:none;border-color:#868e96}.htb-btn-outline-secondary:hover{color:#fff;background-color:#868e96;border-color:#868e96}.htb-btn-outline-secondary.focus,.htb-btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(134,142,150,.5)}.htb-btn-outline-secondary.disabled,.htb-btn-outline-secondary:disabled{color:#868e96;background-color:transparent}.htb-btn-outline-secondary:not([disabled]):not(.disabled).active,.htb-btn-outline-secondary:not([disabled]):not(.disabled):active,.show>.htb-btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#868e96;border-color:#868e96;box-shadow:0 0 0 .2rem rgba(134,142,150,.5)}.htb-btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.htb-btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.htb-btn-outline-success.focus,.htb-btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.htb-btn-outline-success.disabled,.htb-btn-outline-success:disabled{color:#28a745;background-color:transparent}.htb-btn-outline-success:not([disabled]):not(.disabled).active,.htb-btn-outline-success:not([disabled]):not(.disabled):active,.show>.htb-btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.htb-btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.htb-btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.htb-btn-outline-info.focus,.htb-btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.htb-btn-outline-info.disabled,.htb-btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.htb-btn-outline-info:not([disabled]):not(.disabled).active,.htb-btn-outline-info:not([disabled]):not(.disabled):active,.show>.htb-btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.htb-btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.htb-btn-outline-warning:hover{color:#fff;background-color:#ffc107;border-color:#ffc107}.htb-btn-outline-warning.focus,.htb-btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.htb-btn-outline-warning.disabled,.htb-btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.htb-btn-outline-warning:not([disabled]):not(.disabled).active,.htb-btn-outline-warning:not([disabled]):not(.disabled):active,.show>.htb-btn-outline-warning.dropdown-toggle{color:#fff;background-color:#ffc107;border-color:#ffc107;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.htb-btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.htb-btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.htb-btn-outline-danger.focus,.htb-btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.htb-btn-outline-danger.disabled,.htb-btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.htb-btn-outline-danger:not([disabled]):not(.disabled).active,.htb-btn-outline-danger:not([disabled]):not(.disabled):active,.show>.htb-btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.htb-btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.htb-btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.htb-btn-outline-light.focus,.htb-btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.htb-btn-outline-light.disabled,.htb-btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.htb-btn-outline-light:not([disabled]):not(.disabled).active,.htb-btn-outline-light:not([disabled]):not(.disabled):active,.show>.htb-btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.htb-btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.htb-btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.htb-btn-outline-dark.focus,.htb-btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.htb-btn-outline-dark.disabled,.htb-btn-outline-dark:disabled{color:#343a40;background-color:transparent}.htb-btn-outline-dark:not([disabled]):not(.disabled).htb-active,.htb-btn-outline-dark:not([disabled]):not(.disabled):active,.htb-show>.htb-btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.htb-alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.htb-alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.htb-alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp;animation-duration:2s}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;animation-duration:2s}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;animation-duration:2s}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;animation-duration:2s}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;animation-duration:2s}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;animation-duration:2s}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;animation-duration:2s}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig;animation-duration:2s}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;animation-duration:2s}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig;animation-duration:2s}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;animation-duration:2s}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown;animation-duration:2s}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;animation-duration:2s}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft;animation-duration:2s}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;animation-duration:2s}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight;animation-duration:2s}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;animation-duration:2s}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp;animation-duration:2s}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
@-webkit-keyframes np-btn--1{60%{-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}85%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes np-btn--1{60%{-webkit-transform:scale3d(.8,.8,1);transform:scale3d(.8,.8,1)}85%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes np-btn--2{to{opacity:0;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes np-btn--2{to{opacity:0;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes np-hvr-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes np-hvr-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes hvr-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes hvr-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes bounceY{0%{transform:translateY(-205px)}40%{transform:translateY(-100px)}65%{transform:translateY(-52px)}82%{transform:translateY(-25px)}92%{transform:translateY(-12px)}55%,75%,87%,97%,100%{transform:translateY(0px)}}@-moz-keyframes bounceY{0%{-moz-transform:translateY(-205px)}40%{-moz-transform:translateY(-100px)}65%{-moz-transform:translateY(-52px)}82%{-moz-transform:translateY(-25px)}92%{-moz-transform:translateY(-12px)}55%,75%,87%,97%,100%{-moz-transform:translateY(0px)}}@-webkit-keyframes bounceY{0%{-webkit-transform:translateY(-205px)}40%{-webkit-transform:translateY(-100px)}65%{-webkit-transform:translateY(-52px)}82%{-webkit-transform:translateY(-25px)}92%{-webkit-transform:translateY(-12px)}55%,75%,87%,97%,100%{-webkit-transform:translateY(0px)}}
[class*="elementor-widget-htmega-"] h1 a,[class*="elementor-widget-htmega-"] h2 a,[class*="elementor-widget-htmega-"] h3 a,[class*="elementor-widget-htmega-"] h4 a,[class*="elementor-widget-htmega-"] h5 a,[class*="elementor-widget-htmega-"] h6 a{font-size:inherit;font-weight:inherit;font-family:inherit}.htmega-d-none{display:none}body:has(.htmega_mega_menu){overflow-x:hidden}.htmega-section-title{position:relative;z-index:1}.htmega-section-title svg{width:20px}.htmega-section-title .section-title-txt{color:#23252a;font-weight:600;line-height:1;margin:0;display:inline-block}.htmega-section-title .section-subtitle-txt{color:#494849;font-family:"Poppins",sans-serif;font-size:16px;line-height:30px;margin:5px 0;font-weight:400}.htmega-section-title span.htmega-title-sperator{background-color:#383838;display:inline-block;height:3px;margin-bottom:13px;margin-top:30px;position:relative;width:50px}.htmega-section-title.title-style-three span.htmega-title-sperator::before{background-color:#383838;bottom:0;content:"";display:block;height:3px;left:-13px;margin-bottom:13px;margin-top:25px;position:absolute;width:50px}.htmega-title-align-left .htmega-section-title.title-style-three span.htmega-title-sperator::before,.htmega-title-align-justify .htmega-section-title.title-style-three span.htmega-title-sperator::before{left:13px}.htmega-section-title.htmega-subtitle-position-top{display:flex;flex-direction:column}.htmega-section-title.htmega-subtitle-position-top .section-title-txt{order:2}.htmega-section-title.htmega-subtitle-position-top .section-subtitle-txt{order:1}.htmega-section-title.htmega-subtitle-position-top img{order:3}.htmega-section-title.htmega-subtitle-position-top i{order:3}.htmega-section-title.htmega-subtitle-position-top .htmega-title-sperator-sec{order:4}.htmega-section-title.htmega-subtitle-position-top.title-style-four .htmega-title-sperator-sec{order:2}.htmega-section-title.htmega-subtitle-position-top.title-style-four .section-title-txt{order:3}.htmega-section-title.htmega-subtitle-position-top.title-style-four span.htmega-title-sperator{margin-top:8px}.title-style-two .htmega-title-sperator-sec,.title-style-five .htmega-title-sperator-sec{display:none}.title-style-two .section-title-txt{padding:0 10.5%;position:relative}.title-style-two .section-title-txt::before,.title-style-two .section-title-txt::after{background:#412e51 none repeat scroll 0 0;content:"";height:3px;left:0;position:absolute;top:50%;width:100px}.title-style-two .section-title-txt::after{right:0;top:50%;left:auto}.title-style-two .section-title-txt{margin-right:auto!important;margin-left:auto!important}.section-advancetitle-txt{color:#f1f1f1;font-size:80px;font-weight:800;line-height:28px;margin:0;position:absolute;text-transform:uppercase;top:50%;transform:translateY(-50%);width:100%;z-index:-1}.htmega-title-sperator-sec{line-height:1}.htmega-section-title-order-parent{display:flex;flex-direction:column}.htmega-section-title-order-parent .section-subtitle-txt{order:1}.htmega-section-title-order-parent .section-title-txt{order:2}.htmaga-section-title-image-position-bottom{order:3}.htmaga-section-title-image-position-top{order:0}.htmaga-section-title-image-position-center{order:1}.htmega-section-title.htmega-subtitle-position-bottom .section-subtitle-txt{order:3}.image-center .section-title-txt{order:1}.htmega_sub_title_border_both{position:relative}.htmega_sub_title_border_both::before,.htmega_sub_title_border_both::after{position:absolute;content:"";top:50%;transform:translateY(-50%);height:2px;width:25px;background:#000}.htmega_sub_title_border_both::before{left:100%;margin-left:20px}.htmega_sub_title_border_both::after{right:100%;margin-right:20px}.htmega-button .htb-btn:focus,.htmega-button .htb-btn:active{box-shadow:none!important}.htmega-button .htb-btn-outline-light{border-color:#c8c8c8;color:#c8c8c8}.htmega-button{display:inline-block}.htmega-button .htmega-btn-effect-5,.htmega-button .htmega-btn-effect-6,.htmega-button .htmega-btn-effect-10{overflow:hidden}.htmega_button_icon{display:inline-block}.htmega_button_icon svg{width:20px}.htmega-button span svg path{transition:all 0.4s ease-in-out 0s}.htmega-button .htb-btn{border-radius:0;position:relative;border:none;z-index:1;transition:all 0.4s ease-in-out 0s}.button-align-icon-left span.htmega_button_icon{float:left}.button-align-icon-left span.htmega_button_txt{float:right}.button-align-icon-right span.htmega_button_icon{float:right}.button-align-icon-right span.htmega_button_txt{float:left}.button-align-icon-top span.htmega_button_icon,.button-align-icon-bottom span.htmega_button_icon{display:block}.button-align-icon-top span.htmega_button_txt,.button-align-icon-bottom span.htmega_button_txt{display:block}.button-align-icon-top a.htb-btn{display:flex;flex-flow:column-reverse nowrap}.htmega-btn-size-xl{padding:35px 50px!important}.htmega-btn-size-lg{padding:25px 50px!important}.htmega-btn-size-md{padding:16px 43px!important}.htmega-btn-size-sm{padding:8px 40px!important}.htmega-btn-size-xs{padding:3px 10px!important}.htmega-btn-style-2 .htb-btn::after{border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;transition-delay:0s,0s;transition-duration:0.3s,0.3s;transition-property:transform,background-color;transition-timing-function:cubic-bezier(.25,0,.3,1);width:100%;z-index:-1;background-color:#ff6b6b;border-radius:30px;transform:scale3d(.7,.7,1)}.htmega-btn-effect-1{-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);z-index:1}.htmega-btn-effect-1::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#623687;z-index:-1;background-color:#ff6b6b;opacity:0;-webkit-transform:scale3d(.7,1,1);transform:scale3d(.7,1,1);-webkit-transition:-webkit-transform 0.4s,opacity 0.4s;transition:transform 0.4s,opacity 0.4s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1);z-index:-1}.htmega-btn-effect-1:hover::before{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.htmega-btn-effect-2{z-index:1;overflow:hidden}.htmega-btn-effect-2::before{content:'';position:absolute;top:0;left:0;width:150%;height:100%;background:#623687;z-index:-1;-webkit-transform:rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);transform:rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);-webkit-transform-origin:0% 100%;transform-origin:0% 100%;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s,background-color 0.3s;transition:transform 0.3s,opacity 0.3s,background-color 0.3s;z-index:-1}.htmega-btn-effect-2:hover::before{opacity:1;-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg);-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.htmega-btn-effect-3{z-index:1;color:#fff}.htmega-btn-effect-3::before,.htmega-btn-effect-3::after{content:'';border-radius:inherit;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s,background-color 0.3s;transition:transform 0.3s,background-color 0.3s;-webkit-transition-timing-function:cubic-bezier(.25,0,.3,1);transition-timing-function:cubic-bezier(.25,0,.3,1);z-index:-1}.htmega-btn-effect-3::before{border:2px solid #623687;-webkit-transform:scale3d(.7,.7,1);transform:scale3d(.7,.7,1)}.htmega-btn-effect-3::after{background:#18012c}.htmega-btn-effect-3:hover::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.htmega-btn-effect-3:hover::after{background-color:#623687;-webkit-transform:scale3d(.7,.7,1);transform:scale3d(.7,.7,1)}.htmega-btn-effect-4::before{content:'';position:absolute;top:-20px;left:-20px;bottom:-20px;right:-20px;background:inherit;z-index:-1;opacity:.4;-webkit-transform:scale3d(.8,.5,1);transform:scale3d(.8,.5,1)}.htmega-btn-effect-4:hover::before{-webkit-animation:np-btn--2 0.3s 0.3s forwards;animation:np-btn--2 0.3s 0.3s forwards}.htmega-btn-effect-4:hover{-webkit-transition:background-color 0.1s 0.3s,color 0.1s 0.3s;transition:background-color 0.1s 0.3s,color 0.1s 0.3s;color:#ECEFF1;background-color:#623687;-webkit-animation:np-btn--1 0.3s forwards;animation:np-btn--1 0.3s forwards}.htmega-btn-effect-5::before{content:'';z-index:-1;position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:30px;height:30px;border-radius:50%;background:#623687;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.9,1);transition-timing-function:cubic-bezier(.7,0,.9,1)}.htmega-btn-effect-5:hover::before{-webkit-transform:scale3d(9,9,1);transform:scale3d(9,9,1)}.htmega-btn-effect-6::before{content:'';z-index:-1;position:absolute;top:50%;margin:-15px 0 0 1px;width:30px;height:30px;border-radius:50%;background:#623687;-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.9,1);transition-timing-function:cubic-bezier(.7,0,.9,1);right:100%}.htmega-btn-effect-6:hover::before{-webkit-transform:scale3d(9,9,1);transform:scale3d(9,9,1)}.htmega-btn-effect-7::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background:#e09d8b;-webkit-transform:scaleX(1);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;color:#fff}.htmega-btn-effect-7:hover::before{-webkit-transform:scaleX(0);transform:scaleX(0)}.htmega-btn-effect-8::before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#45b29d;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-8:hover::before{-webkit-transform:scaleY(0);transform:scaleY(0)}.htmega-btn-effect-9::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:-1px;bottom:0;background:#18012c;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-9:hover::before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.htmega-btn-effect-10::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#18012c;border-radius:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-10:hover::before{-webkit-transform:scale(2);transform:scale(2)}.htmega-btn-effect-11::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#18012c;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-11:hover::before{-webkit-transform:scale(1);transform:scale(1)}.htmega-btn-effect-12::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:-1px;bottom:0;background:#d82f4e;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-12:hover::before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.htmega-btn-effect-13::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#18012c;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-13:hover::before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.htmega-btn-effect-14::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#18012c;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.htmega-btn-effect-14:hover::before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.htmega-btn-shadow-1 .htb-btn::before{background:#fff0 radial-gradient(ellipse at center center,rgb(0 0 0 / .35) 0%,#fff0 80%) repeat scroll 0 0;content:"";height:10px;left:5%;opacity:0;pointer-events:none;position:absolute;top:100%;transition-duration:0.3s;transition-property:transform,opacity;width:90%;z-index:-1}.htmega-btn-shadow-1 .htb-btn:hover::before{opacity:1;transform:translateY(5px)}.htmega-btn-shadow-2 .htb-btn::before,.htmega-btn-shadow-2 .htb-btn::after{background-repeat:no-repeat;box-sizing:border-box;content:"";height:5px;left:0;opacity:0;pointer-events:none;position:absolute;transition-duration:0.3s;transition-property:opacity;width:100%}.htmega-btn-shadow-2 .htb-btn::before{background:#fff0 radial-gradient(ellipse at 50% 150%,rgb(0 0 0 / .6) 0%,#fff0 80%) repeat scroll 0 0;bottom:100%}.htmega-btn-shadow-2 .htb-btn::after{background:#fff0 radial-gradient(ellipse at 50% -50%,rgb(0 0 0 / .6) 0%,#fff0 80%) repeat scroll 0 0;top:100%}.htmega-btn-shadow-2 .htb-btn:hover::before,.htmega-btn-shadow-2 .htb-btn:hover::after{opacity:1}.single_accourdion{margin-bottom:15px;position:relative}.single_accourdion:last-child{margin-bottom:0!important}.accordion-content{border:1px solid #ddd;padding:15px}.htmega-items-hedding{background:#e6e6e6 none repeat scroll 0 0;cursor:pointer;padding:10px 20px;position:relative;margin-bottom:0}.htmega-accourdion-title h2{font-size:16px;font-weight:600;margin-bottom:0}.htmega-accourdion-title .htmega-items-hedding .accourdion-icon{position:absolute;right:0;top:0;width:40px;height:100%;text-align:center;display:flex;justify-content:center;align-items:center}.htmega-accourdion-title .htmega-items-hedding .accourdion-icon svg{width:14px}.htmega-accourdion-title .htmega-items-hedding .close-accourdion{opacity:1;visibility:visible}.htmega-accourdion-title .htmega-items-hedding .open-accourdion{opacity:0;visibility:hidden}.htmega-accourdion-title .htmega-items-hedding.htb-collapsed .open-accourdion{opacity:1;visibility:visible}.htmega-accourdion-title .htmega-items-hedding.htb-collapsed .close-accourdion{opacity:0;visibility:hidden}.htmega-icon-align-left .htmega-items-hedding{padding-left:40px}.htmega-icon-align-left .accourdion-icon{left:0;right:0}.htmega-icon-align-right .htmega-items-hedding{padding-right:40px}.gallery-wrap{display:flex;flex-direction:row;width:100%;height:70vh}.gallery-wrap .item{flex:1;height:100%;background-position:center;background-size:cover;background-repeat:none;transition:flex 0.8s ease}.gallery-wrap .item:hover{flex:7}ul.accordion--4{list-style:none;padding:0;margin:0;display:flex;text-align:center!important;justify-content:center}ul.accordion--4 li{width:115px;height:480px;display:block;border-right:2px solid #fff;border-bottom:2px solid #fff;background-color:#fff;background-repeat:no-repeat;background-position:center center;position:relative;overflow:hidden;cursor:pointer;-moz-box-shadow:1px 3px 15px #555;-webkit-box-shadow:1px 3px 15px #555;box-shadow:1px 3px 15px #555}ul.accordion--4 li.bleft{border-left:2px solid #fff}ul.accordion--4 li .heading{background-color:#fff;padding:10px;margin-top:60px;text-transform:capitalize;font-weight:500;font-size:18px;text-align:center;color:#18012c}ul.accordion--4 li .description{position:absolute;height:175px;bottom:60px;left:0;display:none;width:100%}ul.accordion--4 li .description h2{color:#18012c;font-size:30px}ul.accordion--4 li .description p{margin:10px 22px;font-size:14px;line-height:28px;color:#18012c}ul.accordion--4 li .description a{position:absolute;bottom:5px;left:20px;text-transform:uppercase;font-style:normal;font-size:11px;text-decoration:none;color:#888}ul.accordion--4 li .description a:hover{color:#333;text-decoration:underline}ul.accordion--4 li .bgDescription{background:#fff0;height:340px;position:absolute;bottom:0;left:0;width:100%;display:none}.accordion--4 .accordion-content,.accordion--5 .accordion-content{border:0}.accor_wrapper{width:100%;height:100%;position:relative;overflow:hidden;background:#000}.accordion--5{position:relative;margin:0 auto 0 auto}.accordion--5 .single_accordion{cursor:pointer;position:absolute;width:100%;left:0;overflow:hidden;text-align:center;z-index:2}.accordion--5 .single_accordion::before{position:absolute;content:"";background:#000;left:0;top:0;width:100%;height:100%;opacity:.4;z-index:-1}.accordion--5 .single_accordion .va-title{text-transform:uppercase;font-size:40px;margin-left:5px;color:#fff;display:inline-block;margin-top:15px;margin-right:5px}.accordion--5 .single_accordion .va-title div{font-size:22px;font-style:italic;font-family:Georgia,serif}.accordion--5 .single_accordion .va-content{display:none;margin-left:0;padding:0 23%;margin-top:-36px}.accordion--5 .single_accordion .va-content div{color:#fff;font-size:14px;line-height:28px}.accor_wrapper .single_accordion{background:#000;background-size:cover}span.htmega-accordion-title-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);width:50px;height:50px;display:flex;align-items:center;justify-content:center}span.htmega-accordion-title-icon svg{width:30px}.htmega-title-icon-align-right .htmega-accordion-title-icon{left:auto;right:0}.htmega-accordion-seperator-yes.single_accourdion::after{content:"";position:absolute;width:2px;height:auto;background:#000;left:84px;top:15px;bottom:15px}.htmega-accordion-short-des{display:block;font-size:14px}.htmega-items-hedding{margin:0}.elementor-widget-htmega-accordion-addons .accordion{display:block!important}.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding .open-accourdion{opacity:1;visibility:visible}.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding .close-accourdion{opacity:0;visibility:hidden}.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding.htb-short-active .close-accourdion{opacity:1;visibility:visible}.htb-short-active-yes .htmega-accourdion-title .htmega-items-hedding.htb-short-active .open-accourdion{opacity:0;visibility:hidden}.htmega-single-skill{overflow:hidden;padding-bottom:23px}.htmega-single-skill .htb-progress-bar{border-radius:3px;position:relative}.htmega-single-skill .htb-progress{overflow:visible;height:6px;border-radius:3px}.htmega-single-skill .htb-progress span.percent-label{position:absolute;right:0;top:-39px}.htmega-progress-text-inner p.htmega_progress_title{left:20px;top:50%;transform:translateY(-100%);z-index:9;margin:0;color:#fff}.htmega-progress-text-inner{position:relative}.htmega-progress-text-inner p.htmega_progress_title{position:absolute}.htmega-progress-value-inner .htb-progress span.percent-label{right:50px;top:50%;transform:translateY(-50%)}.htmega-single-skill p{color:#666;font-family:"Montserrat",sans-serif;font-size:16px;font-weight:500;margin-bottom:17px;display:inline-block}.htmega-progressbar-value-bottom .htb-progress span.percent-label::after{border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid #18012c;content:"";height:0;left:50%;margin-left:-6px;position:absolute;top:100%;width:0}.htmega-progress-indicator .htb-progress .htb-progress-bar::after{background:#fff none repeat scroll 0 0;border:4px solid #18012c;border-radius:100%;content:"";height:24px;position:absolute;right:-1px;top:50%;transform:translateY(-50%);width:24px}.htmega-single-skill.htmega-progress-bar-vertical{display:flex;flex-direction:column;overflow-y:hidden}.htmega-progress-bar-vertical{position:relative;padding-top:41px}.htmega-progress-bar-vertical .htb-progress{width:100%;padding-top:40px;min-height:390px;display:flex;align-items:flex-end;background:#fff0;overflow:hidden}.htmega-progress-bar-vertical .htb-progress .htb-progress-bar{width:100%;height:0;-webkit-transition:height 0.6s ease;-o-transition:height 0.6s ease;transition:height 0.6s ease}.htmega-progress-bar-vertical.htmega-single-skill p.htmega_progress_title{order:1}.htmega-progress-bar-vertical.htmega-progress-value-inner .htb-progress span.percent-label{position:absolute;top:-36px;left:50%;transform:translateX(-50%)}.htmega-progress-bar-vertical.htmega-progress-value-inner .htb-progress span.percent-label{left:50%;position:absolute;top:-36px;transform:translateX(-50%);right:auto}.radial-progress-single{text-align:center}.radial-progress-single .radial-progress{position:relative}.radial-progress-single .radial-progress span{position:absolute;text-align:center;display:block;left:50%;top:-55%;transform:translateX(-50%) translateY(0);color:#383838;font-size:30px;font-weight:500;font-family:"Montserrat",sans-serif}.radial-progress-single.htmega-progress-value-inner .radial-progress span{top:50%;transform:translateX(-50%) translateY(-50%)}.radial-progress-single h5.radial-progress-title{color:#666;font-size:16px;font-weight:500;margin:0;margin-top:11px;font-family:"Montserrat",sans-serif}.radial-progress-single canvas{vertical-align:middle;position:relative}.radial-progressbg{display:inline-block;position:relative}.htmega-countbox{text-align:center}.htmega-countbox .ht-count{display:inline-block;position:relative;margin:0 22px;line-height:1}.htmega-countbox .ht-count::before{position:absolute;content:":";right:-26px;top:50%;transform:translateY(-50%);color:#5e5b60;font-size:55px}.htmega-countbox .ht-count:last-child::before{display:none}span.ht-count{padding:28px 0;border:2px solid #18012c;border-radius:10px;width:139px;text-align:center}.htmega-countbox span.time-count{color:#242424;font-size:36px;font-weight:500;display:block;padding-bottom:27px;margin-bottom:27px;position:relative;font-family:"Montserrat",sans-serif}.htmega-countbox span.time-count::before{background-image:linear-gradient(to right,#fff0,rgb(82 65 97 / .8) 40%,rgb(82 65 97 / .8) 60%,#fff0);background-position:center center;background-repeat:no-repeat;background-size:84% auto;content:"";height:2px;left:0;position:absolute;bottom:0;width:100%}.htmega-countbox span span.count-inner p{color:#242424;font-size:30px;font-weight:400;margin:0}.htmega-timer-separate-no .htmega-countbox span.time-count::before,.htmega-separate-no .htmega-countbox .ht-count::before{display:none}.htmega-countdown-style-2 .ht-count .count-inner .time-count,.htmega-countdown-style-2 .ht-count .count-inner p{display:inline-block}.htmega-countdown-style-2 span.ht-count,.htmega-countdown-style-3 span.ht-count{width:auto!important;height:auto!important}.htmega-countdown-style-3 .ht-count.second{left:48.5%;margin:0;position:absolute;top:-60px;transform:translateX(-50%)}.htmega-countdown-style-3 .ht-count.second p,.htmega-countdown-style-3 .htmega-countbox .ht-count.minutes::before{display:none}.htmega-countdown-style-3 .ht-count::before{right:-26px;top:21%;transform:inherit}.htmega-hide-lavel .htmega-countbox .ht-count::before{right:-26px;top:36%}.htmega_event_button a{line-height:1;margin-top:30px;padding:15px 30px;text-decoration:none}.htmega_event_button a i{margin-right:10px}.htmega-team{margin-top:30px}.htmega-team .htmega-thumb{position:relative;overflow:hidden;line-height:0}.htmega-team .htmega-thumb *{line-height:normal}.htmega-team{position:relative}.htmega-team .htmega-team-content{text-align:center;font-size:16px;font-weight:500;margin-bottom:7px;border:1px solid #dcd9d9;padding:30px 20px}.htmega-team .htmega-team-content h4{font-size:16px;font-weight:500;margin-bottom:5px}.htmega-team .htmega-team-content h4{color:#343434;transition:0.5s}.htmega-team .htmega-team-content p{margin:0;color:#343434;font-size:16px;font-weight:400}.htmega-team-style-1 .htmega-team-hover-action{position:absolute;width:100%;text-align:center;height:100%;top:-100px;opacity:0;-webkit-transition:all 0.3s ease-out 0.5s;-moz-transition:all 0.3s ease-out 0.5s;-o-transition:all 0.3s ease-out 0.5s;-ms-transition:all 0.3s ease-out 0.5s;transition:all 0.3s ease-out 0.5s}.htmega-team .htmega-team-hover-action .htmega-team-hover{position:absolute;top:50%;transform:translateY(-50%);width:100%}.htmega-team .htmega-team-hover-action .htmega-team-hover p{color:#fff;font-size:14px;line-height:28px;padding:0 23px;-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-o-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);-webkit-transition:all 0.2s ease-in-out 0.1s;-moz-transition:all 0.2s ease-in-out 0.1s;-o-transition:all 0.2s ease-in-out 0.1s;-ms-transition:all 0.2s ease-in-out 0.1s;transition:all 0.2s ease-in-out 0.1s;opacity:0}.htmega-team .htmega-team-hover-action .htmega-team-hover .htmega-social-network{margin-bottom:7px;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-o-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:all 0.2s ease-in-out 0.1s;-moz-transition:all 0.2s ease-in-out 0.1s;-o-transition:all 0.2s ease-in-out 0.1s;-ms-transition:all 0.2s ease-in-out 0.1s;transition:all 0.2s ease-in-out 0.1s;opacity:0}.htmega-team-style-1:hover .htmega-team-hover-action{opacity:1;top:0;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s;-webkit-animation:bounceY 0.9s linear;-moz-animation:bounceY 0.9s linear;-ms-animation:bounceY 0.9s linear;animation:bounceY 0.9s linear;background:rgb(24 1 44 / .6)}.htmega-team:hover .htmega-team-hover-action .htmega-team-hover p,.htmega-team:hover .htmega-team-hover-action .htmega-team-hover .htmega-social-network{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);-webkit-transition-delay:0.4s;-moz-transition-delay:0.4s;-o-transition-delay:0.4s;-ms-transition-delay:0.4s;transition-delay:0.4s;opacity:1}.htmega-team-style-1::before{position:absolute;content:"";width:0;height:1px;background:#18012c;bottom:0;left:0;transition:0.5s}.htmega-team-style-1:hover::before{width:100%}.htmega-team .htmega-thumb img{transition:all 0.4s ease 0s;width:100%}.htmega-team-style-2 .htmega-thumb img{-webkit-filter:grayscale(100%);filter:grayscale(100%);transition:0.5s}.htmega-team-style-2:hover .htmega-thumb img{-webkit-filter:grayscale(0);filter:grayscale(0)}.htmega-team-style-2 .htmega-team-hover-action{position:absolute;bottom:30px;width:100%;padding:0 30px}.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action{text-align:center;padding:25px 0;background-color:rgb(115 146 184 / .7);width:100%;opacity:0;-webkit-transform:translate(265px,145px) rotate(45deg);-moz-transform:translate(265px,145px) rotate(45deg);-o-transform:translate(265px,145px) rotate(45deg);-ms-transform:translate(265px,145px) rotate(45deg);transform:translate(265px,145px) rotate(45deg);-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action h4{font-size:18px;font-weight:500;margin-bottom:9px;color:#fff}.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action{background-color:#18012c}.htmega-team-style-2 .htmega-team-hover-action{background-color:transparent!important}.htmega-team-style-2:hover .htmega-team-hover-action .htmega-hover-action{opacity:1;-webkit-transform:translate(0,-10px) rotate(45deg);-moz-transform:translate(0,-10px) rotate(45deg);-o-transform:translate(0,-10px) rotate(45deg);-ms-transform:translate(0,-10px) rotate(45deg);transform:translate(0,-10px) rotate(0deg)}.htmega-team-style-2 .htmega-team-designation{display:block;color:#fff}.htmega-team.htmega-team-style-2{overflow:hidden}.htmega-team-hover-action.htmega-action-hover-st2 .htmega-hover-action{display:flex;justify-content:space-between;text-align:left;padding:10px 15px;align-items:center}.htmega-team-hover-action.htmega-action-hover-st2{bottom:-30px}.htmega-st2-new.htmega-team{padding-bottom:20px}.htmega-team.htmega-team-style-2 .htmega-thumb{overflow:visible}.htmega-team-hover-action.htmega-action-hover-st2 ul.htmega-social-network{padding:0}.htmega-team-hover-action.htmega-action-hover-st2 .htmega-hover-action{background-color:#fff0;background-image:linear-gradient(220deg,#FF9966 0%,#FF5E62 100%);border-radius:5px 5px 5px 5px;padding:15px}.htmega-team-style-2.htmega-st2-new .htmega-thumb img{-webkit-filter:grayscale(0);filter:grayscale(0)}.htmega-team-style-3 .htmega-thumb{padding-bottom:80px;position:relative}.htmega-team-style-3 .plus_click{position:absolute;left:50%;top:-14px;transform:translateX(-50%)}.htmega-team-style-3 .plus_click::before{content:"\f067";font-family:Fontawesome;display:block;width:25px;height:25px;border:1px solid #fff;color:#fff;background:#555;border-radius:100%;text-align:center;font-size:12px;z-index:2;cursor:pointer;transition:0.5s;line-height:27px}.htmega-team-style-3 .plus_click.team-minus::before{content:"\f068";background:#18012c}.htmega-team-style-3 .htmega-team-click-action{background:#343434;text-align:center;border-radius:50px 50px 0 0;padding-top:28px;padding-bottom:20px;transition:0.5s;width:100%;position:absolute;width:100%;bottom:0;margin-bottom:-58px}.htmega-team-style-3 .htmega-team-click-action.visible{margin-bottom:0;background:#18012c}.htmega-team-style-3 .htmega-team-click-action h4{font-size:16px;font-weight:600;margin-bottom:2px}.htmega-team-style-3 .htmega-team-click-action h4{color:#fff}.htmega-team-style-3 .htmega-team-click-action span{display:block;color:#fff;font-size:14px;margin-bottom:14px}.htmega-team-style-3 .htmega-team-click-action .htmega-social-network{margin-bottom:9px}.htmega-team ul.htmega-social-network{padding:0;margin:0;list-style:none;display:block;text-align:center}.htmega-social-network{margin-bottom:8px}.htmega-social-network li{margin:0 10px;display:inline-block}.htmega-social-network li a{color:#fff;font-size:14px;display:block;background:#fff0;line-height:1}.htmega-social-network li a svg{width:20px}.htmega-social-network li a:hover{color:#3B5998;background:#fff0}.htmega-team-style-3 .htmega-social-network li a{height:28px;line-height:26px;text-align:center;width:28px}.htmega-team-style-4{text-align:center}.htmega-team-style-4 .htmega-thumb{overflow:visible;display:block}.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-left img{z-index:11;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%}.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-right img{z-index:11;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-top img{z-index:11;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-bottom img{z-index:11;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.htmega-team-style-4 .htmega-team-hover-action{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;text-align:center}.htmega-team-style-4 .htmega-team-hover-action::before{position:absolute;content:"";background:#18012c;opacity:1;width:auto;height:auto;border-radius:100%;left:0;top:0;bottom:0;right:0}.htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action::before{background:rgb(24 1 44 / .5) none repeat scroll 0 0;bottom:10px;content:"";height:auto;left:10px;opacity:0;position:absolute;right:10px;top:10px;transition:all 0.4s ease-in-out 0s;width:auto}.htmega-thumb.htmega-team-image-hover-none{overflow:hidden}.htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.htmega-team-style-4 .htmega-team-image-hover-none ul.htmega-social-network,.htmega-team-style-4 .htmega-team-image-hover-none span.htmega-team-designation{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:all 0.35s ease-in-out;-moz-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.htmega-team-style-4 .htmega-team-image-hover-none span.htmega-team-designation{display:block;color:#fff}.htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4,.htmega-team-style-4:hover .htmega-team-image-hover-none ul.htmega-social-network,.htmega-team-style-4:hover .htmega-team-image-hover-none span.htmega-team-designation{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action::before{opacity:1}.htmega-team-style-4.htmega-team:hover .htmega-team-image-hover-none .htmega-team-hover-action{background-color:transparent!important}.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action{position:absolute;top:50%;transform:translateY(-50%);width:100%;text-align:center}.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4{font-size:16px;margin-bottom:13px;font-weight:500}.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4{color:#fff}.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-left img{-webkit-transform:rotate3d(0,1,0,-180deg);-moz-transform:rotate3d(0,1,0,-180deg);-ms-transform:rotate3d(0,1,0,-180deg);-o-transform:rotate3d(0,1,0,-180deg);transform:rotate3d(0,1,0,-180deg)}.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-right img{-webkit-transform:rotate3d(0,1,0,180deg);-moz-transform:rotate3d(0,1,0,180deg);-ms-transform:rotate3d(0,1,0,180deg);-o-transform:rotate3d(0,1,0,180deg);transform:rotate3d(0,1,0,180deg);z-index:12}.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-top img{-webkit-transform:rotate3d(1,0,0,180deg);-moz-transform:rotate3d(1,0,0,180deg);-ms-transform:rotate3d(1,0,0,180deg);-o-transform:rotate3d(1,0,0,180deg);transform:rotate3d(1,0,0,180deg)}.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-bottom img{-webkit-transform:rotate3d(1,0,0,180deg);-moz-transform:rotate3d(1,0,0,180deg);-ms-transform:rotate3d(1,0,0,180deg);-o-transform:rotate3d(1,0,0,180deg);transform:rotate3d(1,0,0,180deg)}.htmega-team-style-5 .htmega-thumb img{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transition:all 0.7s ease-in-out;-moz-transition:all 0.7s ease-in-out;-o-transition:all 0.7s ease-in-out;-ms-transition:all 0.7s ease-in-out;transition:all 0.7s ease-in-out}.htmega-team-style-5 .htmega-team-hover-action{width:100%;height:100%;position:absolute;overflow:hidden;top:0;left:0;background-color:#fff;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-o-transition:all 0.5s linear;-ms-transition:all 0.5s linear;transition:all 0.5s linear;opacity:0}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action{position:absolute;top:50%;transform:translateY(-50%);padding:0 20px;width:100%}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4{font-size:16px;font-weight:600;margin-bottom:9px}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 a{color:#343434}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span{font-size:16px;display:block;color:#343434;margin-bottom:12px}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p{line-height:26px;color:#494849;font-size:14px;margin-bottom:16px}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network{justify-content:flex-start}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li:first-child{margin-left:0}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4,.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span,.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network,.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-o-transition:all 0.5s linear;-ms-transition:all 0.5s linear;transition:all 0.5s linear;opacity:0}.htmega-team-style-5:hover .htmega-team-hover-action{opacity:1;background-color:#fff}.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action h4,.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network,.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action p,.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action span{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.htmega-team-style-5:hover .htmega-thumb img{-webkit-transform:scale(10);-moz-transform:scale(10);-o-transform:scale(10);-ms-transform:scale(10);transform:scale(10);opacity:0}.htmega-team.htmega-team-style-5 ul.htmega-social-network{padding:0}.htmega-team-style-6{overflow:hidden}.htmega-team-style-6 .htmega-thumb img{transition:0.5s}.htmega-team-style-6:hover .htmega-thumb img{transform:scale(1.2) rotate(10deg)}.htmega-team-style-6 .htmega-team-info{background:#f4f4f4;text-align:center;transition:0.4s}.htmega-team-style-6 .htmega-team-info .htmega-team-content{padding:26px 18px}.htmega-team-style-6 .htmega-team-info .htmega-team-content p{font-size:14px;line-height:28px;color:#494849;margin:0}.htmega-team-style-6 .htmega-team-info .htmega-team-content h4{font-size:16px;font-weight:600;margin-bottom:5px}.htmega-team-style-6 .htmega-team-info .htmega-team-content h4{color:#343434}.htmega-team-style-6 .htmega-team-info .htmega-team-content span{color:#343434;font-size:14px;font-weight:400}.htmega-team-style-6 .htmega-team-info .htmega-social-network{padding:14px 0;border-top:2px solid #fff}.htmega-team.htmega-team-style-6 .htmega-team-content{border:none}.htmega-team-style-7{box-shadow:0 0 15px rgb(0 0 0 / .1);overflow:hidden}.htmega-team-style-7 .htmega-thumb a img{transition:0.5s}.htmega-team-style-7 .htmega-team-hover-action{position:absolute;bottom:30px;width:100%;text-align:center}.htmega-team-style-7 .htmega-team-hover-action{background-color:#fff0}.htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network{-webkit-transition:all 0.5s cubic-bezier(.68,-.55,.265,1.55);transition:all 0.5s cubic-bezier(.68,-.55,.265,1.55)}.htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a{-webkit-transition:all 0.5s cubic-bezier(.68,-.55,.265,1.55);-webkit-transform:scale(.1);transition:all 0.5s cubic-bezier(.68,-.55,.265,1.55);transform:scale(.1);opacity:0;height:28px;width:28px;line-height:28px}.htmega-team-style-7:hover .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a{opacity:1;transform:scale(1);-webkit-transition-delay:.1s;transition-delay:.1s}.htmega-team-style-7 .htmega-team-content{background:#fff none repeat scroll 0 0;border:0 none;margin:0;padding:20px 10px;text-align:center}.htmega-team-style-7 .htmega-team-content h4{font-size:16px;font-weight:600;margin-bottom:3px}.htmega-team-style-7 .htmega-team-content h4{color:#343434}.htmega-team-style-7 .htmega-team-content h4:hover{color:#18012c}.htmega-team-style-7 .htmega-team-content span{color:#343434;font-size:14px;margin:0;font-weight:400}.htmega-team-style-7:hover .htmega-thumb img{transform:scale(1.2) rotate(10deg)}.htmega-team-style-8 .htmega-team-content{position:relative;transition:all 0.3s ease-in-out;border:1px solid #e5e5e5;border-top:0;overflow:hidden}.htmega-team-style-8{box-shadow:none}.htmega-team-style-8 .htmega-team-hover-action{position:absolute;bottom:-110%;width:100%;z-index:2;left:0;height:100%;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease-in-out;background-color:#fff0;background-image:linear-gradient(280deg,#FCC5FF 0%,#8D73FF 100%)}.htmega-team-style-8:hover .htmega-team-hover-action{bottom:0}.htmega-team-style-8::before,.htmega-team-style-8::after{content:"";position:absolute;left:0;bottom:0;height:10px;width:10px;border-left:1px solid #8e74ff;border-bottom:1px solid #8e74ff;z-index:1}.htmega-team-style-8::after{left:auto;right:0;border-left:1px solid transparent!important;border-right:1px solid #8e74ff}.htmega-team-style-8:hover::after,.htmega-team-style-8:hover::before{opacity:0}.htmega-team-style-8 .htmega-team-hover-action:after{position:absolute;content:"";width:51px;height:3px;top:0;left:50%;background:#fff;margin-left:-25px}.htmega-team.htmega-st8-new .htmega-team-content{position:absolute;bottom:0;left:0;right:0;margin:0 15px}.htmega-team-style-8.htmega-st8-new3 .htmega-team-hover-action{bottom:0;left:-99%}.htmega-team-style-8.htmega-st8-new3:hover .htmega-team-hover-action{left:0}.htmega-team-style-8.htmega-st8-new3 .htmega-team-content{border-width:0 0 0 0;margin:0 20px 20px 0}span.htmega-team-designation{display:block}.htmega-features svg{width:20px;display:inline-block}.htmega-pricing-panel{display:flex;flex-direction:column;justify-content:space-between;text-align:center;margin-top:30px}.htmega-pricing-body ul{list-style:none;padding:0;margin:0}.htmega-pricing-body ul li{display:flex;align-items:center;justify-content:center}.htmega-pricing-panel .pricing_old{margin-right:15px}.htmega-pricing-panel .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-panel .htmega-pricing-heading .price h4 span.pricing_old{padding-left:16px;position:relative}.htmega-features li i,.htmega-features li svg{margin-right:8px}.elementor-widget-htmega-pricing-table-addons span.htmega-price-badge{position:absolute;top:-1px;background:#fff;padding:12px 40px;z-index:9;line-height:1;border-radius:5px 0 0 5px}.elementor-widget-htmega-pricing-table-addons span.htmega-price-badge-position-left{left:40px;-webkit-transform:rotate(-90deg) translateX(-100%);-ms-transform:rotate(-90deg) translateX(-100%);transform:rotate(-90deg) translateX(-100%);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.elementor-widget-htmega-pricing-table-addons span.htmega-price-badge-position-right{right:0;-webkit-transform:rotate(-90deg) translateY(-100%);-ms-transform:rotate(-90deg) translateY(-100%);transform:rotate(-90deg) translateY(-100%);-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.htmega-pricing-panel .price-label{position:relative}.htmega-pricing-style-1{background:#365a73;margin-top:30px;border-radius:10px;padding-bottom:40px}.htmega-pricing-style-1 .htmega-pricing-heading{padding-top:65px;padding-bottom:75px;background-repeat:no-repeat;background-position:center center;position:relative;background-size:cover;margin-bottom:37px;border-radius:10px 10px 0 0}.htmega-pricing-style-1 .htmega-pricing-heading .title{position:absolute;left:-7px;transform:rotate(-90deg);top:39px}.htmega-pricing-style-1 .htmega-pricing-heading .title h2{margin:0;height:50px;line-height:50px;color:#fff;font-size:16px;background:-webkit-linear-gradient(left,#446c83,#4eb8bf);background-image:linear-gradient(left,#446c83,#4eb8bf);border-radius:10px;font-family:'Raleway',sans-serif;width:125px;text-align:center}.htmega-pricing-style-1 .htmega-pricing-heading .price{display:inline-block;padding-left:35px}.htmega-pricing-style-1 .htmega-pricing-heading .price h4{color:#fff;display:inline-block;margin:0;position:relative;font-size:40px;font-weight:600;font-family:'Raleway',sans-serif}.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.pricing_new{font-size:40px}.htmega-pricing-style-1 .htmega-pricing-heading .price h4 sub{position:absolute;left:0;top:23px;font-size:20px;font-weight:700;font-family:'Raleway',sans-serif}.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.pricing_old sub{position:static}.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span{font-size:20px;font-family:"Montserrat",sans-serif}.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.separator{margin-right:-5px}.htmega-pricing-style-1 .htmega-pricing-body{margin-bottom:37px}.htmega-pricing-style-1 .htmega-pricing-body ul li{color:#f1f1f1;font-weight:300;font-size:16px;padding:5px 0;justify-content:left}.htmega-pricing-style-1 .htmega-pricing-body ul li svg path{fill:#f1f1f1}.htmega-pricing-style-1 .htmega-pricing-body ul li svg path a.price_btn{text-decoration:none}.htmega-pricing-style-1 a.price_btn{border:1px solid #4fbfc5;display:inline-block;padding:8px 40px;border-radius:10px;color:#fff;font-size:14px;text-transform:uppercase;font-weight:600;transition:0.5s}.htmega-pricing-style-1 a.price_btn:hover{background:#4ebec4;color:#fff;border:1px solid #4ebec4}.htmega-pricing-style-2{background:#fff;border-radius:10px;padding:55px 0}.htmega-pricing-heighlight{padding:70px 0;box-shadow:0 0 30px rgb(82 182 188 / .25);position:relative;z-index:2}.htmega-pricing-style-2 .htmega-pricing-heading{margin-bottom:10px}.htmega-pricing-style-2 .htmega-pricing-heading .icon{margin-bottom:20px}.htmega-pricing-style-2 .htmega-pricing-heading .title h2{margin-bottom:14px;margin-bottom:28px}.htmega-pricing-style-2 .htmega-pricing-heading .price h4{color:#52b6bc;font-weight:400;position:relative;font-size:30px;margin:0;font-family:'Lora',serif;display:inline-block}.htmega-pricing-style-2 .htmega-pricing-heading .price h4 sub{position:absolute;left:0;top:16px}.htmega-pricing-style-2 .htmega-pricing-body{margin-bottom:27px}.htmega-pricing-style-2 .htmega-pricing-body ul li{color:#7b7b7b;font-size:14px;font-weight:300;padding:3px 0;justify-content:left}.htmega-pricing-style-2 .htmega-pricing-footer a.price_btn{border:2px solid #52b6bc;display:inline-block;padding:0 32px;color:#52b6bc;border-radius:21px;font-weight:500;font-size:15px;transition:0.5s}.htmega-pricing-style-2 .htmega-pricing-footer a.price_btn:hover{background:#52b6bc;color:#fff;border:2px solid #52b6bc}.htmega-pricing-style-3{background:#ef476f;padding-bottom:60px;margin-top:88px;border-radius:5px;box-shadow:0 0 10px rgb(0 0 0 / .1)}.htmega-pricing-style-3 .htmega-pricing-heading .price{width:125px;height:127px;background:#ef476f;border:4px solid #fff;border-radius:100%;text-align:center;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative;margin-top:-63px;margin-bottom:37px}.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-style-3 .htmega-pricing-heading .price h4{font-size:40px;margin:0;font-weight:600;position:relative;font-family:"Poppins",sans-serif}.htmega-pricing-panel.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-panel.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_old{padding:0}.htmega-pricing-style-3 .htmega-pricing-heading .price h4 sub{font-size:20px;position:relative;top:-17px;left:0}.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span{font-size:15px;font-weight:500;color:#fff}.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.separator{margin-right:-8px;margin-left:0;color:#fff}.htmega-pricing-style-3 .htmega-pricing-heading .title{margin-bottom:41px}.htmega-pricing-style-3 .htmega-pricing-heading .title h2{font-size:26px;color:#fff;font-weight:600;margin:0;font-family:"Montserrat",sans-serif}.htmega-pricing-style-3 .htmega-pricing-body ul li{color:#fff;font-size:17px;padding:5px 0;font-family:"Poppins",sans-serif}.htmega-pricing-style-3 .htmega-pricing-body ul li svg path{fill:#fff}.htmega-pricing-style-3 .htmega-pricing-footer{margin-top:48px}.htmega-pricing-style-3 .htmega-pricing-footer a.price_btn{height:40px;padding:0 43px;display:inline-block;box-shadow:0 4px 10px rgb(0 0 0 / .25);color:#fff;font-weight:600;line-height:40px;font-size:15px;transition:0.5s;font-family:"Montserrat",sans-serif}.htmega-pricing-style-3 .htmega-pricing-footer a.price_btn:hover{box-shadow:0 4px 10px rgb(0 0 0 / .1)}.htmega-pricing-style-4{background:#fff;padding:90px 0}.htmega-pricing-style-4.htmega-pricing-heighlight .htmega-pricing-footer{height:auto}.htmega-pricing-ribon{position:relative}.htmega-pricing-ribon::before{content:url(//www.travelkon.com.au/wp-content/plugins/ht-mega-for-elementor/assets/css/../images/pricing/pricing-ribon.png);left:30px;position:absolute;top:-15px}.htmega-pricing-style-4 .htmega-pricing-heading .price h4{font-weight:600;color:#4d4d4d;font-size:48px;position:relative;display:inline-block;margin:0}.htmega-pricing-style-4 .htmega-pricing-heading .price h4 sub{position:absolute;left:0;top:25px;font-size:31px}.htmega-pricing-style-4 .htmega-pricing-heading .title h2{font-size:18px;font-weight:500;color:#000101;padding-bottom:27px;position:relative;margin-bottom:28px}.htmega-pricing-style-4 .htmega-pricing-heading .title h2::before{position:absolute;content:"";width:60px;height:2px;background:#e1e1e1;bottom:0;left:50%;transform:translateX(-50%)}.htmega-pricing-style-4 .htmega-pricing-body{position:relative;padding-bottom:23px;margin-top:36px}.htmega-pricing-style-4 .htmega-pricing-body::before{position:absolute;content:"";background:#e1e1e1;width:60px;height:2px;bottom:0;left:50%;transform:translateX(-50%);transition:.3s}.htmega-pricing-style-4:hover .htmega-pricing-body::before{opacity:0}.htmega-pricing-style-4 .htmega-pricing-body ul li{font-size:15px;color:#000;line-height:35px;font-family:"Montserrat",sans-serif}.htmega-pricing-style-4 .htmega-pricing-body ul li svg path{fill:#000}.htmega-pricing-style-4 .htmega-pricing-footer{margin-top:32px;height:0;overflow:hidden;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.htmega-pricing-style-4 .htmega-pricing-footer a.price_btn{height:46px;border:1px solid #ededed;display:inline-block;line-height:44px;padding:0 40px;color:#000;font-size:14px;border-radius:30px;font-family:"Montserrat",sans-serif;transition:0.5s}.htmega-pricing-style-4 .htmega-pricing-footer a.price_btn:hover{background:#0056ff;color:#fff;border:1px solid #0056ff}.htmega-pricing-style-4:hover .htmega-pricing-footer{height:46px}.htmega-pricing-style-4.active .htmega-pricing-footer{height:46px!important}.htmega-pricing-style-5{background:#f6f6f6;padding:40px 0;text-align:left;padding-bottom:50px;margin-left:30px}.htmega-pricing-style-5 .htmega-pricing-heading{padding-left:46px;margin-bottom:8px}.htmega-pricing-style-5 .htmega-pricing-heading .price h4{color:#0056ff;font-weight:600;font-size:40px}.htmega-pricing-style-5 .htmega-pricing-heading .title h2{color:#000;font-size:18px;font-weight:500;letter-spacing:3px;margin-bottom:3px}.htmega-pricing-style-5 .htmega-pricing-body{background:#e3ecff;margin-right:30px;margin-left:-30px;border-radius:6px;padding:40px 56px 60px;position:relative}.htmega-pricing-style-5 .htmega-pricing-body ul{margin-bottom:-37px}.htmega-pricing-style-5 .htmega-pricing-body ul li{color:#181818;font-size:14px;padding:10px 0}.htmega-pricing-body ul li.off{text-decoration:line-through}.htmega-pricing-style-5 .htmega-pricing-body a.price_btn{bottom:-72px;background:#fff0;display:inline-block;left:50%;border-radius:25px;font-size:14px;color:#fff;text-transform:uppercase;letter-spacing:2px;transform:translateX(-50%);position:relative;border:1px solid #fff0;padding:4px;transition:0.5s}.htmega-pricing-style-5 .htmega-pricing-body a.price_btn span{padding:0 30px;background:#0056ff;display:inline-block;border-radius:20px;height:40px;line-height:40px;transition:0.5s}.htmega-pricing-style-5 .htmega-pricing-body a.price_btn:hover{border:1px solid #0056ff}.htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active{border:1px solid #0056ff}.htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active:hover{border:1px solid #fff0}.htmega-pricing-style-5 .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-style-5 .htmega-pricing-heading .price h4 span.pricing_old{padding:0}.htmega-pricing-style-5 sub{font-size:40px;position:static}.htmega-pricing-style-6{background:#fff;box-shadow:0 0 20px 1px rgb(35 31 32 / .2);padding-bottom:30px}.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-heading{background:#2d3e50;padding:30px 0}.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-body{padding:55px 0}.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-body ul li{padding:7px 0}.htmega-pricing-style-6 .htmega-pricing-heading{background:#2d3e50;padding:30px 0}.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.separator{margin-left:5px;margin-right:0}.htmega-pricing-style-6 .htmega-pricing-heading .price h4 sub{font-size:18px;position:relative;top:-20px;left:0}.htmega-pricing-style-6 .htmega-pricing-body{padding:50px 0}.htmega-pricing-style-6 .htmega-pricing-body ul li{color:#2d3e50;font-size:18px;font-weight:500;padding:5px 0;font-family:'Raleway',sans-serif}.htmega-pricing-style-6 .htmega-pricing-footer a.price_btn{background:#2d3e50;padding:12px 40px;line-height:1;font-weight:700;border-radius:15px;font-size:15px;color:#fff;font-family:'Raleway',sans-serif;transition:0.5s}.htmega-pricing-style-6 .htmega-pricing-footer a.price_btn:hover{transform:translateY(-5px)}.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.period-txt,.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.separator{color:#ecebeb;font-size:18px}.htmega-pricing-style-7{background:#fff;padding-top:48px;padding-bottom:60px;box-shadow:0 0 10px rgb(1 26 72 / .1)}.htmega-pricing-style-7 .htmega-pricing-heading .title h2{color:#f7ca18;font-size:26px;font-weight:600;margin-bottom:32px;font-family:"Poppins",sans-serif}.htmega-pricing-style-7 .htmega-pricing-heading .price{background-position:center center;background-size:cover;margin-bottom:23px;padding:12px 0}.htmega-pricing-style-7 .htmega-pricing-heading .price h4{font-size:60px;color:#011a48;font-weight:700;font-family:"Poppins",sans-serif}.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.period-txt,.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.separator{font-size:26px;font-weight:600}.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.separator{margin-left:2px;margin-right:-8px}.htmega-pricing-style-7 .htmega-pricing-heading .price h4 sub{font-size:26px;left:0;position:relative;top:-3px}.htmega-pricing-style-7 .htmega-pricing-body{padding:0 28px}.htmega-pricing-style-7 .htmega-pricing-body ul li{color:#798294;font-size:20px;line-height:32px;padding:13px 0;border-top:1px solid #f6f6f6;font-family:'Open Sans',sans-serif}.htmega-pricing-style-7 .htmega-pricing-body ul li:last-child{border-bottom:1px solid #f6f6f6}.htmega-pricing-style-7 .htmega-pricing-footer{margin-top:40px}.htmega-pricing-style-7 .htmega-pricing-footer a.price_btn{height:47px;padding:0 50px;display:inline-block;background:#011a48;border-radius:23px;color:#fff;font-size:14px;line-height:47px;text-transform:uppercase;font-weight:600;letter-spacing:2px;font-family:"Poppins",sans-serif;transition:0.5s}.htmega-pricing-style-7 .htmega-pricing-footer a.price_btn:hover{background:#f7ca18;color:#000}.htmega-pricing-panel.htmega-pricing-style-8{background-color:#fff0;background-image:linear-gradient(145.94deg,#FFB602 0%,#FF0773 100%);border-radius:10px 10px 10px 10px;margin:0 0 0 0;padding:40px 0 44px 0}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-heading .title h2{color:#FFF;font-family:"Roboto",Sans-serif;font-size:18px;font-weight:400}.htmega-pricing-panel.htmega-pricing-style-8 .price-label{background-color:#FFF;width:205px;right:-42%;padding:20px 22px 20px 0;margin:5px 0 5px 0;border-radius:70px 0 0 70px}.htmega-pricing-panel.htmega-pricing-style-8 .price-label h4{color:#FF106E;font-family:"Roboto",Sans-serif;font-size:28px;font-weight:700;margin-bottom:0}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-body ul li{color:#FFF;font-weight:400;padding:5px 5px 5px 5px;justify-content:left}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-body ul{text-align:left;padding:0 0 0 94px}.htmega-pricing-panel.htmega-pricing-style-8 .price-label h4 sub{color:#FF106E;font-family:"Roboto",Sans-serif;font-size:28px;font-weight:700;left:0;top:0}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-heading .htmega-pricing-header-align{padding:0 0 0 95px;text-align:left}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-footer{margin:40px 0 0 0}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-footer a.price_btn{padding:15px 86px 15px 86px;border-radius:30px 30px 30px 30px}.htmega-pricing-panel.htmega-pricing-style-8 .htmega-pricing-footer a.price_btn{border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFF}.htmega-pricing-heading .header-top-image{top:-47.5px;position:relative;width:95px;height:95px;border:1px solid #000;border-radius:99px;padding:7px;left:50%;margin-left:-47.5px;background:#fff;display:flex;align-items:center;justify-content:center}.htmega-pricing-panel.htmega-pricing-style-9{background-color:#FFF;padding:0 0 44px 0;border-radius:10px 10px 10px 10px}.htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-body ul li{color:#22577E;font-family:"Roboto",Sans-serif;font-size:14px;font-weight:400;padding:0 0 6px 0}.htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-footer{margin:40px 0 0 0}.htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-footer a.price_btn{padding:12px 50px 12px 50px;border-radius:30px 30px 30px 30px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#FF5151;color:#FF5151;transition:0.3s}.htmega-pricing-panel.htmega-pricing-style-9 .htmega-pricing-footer a.price_btn:hover{color:#FFF;background-color:#FF5151}.htmega-brands-area.htmega-brands-style-1{display:flex;flex-wrap:wrap}.htmega-brands-area{overflow:hidden}.single-partner{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0 15px;width:calc(100% * (1/4));text-align:center;margin-bottom:50px;display:flex;align-items:center;justify-content:center;line-height:0}.single-partner a{display:inline-block}ul.brand-list{list-style:none;padding:0;margin:0;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}@media only screen and (max-width:380px){ul.brand-list{display:block}}ul.brand-list li{position:relative;text-align:center}ul.brand-list li a{display:inline-block}.htmega-brands-style-2 ul.brand-list li{border-right:1px dashed #fff;display:block;float:left;padding:20px;text-align:center;width:20%}.htmega-brands-style-2 ul.brand-list li:last-child{border-right:1px dashed #fff0}.htmega-brands-style-3 ul.brand-list li{flex-basis:20%;border-right:1px solid #dcd9d9;height:125px;line-height:125px;border-top:1px solid #dcd9d9;border-bottom:1px solid #dcd9d9}.htmega-brands-style-3 ul.brand-list li:first-child{border-left:1px solid #dcd9d9}.brand-list-area{display:flex;flex-wrap:wrap}.brand-logo-col{padding-left:15px;padding-right:15px}.htmega-brands-style-5 .brand-logo-col{flex:0 0 25%;max-width:25%}.htmega-brands-style-5 .single-partner{background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);text-align:center;display:block;width:100%;padding:25px 15px}.htmega-brands-style-7 .single-partner{width:100%}.htmega-brands-style-7 .brand-logo-col{flex:0 0 33.333%;max-width:33.333%}.htmega-brands-style-4 ul.brand-list{display:block}.htmega-brands-style-4 ul.brand-list li{border-bottom:1px dashed #aaa;border-right:1px dashed #aaa;float:left;padding:25px 15px;text-align:center;width:33.33%}.htmega-brands-style-4 ul.brand-list li:nth-child(1){border-bottom-color:#aaa;border-right-color:#aaa}.htmega-brands-style-4 ul.brand-list li:nth-child(6),.htmega-brands-style-4 ul.brand-list li:last-child{border-bottom-color:#fff0;border-right-color:#fff0}.htmega-brands-style-4 ul.brand-list li:nth-child(5){border-bottom-color:#fff0;border-right-color:#aaa}.htmega-brands-style-4 ul.brand-list li:nth-child(4){border-bottom-color:#fff0;border-right-color:#aaa}.htmega-brands-style-4 ul.brand-list li:nth-child(3){border-bottom-color:#aaa;border-right-color:#fff0}.float-left{float:left}.newsletter-style-one p{color:#798294;font-size:14px;line-height:28px;max-width:605px;margin:0 auto!important;width:100%;margin-bottom:58px;margin-top:16px}.htmega-mailchimp-style-1 .htmega-input-box{position:relative;max-width:530px;margin:0 auto}.htmega-input-box input[type="text"],.htmega-input-box input[type="email"]{width:100%}.htmega-mailchimp-style-1 .htmega-input-box input[type="submit"]{position:absolute;right:5px;top:50%;transform:translateY(-50%);outline:none;border:0 none;transition:0.4s}.htmega-mailchimp-style-2 .htmega-input-box input[type="text"],.htmega-mailchimp-style-2 .htmega-input-box input[type="email"]{width:calc(100% - 170px)}.htmega-input-box form{width:100%}.htmega-mailchimp-style-3 .htmega-input-box{position:relative;max-width:580px;width:100%;margin:0 auto;display:flex}.htmega-mailchimp-style-3 .htmega-input-box input{text-align:center;float:left;overflow:hidden;max-width:405px}.htmega-mailchimp-style-3 .htmega-input-box input[type="submit"]{float:right;overflow:hidden;transition:0.4s}.htmega-mailchimp-style-4 .htmega-input-box{position:relative}.htmega-mailchimp-style-4 .htmega-input-box input[type="submit"]{position:absolute;right:5px;top:50%;width:40px;transform:translateY(-50%);transition:0.4s;text-indent:-99999px}.htmega-mailchimp-style-4 .htmega-input-box::before{color:#fff;content:"";cursor:pointer;display:block;font-family:fontawesome;position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:1}.htmega-mailchimp-style-5 .htmega-input-box input[type="submit"]{width:100%;transition:0.5s}.htmega-testimonial-area .slick-prev,.htmega-testimonial-area .slick-next{background:#fff0 none repeat scroll 0 0;border:medium none;color:#7d7d7d;cursor:pointer;display:block;font-size:24px;height:auto;line-height:1;outline:medium none;padding:0;position:absolute;text-align:center;top:50%;transform:translate(0,-50%);width:auto;z-index:2;transition:all 0.3s ease-in-out}.htmega-testimonial-area .slick-next{right:0}.htmega-testimonial-area .slick-dots{list-style:none}.htmega-testimonial-area .slick-dots li button{font-size:0;line-height:0;display:block;width:12px;height:12px;padding:0;cursor:pointer;color:#fff0;border:0;outline:none;background:#e3e3e3;border-radius:100%}.htmega-testimonial-area .slick-dots li.slick-active button{background:#f60}.htmega-testimonial-area .slick-dots li button:before{display:none}.htmega-testimonial-area .slick-dots{bottom:-30px;z-index:3}.htmega-testimonial-area .slick-dots li{margin:0 7px;width:12px;height:12px}.htmega-testimonial-area .slick-prev::before,.htmega-testimonial-area .slick-next::before{display:none}.htmega-testimonial-area:not(.htmega-testimonial-style-4) .slick-dots{left:0}.htmega-testimonial-activation{z-index:1}.htmega-testimonial-style-1 .testimonal{text-align:center}.htmega-testimonial-style-1 .testimonal img{margin-bottom:34px;text-align:center;display:inline-block}.htmega-testimonial-style-1 .testimonal .shape img{margin:0}.htmega-testimonial-style-1 .testimonal .content{margin-top:30px}.htmega-testimonial-style-1 .testimonal .content p{color:#3e3e3e;font-size:18px;line-height:35px;padding:0 10%}.htmega-testimonial-style-1 .testimonal .content h4{color:#3e3e3e;font-size:20px;line-height:37px;margin:0}.htmega-testimonial-style-1 .testimonal .content span{color:#3e3e3e;font-size:18px}.htmega-testimonial-style-2 .testimonal{text-align:center;background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);position:relative;margin-top:50px;padding-bottom:27px;border-radius:10px}.htmega-testimonial-style-2 .testimonal img{position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:1px solid #6e6e6e;border-radius:100%;max-width:100%}.htmega-testimonial-style-2 .testimonal .content{margin-top:69px}.htmega-testimonial-style-2 .testimonal .content p{color:#5b5b5b;font-size:14px;line-height:24px;padding:0 4%;font-style:italic;margin-bottom:4px}.htmega-testimonial-style-2 .testimonal .content h4{color:#5b5b5b;font-size:16px;line-height:37px;margin:0;font-weight:600}.htmega-testimonial-style-2 .testimonal .content span{color:#3e3e3e;font-size:18px}.htmega-testimonial-style-2 .slick-slide{padding:5px 15px}.htmega-testimonial-style-2 .slick-center .testimonal img{border:1px solid #f60}.htmega-testimonial-style-2 .slick-dots{bottom:-75px}.slick-dotted.slick-slider{margin-bottom:0}.htmega-testimonial-style-2 .testimonal .shape img{border:medium none;left:0;margin:0 auto;position:relative;top:53px;transform:translate(0)}.htmega-testimonial-style-3 .testimonal img{float:left}.htmega-testimonial-style-3 .testimonal .content{overflow:hidden;padding-left:20px}.htmega-testimonial-style-3 .testimonal .content p{color:#3e3e3e;font-size:16px;margin-bottom:20px;line-height:28px}.htmega-testimonial-style-3 .testimonal .content .clint-info{padding-left:50px;position:relative}.htmega-testimonial-style-3 .testimonal .content .clint-info::before{position:absolute;content:"";width:30px;height:2px;background:#383838;left:0;top:4px}.htmega-testimonial-style-3 .testimonal .content .clint-info h4{font-weight:600;font-size:16px;color:#383838;margin-bottom:2px}.htmega-testimonial-style-3 .testimonal .content .clint-info span{color:#383838;font-size:14px}.htmega-testimonial-style-3 .testimonal .shape img{left:20px;position:relative}.htmega-testimonial-style-3 .testimonal .content .clint-info ul.htmega-testimonial-rating *{padding-left:0!important}.htmega-testimonial-style-8 ul.htmega-testimonial-rating,.htmega-testimonial-style-3 ul.htmega-testimonial-rating,.htmega-testimonial-style-4 .htmega-testimonial-rating{justify-content:left}.htmega-testimonial-style-4 .testimonal .testimonal-image{float:left;padding-right:50px;position:relative}.htmega-testimonial-style-4 .testimonal .testimonal-image::before{position:absolute;content:"";width:1px;height:100%;background:#18012c;right:0;top:0}.htmega-testimonial-style-4 .testimonal .testimonal-image::after{position:absolute;content:"";background:#18012c;height:1px;width:30px;right:0;top:50%;transform:translateY(-50%)}.htmega-testimonial-style-4 .testimonal .content{overflow:hidden;padding-left:30px}.htmega-testimonial-style-4 .testimonal .content p{color:#3e3e3e;font-size:16px;margin-bottom:20px;line-height:28px}.htmega-testimonial-style-4 .testimonal .content h4{font-weight:600;font-size:16px;color:#383838;margin-bottom:2px}.htmega-testimonial-style-4 .testimonal .content span{color:#383838;font-size:14px}.htmega-testimonial-style-4 .testimonal .content span:before{content:""}.htmega-testimonial-style-4 ul.slick-dots li button::before{content:"0";display:block;font-size:16px;height:auto;left:-8px;line-height:1;opacity:1;position:absolute;top:-4px;width:auto}.htmega-testimonial-style-4 ul.slick-dots{padding:0;margin:0;list-style:none;border:0 none;text-align:right}.htmega-testimonial-style-4 ul.slick-dots li button{background:#fff0;border:0 none;color:#18012c;font-weight:600;font-size:16px;position:relative;display:inline-block}.htmega-testimonial-style-4{position:relative;padding-right:24%}.htmega-testimonial-style-4 ul.slick-dots{position:absolute;right:0;top:50%;transform:translateY(-50%);width:100px}.htmega-testimonial-style-4 ul.slick-dots li{padding:6px 0}.htmega-testimonial-style-4 ul.slick-dots li.slick-active button{position:relative}.htmega-testimonial-style-4 ul.slick-dots li{height:auto;line-height:1;padding:8px 0 10px 45px;position:relative}.htmega-testimonial-style-4 ul.slick-dots li::after{position:absolute;content:"";background:#18012c;width:0;height:1px;left:0;top:50%;transform:translateY(-50%);transition:0.5s}.htmega-testimonial-style-4 ul.slick-dots li.slick-active::after{width:30px}.htmega-testimonial-style-4 ul.slick-dots li.slick-active button{background:#fff0}.htmega-testimonial-style-5{position:relative}.htmega-testimonial-for .testimonial-desc p{color:#3e3e3e;font-size:18px;line-height:35px;text-align:center;padding:0 15%}.testimonal-img{text-align:center}.testimonal-img .content{text-align:center;margin-top:22px}.testimonal-img .content h4{color:#3e3e3e;font-size:20px;margin-bottom:3px}.testimonal-img .content span{color:#3e3e3e;font-size:18px;line-height:29px}.htmega-testimonal-nav.slick-slider{max-width:35%;width:100%;margin:0 auto}.slick-slide.slick-active.slick-center .testimonal-img img{transform:scale(1)}.slick-slide.slick-active .testimonal-img img{transform:scale(.8);text-align:center;display:inline-block}.htmega-testimonial-style-5 .htmega-testimonal-nav .slick-track{margin-top:85px}.htmega-testimonal-nav .slick-slide:not(.slick-center) .content{opacity:0}.htmega-testimonial-style-5 .testimonial-shape{bottom:56%;left:49.5%;position:absolute;transform:translateX(-50%)}.htmega-testimonial-rating{display:flex;align-items:center;justify-content:center;color:#ff7b00;list-style:none;padding:0;margin:25px 0 0;gap:5px}.htmega-testimonial-rating li{font-size:14px}.htmega-testimonial-style-5 .htmega-testimonal-nav .content{position:absolute;left:50%;transform:translateX(-50%);z-index:2;bottom:0;width:max-content}.htmega-testimonial-style-5 .htmega-testimonal-nav .testimonal-image{margin-bottom:70px}.htmega-testimonial-style-6 .testimonal img{display:inline-block}.htmega-testimonial-style-6 .testimonal .content{background:#fff;text-align:center;padding:50px 9%;position:relative;box-shadow:0 0 10px rgb(82 182 188 / .25)}.htmega-testimonial-style-6 .testimonal .content p{font-size:16px;line-height:28px;color:#3e3e3e}.htmega-testimonial-style-6 .testimonal .content .triangle{position:absolute;top:100%;margin-top:-1px;border-right:20px solid #fff0;border-left:20px solid #fff0;border-top:20px solid #fff;border-bottom:20px solid #fff0;left:50%;transform:translateX(-50%)}.htmega-testimonial-style-6 .testimonal .clint-info{text-align:center;margin-top:40px}.htmega-testimonial-style-6 .testimonal .clint-info h4{color:#5c5c5c;font-size:22px;font-weight:700;margin-top:22px;margin-bottom:4px}.htmega-testimonial-style-6 .testimonal .clint-info span{color:#5c5c5c;font-weight:600;font-size:15px}.htmega-testimonial-style-6 .slick-arrow{width:36px;height:36px;color:#7d7d7d;border:0 none;background:#fff;border-radius:100%;font-size:24px;left:0;top:20%;z-index:999;transition:0.5s;box-shadow:0 0 10px rgb(82 182 188 / .25)}.htmega-testimonial-style-6 .slick-arrow:hover{background:#52b6bc;color:#fff}.htmega-testimonial-style-6 button.slick-next.slick-arrow{left:auto;right:0}.htmega-testimonial-style-6{position:relative;padding:0 200px}.htmega-testimonial-style-6 .testimonal .shape img,.htmega-testimonial-style-7 .testimonal .shape img{position:relative;top:10px}.htmega-testimonial-style-7 .testimonal{text-align:center}.htmega-testimonial-style-7 .testimonal p{color:#414141;font-size:30px;font-style:italic;line-height:48px;margin-top:26px;font-family:"Montserrat",sans-serif;margin-bottom:0;position:relative;z-index:2}.htmega-testimonial-style-7 .testimonal p::before{position:absolute;content:"";color:#ffebd1;content:"\f10e";font-family:Fontawesome;font-size:216px;left:50%;top:50%;z-index:-1;transform:translateX(-50%) translateY(-50%)}.htmega-testimonial-style-7 .testimonal h4{color:#3e3e3e;font-weight:600;font-size:20px;margin-bottom:9px}.htmega-testimonial-style-7 .testimonal .clint-info{margin-top:29px}.htmega-testimonial-style-7 .testimonal .clint-info span{color:#3e3e3e;font-size:18px}.htmega-testimonial-style-7 .testimonal img{display:inline-block}.htmega-testimonial-style-7 .slick-arrow{top:9%;left:16%;color:#aeaeae;font-size:48px;background:#fff0;border:0 none;z-index:2;transition:0.5s}.htmega-testimonial-style-7 .slick-arrow:hover{color:#f6ab4b}.htmega-testimonial-style-7 button.slick-next.slick-arrow{left:auto;right:16%}.htmega-testimonial-style-8{position:relative;padding:0 200px}.htmega-testimonial-style-8 .content{display:flex;align-items:center}.htmega-testimonial-style-8 .content .clint-info{padding-left:20px}.htmega-testimonial-style-8 .content .clint-info h4{color:#3e3e3e;font-size:20px;font-weight:700;margin-bottom:7px}.htmega-testimonial-style-8 .content .clint-info span{color:#3e3e3e;font-size:18px}.htmega-testimonial-style-8 p{color:#3e3e3e;font-size:18px;line-height:35px;margin:0;margin-top:20px}.htmega-testimonial-style-8 .slick-arrow{left:0;color:#aeaeae;font-size:48px;border:0 none;top:43%;transition:0.5s}.htmega-testimonial-style-8 .slick-arrow:hover{color:#f6ab4b}.htmega-testimonial-style-8 button.slick-next.slick-arrow{left:auto;right:0}.htmega-testimonial-style-8 .testimonal .shape img{position:relative;left:10px}.htmega-testimonial-style-9 .testimonal{background:#f7f8f9;padding:30px;margin-top:30px}.htmega-testimonial-style-9 .testimonal .content{display:flex;align-items:center}.htmega-testimonial-style-9 .testimonal .content .clint-info{padding-left:25px}.htmega-testimonial-style-9 .testimonal .content .clint-info h4{font-size:18px;color:#383838;margin:0}.htmega-testimonial-style-9 .testimonal .content .clint-info span{color:#1834a6;font-size:13px}.htmega-testimonial-style-9 .testimonal p{color:#5b5b5b;font-size:14px;line-height:26px;margin:0;margin-top:22px}.htmega-testimonial-style-9 .testimonal .shape img{position:relative;left:5px}.htmega-testimonial-style-9.htmega-testimonial-activation .testimonal .content{display:block}.htmega-testimonial-style-9 .htmega-testimonial-rating{justify-content:left}.htmega-testimonial-style-10 .testimonal-image{display:flex;justify-content:space-between;align-items:center}.htmega-testimonial-style-10 .htmega-testimonial-rating{margin:0}.htmega-testimonial-style-10 .testimonal img{float:none}.htmega-testimonial-style-10 .testimonal .content{overflow:hidden;padding-left:0}ul.htmega-testimonial-rating *{transition:all 0.0s}.htmega-testimonial-style-11 .content{text-align:center}.htmega-testimonial-style-11 .htmega-testimonal-nav .testimonal-image{margin-bottom:40px;padding:58px 0 43px 0}.htmega-testimonial-style-11 .slick-slide.slick-active.slick-center .testimonal-img img,.htmega-testimonial-style-11 .slick-slide.slick-active .testimonal-img img{transform:scale(1)}.htmega-testimonial-style-11 .slick-slide.slick-active.slick-center .testimonal-img{transform:scale(1.5);z-index:3}.htmega-testimonial-style-12 .testimonal{display:flex!important;align-items:center}.htmega-testimonial-style-12 .testimonal .shape img{left:0;float:none}.htmega-testimonial-style-12 .htmega-testimonial-rating{justify-content:left}.htmega-testimonial-style-12 .testimonal .content .clint-info{padding-left:0}.htmega-testimonial-style-12 .testimonal .content .clint-info::before{display:none}.htmega-testimonial-style-12 .testimonal-image{flex:0 0 34%}.htmega-testimonial-style-13 .testimonal{text-align:center;border-bottom:10px solid #fff0;margin-top:15px;background-color:#F7F8F9;padding:50px 30px}.htmega-testimonial-style-13 .testimonal-image{display:inline-block;margin-top:20px}.htmega-testimonial-style-13 .testimonal .clint-info h4{margin-top:9px;margin-bottom:4px}.htmega-testimonial-style-13 .testimonal:hover{margin-top:0;border-color:#DA9A28}.htmega-testimonial-style-13 .testimonal p{font-family:"Roboto",Sans-serif;font-size:19px;font-weight:400;line-height:32px}.htmega-sl-arraow-style-2.htmega-testimonial-area .slick-next{top:0;transform:translate(0)}.htmega-sl-arraow-style-2.htmega-testimonial-area .slick-prev{left:auto;right:0;top:67px;transform:translate(0)}.htmega-sl-arraow-style-3.htmega-testimonial-area .slick-prev{right:70px;left:auto}.htmega-sl-arraow-style-3.htmega-testimonial-area .slick-arrow{top:auto;bottom:0;transform:translate(0)}.htmega-form-wrapper form input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-wrapper form textarea,.htmega-form-wrapper form select{width:100%;border-radius:0}.htmega-form-wrapper .ajax-loader{bottom:0;position:absolute}.htmega-form-wrapper .form_no_select{color:red;font-size:20px}.htmega-form-style-1 form input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-1 select{height:55px;font-weight:300;margin-top:30px;padding:0 20px;border:1px solid #c1c1c1;font-family:"Montserrat",sans-serif;font-size:13px;color:#a2a2a2}.htmega-form-style-1 form input:focus,.htmega-form-style-1 select:focus{border:1px solid #18012c}.htmega-form-style-1 form input[type="submit"]{background-color:#0056ff;border:medium none;color:#fff;font-size:14px;font-weight:500;height:55px;line-height:55px;padding:0 29px;text-transform:uppercase;width:auto;transition:0.5s;font-family:"Montserrat",sans-serif}.htmega-form-style-1 form input[type="submit"]:hover{background-color:#18012c}.htmega-form-style-1 form textarea{border:1px solid #c1c1c1;min-height:175px;margin-top:30px;padding:20px;color:#a2a2a2;resize:none;font-family:"Montserrat",sans-serif;font-size:13px}.htmega-form-style-1 form textarea:focus{border:1px solid #18012c}.htmega-form-style-2 label{color:#fff;font-style:italic;font-weight:300;font-size:14px;margin-bottom:11px}.htmega-form-style-2 input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-2 select{height:55px;font-weight:300;margin-bottom:30px;padding:0 20px;border:0 none;font-family:"Montserrat",sans-serif;font-size:13px;background:rgb(255 255 255 / .3);color:#fff}.htmega-form-style-2 input:focus,.htmega-form-style-2 select:focus{border:1px solid #18012c}.htmega-form-style-2 input[type="submit"]{background-color:#fff;border:medium none;color:#0056ff;font-size:14px;font-weight:600;height:55px;line-height:54px;padding:0 29px;text-transform:uppercase;width:100%;transition:0.5s;font-family:"Montserrat",sans-serif;margin:0}.htmega-form-style-2 input[type="submit"]:hover{background-color:#18012c;color:#fff}.htmega-form-style-2 textarea{border:1px solid #c1c1c1;min-height:209px;padding:20px;color:#fff;resize:none;font-family:"Montserrat",sans-serif;font-size:13px;background:rgb(255 255 255 / .3);margin-bottom:30px;border:0 none}.htmega-form-style-2 textarea:focus{border:1px solid #18012c}.htmega-form-style-3 form input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-3 form select{color:silver;font-weight:300;font-style:italic;border:0 none;border-bottom:1px solid silver;padding:0;margin-bottom:50px;padding-bottom:4px;font-size:16px;font-family:"Montserrat",sans-serif}.htmega-form-style-3 form input:focus,.htmega-form-style-3 form select:focus{border-bottom:1px solid #18012c}.htmega-form-style-3 form input[type="submit"]{border:0 none;background:#0056ff;color:#fff;margin-top:40px;margin-bottom:0;height:55px;line-height:59px;padding:0 20px;transition:0.5s;box-shadow:0 0 10px rgb(0 0 0 / .1)}.htmega-form-style-3 form input[type="submit"]:hover{background:#fff;color:#0056ff}.htmega-form-style-3 form textarea{border:0 none;border-bottom:1px solid silver;font-style:italic;padding:0;min-height:150px;resize:none;color:silver;font-size:16px;font-family:"Montserrat",sans-serif}.htmega-form-style-3 form textarea:focus{border-bottom:1px solid #18012c}.htmega-form-style-4 form .input-box{display:flex;align-items:center;margin-bottom:30px}.htmega-form-style-4 form .input-box label{color:#000;font-weight:600;font-size:14px;flex-basis:16%}.htmega-form-style-4 form .input-box span{flex-basis:84%}.htmega-form-style-4 form .input-box input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-4 form .input-box select{background:#a2a2a2;color:#a2a2a2;font-weight:300;background:#f3f3f3;border:1px solid #c1c1c1;height:55px;line-height:55px;padding:0 20px;font-weight:"Montserrat",sans-serif}.htmega-form-style-4 form .input-box input:focus,.htmega-form-style-4 form .input-box select:focus{border:1px solid #18012c}.htmega-form-style-4 form .input-box textarea{background:#f3f3f3;border:1px solid #c1c1c1;min-height:200px;padding:20px;font-weight:"Montserrat",sans-serif}.htmega-form-style-4 form .input-box textarea:focus{border:1px solid #18012c}.htmega-form-style-4 form input[type="submit"]{background:#0056ff;width:auto;border:0 none;color:#fff;padding:0 30px;height:55px;line-height:55px;margin:0 0 0 90px;font-size:14px;font-weight:500;transition:0.5s}.htmega-form-style-4 form input[type="submit"]:hover{opacity:.7}.contact_form_container{background:#81abfe;padding:30px}.htmega-form-style-5 form input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-5 form select{margin-top:30px;border:1px solid #fff;height:50px;line-height:50px;color:#fff;font-weight:300;font-family:"Montserrat",sans-serif}.htmega-form-style-5 form input:focus,.htmega-form-style-5 form select:focus{border:1px solid #18012c}.htmega-form-style-5 form input[type="submit"]{background:#fff;height:55px;line-height:56px;border:0 none;padding:0 30px;color:#0056ff;font-weight:600;width:auto;transition:0.5s}.htmega-form-style-5 form input[type="submit"]:hover{opacity:.7}.htmega-form-style-5 form textarea{margin-top:30px;min-height:145px;border:1px solid #fff;padding:20px;font-weight:300;color:#fff;font-family:"Montserrat",sans-serif}.htmega-form-style-5 form textarea:focus{border:1px solid #18012c}.htmega-form-style-6 form input:not([type="checkbox"],[type="radio"],[type="file"]),.htmega-form-style-6 form select{background:#f3f3f3;border:0 none;height:55px;padding:0 20px;margin-bottom:30px;font-family:"Montserrat",sans-serif}.htmega-form-style-6 form input:not([type="checkbox"],[type="radio"],[type="file"]):focus,.htmega-form-style-6 form select:focus{border:1px solid #18012c}.htmega-form-style-6 form input[type="submit"]{width:auto;margin:0;padding:0 58px;background:#0056ff;color:#fff;height:58px;font-weight:600;line-height:61px;text-transform:uppercase;transition:0.5s;margin-top:10px}.htmega-form-style-6 form input[type="submit"]:hover{opacity:.7}.htmega-form-style-6 form label{font-size:14px;color:#000;font-weight:300;font-style:italic;font-family:"Montserrat",sans-serif}.htmega-form-style-6 form textarea{background:#f3f3f3;border:0 none;margin-bottom:30px;min-height:230px;resize:none;padding:20px;margin-bottom:30px;font-family:"Montserrat",sans-serif}.htmega-form-style-6 form textarea:focus{border:1px solid #18012c}input,textarea{-webkit-transition:all 0.30s ease-in-out;-moz-transition:all 0.30s ease-in-out;-ms-transition:all 0.30s ease-in-out;-o-transition:all 0.30s ease-in-out;outline:none}.htmega-form-wrapper .wpcf7-form-control .wpcf7-list-item{margin:0 1em 0 0}.htmega-login-form-wrapper form input:not([type="checkbox"],[type="radio"],[type="file"]){width:100%}.htmega-login-form-wrapper form input:not([type="checkbox"],[type="radio"],[type="file"]){padding:0 15px}.htmega-login-form-wrapper .htmega-login-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px}.htmega-login-form-style-1{background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);padding:50px 70px}.htmega-login-form-style-1 h2{color:#000;font-size:30px;font-weight:600;margin-bottom:21px;font-family:"Montserrat",sans-serif}.htmega-login-form-style-1 form label{color:#000;font-size:13px;font-weight:300;margin-bottom:10px;font-family:"Montserrat",sans-serif}.htmega-login-form-style-1 form input:not([type="checkbox"]){background:#fff0;border:1px solid #f2f2f2;color:#757575;font-size:12px;margin-bottom:24px;font-family:"Montserrat",sans-serif;height:50px}.htmega-login-form-style-1 form input:not([type="checkbox"])[type="submit"]{margin:0;width:auto;background:#0056ff;color:#fff;height:43px;padding:0 40px;font-weight:600;text-transform:uppercase;font-size:14px;border:0 none;transition:0.4s ease-in-out}.htmega-login-form-style-1 form input:not([type="checkbox"])[type="submit"]:hover{background:#18012c;color:#fff}.log-remember{display:flex;justify-content:space-between;align-items:center;font-family:"Montserrat",sans-serif}.log-remember a.fright,.htmega-login-form-wrapper.htmega-login-form-style-3 label.lable-content,.htmega-login-form-wrapper.htmega-login-form-style-5 label.lable-content{color:#b1b1b1;font-size:12px;transition:0.4s;font-family:"Montserrat",sans-serif}.htmega-login-form-wrapper.htmega-login-form-style-3 label.lable-content,.htmega-login-form-wrapper.htmega-login-form-style-5 label.lable-content{padding-top:3px}.htmega-login-form-wrapper.htmega-login-form-style-5{padding:40px 20px}.htmega_message{display:none}#htmega_message .alert-success,.htmega_lodding_msg{color:#155724!important}#htmega_message .alert-danger{color:#721c24!important}.lable-content{display:block;position:relative;padding-left:29px;margin-bottom:0;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:"Montserrat",sans-serif}.login-wrapper form .log-remember label{margin:0}.lable-content input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;top:0;left:0;height:18px;width:18px;border:1px solid #0056ff;margin-top:4px}.log-remember .checkmark{top:50%;margin-top:0;transform:translateY(-50%)}.lable-content:hover input~.checkmark{border:1px solid #0056ff}.checkmark:after{content:"";position:absolute;display:block}.lable-content input:checked~.checkmark:after{display:none}.lable-content .checkmark:after{left:50%;top:50%;width:6px;height:9px;border:solid #0056ff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg) translate(-50%);-ms-transform:rotate(45deg) translate(-50%);transform:rotate(45deg) translate(-50%);margin-top:-3px}.htmega-login-form-style-2{text-align:center;padding:40px 0}.htmega-login-form-style-2 form input{border:1px solid #fff;border-radius:5px;color:#666;padding:0 20px;margin-bottom:10px}.htmega-login-form-style-2 form input[type="submit"]{background:#0056ff;border:0 none;font-size:16px;text-transform:uppercase;height:60px;border-radius:5px;transition:0.3s ease-in-out;color:#fff}.htmega-login-form-style-2 form input[type="submit"]:hover{background:#18012c;color:#fff}.htmega-login-form-style-2 .separator span{display:block;color:#fff;font-size:14px;font-weight:600;margin-top:30px;position:relative;font-family:"Montserrat",sans-serif}.htmega-login-form-style-2 .separator span::before,.htmega-login-form-style-2 .separator span::after{position:absolute;left:0;top:50%;background:#fff;width:235px;height:2px;content:""}.htmega-login-form-style-2 .separator span::after{left:auto;right:0}.htmega-login-form-style-2 .log-remember a.fright{color:#fff}.htmega-login-form-style-2 form input::-webkit-input-placeholder{color:#666}.htmega-login-form-style-2 form input::-moz-placeholder{color:#666}.htmega-login-form-style-2 form input:-ms-input-placeholder{color:#666}.htmega-login-form-style-2 form input:-moz-placeholder{color:#666}.htmega-login-form-style-2 .checkmark,.htmega-login-form-style-4 .checkmark{border:1px solid #fff}.htmega-login-form-style-2 .lable-content,.htmega-login-form-style-4 .lable-content{color:#fff;font-size:12px}.htmega-login-form-style-2 .lable-content .checkmark:after,.htmega-login-form-style-4 .lable-content .checkmark:after{width:6px;height:9px;border:solid #fff;border-width:0 2px 2px 0}.htmega-login-form-style-2 .lable-content:hover input~.checkmark,.htmega-login-form-style-4 .lable-content:hover input~.checkmark{border:1px solid #fff}.htmega-login-form-style-2 .log-remember{margin-top:10px}.htmega-login-form-style-2 .htmega-user-login,.htmega-login-form-style-4 .htmega-user-login,.htmega-login-form-style-5 .htmega-user-login{color:#fff}.htmega-login-form-style-3{padding:60px 40px}.htmega-login-form-style-3 form input{border:0 none;border-bottom:1px solid #687ea5;padding:0;color:#687ea5;font-size:12px;font-weight:300;font-family:"Montserrat",sans-serif}.htmega-login-form-style-3 form input[type="submit"]{background:#0056ff;color:#fff;width:auto;height:50px;padding:0 55px;border:0 none;font-size:14px;text-transform:uppercase;transition:0.5s;font-weight:600}.htmega-login-form-style-3 form input[type="submit"]:hover{opacity:.7}.htmega-login-form-style-3{box-shadow:none;background:#fff0}.htmega-login-form-style-2 .htmega-user-login{text-align:left}.htmega-login-form-style-4{padding:100px 56px;text-align:center}.htmega-login-form-style-4 form input:not(input[type=checkbox]){background:rgb(255 255 255 / .3);border:0 none;margin-left:2px;height:70px;color:#fff;font-size:16px;font-family:"Poppins",sans-serif}.htmega-login-form-style-4 form input[type="submit"]{border:3px solid #fff;border-radius:8px;color:#fff;box-sizing:border-box;height:70px;font-size:24px;font-weight:600;text-transform:uppercase;margin-bottom:51px;font-family:"Montserrat",sans-serif;margin:0}.htmega-login-form-style-4 form input[type="submit"]:hover{background:#fff;color:#18012c}.htmega-service{margin-top:30px;text-align:center;transition:all 0.3s ease-in-out}.htmega-service svg{width:30px;height:auto}.htmega-svg-icon-box{line-height:1;display:flex;align-items:center;justify-content:center;height:100%;border-radius:100%;transition:all 0.3s ease-in-out}.htmega-service a.readmore_btn{border:1px solid #0056ff;display:inline-block;padding:0 42px;line-height:40px;font-size:14px;border-radius:30px;color:#0056ff;font-weight:600;transition:0.5s;text-decoration:none}.htmega-service a.readmore_btn:hover{background:#0056ff;color:#fff}.htmega-service .service-title a{text-decoration:none;transition:all .3s ease 0s}.htmega-service .thumb{display:inline-block}.htmega-service .thumb img{vertical-align:middle}.htmega-service .thumb a{display:block}.htmega-service-style-1 .icon{margin-bottom:30px;padding:0 12px}.htmega-service-style-1 .icon i{color:#ed552d;font-size:50px}.htmega-service-style-1 .content{padding:0 12px}.htmega-service-style-1 .content h4{color:#5b5b5b;font-size:18px;font-weight:400;margin-bottom:15px}.htmega-service-style-1 .content p{color:#8f8f8f;font-family:"Montserrat",sans-serif;font-size:15px;line-height:25px;margin:0;padding:0 0 35px;position:relative}.htmega-service-style-1 .content p::before{position:absolute;content:"";background:#969696;width:20px;height:1px;bottom:0;left:50%;transform:translateX(-50%)}.htmega-service-style-1 .content p::after{position:absolute;content:"";background:#969696;height:1px;width:30px;bottom:5px;left:50%;transform:translateX(-50%)}.htmega-service-style-2{background:#fff;padding:30px}.htmega-service-style-2 .content{padding-top:30px}.htmega-service-style-2 .content h4{color:#575757;font-size:22px;line-height:30px;margin-bottom:13px;padding:0 9px}.htmega-service-style-2 .content p{color:#818181;font-size:14px;line-height:24px;margin-bottom:35px}.htmega-service-style-3 .icon{border:1px solid #eff2f7;width:110px;height:110px;text-align:center;border-radius:100%;padding:10px;margin:0 auto;margin-bottom:27px;transition:0.4s}.htmega-service-style-3 .icon i{background:#eff2f7;border-radius:100%;text-align:center;font-size:40px;margin:0 auto;color:#454545;transition:0.4s;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.htmega-service-style-3:hover .icon{border:1px solid #0056ff}.htmega-service-style-3:hover .icon i{background:#0056ff;color:#fff}.htmega-service-style-3 .content h4{color:#5f5f5f;font-size:16px;text-transform:uppercase;padding-bottom:20px;position:relative}.htmega-service-style-3 .content h4::before{position:absolute;content:"";background:#0056ff;width:30px;height:3px;left:50%;bottom:0;transform:translateX(-50%)}.htmega-service-style-3 .content p{color:#5b5b5b;font-size:14px;line-height:25px;padding:0 12px;margin:0}.htmega-service.htmega-service-style-3:hover:after,.htmega-service.htmega-service-style-3:hover:before{content:"";background:#fff0;width:2px;height:25px;top:50%;margin-top:-12px;left:0;position:absolute}.htmega-service.htmega-service-style-3:hover:before{left:auto;right:0}.htmega-service-style-4{background:rgb(255 255 255 / .15);padding:75px 11px}.htmega-service-style-4 .content h4{color:#b8b8b8;font-weight:300;text-transform:uppercase;margin-bottom:16px}.htmega-service-style-4 .content p{margin:0;color:#959595;font-weight:300;font-size:14px;line-height:24px}.htmega-service-style-4 .thumb{padding-bottom:33px;position:relative;margin-bottom:22px}.htmega-service-style-4 .thumb::before{position:absolute;content:"";background:#969696;width:30px;height:1px;bottom:0;left:50%;transform:translateX(-50%)}.htmega-service-style-4 .thumb::after{position:absolute;content:"";bottom:5px;left:50%;transform:translateX(-50%);background:#969696;width:20px;height:1px}.htmega-service-style-5 .content{padding-top:26px}.htmega-service-style-5 .content h4{color:#585858;font-size:17px;font-weight:600;margin-bottom:13px}.htmega-service-style-5 .content p{color:#414141;font-size:14px;line-height:24px;margin:0}.htmega-service-style-5 .thumb{position:relative}.htmega-service-style-5 .thumb::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;content:"";-webkit-transition:opacity 1s;transition:opacity 1s;opacity:0;background-image:-webkit-linear-gradient(top,#252a9c,#df09f9);background-image:-moz-linear-gradient(top,#252a9c,#df09f9);background-image:linear-gradient(0,#252a9c,#df09f9)}.htmega-service-style-5:hover .thumb::before{opacity:.3}.htmega-service-style-5 .thumb img{width:100%}.htmega-service-style-6{margin-top:12px}.htmega-service-style-6 .thumb,.htmega-service-style-6 .icon{border:1px solid #4e89fb;width:100px;height:100px;line-height:100px;border-radius:100%;float:left;text-align:center;margin-right:22px;margin-top:10px;overflow:hidden}.htmega-service-style-6>a{float:left}.htmega-service-style-6 .content{overflow:hidden}.htmega-service-style-6 .content p{font-size:14px;line-height:25px;color:#5b5b5b}.htmega-service-style-6 .content h4{color:#5f5f5f;font-size:24px;font-weight:600;margin-bottom:7px}.htmega-service-style-7{display:flex;margin-top:0;position:relative;z-index:1;padding:40px 20px;border-radius:8px}.htmega-service-style-7 .icon{margin-right:33px}.htmega-service-style-7 .icon i{color:#4c4c4c;font-size:40px;transition:0.4s}.htmega-service-style-7 .content h4{color:#4c4c4c;font-size:20px;font-weight:600;text-transform:uppercase;margin-bottom:8px;transition:0.4s}.htmega-service-style-7 .content p{color:#5b5b5b;font-size:14px;line-height:25px;margin:0;transition:0.4s}.htmega-service-style-7::before{background:#fff none repeat scroll 0 0;content:"";height:100%;left:0;opacity:1;position:absolute;top:0;transition:all 0.4s ease-in-out 0s;width:100%;z-index:-1}.htmega-service-style-7:hover::before{opacity:0}.htmega-service-style-7:hover .content h4,.htmega-service-style-7:hover .content p,.htmega-service-style-7:hover .icon i{color:#fff!important}@media (max-width:767px){.htmega-service.htmega-service-style-2 .thumb{display:block}.htmega-service.htmega-service-style-2 .thumb img{width:100%}}.breaking-news-title svg{width:20px}.breaking-news-default{border:1px solid #18012c;display:flex;align-items:center}.breaking-news-default .breaking-news-title{display:flex;height:80px;align-items:center}.breaking-news-default .breaking-news-title h5{position:relative;font-weight:600;font-size:30px;letter-spacing:.5px;margin:0;text-transform:uppercase;padding:0 48px;width:max-content;display:flex;align-items:center}.breaking-news-default .breaking-news-ticker{margin-left:20px;list-style:none;padding:0;margin:0;padding-left:22px;width:100%}.breaking-news-default .breaking-news-ticker li{padding:5px 0;height:100%;display:flex;align-items:center}.breaking-news-default .breaking-news-ticker li a{display:block;line-height:24px;font-size:16px;font-family:"Poppins",sans-serif;color:#18012c;text-decoration:none}.breaking-news-default .breaking-news-ticker li span.news_date{background:#d20001;color:#fff;font-size:12px;margin-left:30px;padding:5px 5px;border-radius:3px;display:inline-block;line-height:1}.breaking-news-default .breaking-news-nav{float:right;display:flex;height:80px;align-items:center;margin-right:42px}.breaking-news-default .breaking-news-nav button{border:1px solid #18012c;height:40px;margin:0 5px;padding:0;transition:all 0.3s ease-in-out 0s;width:40px;background:#fff0}.breaking-news-default .breaking-news-nav button i{color:#18012c;font-size:24px}.breaking-news-default .breaking-news-nav button svg{width:16px}.breaking-news-default .breaking-news-nav button svg path{fill:#18012c}.breaking-news-default::before{position:absolute;content:"";background:#1d62af;left:0;top:0;width:100%;height:100%;z-index:-1;transform:skew(-20deg)}.htmega-newsticker-style-2.breaking-news-default::before,.htmega-newsticker-style-3.breaking-news-default::before,.htmega-newsticker-style-4.breaking-news-default::before,.htmega-newsticker-style-6.breaking-news-default::before,.htmega-newsticker-style-5.breaking-news-default::before,.htmega-newsticker-style-7.breaking-news-default::before{display:none}.htmega-newsticker-style-1{border:0 none;float:left;position:relative;width:100%;z-index:1}.htmega-newsticker-style-1 .breaking-news-title{display:flex;align-items:center}.htmega-newsticker-style-1 .breaking-news-title h5{position:relative;left:-20px;display:block;color:#fff;font-weight:600;font-size:30px;letter-spacing:.5px;margin:0;text-transform:uppercase;height:60px;line-height:59px;padding:0 48px;display:flex;align-items:center}.htmega-newsticker-style-1 .breaking-news-title h5::before{position:absolute;content:"";transform:skew(-20deg);background:#d20001;left:0;top:0;width:100%;height:100%;z-index:-1}.htmega-newsticker-style-1 .breaking-news-title h5 i,.htmega-newsticker-style-1 .breaking-news-title h5 .htmega-news-tickr-svg-icon-box{width:40px;height:40px;color:#d20001;background:#fff;text-align:center;line-height:40px;border-radius:100%;font-size:28px;padding:0;margin-left:10px}.breaking-news-title h5 .htmega-news-tickr-svg-icon-box svg{height:auto}.htmega-news-tickr-svg-icon-box{display:flex;align-items:center;justify-content:center}.htmega-newsticker-style-1 .breaking-news-ticker{margin-left:20px;list-style:none;padding:0;margin:0;padding-left:22px}.htmega-newsticker-style-1 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-1 .breaking-news-ticker li a{color:#fff}.htmega-newsticker-style-1 .breaking-news-nav{float:right;display:flex;align-items:center;margin-right:42px;margin-left:auto}.htmega-newsticker-style-1 .breaking-news-nav button{border:1px solid #fff;margin:0 5px;transform:skew(-20deg)}.htmega-newsticker-style-1 .breaking-news-nav button:hover{border:1px solid #d20001;background:#d20001}.htmega-newsticker-style-1 .breaking-news-nav button i{color:#fff;font-size:24px}.htmega-newsticker-style-2{border:1px solid #1d62af;overflow:hidden}.htmega-newsticker-style-2 .breaking-news-title h5{position:relative;color:#fff;font-weight:600;font-size:20px;margin:0;text-transform:capitalize;padding:0 20px;background:#1d62af;font-style:italic;padding-right:0;align-self:stretch;display:flex;align-items:center;justify-content:center;width:max-content}.htmega-newsticker-style-2 .breaking-news-title h5::before{position:absolute;top:0;border-right:40px solid #fff0;border-top:40px solid #fff0;border-bottom:40px solid #fff0;content:"";border-left:40px solid #1d62af;left:100%;background:transparent!important;background-color:none!important;background-image:none!important}.htmega-newsticker-style-2 .breaking-news-ticker{padding-left:57px}.htmega-newsticker-style-2 .breaking-news-ticker li a{color:#181818}.htmega-newsticker-style-2 .breaking-news-nav{margin-right:29px}.htmega-newsticker-style-2 .breaking-news-nav button{margin:0 3px;border:1px solid #fff0;width:auto;height:auto}.htmega-newsticker-style-2 .breaking-news-nav button i{color:#000;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-2 .breaking-news-nav button i:hover{color:#1d62af}.htmega-newsticker-style-3{border:1px solid #1d62af;border-radius:40px;overflow:hidden;display:flex}.htmega-newsticker-style-3 .breaking-news-title{order:3}.htmega-newsticker-style-3 .breaking-news-title{display:flex;align-items:center;background:#1d62af;border-radius:0 40px 40px 0}.htmega-newsticker-style-3 .breaking-news-title h5{position:relative;color:#fff;font-weight:600;font-size:20px;margin:0;text-transform:capitalize;padding:0 20px;font-style:italic;padding-right:20px;align-self:stretch;display:flex;align-items:center;justify-content:center;padding-left:0;width:max-content}.htmega-newsticker-style-3 .breaking-news-title h5::before{position:absolute;top:0;border-right:40px solid #1d62af;border-top:40px solid #fff0;border-bottom:40px solid #fff0;content:"";border-left:40px solid #fff0;right:100%;background:transparent!important;background-color:none!important;background-image:none!important}.htmega-newsticker-style-3 .breaking-news-ticker{flex-grow:1;order:2;padding-right:57px}.htmega-newsticker-style-3 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-3 .breaking-news-ticker li a{color:#181818}.htmega-newsticker-style-3 .breaking-news-ticker li a span.news_date{margin-left:30px}.htmega-newsticker-style-3 .breaking-news-nav{margin-right:0;float:left;margin-left:29px;order:1}.htmega-newsticker-style-3 .breaking-news-nav button{margin:0 3px;border:1px solid #fff0;width:auto;height:auto}.htmega-newsticker-style-3 .breaking-news-nav button i{color:#000;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-3 .breaking-news-nav button i:hover{color:#1d62af}.htmega-newsticker-style-4{border:0 none;background:#1d62af;overflow:hidden}.htmega-newsticker-style-4 .breaking-news-title{display:flex;height:50px;align-items:center;background:#f05555;align-self:stretch;display:flex;align-items:center;justify-content:center}.htmega-newsticker-style-4 .breaking-news-title h5{position:relative;color:#fff;font-weight:600;font-size:18px;margin:0;text-transform:capitalize;padding:0 27px}.htmega-newsticker-style-4 .breaking-news-ticker{padding-left:30px}.htmega-newsticker-style-4 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-4 .breaking-news-ticker li a{display:block;color:#fff;font-size:14px;font-family:"Poppins",sans-serif}.htmega-newsticker-style-4 .breaking-news-nav{margin-right:-1px;height:50px}.htmega-newsticker-style-4 .breaking-news-nav button{margin:0 1px;border:1px solid #fff0;width:50px;height:50px;background:#4b7bb0}.htmega-newsticker-style-4 .breaking-news-nav button i{color:#fff;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-4 .breaking-news-nav button i:hover{color:#18012c}.htmega-newsticker-style-5{border:0 none;overflow:hidden;background:#00C8FA}.htmega-newsticker-style-5.breaking-news-default::before{transform:skew(0deg)}.htmega-newsticker-style-5 .breaking-news-title{display:flex;height:50px;align-items:center;background:#f05555;align-self:stretch;display:flex;align-items:center;justify-content:center;position:relative}.htmega-newsticker-style-5 .breaking-news-title::before{position:absolute;top:50%;border-right:15px solid #fff0;border-top:15px solid #fff0;border-bottom:15px solid #fff0;content:"";border-left:15px solid #f05555;left:100%;transform:translateY(-50%)}.htmega-newsticker-style-5 .breaking-news-title h5{color:#fff;font-weight:600;font-size:18px;margin:0;text-transform:capitalize;padding:0 27px}.htmega-newsticker-style-5 .breaking-news-ticker{padding-left:34px}.htmega-newsticker-style-5 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-5 .breaking-news-ticker li a{display:block;color:#fff;font-size:14px;font-family:"Poppins",sans-serif}.htmega-newsticker-style-5 .breaking-news-nav{margin-right:11px;height:50px}.htmega-newsticker-style-5 .breaking-news-nav button{margin:0;border:1px solid #fff0;width:auto;height:auto}.htmega-newsticker-style-5 .breaking-news-nav button i{color:#fff;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-5 .breaking-news-nav button i:hover{color:#18012c}.htmega-newsticker-style-6{border:1px solid #1d62af;overflow:hidden}.htmega-newsticker-style-6.breaking-news-default::before{transform:skew(0deg)}.htmega-newsticker-style-6 .breaking-news-title{height:60px;position:relative;z-index:1;padding:0 18px 0 0;width:max-content}.htmega-newsticker-style-6 .breaking-news-title::before{position:absolute;left:-16px;top:0;background:#1d62af;width:100%;height:100%;content:"";z-index:-1;transform:skew(-26deg)}.htmega-newsticker-style-6 .breaking-news-title h5{color:#fff;font-weight:600;font-size:18px;margin:0;text-transform:capitalize;padding:0 18px;z-index:1;position:relative}.htmega-newsticker-style-6 .breaking-news-ticker{padding-left:34px}.htmega-newsticker-style-6 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-6 .breaking-news-ticker li a{display:block;color:#000;font-size:14px;font-family:"Poppins",sans-serif}.htmega-newsticker-style-6 .breaking-news-nav{margin-right:11px;height:60px}.htmega-newsticker-style-6 .breaking-news-nav button{margin:0;border:1px solid #fff0;width:auto;height:auto}.htmega-newsticker-style-6 .breaking-news-nav button i{color:#fff;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-6 .breaking-news-nav button i:hover{color:#18012c}.htmega-newsticker-style-7{border:1px solid #1d62af;overflow:hidden}.htmega-newsticker-style-7.breaking-news-default::before{transform:skew(0deg)}.htmega-newsticker-style-7 .breaking-news-title{display:flex;height:60px;align-items:center;align-self:stretch;justify-content:center;position:relative;z-index:1;padding:0 18px 0 0}.htmega-newsticker-style-7 .breaking-news-title::before{position:absolute;left:-10px;top:0;background:#1d62af;width:100%;height:100%;content:"";z-index:-1;border-radius:0 45px 0 0}.htmega-newsticker-style-7 .breaking-news-title h5{color:#fff;font-weight:600;font-size:18px;margin:0;text-transform:capitalize;padding:0 27px;z-index:1;position:relative}.htmega-newsticker-style-7 .breaking-news-ticker{padding-left:34px}.htmega-newsticker-style-7 .breaking-news-ticker li{padding:5px 0}.htmega-newsticker-style-7 .breaking-news-ticker li a{display:block;color:#000;font-size:14px;font-family:"Poppins",sans-serif}.htmega-newsticker-style-7 .breaking-news-nav{margin-right:12px;height:60px}.htmega-newsticker-style-7 .breaking-news-nav button{margin:0 1px;border:1px solid #fff0;width:38px;height:38px;background:#1d62af}.htmega-newsticker-style-7 .breaking-news-nav button i{color:#fff;font-size:30px;transition:0.3s ease-in-out}.htmega-newsticker-style-7 .breaking-news-nav button:hover{opacity:.7}@media (max-width:767px){.breaking-news-default{flex-direction:column;justify-content:center;overflow:hidden}.breaking-news-default .breaking-news-title{margin-bottom:15px;width:100%;min-height:45px}.breaking-news-default .breaking-news-title h5{padding:0 15px;width:100%;justify-content:center}.htmega-newsticker-style-1 .breaking-news-title h5{left:0}.htmega-newsticker-style-1 .breaking-news-ticker,.breaking-news-default .breaking-news-ticker{padding:0 15px}.htmega-newsticker-style-2 .breaking-news-nav{margin-right:0}.htmega-newsticker-style-2 .breaking-news-ticker{padding-left:0 15px}.htmega-newsticker-style-3 .breaking-news-title{border-radius:0;margin-bottom:0;margin-top:15px}.htmega-newsticker-style-5 .breaking-news-nav{margin-right:0}.htmega-newsticker-style-3 .breaking-news-nav{margin-left:0}.htmega-newsticker-style-6 .breaking-news-title::before{left:0;transform:skew(0)}.htmega-newsticker-style-7 .breaking-news-title::before{left:0;border-radius:0}.breaking-news-default .breaking-news-title{height:auto}.breaking-news-default.htmega-newsticker-style-1 .breaking-news-title{height:80px}.htmega-newsticker-style-4 .breaking-news-nav{margin-top:15px}}.htmega-social-share ul{list-style:none;margin:0;padding:0;list-style:none}.htmega-social-share ul li{font-family:"Montserrat",sans-serif;cursor:pointer;color:#fff}.htmega-social-share svg{width:20px;display:inline-block}.htmega-social-share.htmega-social-view-icon-title ul li{padding-right:15px}.htmega-social-share.htmega-social-view-title ul li{padding:0 15px}.htmega-social-share ul li i,.htmega-social-share ul li svg{display:block;float:left;height:42px;line-height:42px;width:42px}.htmega-share-counter{margin-left:5px}.htmega-social-style-1 ul li{display:inline-block;text-align:center;font-size:16px;margin-right:5px;margin-bottom:10px;transition:0.5s;line-height:42px}.htmega-social-style-1 ul li:hover{opacity:.7}.htmega-lightbox{position:relative;margin-top:30px;overflow:hidden}.htmega-lightbox .htmega-lightboxthumb a img{width:100%}.htmega-lightbox .htmega-lightbox-action{position:absolute;top:0;width:100%;height:100%;transition:0.5s;left:0;opacity:0;display:flex;align-items:center;justify-content:center}.htmega-lightbox .htmega-lightbox-action::before{position:absolute;width:100%;height:100%;top:0;background:rgb(0 0 0 / .5);content:"";left:0}.htmega-lightbox .htmega-lightbox-action a{position:absolute;top:50%;transform:translate(-50%,-50%);text-align:center;border:1px solid #fff;display:flex;border-radius:100%;left:50%;align-items:center;justify-content:center;width:30px;height:30px}.htmega-lightbox .htmega-lightbox-action.htmega-lightbox-button-type-button a{width:max-content}.htmega-lightbox .htmega-lightbox-action a i{color:#fff;font-size:25px}.image-popup-vertical-fit svg{fill:#fff;width:20px}.htmega-lightbox .htmega-lightbox-action a.play__btn i{border:1px solid #fff0}.htmega-lightbox:hover .htmega-lightbox-action{opacity:1}.mfp-no-margins img.mfp-img{padding:0}.mfp-no-margins .mfp-figure:after{top:0;bottom:0}.mfp-no-margins .mfp-container{padding:0}.lightbox_button_only .htmega-lightbox-action{opacity:1;position:static}.lightbox_button_only.htmega-lightbox .htmega-lightbox-action a{position:static;transform:translate(0,0)}.lightbox_button_only .htmega-lightbox-action::before{display:none}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{width:auto!important}.htmega-lightbox .image-popup-vertical-fit .htmega-player-container .magnify-video-active{background:#fff none repeat scroll 0 0;border:0 none;border-radius:100%;color:#18012c;display:inline-flex;align-items:center;justify-content:center;font-size:40px;text-align:center;transition:all 0.5s ease-in-out 0s;padding:10px 25px;text-decoration:none;position:relative}.htmega-player-container a{position:relative;display:inline-flex;align-items:center;gap:8px;transition:all 0.3s ease-in-out}.htmega-player-container .magnify-video-active *{line-height:initial}.htmega-player-container .magnify-video-active:hover{transform:scale(1.2);background:#18012c;color:#fff}a.magnify-video-active:focus,.mfp-iframe-holder .mfp-close:hover{outline:0;border:none}.mfp-iframe-holder .mfp-close,.mfp-iframe-holder .mfp-close:hover{display:inline-block;width:auto;background:#fff0}.htmega-player-container .magnify-video-active i,.htmega-player-container .magnify-video-active img{position:relative;z-index:1}.htmega-video-mark{position:absolute;pointer-events:none;left:50%;top:50%}.htmega-video-mark .htmega-wave-pulse{width:1px;height:0;margin:0 auto}.htmega-video-mark .htmega-wave-pulse::after,.htmega-video-mark .htmega-wave-pulse::before{opacity:0;content:'';display:block;position:absolute;width:200px;height:200px;top:50%;left:50%;border-radius:50%;border:3px solid #fff;animation:zoomBig 2.25s linear infinite;animation-delay:0s}.htmega-video-mark .htmega-wave-pulse::before{animation-delay:.75s}.htmega-player-container iframe.playerBox{width:100%!important;margin:0!important;height:100%!important}@keyframes zoomBig{0%{transform:translate(-50%,-50%) scale(0);opacity:1;border-width:4px}40%{opacity:.8;border-width:3px}65%{border-width:2px}100%{transform:translate(-50%,-50%) scale(1);opacity:0;border-width:2px}}.htmega-search-box input:focus{outline:none}.htmega-search-box .btn-search{background:#fff0;padding:0}.htmega-search-box svg{width:20px;margin-top:8px}.htmega-search-style-1{position:relative}.htmega-search-style-1 input,.htmega-search-style-1 input[type='text']{border:1px solid #ccc;width:100%;border-radius:22px;transition:all .3s ease-in-out;height:45px;color:#999;font-size:14px;padding:0 78px 0 20px}.htmega-search-style-1 input:focus{width:100%;border:1px solid hotpink}.htmega-search-style-1 input:focus~button{width:36px}.htmega-search-style-1 input:focus~button.btn-search{background:hotpink;color:#fff;border-radius:20px}.htmega-search-style-1 input:focus~button.btn-reset{right:-22px}.htmega-search-style-1 button{transition:all .3s ease-in-out;border:none;height:36px;position:absolute;right:4px;top:50%;width:70px;transform:translateY(-50%);padding:0}.htmega-search-style-1 button.btn-search{background:#0056ff;border-radius:0 20px 20px 0;color:#fff;transition:all .3s ease-in-out}.htmega-search-style-1 button.btn-search svg path{fill:#fff}.htmega-search-style-2{display:inline-block;position:relative;height:60px;float:right;padding:0;position:relative;width:100%}.htmega-search-style-2 input[type="text"]{height:60px;font-size:17px;display:inline-block;font-weight:100;border:none;outline:none;color:#fff;padding:0;padding-right:70px;width:0;position:absolute;top:0;right:0;background:none;z-index:3;transition:width 0.5s cubic-bezier(0,.795,0,1);cursor:pointer}.htmega-search-style-2 input[type="text"]:focus{width:100%;z-index:1;border-bottom:1px solid #333;cursor:text}.htmega-search-style-2 button.btn-search{width:63px;display:inline-block;color:#333;float:right;background:#fff0;border:none;position:absolute;top:0;right:0;z-index:2;cursor:pointer;cursor:pointer;transition:width 0.4s cubic-bezier(0,.795,0,1)}.htmega-search-style-3{float:right;height:40px;position:relative;width:100%}.htmega-search-style-3 input[type="text"]{border:1px solid #18012c;font-size:12px;height:40px;position:absolute;transition:all .3s ease-in;width:50%;right:0;color:#18012c;font-size:14px;transition:all .3s ease-in-out;padding:0 20px;padding-right:63px}.htmega-search-style-3 input[type="text"]:focus{width:100%;border-radius:20px;border:1px solid #ed552d}.htmega-search-style-3 input[type="text"]:focus~button{background:#ed552d;border:1px solid #ed552d;border-radius:0 20px 20px 0;color:#fff!important}.htmega-search-style-3 button{background:#fff0;transition:all .3s ease-in;position:absolute;right:0;border:0 none;transition:all .3s ease-in-out;width:42px;text-align:center;height:100%;border:0 none}.htmega-search-style-4{background-color:#fff;position:relative;overflow:hidden;float:right}.htmega-search-style-4 form{width:45px;transition:all 0.5s ease}.htmega-search-style-4:before{content:'';display:block;width:3px;height:100%;position:relative;background-color:#ff4888;transition:all .5s ease}.htmega-search-style-4 form.open{width:100%}.htmega-search-style-4 form.open:before{height:20px;margin:15px 8px 10px 29px;position:absolute}.htmega-search-style-4 .search-box{width:100%;height:100%;box-shadow:none;border:none;background:#fff0;color:#ff4888;padding:0 48px 0 45px;font-size:14px}.htmega-search-style-4 .search-box:focus{outline:none}.htmega-search-style-4 .search-button{width:45px;height:45px;display:block;position:absolute;right:0;top:50%;cursor:pointer;transform:translateY(-50%)}.htmega-search-style-4 .search-icon{width:20px;height:20px;border-radius:40px;border:2px solid #ff4888;display:block;position:relative;margin-left:10px;transition:all 0.5s ease;top:10px}.htmega-search-style-4 .search-icon:before{content:'';width:3px;height:8px;position:absolute;right:-2px;top:12px;display:block;background-color:#ff4888;transform:rotate(-45deg);transition:all 0.5s ease}.htmega-search-style-4 .search-icon:after{content:'';width:3px;height:9px;position:absolute;right:-8px;top:17px;display:block;background-color:#ff4888;transform:rotate(-46deg);transition:all 0.5s ease}.htmega-search-style-4 form.open .search-icon{margin:0;width:35px;height:35px;border-radius:100%;top:5px}.htmega-search-style-4 form.open .search-icon:before{transform:rotate(52deg);right:12px;top:12px;height:18px}.htmega-search-style-4 form.open .search-icon:after{transform:rotate(-230deg);right:12px;top:2px;height:18px}.htmega-search-style-5 button{color:#f45862;font-size:24px;border:0 none;outline:none;background:#fff0}.block-bg{background:rgb(22 22 27 / .97) none repeat scroll 0 0;height:100%;left:0;opacity:0;position:fixed;text-align:center;top:0;transform:scale(.7);transition:-webkit-transform 0.8s ease 0s,-moz-transform 0.8s ease 0s,-o-transform 0.8s ease 0s,transform 0.8s ease 0s,opacity 0.5s ease 0s,visibility 0.5s ease 0s;visibility:hidden;width:100%;z-index:999}.block-bg.is-visible{opacity:1;transform:scale(1);visibility:visible}.block-bg .close__wrap{color:#fff;cursor:pointer;font-size:12px;font-weight:700;line-height:25px;margin-top:-12.5px;padding-right:25px;position:absolute;right:49px;text-transform:uppercase;z-index:11;transition:0.4s;top:65px}.block-bg .close__wrap:hover{color:#fff}.block-bg .close__wrap::after{content:"\f00d";font-family:'FontAwesome';font-size:24px;position:relative;right:0;top:0}.minisearch .field__search{left:0;margin:0 auto auto;max-width:1000px;padding:0 5px;position:fixed;right:0;top:50%;width:90%}.minisearch .field__search input{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:#fff0 none repeat scroll 0 0;border-color:currentcolor currentcolor #ebebeb;-o-border-image:none;border-image:none;border-style:none none solid;border-width:0 0 1px;color:#fff;height:60px;padding:10px 60px 10px 10px;position:static;transition:all 0.3s ease-in-out 0s;width:100%;z-index:1;font-size:16px;outline:none}.minisearch .field__search .action{position:absolute;right:0;top:0;z-index:2}.minisearch .field__search .action button{color:#797979;display:inline-block;font-size:26px;height:60px;left:0;line-height:60px;text-align:center;top:0;width:60px;padding:0!important;margin:0!important}.minisearch .field__search .action button:hover{background:#fff0}@media (max-width:991px){.block-bg .close__wrap{right:0}}blockquote{margin:0}blockquote cite{font-family:"Montserrat",sans-serif}.htmega-blockquote blockquote::before{display:none}.htmega-blockquote blockquote img,.htmega-blockquote blockquote .blockquote_icon{position:absolute}.htmega-blockquote blockquote img{position:absolute;width:100px;z-index:0}.htmega-blockquote blockquote p{margin:0}.htmega-blockquote-position-lefttop blockquote img,.htmega-blockquote-position-lefttop blockquote .blockquote_icon{left:0;top:0}.htmega-blockquote-position-leftcenter blockquote img,.htmega-blockquote-position-leftcenter blockquote .blockquote_icon{left:0;top:50%;transform:translateY(-50%)}.htmega-blockquote-position-leftbottom blockquote img,.htmega-blockquote-position-leftbottom blockquote .blockquote_icon{left:0;bottom:0}.htmega-blockquote-position-centertop blockquote img,.htmega-blockquote-position-centertop blockquote .blockquote_icon{left:50%;top:0;transform:translateX(-50%)}.htmega-blockquote-position-center blockquote img,.htmega-blockquote-position-center blockquote .blockquote_icon{left:50%;top:50%;transform:translate(-50%,-50%)}.htmega-blockquote-position-centerbottom blockquote img,.htmega-blockquote-position-centerbottom blockquote .blockquote_icon{left:50%;bottom:0;transform:translateX(-50%)}.htmega-blockquote-position-righttop blockquote img,.htmega-blockquote-position-righttop blockquote .blockquote_icon{right:0;top:0}.htmega-blockquote-position-rightcenter blockquote img,.htmega-blockquote-position-rightcenter blockquote .blockquote_icon{right:0;top:50%;transform:translateY(-50%)}.htmega-blockquote-position-rightbottom blockquote img,.htmega-blockquote-position-rightbottom blockquote .blockquote_icon{right:0;bottom:0}blockquote .blockquote_icon svg{width:15px}.htmega-blockquote blockquote{background:#f4f4f4;padding:50px 62px 50px 56px;position:relative;border:0}.htmega-blockquote blockquote .blockquote_content{font-size:18px;line-height:33px;color:#5b5b5b;font-style:normal;font-weight:600;margin-bottom:17px;margin-bottom:18px;position:relative;z-index:1}.htmega-blockquote blockquote cite{color:#0056ff;font-weight:600;font-style:normal;margin:0;padding-left:35px;position:relative}.htmega-citeseparator-position-after blockquote cite{padding-left:0;padding-right:35px}.htmega-citeseparator-position-none blockquote cite{padding-left:0;padding-right:0}.htmega-blockquote blockquote cite::before{position:absolute;background-color:#0056ff;content:"";height:4px;width:20px;left:0;top:50%;transform:translateY(-50%)}.htmega-citeseparator-position-after blockquote cite::before{right:0;left:auto;top:50%}.htmega-citeseparator-position-none blockquote cite::before{display:none}.htmega-instragram{text-align:center}.htmega-instragram ul.htmega-instagram-list{padding:0;margin:0;list-style:none;margin:0 -5px}.htmega-instragram ul.htmega-instagram-list li{float:left;width:25%;padding:0 5px;margin-bottom:10px;overflow:hidden;position:relative}.htmega-instragram ul.htmega-instagram-list li img{width:100%;vertical-align:middle}.htmega-instragram ul.htmega-instagram-list li a{text-decoration:none}.htmegainstagram-column-1 .htmega-instragram ul.htmega-instagram-list li{width:100%}.htmegainstagram-column-2 .htmega-instragram ul.htmega-instagram-list li{width:50%}.htmegainstagram-column-3 .htmega-instragram ul.htmega-instagram-list li{width:33.33%}.htmegainstagram-column-5 .htmega-instragram ul.htmega-instagram-list li{width:20%}.htmegainstagram-column-6 .htmega-instragram ul.htmega-instagram-list li{width:16.66%}.htmega-instragram .instagram_follow_btn{background:#f75876 none repeat scroll 0 0;border:0 none;color:#fff;display:inline-block;font-size:14px;font-weight:500;margin-top:70px;text-decoration:none;transition:all 0.4s ease-in-out 0s;display:inline-flex;align-items:center}.htmega-instragram .instagram_follow_btn:hover{opacity:.7;color:#000}.htmega-instragram .instagram_follow_btn i{width:42px;height:43px;line-height:42px;font-size:16px;text-align:center;display:inline-grid;align-items:center}.htmega-instragram .instagram_follow_btn span{padding:0 16px;font-weight:600;height:42px;line-height:42px}.htmega-instragram .instagram_follow_btn.possition-center{position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);left:50%;background:#fff;border-radius:6px;color:#000}.htmega-instragram .instagram_follow_btn.possition-center span{padding:0 24px}.htmega-instragram ul.htmega-instagram-list{margin:0 -5px;overflow:hidden;display:flex;flex-flow:row wrap}.htmega-instragram ul.htmega-instagram-list li>a{display:block;position:relative}.htmega-instragram ul.htmega-instagram-list li .instagram-clip{position:absolute;top:0;left:0;width:100%;text-align:center;z-index:3;height:100%;transition:0.4s ease-in-out;opacity:0}.htmega-instragram ul.htmega-instagram-list li .instagram-clip::before{position:absolute;background-color:rgb(0 0 0 / .7);content:"";left:10px;top:10px;bottom:10px;right:10px;z-index:-1}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment{padding:30px 0}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment p{color:#fff;margin:0 15px}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn{position:absolute;top:50%;transform:translateY(-50%);width:100%}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn a{display:inline-block}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn a i{color:#fff;font-size:43px}.htmega-instragram ul.htmega-instagram-list li:hover .instagram-clip{opacity:1}.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .zoom_icon{display:inline-block}.htmega-instragram-style-2 ul.htmega-instagram-list li{padding:0;margin:0}.htmega-instragram-style-2 ul.htmega-instagram-list{margin:0;margin-left:-15px;margin-right:-15px}.htmega-instragram-style-2 ul.htmega-instagram-list li{margin:0;margin-bottom:0;overflow:hidden}.htmega-instragram-style-2 ul.htmega-instagram-list li a img{transition:0.3s ease-out;transition-property:opacity,transform,filter;width:100%}.htmega-instragram-style-2 ul.htmega-instagram-list li:hover a img{transform:scale3d(1.1,1.1,1);opacity:.8}.htmega-instragram .slick-arrow{position:absolute;top:45%;left:-20px;z-index:2;width:30px;height:30px;border-radius:100%;background:#f75876;border:1px solid #f75876;color:#fff;text-align:center;transition:0.4s ease-in-out;opacity:0;padding:0;line-height:1}.htmega-instragram .htmega-carosul-next.slick-arrow{left:auto;right:-20px}.htmega-instragram ul.htmega-instagram-list:hover .slick-arrow{opacity:1;left:0}.htmega-instragram ul.htmega-instagram-list:hover .htmega-carosul-next.slick-arrow{opacity:1;right:0;left:auto}.htmega-instragram .slick-dots{position:relative;bottom:0}.htmega-instragram .slick-dots li{border-radius:100%;display:inline-block;height:15px;margin:0 3px!important;width:15px!important;background:#f75876;float:none!important}.htmega-instragram .slick-dots li button{padding:0}.htmega-instragram .slick-dots li button::before{display:none}.htmega-instragram .slick-dots li.slick-active{background:#000}.htmega-instragram-style-2 a.instagram_follow_btn{position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);left:50%;background:#fff;border-radius:6px;color:#000;margin-top:0;z-index:5}.htmega-instragram-style-3 ul li{position:relative}.htmega-instragram-style-3 ul li a img{transition:all .15s ease-in-out}.htmega-instragram-style-3 ul li .instagram-clip{position:absolute;top:0;left:0;right:0;height:50px;background:rgb(255 64 95 / .9);display:flex;justify-content:space-around;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:all .15s ease-in-out;color:#FFF;height:50px!important;line-height:50px}.htmega-instragram-style-3 ul li .instagram-clip::before{display:none}.htmega-instragram-style-3 ul li .instagram-clip .instagram-like-comment{display:flex;align-items:center;padding:0!important}.htmega-instragram-style-3 ul li .instagram-clip .instagram-like-comment p{margin:0 15px}.htmega-instragram-style-3 ul li:hover .instagram-clip{-webkit-transform:translateX(0);transform:translateX(0)}.htmega-instragram-style-3 ul li:hover a img{opacity:.7;-webkit-transform:scale(1.15) translate3d(0,0,0);transform:scale(1.15) translate3d(0,0,0)}.htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content{display:flex;align-items:center}.htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn{position:static;transform:translateY(0);display:flex}.htmega-instragram-style-3 ul.htmega-instagram-list li .instagram-clip .htmega-content .zoom_icon{display:flex}.htmega-instragram-style-4 ul.htmega-instagram-list li{margin:0;margin-bottom:0;overflow:hidden;width:25%}.htmega-instragram-style-4 ul.htmega-instagram-list li a img{transition:0.3s ease-out;transition-property:opacity,transform,filter;width:100%}.htmega-instragram-style-4 ul.htmega-instagram-list li:hover a img{transform:scale3d(1.2,1.2,1);opacity:.6}.instragram-icon-svg{display:flex;justify-content:center}.htmega-switcher-btn{text-align:center}.htmega-switcher-nav{display:inline-block!important;background:#eee;border-radius:30px;overflow:hidden}.htmega-switcher-nav span{display:inline-block;color:#444;font-size:14px;font-weight:600;text-transform:uppercase;padding:18px 32px;z-index:1;position:relative;font-family:"Montserrat",sans-serif;cursor:pointer}.htmega-switcher-nav span i{margin-right:5px}.htmega-switcher-nav svg{width:20px;float:left;margin-right:8px}.htmega-switcher-nav span::before{height:100%;top:0;z-index:0;content:'';width:0;position:absolute;left:0;transition:all 300ms ease-out;z-index:-1}.htmega-switcher-nav span.htb-active{color:#fff}.htmega-switcher-nav span.htb-active::before{width:100%;background-color:#ed552d}.htmega-switcher-toggle-title{text-transform:uppercase;font-weight:600}.htmega-switcher-toggle{margin:20px 0 30px 0;text-align:center;font-weight:400}.htmega-switch-toggle{position:relative;display:inline-block;width:60px;height:34px;margin:0 15px 0 15px;line-height:36px}.htmega-switcher-toggle i{margin-right:7px}.htmega-switche-toggle-slider{border-radius:34px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}input:checked+.htmega-switche-toggle-slider{background-color:#2196F3}input:checked+.htmega-switche-toggle-slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.htmega-switche-toggle-slider:before{position:absolute;border-radius:50%;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.htmega-single-toggle-switch.toggle-tab-pane{display:none}.htmega-single-toggle-switch.toggl-active{display:block}.htmega-register-wrapper form input,.htmega-register-wrapper form textarea{padding:0 15px;width:100%;background:#fff0;border-radius:0}.htmega-register-wrapper .alert{margin:0 10px 15px}.htmega-user-login{padding:10px;text-align:center}.htmega-register-wrapper label{display:block}.user-register-header h2{font-size:36px;font-weight:700;margin-top:0;margin-bottom:10px}.user-register-header p{font-size:18px;font-weight:600;margin-bottom:40px}.user-register-header p a{margin-left:5px}.user-register-header{text-align:left}.user-register-header p a{transition:.3s}.htmega-register-style-1{background:#fa4a79;padding-bottom:40px}.htmega-register-style-1 form{padding:0 30px 0}.htmega-register-style-1 form textarea{background:#fb5c87 none repeat scroll 0 0;border-radius:0;border:1px solid #fff}.htmega-register-style-1 form input,.htmega-register-style-1 form textarea{background:#fb5c87 none repeat scroll 0 0;border:1px solid #fff;border-radius:0;color:#fff;font-family:"Montserrat",sans-serif;font-size:12px;font-weight:300;height:50px;margin-bottom:30px}.htmega-register-wrapper.htmega-register-style-1 .user-register-header{padding:30px 30px 0}.htmega-register-wrapper.htmega-register-style-1 .user-register-header h2,.htmega-register-wrapper.htmega-register-style-1 .user-register-header p{color:#fff}.htmega-register-style-1 form input[type="submit"]{width:auto;margin:0 auto;text-align:center;background:#fff;font-weight:600;color:#fa4a79;margin-top:10px;font-size:14px;padding:0 47px;transition:0.5s}.htmega-register-wrapper:not(.htmega-register-style-3) .htmega-register-form form a:not(.terms-conditions){width:50%;background:#fff;padding:11px 47px;transition:.3s;margin:15px auto 0;display:inline-block;text-align:center;vertical-align:middle;color:#fa4a79;font-weight:600;font-family:"Montserrat",sans-serif;font-size:14px}.htmega-register-wrapper:not(.htmega-register-style-3) .htmega-register-form form a:hover{opacity:.7}.htmega-register-wrapper.htmega-register-style-6 .htmega-register-form form a:hover{opacity:1}.htmega-register-wrapper .separator span{font-size:15px;display:inline-block;margin-top:10px}.htmega-register-style-1 form input[type="submit"]:hover{opacity:.7}.htmega-register-style-1 form input::-webkit-input-placeholder,.htmega-register-style-1 form textarea::-webkit-input-placeholder{color:#fff}.htmega-register-style-1 form input::-moz-placeholder,.htmega-register-style-1 form textarea::-moz-placeholder{color:#fff}.htmega-register-style-1 form input:-ms-input-placeholder,.htmega-register-style-1 form textarea::-ms-input-placeholder{color:#fff}.htmega-register-style-1 form input:-moz-placeholder,.htmega-register-style-1 form textarea::-ms-input-placeholder{color:#fff}.htmega-register-style-2{background:#7ca7f9;padding:0 80px 50px}.htmega-register-style-2 form label{color:#666;font-weight:400;font-size:12px;margin-bottom:8px;font-family:"Montserrat",sans-serif}.termscondition label.htmega-form-label{display:inline;margin:0!important}.htmega-register-wrapper form textarea{padding:15px 20px}.termscondition input[type="checkbox"]{width:auto;height:auto!important;margin:0}.htmega-register-style-2 form input{padding:0 20px}.htmega-register-style-2 form input,.htmega-register-style-2 form textarea{border:1px solid #fff;color:#fff;margin-bottom:30px;font-weight:300;font-family:"Montserrat",sans-serif}.htmega-register-style-2 form input[type="submit"]{width:auto;text-align:center;background:#fff;font-weight:600;color:#0056ff;font-size:14px;padding:0 47px;transition:0.5s;height:50px;margin-top:10px;margin-bottom:0}.htmega-register-style-2 form input[type="submit"]:hover{opacity:.7}.htmega-register-style-2 form input::-webkit-input-placeholder,.htmega-register-style-2 form textarea::-webkit-input-placeholder{color:#fff}.htmega-register-style-2 form input::-moz-placeholder,.htmega-register-style-2 form textarea::-moz-placeholder{color:#fff}.htmega-register-style-2 form input:-ms-input-placeholder,.htmega-register-style-2 form textarea:-ms-input-placeholder{color:#fff}.htmega-register-style-2 form input:-moz-placeholder,.htmega-register-style-2 form textarea:-moz-placeholder{color:#fff}.htmega-register-style-3{padding:0 56px 100px;text-align:center}.htmega-register-style-3 form .input_box{display:flex;margin-bottom:30px;align-items:center}.htmega-register-form .input_box .fa-lock:before{font-family:'FontAwesome';content:"\f023"}.htmega-register-style-3 form .input_box i{background:rgb(255 255 255 / .3);height:70px;padding:0 20px;font-weight:400;line-height:70px;color:#fff;text-align:center;font-size:34px;border-radius:8px 0 0 8px}.htmega-register-wrapper.htmega-register-style-3 .user-register-header{padding-top:90px}.htmega-register-wrapper.htmega-register-style-3 .user-register-header p,.htmega-register-wrapper.htmega-register-style-3 .user-register-header h2{color:#fff}.htmega-register-style-3 form .input_box input,.htmega-register-style-3 form .input_box textarea{background:rgb(255 255 255 / .3);border:0 none;margin-left:2px;height:70px;border-radius:0 8px 8px 0;color:#fff;font-size:16px;font-family:"Poppins",sans-serif}.htmega-register-style-3 form .input_box input[type="submit"]{border:3px solid #fff;border-radius:8px;color:#fff;box-sizing:border-box;height:90px;font-size:24px;font-weight:600;text-transform:uppercase;margin-bottom:51px;font-family:"Montserrat",sans-serif;transition:0.5s}.htmega-register-style-3 form input[type="submit"]{border:3px solid #fff;border-radius:8px;color:#fff;box-sizing:border-box;height:90px;font-size:24px;font-weight:600;text-transform:uppercase;margin-bottom:51px;font-family:"Montserrat",sans-serif}.htmega-register-style-3 form input[type="submit"]:hover{background:#ffffff!important;color:#18012c}.htmega-register-style-3 .login a{border:3px solid #fff;display:block;height:90px;line-height:90px;color:#fff;font-size:24px;font-weight:600;border-radius:8px;margin-top:56px;transition:0.5s;font-family:"Montserrat",sans-serif;text-decoration:none}.htmega-register-style-3 .login a:hover{background:#fff;color:#18012c}.htmega-register-style-3 .separator span{color:#fff;font-size:24px;font-weight:500;padding:0 24px;background:#fff0;position:relative;z-index:99;display:block;font-family:"Montserrat",sans-serif}.htmega-register-style-3 .separator span::before{content:"";width:130px;height:1px;left:0;top:50%;background:#fff;position:absolute;display:block}.htmega-register-style-3 .separator span::after{background:#fff;position:absolute;content:"";width:130px;height:1px;right:0;top:50%}.htmega-register-style-3 form input[type="submit"]:hover{background:#fff;color:#18012c}.htmega-register-style-3 form input::-webkit-input-placeholder,.htmega-register-style-3 form .input_box textarea::-webkit-input-placeholder{color:#fff}.htmega-register-style-3 form input::-moz-placeholder,.htmega-register-style-3 form .input_box textarea::-moz-placeholder{color:#fff}.htmega-register-style-3 form input:-ms-input-placeholder,.htmega-register-style-3 form .input_box textarea:-ms-input-placeholder{color:#fff}.htmega-register-style-3 form input:-moz-placeholder,.htmega-register-style-3 form .input_box textarea:-moz-placeholder{color:#fff}.htmega-register-style-3 form .input_box input{margin-bottom:0!important}.htmega-register-style-4{padding:0 40px}.htmega-register-style-4 form input,.htmega-register-style-4 form textarea{margin-bottom:17px;border:0 none;border-bottom:1px solid #687ea5;padding:0;color:#687ea5;font-size:12px;font-weight:300;font-family:"Montserrat",sans-serif}.htmega-register-style-4 form input[type="submit"]{background:#0056ff;color:#fff;width:auto;height:50px;padding:0 40px;border:0 none;font-size:14px;text-transform:uppercase;border-radius:25px;transition:0.5s;margin-top:10px}.htmega-register-style-4 form input[type="submit"]:hover{opacity:.7}.htmega-register-style-4 form input::-webkit-input-placeholder,.htmega-register-style-4 form textarea::-webkit-input-placeholder{color:#687ea5}.htmega-register-style-4 form input::-moz-placeholder,.htmega-register-style-4 form textarea::-moz-placeholder{color:#687ea5}.htmega-register-style-4 form input:-ms-input-placeholder,.htmega-register-style-4 form textarea:-ms-input-placeholder{color:#687ea5}.htmega-register-style-4 form input:-moz-placeholder,.htmega-register-style-4 form textarea:-moz-placeholder{color:#687ea5}.htmega-register-wrapper.htmega-register-style-4 .htmega-register-form form a:not(.terms-conditions){background:#0056ff;color:#fff;font-size:14px;text-transform:uppercase;border-radius:25px}.register-container{background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);padding:50px 70px}.register-top{display:flex;justify-content:space-between;margin-bottom:33px;align-items:center}.register-top .register-top-left h2{color:#000;font-size:16px;margin:0;font-weight:600}.register-top .register-top-right{display:flex;justify-content:space-between}.register-top .register-top-right p{margin:0;color:#b1b1b1;margin-right:30px;font-size:14px}.register-top .register-top-right a{background:#eff1f2;height:30px;line-height:30px;color:#000;padding:0 14px;transition:0.5s}.register-top .register-top-right a:hover{background:#18012c;color:#fff}.htmega-register-style-5{text-align:center}.htmega-register-wrapper.htmega-register-style-5{padding:40px 30px}.htmega-register-style-5 form input,.htmega-register-style-5 form textarea{border:1px solid #f1f1f1;height:45px;margin-bottom:30px;padding:0 20px;color:#757575;font-weight:300;font-size:12px}.htmega-register-style-5 form input[type="submit"]{background:#0056ff;width:auto;color:#fff;height:48px;padding:0 40px;color:#fff;font-size:14px;font-weight:600;margin-bottom:0;transition:0.5s;margin-top:12px}.htmega-register-wrapper.htmega-register-style-5 .htmega-register-form form a:not(.terms-conditions){background:#0056ff;padding:11px 40px;color:#fff;margin-bottom:12px}.htmega-register-style-5 form input[type="submit"]:hover{background:#18012c;color:#fff}.htmega-register-style-5 form input::-webkit-input-placeholder,.htmega-register-style-5 form textarea::-webkit-input-placeholder{color:#757575}.htmega-register-style-5 form input::-moz-placeholder,.htmega-register-style-5 form textarea::-moz-placeholder{color:#757575}.htmega-register-style-5 form input:-ms-input-placeholder,.htmega-register-style-5 form textarea:-ms-input-placeholder{color:#757575}.htmega-register-style-5 form input:-moz-placeholder,.htmega-register-style-5 form textarea:-moz-placeholder{color:#757575}.htmega-register-style-5 form input:focus,.htmega-register-style-5 form textarea:focus{border:1px solid #18012c}.htmega-register-style-4 form input:focus{border:0 none;border-bottom:1px solid #18012c}.htmega-register-wrapper.htmega-register-style-6 .htmega-register-form form a:not(.terms-conditions){background:#44FF62;color:#2E2E2E;font-size:16px;border-radius:5px;width:100%}.htmega-register-style-6.htmega-register-wrapper input[type="submit"]{color:#2E2E2E;font-size:16px;font-weight:600;background-color:#44FF62;height:55px;width:100%;border-radius:5px 5px 5px 5px}.htmega-register-style-6.htmega-register-wrapper form input{color:#8B8B8B;background-color:#FFF;margin:0 0 10px 0;height:55px;border-radius:5px}.htmega-register-style-6.htmega-register-wrapper{background-color:#0057FB;border-radius:10px;padding:40px}.htmega-tab-area:not(.htmega-tab-style-5){display:flex;flex-direction:column;align-items:center}.htmega-tab-area:not(.htmega-tab-style-5) .htb-tab-content{width:100%}.htmega-tab-nav a{color:#575757;font-size:14px;font-weight:500;padding:0 16px;background:#fff0;line-height:34px;transition:0.5s;margin:0 9px;margin-bottom:20px}.htmega-tab-nav svg{width:20px;float:left}.htmega-tab-nav a.htb-active{background:#575757;color:#fff}.tab-content .htmega-single-tab{margin-top:20px}.htmega-tab-image{overflow:hidden}.htmega-tab-menu-style-2 a{color:#575757;font-weight:600;font-size:14px;margin:0 25px;margin-bottom:20px;padding:0;padding-bottom:10px;position:relative;background:#fff0}.htmega-tab-menu-style-2 a.htb-active{background:#fff0;color:#575757}.htmega-tab-menu-style-2 a::before{position:absolute;content:"";left:0;height:1px;width:0;bottom:0;background:#575757;transition:0.4s ease-in-out}.htmega-tab-menu-style-2 a.htb-active::before{width:100%}.htmega-tab-menu-style-3{border-bottom:1px solid #e3e3e3;margin-bottom:18px}.htmega-tab-menu-style-3 a{color:#575757;font-size:14px;font-weight:600;padding:0;padding:0 24px;background:#e3e3e3;height:40px;line-height:39px;margin:0 10px;margin-bottom:-1px;border:1px solid;transition:0.4s ease-in-out;border-color:#e3e3e3 #e3e3e3 #fff}.htmega-tab-menu-style-3 a.htb-active{background:#fff0;border:1px solid;border-color:#e3e3e3 #e3e3e3 #fff;color:#575757}.htmega-tab-style-3 .htmega-single-tab p{color:#494849;font-size:16px;line-height:28px;margin-top:23px}.htmega-tab-menu-style-4 a{background:#575757;padding:0 25px;line-height:40px;border-radius:5px;color:#fff;margin:0 10px;margin-bottom:20px;font-weight:600;font-size:14px}.htmega-tab-menu-style-4 a.htb-active{background:#ed552d}.htmega-tab-style-5{align-items:center;display:flex;flex-wrap:wrap}.htmega-tab-style-5 .htmega-tab-nav{flex:0 0 25%;max-width:25%;padding-left:15px;padding-right:0}.htmega-tab-style-5 .htmega-tab-content-area{flex:0 0 75%;max-width:75%;padding-left:15px;padding-right:15px}.htmega-tab-menu-style-5{display:flex;flex-direction:column;height:100%;justify-content:center}.htmega-tab-style-5 .htmega-tab-content-area{position:relative}.htmega-tab-style-5 .htmega-tab-content-area::before{content:"";left:0;height:65%;width:1px;position:absolute;top:50%;transform:translateY(-50%);z-index:-1}.htmega-tab-menu-style-5{display:block}.htmega-tab-menu-style-5 a{border-left:1px solid #e3e3e3;border-right:1px solid #fff0;border-top:1px solid #e3e3e3;color:#575757;font-weight:500;margin:0;padding:0;text-align:center;transition:all 0.4s ease-in-out 0s}.htmega-tab-menu-style-5 a:last-child{border-bottom:1px solid #e3e3e3}.htmega-tab-menu-style-5 a.htb-active{background:#e3e3e3;color:#575757}.htmega_tab_service .htmega-service-style-7:hover .content h4,.htmega_tab_service .htmega-service-style-7:hover .content p,.htmega_tab_service .htmega-service-style-7:hover .icon i{color:#8f8f8f!important}.htmega_tab_service .htmega-service-style-7:hover .icon i{color:#ed552d!important}.htmega_tab_service .htmega-service-style-7::before{display:none}a.htb-nav-link:focus{outline:none}.htmega-switcher-area .htmega-switcher-nav .htb-nav-link{display:inline-flex;align-items:center}.htmega-tab-svg-icon{display:inline-block;overflow:hidden}.htmega-tab-nav a i,.htmega-tab-nav a .htmega-tab-svg-icon{margin-right:10px;width:30px;text-align:center;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50px}.htmega-tab-nav a.htb-nav-link{display:flex;align-items:center}.htmega-process-area{background-size:80% auto}.htmega-column{display:flex;flex-wrap:wrap}.htmega-column .htmega-single-process-area{padding-right:15px;padding-left:15px}.htmega-process-column-1 .htmega-single-process-area{flex:0 0 100%;max-width:100%}.htmega-process-column-2 .htmega-single-process-area{flex:0 0 50%;max-width:50%}.htmega-process-column-3 .htmega-single-process-area{flex:0 0 33.333%;max-width:33.333%}.htmega-process-column-4 .htmega-single-process-area{flex:0 0 25%;max-width:25%}.htmega-process-column-5 .htmega-single-process-area{flex:0 0 20%;max-width:20%}.htmega-single-process{text-align:center}.htmega-single-process .icon{width:116px;height:116px;margin:0 auto;background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1);line-height:116px;text-align:center;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease-in-out}.htmega-single-process .htmega-content h4{color:#555;font-size:19px;font-weight:600;margin:0;margin-top:36px}.htmega-process-style-2{text-align:center}.htmega-process-style-2 .htmega-number{margin-bottom:24px}.htmega-process-style-2 .htmega-number span{width:70px;height:70px;background:#fff;display:inline-block;line-height:70px;font-size:24px;font-weight:600;color:#5a5a5a;border-radius:14px;box-shadow:0 0 10px rgb(0 0 0 / .1)}.htmega-process-style-2 .htmega-content h4{color:#383838;font-size:18px;margin-bottom:18px}.htmega-process-style-2 .htmega-content p{color:#494849;font-size:14px;line-height:28px;padding:0 10%;margin:0}.htmega-process-style-2 .htmega-number{position:relative}.htmega-process-style-2 .htmega-number::before{position:absolute;content:"";background-image:url('');right:-129px;top:50%;width:236px;height:2px}.htmega-process-style-2 .htmega-single-process-area:last-child .htmega-number::before{display:none}.htmega-process-style-3{position:relative;margin-top:30px}.htmega-process-style-3::before{content:"";position:absolute;left:50%;top:0;width:2px;background:#e51515;height:100%;margin-left:-1px}.htmega-process-style-3 .htmega-single-process{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:30px 0}.htmega-process-style-3 .htmega-single-process .icon{align-self:baseline;box-shadow:none;height:auto;line-height:1;padding:0 30px;position:relative;text-align:right;width:50%;background:#fff0;justify-content:right}.htmega-process-style-3 .htmega-single-process .icon::before,.htmega-process-style-3 .htmega-single-process .icon::after{position:absolute;content:"";right:0;top:50%;margin-top:-15px;height:15px;width:15px;border-top:10px solid #fff0;border-right:15px solid red;border-bottom:10px solid #fff0;border-left:15px solid #fff0;transition:all 0.3s ease-in-out}.htmega-process-style-3 .htmega-single-process .icon img{display:inline-block;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%}.htmega-process-style-3 .htmega-content{padding-left:30px;text-align:left;width:50%}.htmega-process-style-3 .htmega-content h4{font-size:22px;font-weight:500;color:#494849;margin-bottom:15px;transition:all 0.3s ease-in-out}.htmega-process-style-3 .htmega-content p{font-size:14px;color:#494849;line-height:28px}.htmega-process-style-3 .htmega-single-process.process-reverse{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htmega-process-style-3 .htmega-single-process.process-reverse .icon{text-align:left;justify-content:left}.htmega-process-style-3 .htmega-single-process.process-reverse .icon::before{right:auto;left:0;border-left:15px solid red;border-right:15px solid #fff0}.htmega-process-style-3 .htmega-single-process.process-reverse .htmega-content{padding-left:0;padding-right:30px;text-align:right}.htmega-process-style-3 .htmega-single-process .icon::after{left:100%;height:0;border:none;background:red;width:1px;top:50%;transform:translateY(-50%);margin-top:-4px;margin-left:-1px;opacity:0}.htmega-process-style-3 .htmega-single-process.process-reverse .icon::after{left:0;right:auto}.htmega-process-style-3 .htmega-single-process:hover .icon::after{opacity:1}.htmega-process-style-4{background-position:center center;background-repeat:no-repeat;height:570px;position:relative;width:590px;margin:auto;margin-top:35px}.htmega-process-style-4 .htmega-single-process-area{align-items:center;background:#52b6bc none repeat scroll 0 0;border-radius:100%;display:flex;height:190px;justify-content:center;text-align:center;width:190px;position:absolute}.htmega-process-style-4 .htmega-single-process-area:nth-child(1){left:0;margin:auto;right:0}.htmega-process-style-4 .htmega-single-process-area:nth-child(2){right:0;top:190px}.htmega-process-style-4 .htmega-single-process-area:nth-child(3){bottom:0;left:0;margin:auto;right:0}.htmega-process-style-4 .htmega-single-process-area:nth-child(4){left:0;top:190px}.htmega-process-style-4 .htmega-single-process .icon{box-shadow:none;height:auto;line-height:1;opacity:0;position:absolute;right:0;top:-36px;transition:all 0.3s ease 0s;width:auto;background:#fff0}.htmega-process-style-4 .htmega-single-process .icon img{border:3px solid #52b6bc;border-radius:100%}.htmega-process-style-4 .htmega-content p{color:#fff;font-family:'Courgette',cursive;font-size:20px;line-height:26px;margin:0;padding:0 12px}.htmega-process-style-4 .htmega-single-process.open .icon{opacity:1}.htmega-process-style-4 .htmega-single-process-area:hover .icon{opacity:1}.htmega-process-style-4 .htmega-single-process-area:before{content:"";background:#fff0;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:100%;opacity:0;transition:all 0.3s ease-in-out}.htmega-process-style-4 .htmega-single-process-area:hover:before{opacity:1}.htmega-process-style-4 .htmega-single-process .htmega-content h4{transition:all 0.3s ease-in-out}.htmega-process-style-4 .htmega-single-process-area:hover .htmega-single-process .htmega-content h4{color:#fff;position:relative;z-index:2}.htmega-process-style-5{display:block;text-align:center}.htmega-process-style-5 .htmega-single-process-area{width:23%;transition:all 0.3s ease-in-out;position:relative;display:inline-block}.htmega-process-style-5 .htmega-single-process-area:hover{width:25%}.htmega-process-style-5 .htmega-single-process-area:after{content:"";background:#fff0;width:62px;height:25px;left:0;position:relative;position:absolute;top:50%;transform:translate(-50%,-50%)}.htmega-process-style-5 .htmega-single-process-area:first-child:after{display:none}.htmega-process-style-5 .htmega-single-process{background:#fff0;transition:all 0.3s ease-in-out;position:relative;overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process .htmega-content p{visibility:visible}.htmega-process-style-5 .htmega-number::before{display:none}.htmega-process-style-5 .htmega-single-process:before{background:#fff0;content:"";left:0;right:0;position:absolute;top:0;height:100%;width:100%;opacity:0;z-index:0;transition:all 0.3s ease-in-out}.htmega-process-style-5 .htmega-single-process *{position:relative;z-index:2}.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process:before{opacity:1}.htmega-process-style-5 .htmega-single-process2 span,.htmega-process-style-5 .htmega-single-process2 .icon{background:#fff0;line-height:1;border:none;box-shadow:none!important;margin:auto}.htmega-single-process.htmega-single-process2 .htmega-content h4{margin-top:0}.htmega-single-process.htmega-single-process2 .htmega-number{margin-bottom:0}.htmega-single-process.htmega-single-process2{position:relative;bottom:0;opacity:0}.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process{opacity:0}.htmega-process-style-5 .htmega-single-process-area:hover .htmega-single-process.htmega-single-process2{opacity:1}.htmega-modal-btn button{background:#0056ff;border:0 none;color:#fff;border-radius:8px;height:58px;line-height:58px;color:#fff;font-size:16px;font-weight:600;font-family:"Montserrat",sans-serif;transition:0.4s;padding-top:0;padding-bottom:0}.htmega-modal-btn svg{width:20px;margin-right:10px;margin-top:16px}.htmega-modal-area .htb-modal-header h5{margin:0}.htmega-modal-area .htb-modal-footer{justify-content:space-between;align-items:center}.htmega-modal-area .htb-modal-footer .htb-btn-secondary[type="button"]{color:#fff;background-color:#868e96;border-color:#868e96}.htmega-modal-area .htb-modal-header .htb-close[type="button"]{font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff}.htmega-modal-area .htb-modal-header .htb-close[type="button"]:focus,.htmega-modal-area .htb-modal-header .htb-close[type="button"]:hover{color:#000;text-decoration:none;opacity:.75;background:0 0;border:0}.modal_icon_positioning-left .htmega-modal-btn button,.modal_icon_positioning-right .htmega-modal-btn button{display:inline-flex;align-items:center}.modal_icon_positioning-left .htmega-modal-btn button i,.modal_icon_positioning-left .htmega-modal-btn button svg{order:0;margin-right:10px}.modal_icon_positioning-right .htmega-modal-btn button i,.modal_icon_positioning-right .htmega-modal-btn button svg{order:1;margin-left:10px}.modal_icon_positioning-left .htmega-modal-btn svg,.modal_icon_positioning-right .htmega-modal-btn svg{margin-top:0}.flipbox-icon{display:inline-block}.flipbox-icon svg{width:20px}.htmega-flip-box-front,.htmega-flip-box-back{background-color:#f3f3f3}.htmega-flip-box-animation-right .htmega-flip-box-front{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);background-color:#f3f3f3}.htmega-flip-box-animation-right:hover .htmega-flip-box-front{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg)}.htmega-flip-box-animation-right .htmega-flip-box-back{background:rgb(237 85 45 / .8);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}.htmega-flip-box-animation-right:hover .htmega-flip-box-back{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);transform-style:preserve-3d}.htmega-flip-box-animation-left .htmega-flip-box-front,.htmega-flip-box-animation-left:hover .htmega-flip-box-back{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);background-color:#f3f3f3}.htmega-flip-box-animation-left:hover .htmega-flip-box-front{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}.htmega-flip-box-animation-left .htmega-flip-box-back{background:rgb(237 85 45 / .8);-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg)}.htmega-flip-box-animation-top .htmega-flip-box-front,.htmega-flip-box-animation-top:hover .htmega-flip-box-back{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-o-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg)}.htmega-flip-box-animation-top:hover .htmega-flip-box-front{-webkit-transform:rotateX(-180deg);-moz-transform:rotateX(-180deg);-o-transform:rotateX(-180deg);-ms-transform:rotateX(-180deg);transform:rotateX(-180deg)}.htmega-flip-box-animation-top .htmega-flip-box-back{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-o-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg);z-index:1}.htmega-flip-box-animation-bottom .htmega-flip-box-front,.htmega-flip-box-animation-bottom:hover .htmega-flip-box-back{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-o-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg)}.htmega-flip-box-animation-bottom:hover .htmega-flip-box-front{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-o-transform:rotateX(180deg);-ms-transform:rotateX(180deg);transform:rotateX(180deg)}.htmega-flip-box-animation-bottom .htmega-flip-box-back{-webkit-transform:rotateX(-180deg);-moz-transform:rotateX(-180deg);-o-transform:rotateX(-180deg);-ms-transform:rotateX(-180deg);transform:rotateX(-180deg);z-index:1}.htmega-flip-box-area .flp-btn{display:inline-block;margin-top:20px}.htmega-flip-box-area .flp-btn a{color:#fff;font-family:"Montserrat",sans-serif;font-weight:700;font-size:14px;display:inline-block;border-bottom:1px solid #fff;text-decoration:none;transition:all 0.3s ease-in-out}.htmega-flip-box-area{-webkit-perspective:1000;-moz-perspective:1000;-ms-perspective:1000;perspective:1000;-webkit-transform:perspective(1000px);-moz-transform:perspective(1000px);-ms-transform:perspective(1000px);transform:perspective(1000px);-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;position:relative;height:380px;line-height:1}.htmega-flip-box-front,.htmega-flip-box-back{background-size:cover;background-position:center center;-ms-transition:transform 0.6s cubic-bezier(.5,.3,.3,1);transition:transform 0.6s cubic-bezier(.5,.3,.3,1);-webkit-transition:transform 0.6s cubic-bezier(.5,.3,.3,1);overflow:hidden;position:absolute;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d;z-index:1;width:100%;height:100%}.htmega-3d-wrap .htmega-flip-box-front,.htmega-3d-wrap .htmega-flip-box-back{overflow:visible}.front-container,.back-container{padding:40px;text-align:center;position:relative;top:50%;-ms-transition:transform 0.6s cubic-bezier(.5,.3,.3,1);transition:transform 0.6s cubic-bezier(.5,.3,.3,1);-webkit-transition:transform 0.6s cubic-bezier(.5,.3,.3,1);-webkit-transform:translateY(-50%) translateX(0) scale(1);-ms-transform:translateY(-50%) translateX(0) scale(1);transform:translateY(-50%) translateX(0) scale(1);transform-style:preserve-3d;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.htmega-3d-flip{transform:translateZ(50px) scale(.9);display:flex;align-items:center;justify-content:center;flex-direction:column;backface-visibility:hidden}.htmega-flip-box-area .back-container{padding:40px;text-align:center;position:relative;top:50%;z-index:2}.htmega-flip-box-area .front-container span{color:#636363;font-size:50px}.front-container h2,.front-container .htmega-flip-box-title{color:#4a4a4a;font-size:22px;font-weight:400;margin:0;margin-top:22px}.back-container span{color:#efefef;font-size:50px;display:block;margin-bottom:28px}.back-container h2,.back-container .htmega-flip-box-title{color:#fff;font-size:22px;font-weight:400;margin-bottom:18px}.back-container p,.front-container p{color:#fff;font-size:14px;line-height:26px;margin:0}.htmega-flip-box-back{background-position:center center;background-repeat:no-repeat;background-size:cover}.htmega-flip-overlay{display:block;background-color:#fff0;width:100%;height:100%;position:absolute;top:0;z-index:0}.htmega-flip-box-style-2 .htmega-flip-box-back span,.htmega-flip-box-style-2 .htmega-flip-box-front span{margin-bottom:26px;display:inline-block;padding-bottom:30px;position:relative}.htmega-flip-box-style-2 .htmega-flip-box-back span i,.htmega-flip-box-style-2 .htmega-flip-box-front span i{color:#fff;font-size:70px}.htmega-flip-box-style-2 .htmega-flip-box-back span::before,.htmega-flip-box-style-2 .htmega-flip-box-front span::before{position:absolute;content:"";background:#fff;width:30px;height:1px;bottom:0;left:50%;transform:translateX(-50%)}.htmega-flip-box-style-2 .htmega-flip-box-back span::after,.htmega-flip-box-style-2 .htmega-flip-box-front span::after{position:absolute;content:"";background:#fff;width:20px;height:1px;bottom:6px;left:50%;transform:translateX(-50%)}.htmega-flip-box-style-2 .htmega-flip-box-back h2,.htmega-flip-box-style-2 .htmega-flip-box-front h2{color:#fff;font-size:16px;margin:0;font-weight:300;text-transform:uppercase}.htmega-flip-box-style-2 .htmega-flip-box-back p{margin:0;color:#fff;font-size:14px;line-height:24px;margin-top:15px;font-family:"Montserrat",sans-serif;font-weight:300}.htmega-flip-box-style-3 .front-container p{margin-top:15px;margin-bottom:15px;color:#7b7272}.htmega-flipbox-bottom-index-number,.htmega-flipbox-back-bottom-index-number{position:absolute;bottom:0;z-index:1;margin-bottom:10px;font-size:95px;font-weight:700;color:#F5F7FF;font-family:"Roboto",Sans-serif;font-size:95px;font-weight:700;line-height:1em;-webkit-text-stroke-color:#DDDDE8;-webkit-text-stroke-width:1px}.htmega-flipbox-s4-image{height:200px;width:100%;position:relative}.front-container .htmega-flipbox-s4-image img{height:100%;object-fit:cover;width:100%}.htmega-flip-box-style-4 .front-container{display:block}.htmega-flip-box-style-4 .front-container span{color:#636363;position:absolute;left:50%;transform:translate(-50%,50%);bottom:0;z-index:2;background-color:#FFF;width:97px;min-height:97px;height:97px;display:flex;align-items:center;justify-content:center;line-height:97px;margin:0 0 0 0;border-radius:100px 100px 100px 100px;box-shadow:0 1px 100px 0 rgb(0 0 0 / .29)}.htmega-flip-box-style-4 .front-container h2,.htmega-flip-box-style-4 .front-container .htmega-flip-box-title{margin-top:70px}.htmega-flip-box-style-4 .front-container p{padding:0 15px}.htmega-flip-box-style-4 .htmega-flip-box-front .front-container{padding:0}.htmega-flip-box-style-5 .back-container h2,.back-container .htmega-flip-box-title{margin-bottom:10px}.htmega-flip-box-style-5 .back-container h3{margin-bottom:25px;padding:0 15px 27px 15px;font-size:15px;line-height:1.3;border-bottom:1px solid #6951cd}.htmega-flip-box-style-5 .htmega-flip-box-back{background:#4f33c4}.htmega-flip-box-style-5 .back-container p{margin-bottom:20px}ul.htmega-flipbox-social-list{display:inline-block;list-style:none;margin:0;padding:0}ul.htmega-flipbox-social-list li{display:inline-block;margin:5px}ul.htmega-flipbox-social-list li a{display:flex;height:38px;width:38px;align-items:center;justify-content:center;font-size:15px;color:#fff;border:1px solid #ddd;background:#fff0;border-style:dashed;border-radius:100%}ul.htmega-flipbox-social-list li a svg{width:15px;fill:#fff}ul.htmega-flipbox-social-list li a:hover{background:#fff;color:#27123a;border:1px solid #fff}ul.htmega-flipbox-social-list li a:hover svg{fill:#27123a}.htmega-flip-box-animation-zoom_in .htmega-flip-box-back,.htmega-flip-box-animation-zoom_out .htmega-flip-box-front{opacity:0;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75);-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;transition:all 0.5s ease-in-out;z-index:3}.htmega-flip-box-animation-zoom_in:hover .htmega-flip-box-back{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.htmega-flip-box-animation-zoom_out .htmega-flip-box-front{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.htmega-flip-box-animation-zoom_out:hover .htmega-flip-box-front{opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);visibility:hidden}.htmega-flip-box-animation-fade_in .htmega-flip-box-back{opacity:0;-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;transition:all 0.6s ease-in-out}.htmega-flip-box-animation-fade_in:hover .htmega-flip-box-back{opacity:1}.htmega-flip-box-animation-slide_left,.htmega-flip-box-animation-slide_right,.htmega-flip-box-animation-slide_top,.htmega-flip-box-animation-slide_bottom,.htmega-flip-box-animation-push_left,.htmega-flip-box-animation-push_right{overflow:hidden}.htmega-flip-box-animation-slide_left .htmega-flip-box-front,.htmega-flip-box-animation-slide_left .htmega-flip-box-back,.htmega-flip-box-animation-slide_right .htmega-flip-box-front,.htmega-flip-box-animation-slide_right .htmega-flip-box-back,.htmega-flip-box-animation-slide_top .htmega-flip-box-front,.htmega-flip-box-animation-slide_top .htmega-flip-box-back,.htmega-flip-box-animation-slide_bottom .htmega-flip-box-front,.htmega-flip-box-animation-slide_bottom .htmega-flip-box-back,.htmega-flip-box-animation-push_left .htmega-flip-box-front,.htmega-flip-box-animation-push_left .htmega-flip-box-back,.htmega-flip-box-animation-push_right .htmega-flip-box-front,.htmega-flip-box-animation-push_right .htmega-flip-box-back{opacity:1;visibility:visible;z-index:2;transition:all 0.6s ease-in-out}.htmega-flip-box-animation-slide_left .htmega-flip-box-back{left:100%}.htmega-flip-box-animation-slide_left:hover .htmega-flip-box-back{left:0}.htmega-flip-box-animation-slide_right .htmega-flip-box-back{right:100%}.htmega-flip-box-animation-slide_right:hover .htmega-flip-box-back{right:0}.htmega-flip-box-animation-slide_top .htmega-flip-box-back{top:100%}.htmega-flip-box-animation-slide_top:hover .htmega-flip-box-back{top:0}.htmega-flip-box-animation-slide_bottom .htmega-flip-box-back{bottom:100%;top:auto}.htmega-flip-box-animation-slide_bottom:hover .htmega-flip-box-back{bottom:0}.htmega-flip-box-animation-push_left .htmega-flip-box-back{left:100%}.htmega-flip-box-animation-push_left:hover .htmega-flip-box-back{left:0}.htmega-flip-box-animation-push_left .htmega-flip-box-front{right:0;left:auto}.htmega-flip-box-animation-push_left:hover .htmega-flip-box-front{right:100%}.htmega-flip-box-animation-push_right .htmega-flip-box-back{right:100%}.htmega-flip-box-animation-push_right:hover .htmega-flip-box-back{right:0}.htmega-flip-box-animation-push_right .htmega-flip-box-front{left:0;right:auto}.htmega-flip-box-animation-push_right:hover .htmega-flip-box-front{left:100%}.htmega-tooltip span{background:#0056ff none repeat scroll 0 0;border:0 none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:"Montserrat",sans-serif;font-size:14px;padding:14px 16px;text-align:center;transition:0.4s}.htmega-tooltip span a{color:#fff;text-decoration:none}.htb-show{transition:opacity .15s linear}.tooltip-inner{padding:9px 15px;background-color:#404040}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{border-left-color:#404040!important}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{border-right-color:#404040!important}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{border-top-color:#404040!important}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{border-bottom-color:#404040!important}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{top:-10px!important}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{top:10px!important}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{left:10px!important}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{left:-10px!important}.htb-popover-header{margin-top:0}.htb-popover h3.htb-popover-header{font-size:18px;font-weight:400;margin:0;line-height:1.3}.htmega-popover span{background:#0056ff;border:0 none;color:#fff;padding:20px 40px;border-radius:7px;font-weight:600;font-size:16px;transition:0.5s;font-family:"Montserrat",sans-serif;display:inline-block;cursor:pointer}.htmega-popover span:hover{background:#18012c}.htmega-popover span a{text-decoration:none}.htmega-popover svg{width:25px}.popover{max-width:330px;border:1px solid #e0e0e0;box-shadow:0 0 10px rgb(0 0 0 / .1)}.popover .popover-body{padding:22px 25px;color:#262626;font-size:13px}.popovers-content.text-center{padding-top:14px}.bs-popover-auto[x-placement^=top],.bs-popover-top{top:-12px!important}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{top:12px!important}.bs-popover-auto[x-placement^=right],.bs-popover-right{left:12px!important}.bs-popover-auto[x-placement^=left],.bs-popover-left{left:-12px!important}.htmega-toggle-button a{transition:all 600ms ease-in-out;-webkit-transition:all 600ms ease-in-out;-moz-transition:all 600ms ease-in-out;-o-transition:all 600ms ease-in-out;color:#3b3b3b;font-family:"Montserrat",sans-serif;font-weight:600;text-transform:uppercase;text-decoration:none;cursor:pointer;display:inline-block}.htmega-toggle-button svg{width:20px}.htmega-toggle-area .htmega-toggle-button a i,.htmega-toggle-area .htmega-toggle-button a svg{padding-left:5px}.htmega-toggle-button a.opened_btn,.open a.normal_btn{display:none}.htmega-toggle-button.open a.opened_btn{display:inline-block}.image_100 .htmega-lightboxthumb img{width:100%}.htmega-dropcaps-inner p{color:#434343;font-size:16px;line-height:28px;font-weight:500;margin:0}.htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-inner:first-of-type:first-letter{color:#d6d6d6;float:left;font-size:60px;margin-right:20px;margin-bottom:5px;border:2px solid #d6d6d6;padding:15px;font-family:"Montserrat",sans-serif;font-weight:700;font-style:italic;margin-top:9px}.htmega-dropcaps-style-2 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-2 .htmega-dropcaps-inner:first-of-type:first-letter{color:#18012c;float:left;font-size:60px;margin-right:15px;margin-bottom:8px;font-family:"Montserrat",sans-serif;font-weight:600;margin-top:17px;border:none;padding:0;font-style:normal}.htmega-dropcaps-style-3 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-3 .htmega-dropcaps-inner:first-of-type:first-letter{color:#ed552d;float:left;font-size:90px;margin-right:15px;margin-bottom:13px;font-family:"Poppins",sans-serif;font-weight:500;margin-top:20px;text-decoration:line-through;line-height:28px;border:0;padding:0;font-style:normal}.htmega-dropcaps-style-4 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-4 .htmega-dropcaps-inner:first-of-type:first-letter{color:#fff;float:left;font-size:36px;padding:20px;margin-top:5px;margin-left:5px;margin-right:15px;margin-bottom:5px;background:#ed552d;border-radius:50%;font-size:normal;border:none;font-style:normal;font-weight:500}.htmega-dropcaps-style-5 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-5 .htmega-dropcaps-inner:first-of-type:first-letter{color:#fff;float:left;font-size:75px;line-height:60px;padding:20px 28px;margin-top:5px;margin-left:5px;margin-right:20px;margin-bottom:10px;background:#000;border-radius:50%;border:1px solid #fff;box-shadow:0 0 0 5px #000;font-style:normal;font-weight:500}button.htmega-notify-button{padding:5px 42px;border:0 none;color:#fff;border-radius:7px;font-size:14px;background:#1abc9c;transition:0.4s;height:inherit}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid #fff0;border-radius:.25rem}.alert-danger,.htmega-notify-button.alert-danger{color:#721c24;background-color:#bb2d3b;border-color:#f5c6cb}.alert-warning,.htmega-notify-button.alert-warning{color:#856404;background-color:#ffca2c;border-color:#ffeeba}.alert-success,.htmega-notify-button.alert-success{color:#fff;background-color:#198754;border-color:#c3e6cb}.alert-info,.htmega-notify-button.alert-info{color:#0c5460;background-color:#1abc9c;border-color:#bee5eb}.htmega_notify_area .alert span.htmega-close{cursor:pointer!important}.alert>i,.alert>svg{position:relative}.alert span.notify-message-content{position:relative}.htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4{position:relative}.htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:before{position:absolute;content:"";width:20px;height:2px;background:#fff0;bottom:0;left:0;right:0;margin:0 auto}.htmega-marker-content-right .htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:before{right:0;left:auto}.htmega-marker-content-left .htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:before{left:0;right:auto}.htmega_image_pointer.htmega-marker-content-position-yes .htmega_pointer_box:before{border-left:12px solid #fff0;border-right:12px solid #fff0;border-top:12px solid #fff0;content:"";height:0;left:50%;margin-left:-12px;position:absolute;top:100%;width:0}.htmega-marker-wrapper .htmega_image_pointer .htmega_pointer_box h4:after{font-size:110px;font-weight:100;position:absolute;z-index:-1;top:-31px;left:4%;content:attr(data-pltext);-webkit-transform:translateX(-50%) translateY(-14px);-ms-transform:translateX(-50%) translateY(-14px);transform:translateX(-50%) translateY(-14px);text-transform:uppercase;color:#F0F4F4;white-space:nowrap;margin-top:-15px;font-weight:800}.htmega-marker-style-1{padding:245px 0}.htmega_image_pointer{width:36px;height:36px;border-radius:100%;border:3px solid #ed552d;background-color:#fff;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:32px}.htmega_image_pointer.htmega-indicator-type-text,.htmega_image_pointer.htmega-indicator-type-image{width:auto;height:auto}.htmega_image_pointer{z-index:1}.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box{background:#fff;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(30%) translateX(50%)}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-12%)}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-1 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(112%)}.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px}.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0}.htmega-marker-style-1 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega-marker-style-1 .htmega_image_pointer{position:absolute;left:66%;top:15%}.htmega-marker-style-2{padding:245px 0}.htmega-marker-style-2 .htmega_image_pointer{width:46px;height:46px;border-radius:100%;border:5px solid #ddd;background-color:#fff;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:38px}.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box{background:#fff;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(30%) translateX(50%)}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-12%)}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-2 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(112%)}.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px}.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0}.htmega-marker-style-2 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega-marker-style-2 .htmega_image_pointer{position:absolute;left:50%;top:26%}.htmega-marker-style-3{padding:245px 0}.htmega-marker-style-3 .htmega_image_pointer{width:46px;height:46px;border-radius:100%;background-color:#000;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:49px;z-index:2;border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFF;box-shadow:0 0 0 3px #000}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(41%) translateX(50%)}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-16%)}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-3 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(112%)}.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box{background:#000;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px;color:#fff}.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#fff}.htmega-marker-style-3 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega-marker-style-3 .htmega_image_pointer{position:absolute;left:50%;top:26%}.htmega-marker-style-4{padding:245px 0}.htmega-marker-style-4 .htmega_image_pointer{width:46px;height:46px;border-radius:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:38px;border:5px solid #d88d78;z-index:2}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(34%) translateX(50%)}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-16%)}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-4 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(116%)}.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box{background-position:center center;background-size:cover;background-repeat:no-repeat;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px}.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#18012c}.htmega-marker-style-4 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega_image_pointer .htmega-image-marker-icon{position:relative;color:#d88d78;font-size:18px;width:100%;height:100%;transition:0.4s ease-in-out;word-break:normal;display:flex;align-items:center;justify-content:center}.htmega-indicator-type-image .htmega-image-marker-icon{line-height:0}.htmega-image-marker-icon i{transition:all 0.3s ease-in-out;position:absolute;left:50%;transform:translate(-50%,-50%);top:50%}.htmega-marker-style-4 .htmega_image_pointer{position:absolute;left:83%;top:37%}.htmega-marker-animation-rotated.htmega_image_pointer:hover .htmega-image-marker-icon i,.htmega-image-marker-active-yes.htmega-marker-animation-rotated.htmega_image_pointer .htmega-image-marker-icon i{transform:translateX(-50%) translateY(-50%) rotate(47deg)}.htmega-marker-style-5{padding:245px 0}.htmega-marker-style-5 .htmega_image_pointer{width:46px;height:46px;border-radius:4px;background:#000;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:47px;z-index:2;border:none}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(40%) translateX(50%)}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-16%)}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-5 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(116%)}.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box{background:#000;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px;color:#fff}.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#fff}.htmega-marker-style-5 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega-marker-style-5 .htmega_image_pointer{position:absolute;left:83%;top:37%}.htmega-marker-style-6{padding:245px 0}.htmega-marker-style-6 .htmega_image_pointer{width:46px;height:46px;border-radius:4px;background:#fff;position:relative;display:inline-block;text-align:center;cursor:pointer;line-height:47px;z-index:2}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-bottom .htmega_pointer_box{transform:translate3d(50%,18%,0)}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-bottom:hover .htmega_pointer_box{transform:translateY(40%) translateX(50%)}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-left .htmega_pointer_box{transform:translate3d(-5%,-36%,0)}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-left:hover .htmega_pointer_box{transform:translateY(-36%) translateX(-16%)}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-right .htmega_pointer_box{transform:translate3d(106%,-36%,0)}.htmega-marker-style-6 .htmega_image_pointer.htmega-marker-content-position-right:hover .htmega_pointer_box{transform:translateY(-36%) translateX(116%)}.htmega-marker-style-6 .htmega_image_pointer .htmega_pointer_box{background:#fff;width:240px;position:absolute;top:0;right:50%;-webkit-transform:translate3d(50%,-100%,0);transform:translate3d(50%,-100%,0);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.3s cubic-bezier(0,0,.2,1);transition:all 0.3s cubic-bezier(0,0,.2,1);z-index:10;padding:20px;-webkit-box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);box-shadow:0 2px 20px 0 rgb(0 0 0 / .07);text-align:center}.htmega-marker-style-6 .htmega_image_pointer .htmega_pointer_box h4{font-size:20px;margin-bottom:7px;color:#000}.htmega-marker-style-6 .htmega_image_pointer .htmega_pointer_box p{font-size:13px;line-height:24px;margin:0;color:#000}.htmega-marker-style-6 .htmega_image_pointer:hover .htmega_pointer_box{visibility:visible;opacity:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translateY(-110%) translateX(50%);transform:translateY(-110%) translateX(50%)}.htmega-marker-style-6 .htmega_image_pointer{position:absolute;left:83%;top:37%}.htmega-marker-wrapper>img{width:100%}.htmega-shadow-wrapper{position:absolute;left:auto;right:auto;width:46px;height:46px}.htmega-shadow-wrapper::after,.htmega-shadow-wrapper::before{position:absolute;top:50%;left:50%;display:block;content:'';border:1px solid #f10;border-radius:50%;-webkit-transform:scale(.35) translateY(-50%) translateX(-50%);-ms-transform:scale(.35) translateY(-50%) translateX(-50%);transform:scale(.35) translateY(-50%) translateX(-50%);opacity:0;-webkit-animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;background-color:red;z-index:0}.htmega-shadow-wrapper::after{width:100%;height:100%;border-color:rgb(255 255 255 / .4);-webkit-animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;animation:marker-ripple-animation 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite}@-webkit-keyframes marker-ripple-animation{0%{-webkit-transform:translate3d(-50%,-50%,0) scale(1);opacity:1}100%{-webkit-transform:translate3d(-50%,-50%,0) scale(1.7);opacity:0}}@keyframes marker-ripple-animation{0%{transform:translate3d(-50%,-50%,0) scale(1);opacity:1}100%{transform:translate3d(-50%,-50%,0) scale(1.7);opacity:0}}.htmega_image_pointer.htmega-image-marker-active-yes .htmega_pointer_box{visibility:visible;opacity:1}@media (max-width:767px){.htmega-marker-wrapper .htmega-image-marker-hide-on-mobile-yes{display:none}}.htmega_image_pointer::before,.htmega_image_pointer::after{visibility:hidden}.htmega-marker-content-position-arrow.htmega_image_pointer::before,.htmega-marker-content-position-arrow.htmega_image_pointer::after,.htmega-marker-content-position-line.htmega_image_pointer::after{visibility:visible}.htmega_image_pointer::after{content:"";height:0;left:50%;transform:translateX(-50%);position:absolute;bottom:100%;width:2px;background:#000;transition:all 0.3s ease-in-out;opacity:0}.htmega_image_pointer::before{border-left:12px solid #fff0;border-right:12px solid #fff0;border-top:12px solid #fff0;border-bottom:12px solid #fff0;content:"";margin:-25px;height:0;left:50%;transform:translate(-50%);position:absolute;top:0;z-index:3;transition:all 0.3s ease-in-out;opacity:0}.htmega_image_pointer:hover::after,.htmega-image-marker-active-yes.htmega_image_pointer::after{height:27px;opacity:1}.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega_image_pointer::before{opacity:1}.htmega-marker-content-position-left.htmega_image_pointer::before,.htmega-marker-content-position-right.htmega_image_pointer::before{left:0;top:50%;transform:translateY(-50%)}.htmega-marker-content-position-left.htmega_image_pointer::before{margin:0 0 0 -25px}.htmega-marker-content-position-left.htmega_image_pointer::after,.htmega-marker-content-position-right.htmega_image_pointer::after{top:50%;transform:translateY(-50%);right:100%;left:auto;width:0;height:2px}.htmega-marker-content-position-left.htmega_image_pointer:hover::after,.htmega-marker-content-position-right.htmega_image_pointer:hover::after,.htmega-image-marker-active-yes.htmega-marker-content-position-left.htmega_image_pointer::after,.htmega-image-marker-active-yes.htmega-marker-content-position-right.htmega_image_pointer::after{width:27px}.htmega-marker-content-position-top.htmega_image_pointer::before{border-bottom-color:#000;margin:-25px 0 0}.htmega-marker-content-position-top.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega-marker-content-position-top.htmega_image_pointer::before{margin-top:-50px}.htmega-marker-content-position-bottom.htmega_image_pointer::after{bottom:auto;top:100%}.htmega-marker-content-position-bottom.htmega_image_pointer::before{border-top-color:#000;top:auto;bottom:0;margin:0 0 -25px}.htmega-marker-content-position-bottom.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega-marker-content-position-bottom.htmega_image_pointer::before{margin-bottom:-50px}.htmega-marker-content-position-left.htmega_image_pointer::before{border-right-color:#000;margin:0 0 0 -25px}.htmega-marker-content-position-left.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega-marker-content-position-left.htmega_image_pointer::before{margin-left:-50px}.htmega-marker-content-position-right.htmega_image_pointer::after{left:100%;right:auto}.htmega-marker-content-position-right.htmega_image_pointer::before{border-left-color:#000;margin:0 -25px 0;left:auto;right:0}.htmega-marker-content-position-right.htmega_image_pointer:hover::before,.htmega-image-marker-active-yes.htmega-marker-content-position-right.htmega_image_pointer::before{margin-right:-50px}.htmega-marker-content-position-line.htmega_image_pointer::before{visibility:hidden}.htmega-inlinemenu-area ul{list-style:none;margin:0;padding:0}.htmega-inlinemenu-area ul.htmega-mainmenu>li>ul{display:none}.htmega-mainmenu{display:flex;flex-flow:row wrap;justify-content:center}.linemenu-nav ul li{margin:0 18px;position:relative}.linemenu-nav ul li a{font-family:"Montserrat",sans-serif;font-weight:600;font-size:14px;text-transform:inherit;text-decoration:none;color:#636363;position:relative;padding-bottom:10px;display:inline-block}.htmega-inlinemenu-style-1 .linemenu-nav ul li a::before{background:#d94f5c none repeat scroll 0 0;bottom:0;content:"";height:2px;left:0;position:absolute;transform:scale3d(0,5,1);transform-origin:0 50% 0;transition:transform 0.3s cubic-bezier(1,.68,.16,.9) 0s;width:100%}.htmega-inlinemenu-style-1 .linemenu-nav ul>li:hover>a::before{transform:scale3d(1,1,1)}.linemenu-nav ul>li:hover>a{color:#d94f5c}.htmega-inlinemenu-style-2 .linemenu-nav ul li{margin:0}.htmega-inlinemenu-style-2 .linemenu-nav ul li a{padding:15px}.htmega-inlinemenu-style-2 .linemenu-nav ul li a::before,.htmega-inlinemenu-style-2 .linemenu-nav ul li a::after{border:2px solid #fff;content:"";height:100%;left:0;position:absolute;top:0;transition:transform 0.2s ease 0s;width:100%}.htmega-inlinemenu-style-2 .linemenu-nav ul li a::before{border-width:0 2px;transform:scale3d(1,0,1);transform-origin:0 50% 0}.htmega-inlinemenu-style-2 .linemenu-nav ul li a::after{border-width:2px 0;transform:scale3d(0,1,1);transform-origin:0 0 0;transition-delay:0.2s}.htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::before,.htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::after{transform:scale3d(1,1,1)}.linemenu-nav ul.htmega-mainmenu>li:hover>a{transition:all 0.35s ease}.htmega-inlinemenu-style-3 li{position:relative}.htmega-inlinemenu-style-3 li a{position:relative;display:block}.htmega-inlinemenu-style-3 li::before,.htmega-inlinemenu-style-3 li::after,.htmega-inlinemenu-style-3 li a::before,.htmega-inlinemenu-style-3 li a::after{position:absolute;display:block;top:0;right:0;bottom:0;left:0;border:2px solid #d94f5c;content:'';z-index:-1;opacity:0;pointer-events:none}.htmega-inlinemenu-style-3 li:hover::before,.htmega-inlinemenu-style-3 li:hover::after,.htmega-inlinemenu-style-3 li:hover a::before,.htmega-inlinemenu-style-3 li:hover a::after{-webkit-animation:lineanimation .6s ease-in-out;animation:lineanimation .6s ease-in-out;z-index:1;opacity:1}.htmega-inlinemenu-style-3 li::before{border-width:0 0 0 2px;-webkit-transform-origin:left bottom;transform-origin:left bottom}.htmega-inlinemenu-style-3 li::after{border-width:0 2px 0 0;-webkit-transform-origin:right top;transform-origin:right top}.htmega-inlinemenu-style-3 li a::before{border-width:2px 0 0;-webkit-transform-origin:left top;transform-origin:left top}.htmega-inlinemenu-style-3 li a::after{border-width:0 0 2px;-webkit-transform-origin:right bottom;transform-origin:right bottom}.htmega-inlinemenu-style-3 li:hover::before{-webkit-animation-delay:-.45s;animation-delay:-.45s}.htmega-inlinemenu-style-3 li:hover::after{-webkit-animation-delay:-.15s;animation-delay:-.15s}.htmega-inlinemenu-style-3 li:hover a::before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.htmega-inlinemenu-style-3 li:hover a::after{-webkit-animation-delay:0;animation-delay:0}.htmega-inlinemenu-style-3 li a span{position:relative;z-index:3}@-webkit-keyframes lineanimation{0%,33%{opacity:0;-webkit-transform:rotate(45deg) scale(1.5);transform:rotate(45deg) scale(1.5)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes lineanimation{0%,33%{opacity:0;-webkit-transform:rotate(45deg) scale(1.5);transform:rotate(45deg) scale(1.5)}100%{opacity:1;-webkit-transform:none;transform:none}}.htmega-inlinemenu-style-4 li a{position:relative;padding:10px 0}.htmega-inlinemenu-style-4 li a::before,.htmega-inlinemenu-style-4 li a::after{content:'';position:absolute;left:0;width:100%;height:2px;background:#fff;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transition:-webkit-transform 0.2s;transition:transform 0.2s}.htmega-inlinemenu-style-4 li a::before{top:0;-webkit-transform-origin:0 50%;transform-origin:0 50%}.htmega-inlinemenu-style-4 li a::after{bottom:0;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.htmega-inlinemenu-style-4 li a:hover::before,.htmega-inlinemenu-style-4 li a:hover::after{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1);-webkit-transition-duration:0.4s;transition-duration:0.4s}.htmega-inlinemenu-style-5 li a{position:relative}.htmega-inlinemenu-style-5 ul li{margin:0 10px}.htmega-inlinemenu-style-5 ul li a{position:relative;overflow:hidden;width:130px;padding:1em 0;display:block;padding:1em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:#fff0;color:#636363}.htmega-inlinemenu-style-5 ul li a:hover{color:#d94f5c}.htmega-inlinemenu-style-5 ul li a::before{content:'';position:absolute;bottom:0;left:0;width:300%;height:50px;opacity:0;background:url(//www.travelkon.com.au/wp-content/plugins/ht-mega-for-elementor/assets/css/../images/icons/line.svg) no-repeat top left;-webkit-transform:translate3d(130px,0,0);transform:translate3d(130px,0,0);-webkit-transition:-webkit-transform 0s 0.3s,opacity 0.3s;transition:transform 0s 0.3s,opacity 0.3s}.htmega-inlinemenu-style-5 ul li a:hover::before{opacity:1;-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0);-webkit-transition:-webkit-transform 0.5s;transition:transform 0.5s}.htmega-inlinemenu-style-6 ul li a{position:relative;overflow:hidden;height:3em;padding:1em 0;text-align:center;-webkit-transition:color 0.3s;transition:color 0.3s}.htmega-inlinemenu-style-6 ul li a:hover{color:#d94f5c}.htmega-inlinemenu-style-6 ul li:hover a{-webkit-animation:anim-francisco 0.4s forwards;animation:anim-francisco 0.4s forwards;color:#d94f5c}@-webkit-keyframes anim-francisco{50%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}51%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes anim-francisco{50%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}51%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.htmega-inlinemenu-style-7 ul li{margin:0}.htmega-inlinemenu-style-7 ul li a{padding:10px 0;border-top:2px solid #c90dbe;color:#c90dbe;position:relative;margin:0 10px;text-transform:uppercase;letter-spacing:1px;font-weight:400;text-shadow:0 0 1px rgb(255 255 255 / .3)}.htmega-inlinemenu-style-7 ul li a::before{position:absolute;left:0;overflow:hidden;padding:10px 0;max-width:0;border-bottom:2px solid #c90dbe;color:#c90dbe;content:attr(data-hover);-webkit-transition:max-width 0.5s;-moz-transition:max-width 0.5s;transition:max-width 0.5s;top:50%;transform:translateY(-50%)}.htmega-inlinemenu-style-7 ul li a:hover::before,.htmega-inlinemenu-style-7 ul li a:focus::before{max-width:100%}.htmega-inlinemenu-style-8 .linemenu-nav ul li a{padding:0 20px 10px 20px}.htmega-inlinemenu-style-8 .linemenu-nav ul li a::before{position:absolute;bottom:18px;left:-8px;content:" ";transition:all 0.35s ease;transform:rotate(0deg);height:100%;width:0;border-bottom:2px solid rgb(49 45 255 / .5);border-left:0;border-top:0;border-right:0;opacity:0}.htmega-inlinemenu-style-8 .linemenu-nav ul>li:hover>a::before{opacity:1;width:100%;transform:rotate(-20deg)}.htmega-inlinemenu-style-9 .linemenu-nav ul li a{padding:0 25px 0 25px}.htmega-inlinemenu-style-9 .linemenu-nav ul li a::before{position:absolute;left:12px;top:3px;content:" ";height:8px;width:8px;opacity:0;transition:all 0.35s ease;transform:translate(100%,50%);border:0;border-left:2px solid #636363;border-top:2px solid #636363}.htmega-inlinemenu-style-9 .linemenu-nav ul li a::after{position:absolute;right:12px;bottom:0;content:" ";border:2px solid #fff;height:8px;width:8px;border-right:0;border-bottom:0;opacity:0;transition:0.3s ease;transform:translate(-100%,-50%);border:0;border-right:2px solid #636363;border-bottom:2px solid #636363}.htmega-inlinemenu-style-9 .linemenu-nav ul>li:hover>a::before{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-9 .linemenu-nav ul>li:hover>a::after{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-10 .linemenu-nav ul li a::before{position:absolute;top:-15px;left:50%;content:" ";height:20px;width:3px;opacity:0;transition:all 0.35s ease;transform:translate(50%);background:#FF6A3B}.htmega-inlinemenu-style-10 .linemenu-nav ul li a::after{position:absolute;bottom:-15px;left:50%;content:" ";height:20px;width:3px;opacity:0;transition:all 0.35s ease;transform:translate(50%);background:#FF6A3B}.htmega-inlinemenu-style-10 .linemenu-nav ul>li:hover>a::after{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-10 .linemenu-nav ul>li:hover>a::before{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-1 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1;transform:none;transform-origin:unset;transition:none}.htmega-inlinemenu-style-2 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1;transform:none;transition:none}.htmega-inlinemenu-style-2 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{opacity:1;transform:none;transition:none}.htmega-inlinemenu-style-3 .linemenu-nav ul.htmega-mainmenu li a{padding:0 8px 0 8px}.htmega-inlinemenu-style-4 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before,.htmega-inlinemenu-style-4 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{opacity:1;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}.htmega-inlinemenu-style-5 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}.htmega-inlinemenu-style-8 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1;transform:rotate(-20deg);width:100%}.htmega-inlinemenu-style-9 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-9 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{opacity:1;transform:translate(0%,0%)}.htmega-inlinemenu-style-10 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::before{opacity:1}.htmega-inlinemenu-style-10 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a::after{opacity:1}.htmega-not-found{overflow:hidden;text-align:center;position:relative}.htmega-not-found .content{position:relative;z-index:2}.htmega-not-found .content h1{color:#c0d2ff;font-size:48px;margin-top:35px;margin-bottom:43px}.htmega-not-found .content a.page-back-btn{background:#c0d2ff;height:62px;display:inline-flex;padding:0 40px;line-height:62px;border-radius:31px;color:#131e3a;font-size:16px;font-weight:500;transition:0.4s ease-in-out;text-decoration:none;align-items:center;justify-content:center}.htmega-not-found .content a.page-back-btn:hover{background:#fff;border-radius:20px 0;color:#18012c;transform:translateY(-5px)}.htmega-not-found .content a.page-back-btn i{padding-right:12px;font-size:18px}.htmega-not-found .content a.page-back-btn svg{width:20px;margin-right:8px;fill:#131e3a}.cloud{width:350px;height:120px;background:#1e2a4a;background:linear-gradient(top,#1e2a4a 100%);background:-webkit-linear-gradient(top,#1e2a4a 100%);background:-moz-linear-gradient(top,#1e2a4a 100%);background:-ms-linear-gradient(top,#1e2a4a 100%);background:-o-linear-gradient(top,#1e2a4a 100%);border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;position:absolute;margin:120px auto 20px;transition:ease 1s}.cloud:after,.cloud:before{content:'';position:absolute;background:#1e2a4a;z-index:-1}.cloud:after{width:100px;height:100px;top:-50px;left:50px;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px}.cloud:before{width:180px;height:180px;top:-90px;right:50px;border-radius:200px;-webkit-border-radius:200px;-moz-border-radius:200px}.cloud-1{top:-198px;left:0;-webkit-transform:scale(.3);-moz-transform:scale(.3);transform:scale(.3);opacity:.9;-webkit-animation:htmegaclouds 15s linear infinite;-moz-animation:htmegaclouds 15s linear infinite;-o-animation:htmegaclouds 15s linear infinite}.cloud-2{top:-122px;left:140px;-webkit-transform:scale(.3);-moz-transform:scale(.3);transform:scale(.3);-webkit-animation:htmegaclouds 17s linear infinite;-moz-animation:htmegaclouds 17s linear infinite;-o-animation:htmegaclouds 17s linear infinite}.cloud-3{left:409px;top:-50px;-webkit-transform:scale(.6);-moz-transform:scale(.6);transform:scale(.6);opacity:.6;-webkit-animation:htmegaclouds 25s linear infinite;-moz-animation:htmegaclouds 25s linear infinite;-o-animation:htmegaclouds 25s linear infinite}.cloud-4{left:-46px;bottom:135px;-webkit-transform:scale(.6);-moz-transform:scale(.6);transform:scale(.6);opacity:.8;-webkit-animation:htmegaclouds 25s linear infinite;-moz-animation:htmegaclouds 25s linear infinite;-o-animation:htmegaclouds 25s linear infinite}.cloud-5{left:469px;bottom:-57px;-webkit-transform:scale(.75);-moz-transform:scale(.75);transform:scale(.75);opacity:.75;-webkit-animation:htmegaclouds 18s linear infinite;-moz-animation:htmegaclouds 18s linear infinite;-o-animation:htmegaclouds 18s linear infinite}.cloud-6{left:100%;top:263px;-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5);opacity:.8;-webkit-animation:htmegaclouds 20s linear infinite;-moz-animation:htmegaclouds 20s linear infinite;-o-animation:htmegaclouds 20s linear infinite}@-webkit-keyframes htmegaclouds{0%{margin-left:1000px}100%{margin-left:-1000px}}@-moz-keyframes htmegaclouds{0%{margin-left:1000px}100%{margin-left:-1000px}}@-o-keyframes htmegaclouds{0%{margin-left:1000px}100%{margin-left:-1000px}}.htmega-error-style-2 .content{text-align:left;padding-left:65px}.htmega-error-style-2 .content h2{color:#fff;font-size:48px;font-weight:400;margin-bottom:4px}.htmega-error-style-2 .content h1{color:#fff;font-size:50px;font-weight:400;line-height:1.2;margin-bottom:7px;margin-top:0}.htmega-error-style-2 .content h1 span{color:#fff;font-size:116px;padding-right:21px}.htmega-error-style-2 .content p{color:#fff;font-size:32px;line-height:54px;margin-bottom:32px}.htmega-error-style-2 .content a.page-back-btn{background:#fff;color:#131e3a;height:75px;display:inline-block;padding:0 60px;font-size:30px;line-height:71px;border-radius:31px;transition:.4 ease-in-out}.htmega-error-style-2 .content a.page-back-btn:hover{background:#fff;border-radius:20px 0;color:#18012c;transform:translateY(-5px)}.htmega-error-style-3 .content{padding-bottom:10px}.htmega-error-style-3 .content h2{color:#d5cff2;font-size:52px;margin-bottom:16px}.htmega-error-style-3 .content p{color:#d5cff2;font-size:30px;line-height:44px;margin-bottom:38px;font-family:"Montserrat",sans-serif}.htmega-error-style-3 .content a.page-back-btn{background:#fd5c5e;display:inline-block;border-radius:31px;color:#d5cff2;font-size:36px;transition:0.5s ease-in-out;padding:0}.htmega-error-style-3 .content a.page-back-btn i{font-size:inherit;padding-right:inherit}.htmega-error-style-3 .content a.page-back-btn:hover{transform:scale(1.2);background:#18012c;color:#fff}.not-found-4{padding:310px 0}.not-found-4 .content{text-align:left}.not-found-4 .content h2{color:#fcfcfc;font-size:36px;line-height:64px;font-weight:400;text-align:left;margin-bottom:30px}.not-found-4 .content a.page-back-btn{background:#da4c00;color:#fff;height:54px;display:inline-block;padding:0 40px;line-height:54px;font-size:16px;font-weight:600;border-radius:27px;transition:0.5s ease-in-out;margin-right:26px;font-family:"Montserrat",sans-serif}.not-found-4 .content a.page-back-btn:hover{background:#da4c00 none repeat scroll 0 0;border-radius:27px;color:#fff;opacity:.7;transform:translateY(0)}.not-found-4 .content a.page-back-btn.error_contact{background:#ff8a00}.htmega-counter-content{line-height:1}.htmega-counter-icon span{display:inline-block}.htmega-counter-img,.htmega-counter-icon{margin:auto}.htmega-counter-icon svg{width:20px}.htmega-counter-area .htmega-counter-img{display:inline-flex;align-items:center;justify-content:center}.htmega-counter-style-1{text-align:center}.htmega-counter-style-1 .htmega-counter-icon i{font-size:36px;color:#ed552d}.htmega-counter-style-1 .htmega-counter-content span{color:dimgray;font-size:36px;font-weight:700;margin-top:20px;display:inline-block;font-family:"Montserrat",sans-serif}.htmega-counter-style-1 .htmega-counter-content h2{color:#898989;font-weight:400;font-size:17px;margin:0;position:relative;margin-top:9px;display:block;padding-bottom:15px}.htmega-counter-style-1 .htmega-counter-content h2::before{background:#d5d5d5;width:48px;height:1px;content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.htmega-counter-style-2{display:flex;align-items:center;justify-content:center}.htmega-counter-style-2 .htmega-counter-content{text-align:center}.htmega-countericon-align-left{flex-direction:row}.htmega-countericon-align-right{flex-direction:row-reverse}.htmega-counter-style-2 .htmega-counter-icon{padding-right:20px}.htmega-counter-style-2 .htmega-counter-icon i{font-size:48px;color:#383838}.htmega-counter-style-2 .htmega-counter-content span{color:#383838;font-size:24px;font-weight:600;margin-top:13px;display:inline-block;font-family:"Montserrat",sans-serif;position:relative}.htmega-counter-style-2 .htmega-counter-content h2{color:#383838;font-weight:400;font-size:20px;margin:0;position:relative;display:block}.htmega-counter-area{position:relative}.htmega-counter-area::before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;background-color:#fff0;opacity:.8}.htmega-counter-content{position:relative;z-index:1}.htmega-counter-style-3 .htmega-counter-img{display:inline-block;position:relative}.htmega-counter-style-3 .htmega-counter-img::before{position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:#52b6bc;opacity:.8;border-radius:100%}.htmega-counter-style-3 .htmega-counter-content{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%}.htmega-counter-style-3{text-align:center}.htmega-counter-style-3 .htmega-counter-content span{color:#fff;font-size:40px;font-weight:600;margin-top:13px;font-family:'Courgette',cursive}.htmega-counter-style-3 .htmega-counter-content h2{color:#fff;font-weight:400;font-size:20px;margin:0;margin-top:4px;font-family:'Courgette',cursive}.htmega-counter-style-4{display:flex;align-items:center;justify-content:center}.htmega-counter-style-4 .htmega-counter-img{padding-right:25px}.htmega-counter-style-4 .htmega-counter-content{text-align:center}.htmega-counter-style-4 .htmega-counter-content span{color:#585858;font-size:24px;font-weight:600;margin-top:13px;display:inline-block;font-family:"Montserrat",sans-serif;position:relative}.htmega-counter-style-4 .htmega-counter-content h2{color:#585858;font-weight:600;font-size:24px;margin:0;position:relative;display:block;padding-bottom:14px}.htmega-counter-style-4 .htmega-counter-content h2::before{position:absolute;content:"";bottom:0;background:#ed552d;width:70px;height:2px;left:50%;transform:translateX(-50%)}.htmega-counter-style-5{text-align:center}.htmega-counter-style-5 .htmega-counter-icon i{font-size:36px;color:#ed552d}.htmega-counter-style-5 .htmega-counter-content span{color:#18012c;font-size:36px;font-weight:700;margin-top:20px;display:inline-block;font-family:'Lobster Two',cursive}.htmega-counter-style-5 .htmega-counter-content span.color-1{color:#b1c642}.htmega-counter-style-5 .htmega-counter-content span.color-2{color:#ff5020}.htmega-counter-style-5 .htmega-counter-content span.color-3{color:#ffc10d}.htmega-counter-style-5 .htmega-counter-content span.color-4{color:#68b9d8}.htmega-counter-style-5 .htmega-counter-content h2{color:#444;font-weight:400;font-size:24px;margin:0;margin-top:9px;display:block;padding-bottom:15px;font-family:'Lobster Two',cursive}.htmega-counter-style-6{text-align:center}.htmega-counter-style-6 .htmega-counter-icon{display:flex;justify-content:center;align-items:center}.htmega-counter-style-6 .htmega-counter-icon span{color:#363636;font-size:36px;font-weight:600;display:inline-block;font-family:"Montserrat",sans-serif;padding-left:15px}.htmega-counter-style-6 .htmega-counter-content h2{color:#363636;font-weight:600;font-size:16px;margin:0;display:block;font-family:"Montserrat",sans-serif;margin-top:13px;text-transform:uppercase}.htmega-counter-style-6 .htmega-counter-content::after{content:"";position:absolute;top:-10px;width:35px;border:1px dashed #fff0;left:40%}[class*="htmega"] .row-1>[class*="col"]{padding-left:1px;padding-right:1px}.grid_post .elementor-widget{margin-bottom:0!important}.row--10>[class*="col"]{padding-left:10px;padding-right:10px}.mt--30,.ht-post.mt--30{margin-top:30px}.mt--20,.ht-post.mt--20{margin-top:20px}.gradient-overlay .thumb a{display:block;position:relative}.gradient-overlay .thumb a::before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";z-index:2;opacity:.3;right:0}.gradient-overlay.gradient-overlay-1 .thumb a::before{background-image:linear-gradient(#f10afd,#1cc3e2);background-image:-webkit-gradient(#f10afd,#1cc3e2);background-image:-webkit-linear-gradient(#f10afd,#1cc3e2);background-image:-moz-linear-gradient(#f10afd,#1cc3e2);background-image:-ms-linear-gradient(#f10afd,#1cc3e2);background-image:-o-linear-gradient(#f10afd,#1cc3e2);opacity:.8}.gradient-overlay.gradient-overlay-2 .thumb a::before{background-image:linear-gradient(#f29a4a,#f2c84c);background-image:-webkit-gradient(#f29a4a,#f2c84c);background-image:-webkit-linear-gradient(#f29a4a,#f2c84c);background-image:-moz-linear-gradient(#f29a4a,#f2c84c);background-image:-ms-linear-gradient(#f29a4a,#f2c84c);background-image:-o-linear-gradient(#f29a4a,#f2c84c);opacity:.8}.gradient-overlay.gradient-overlay-3 .thumb a::before{background-image:linear-gradient(#f7384e,#0fbcb9);background-image:-webkit-gradient(#f7384e,#0fbcb9);background-image:-webkit-linear-gradient(#f7384e,#0fbcb9);background-image:-moz-linear-gradient(#f7384e,#0fbcb9);background-image:-ms-linear-gradient(#f7384e,#0fbcb9);background-image:-o-linear-gradient(#f7384e,#0fbcb9);opacity:.8}.gradient-overlay.gradient-overlay-4 .thumb a::before{background-image:linear-gradient(#bd3664,#222671);background-image:-webkit-gradient(#bd3664,#222671);background-image:-webkit-linear-gradient(#bd3664,#222671);background-image:-moz-linear-gradient(#bd3664,#222671);background-image:-ms-linear-gradient(#bd3664,#222671);background-image:-o-linear-gradient(#bd3664,#222671);opacity:.8}.gradient-overlay.gradient-overlay-5 .thumb a::before{background-image:linear-gradient(#eb3449,#f45a43);background-image:-webkit-gradient(#eb3449,#f45a43);background-image:-webkit-linear-gradient(#eb3449,#f45a43);background-image:-moz-linear-gradient(#eb3449,#f45a43);background-image:-ms-linear-gradient(#eb3449,#f45a43);background-image:-o-linear-gradient(#eb3449,#f45a43);opacity:.8}.gradient-overlay.gradient-overlay-6 .thumb a::before{background-image:linear-gradient(#c03764,#202671);background-image:-webkit-gradient(#c03764,#202671);background-image:-webkit-linear-gradient(#c03764,#202671);background-image:-moz-linear-gradient(#c03764,#202671);background-image:-ms-linear-gradient(#c03764,#202671);background-image:-o-linear-gradient(#c03764,#202671);opacity:.8}.gradient-overlay.gradient-overlay-7 .thumb a::before{background-image:linear-gradient(#eb3449,#f45b43);background-image:-webkit-gradient(#eb3449,#f45b43);background-image:-webkit-linear-gradient(#eb3449,#f45b43);background-image:-moz-linear-gradient(#eb3449,#f45b43);background-image:-ms-linear-gradient(#eb3449,#f45b43);background-image:-o-linear-gradient(#eb3449,#f45b43);opacity:.8}.black-overlay .thumb a{display:block;position:relative}.black-overlay .thumb a::before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";z-index:2;opacity:.2;right:0;background:#000}.ht-post{position:relative;margin-top:2px;overflow:hidden}.ht-post .thumb{overflow:hidden}.ht-post .thumb a img{width:100%;display:block;transition:0.3s ease-out;overflow:hidden;object-fit:cover;height:100%}.ht-post:hover .thumb a img{opacity:1;transform:scale3d(1.1,1.1,1)}.ht-post a.post-category{background:#f05555 none repeat scroll 0 0;color:#fff;display:inline-block;font-size:12px;font-weight:600;height:auto;letter-spacing:1px;line-height:24px;padding:0 8px;position:absolute;text-transform:uppercase;z-index:2}.ht-post a.post-position-top-left{left:0;top:0}.ht-post a.post-position-top-right{right:0;top:0}.ht-post .post-content{position:absolute;bottom:0;z-index:2;padding:20px 10px 20px 20px;width:100%}.ht-post .post-content .content h4,.content .htmega-post-g-title{font-size:20px;line-height:26px;margin-bottom:11px}.ht-post .post-content .content h2,.htmega-post-grid-layout-5 .htb-col-lg-8 .ht-post .post-content .content .htmega-post-g-title,.htmega-post-grid-layout-2 .htb-col-lg-6 .ht-post .post-content .content .htmega-post-g-title{font-size:36px;margin-bottom:11px}.ht-post .post-content .content a{color:#fff}a.htmega-post-g-read-more{display:inline-block}p.htmega-post-g-description{color:#fff}.show-content-under-thumbnail-yes .ht-post .post-content{position:relative}.ht-post .post-content .content .meta{color:#fff;font-size:14px;letter-spacing:2px}.ht-post a.play-video{position:absolute;z-index:3;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:50px;height:50px;background:#fff0;border:1px solid #fff;border-radius:100%;padding:0;text-align:center;color:#fff;font-size:24px;transition:0.4s ease-in-out}.ht-post a.play-video:hover{background:#18012c;color:#fff;border:1px solid #18012c}.ht-post a.play-video i{margin-left:4px}.htmega-single-post .post-category a{background:#f05555 none repeat scroll 0 0;color:#fff;display:inline-block;font-size:12px;font-weight:300;line-height:24px;padding:0 9px;text-transform:uppercase;transition:all 0.4s ease 0s}.htmega-single-post .post-category a:hover{background:#18012c;color:#fff}.htmega-single-post ul.meta{display:flex;list-style:outside none none;margin:0 -15px;padding:0}.htmega-single-post ul.meta li{font-size:13px;letter-spacing:2px;margin:0 15px}.htmega-single-post ul.meta li i{font-size:14px;margin-right:10px}.htmega-single-post{position:relative}.htmega-single-post .thumb{overflow:hidden;line-height:0}.htmega-single-post .thumb a{display:block;position:relative}.htmega-single-post a{text-decoration:none}.htmega-single-post .thumb a img{transition:0.4s ease-in-out}.htmega-single-post:hover .thumb a img{transform:scale(1.2)}.htmega-single-post-style-1 .content{position:absolute;bottom:0;padding:40px;width:100%}.htmega-single-post-style-1 .content h2{font-size:24px;font-weight:600;margin-top:15px;margin-bottom:10px;line-height:36px}.htmega-single-post-style-1 .content h2 a,.htmega-single-post-style-1 .content ul.meta li,.htmega-single-post-style-1 .content ul.meta li a{color:#fff}.htmega-single-post-style-2 .content{padding-top:30px}.htmega-single-post-style-2 .content h2{font-size:24px;font-weight:600;margin-top:15px;margin-bottom:10px;line-height:36px}.htmega-single-post-style-2 .content h2 a,.htmega-single-post-style-2 .content ul.meta li,.htmega-single-post-style-2 .content ul.meta li a{color:#464545}.htmega-single-post-style-3 .content{position:absolute;top:50%;width:100%;transform:translateY(-50%);text-align:center}.htmega-single-post-style-3 .content h2{font-size:24px;font-weight:600;margin-top:18px;margin-bottom:22px;line-height:34px}.htmega-single-post-style-3 .content h2 a{color:#fff}.htmega-single-post-style-3 .content ul.meta{justify-content:center}.htmega-single-post-style-3 .content ul.meta li,.htmega-single-post-style-3 .content ul.meta li a{color:#fff}.htmega-single-post-style-4 .content{background:#fff;text-align:center;padding:40px 20px}.htmega-single-post-style-4 .content h2{font-size:24px;font-weight:600;margin-bottom:16px;line-height:36px;margin-top:0}.htmega-single-post-style-4 .content h2 a{color:#464545;transition:0.4s ease-in}.htmega-single-post-style-4 .content h2 a:hover{color:#18012c}.htmega-single-post-style-4 .content ul.meta{justify-content:center}.htmega-single-post-style-4 .content ul.meta li,.htmega-single-post-style-4 .content ul.meta li a{color:#464545}.htmega-single-post-slide{position:relative;overflow:hidden}.htmega-single-post-slide img{width:100%}.htmega-single-post-slide a{text-decoration:none}.htmega-single-post-slide .content ul.post-category{display:block;list-style:outside none none;margin:0;padding:0}.htmega-single-post-slide .content ul.post-category li{margin-right:10px;transition:all 0.4s ease-in-out 0s;line-height:inherit;margin-left:0;display:inline-block}.htmega-single-post-slide .content ul.post-category li a{color:#fff;font-size:13px;font-weight:300;letter-spacing:1px;text-transform:uppercase;padding:5px 9px;display:block;text-decoration:none;line-height:1;background:#f05555 none repeat scroll 0 0}.htmega-single-post-slide .content ul.post-category li a:hover{background:#18012c none repeat scroll 0 0;color:#fff}.htmega-single-post-slide ul.meta{color:#464545;display:block;list-style:outside none none;margin:0;padding:0}.htmega-single-post-slide ul.meta li{font-size:13px;letter-spacing:2px;margin-right:15px;display:inline-block;margin-left:0}.htmega-single-post-slide ul.meta li i{padding-right:10px}.htmega-single-post-slide .content .post-inner h2{margin-top:20px;margin-bottom:10px}.htmega-single-post-slide .content .post-inner p{margin:22px 0 25px;color:#18012c;font-size:14px;line-height:28px}.htmega-single-post-slide .content .post-inner h2 a,.htmega-single-post-slide .content .post-inner ul.meta li a{color:#18012c}.htmega-single-post-slide .post-btn a.readmore-btn{background:#fff0 none repeat scroll 0 0;border:1px solid #464545;border-radius:23px;color:#464545;display:inline-block;font-size:14px;font-weight:400;line-height:44px;padding:0 37px;transition:all 0.4s ease-in-out 0s;text-decoration:none}.htmega-single-post-slide .post-btn a.readmore-btn:hover{background:#18012c none repeat scroll 0 0;border:1px solid #18012c;color:#fff}.htmega-postslider-area img{width:100%}.htmega-postslider-area button.slick-arrow{background:#ccd5d5 none repeat scroll 0 0;border:0 none;bottom:10px;color:#00282a;font-size:24px;height:40px;left:auto;line-height:1;padding:0;position:absolute;right:10px;width:46px;z-index:2;transition:all 0.3s ease-in-out}.htmega-postslider-area button.htmega-carosul-prev.slick-arrow{right:60px}.htmega-arrow-2.htmega-postslider-area button.slick-arrow{background:#d7dae9 none repeat scroll 0 0;border:1px solid #d7dae9;border-radius:100%;color:#2a47e0;font-size:24px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all 0.4s ease 0s;z-index:2}.htmega-arrow-2.htmega-postslider-area button.htmega-carosul-next.slick-arrow{left:auto!important;right:0}.htmega-postslider-area .slick-dots li button::before{display:none}.htmega-postslider-area .slick-dots li{background:#ccd5d5 none repeat scroll 0 0;border-radius:100%;height:15px;width:15px}.htmega-postslider-area .slick-dots li.slick-active{background:#00282a none repeat scroll 0 0}.htmega-postslider-layout-1 .content{position:absolute;left:0;top:0;max-width:40%;height:100%;padding:10px;z-index:2}.htmega-postslider-layout-1 .content .post-inner{width:100%;height:100%;background:rgb(0 140 167 / .8);display:flex;flex-direction:column;justify-content:center;padding:30px}.htmega-postslider-layout-1 .content .post-inner h2{font-size:24px;font-weight:500}.htmega-postslider-layout-1 .content .post-inner h2 a,.htmega-postslider-layout-1 .content .post-inner ul.meta li a{color:#fff}.htmega-postslider-layout-1 .content .post-inner p{color:#fff;font-size:14px;line-height:28px}.htmega-postslider-layout-1 ul.meta{color:#fff}.htmega-postslider-layout-1 .post-btn a.readmore-btn{border:1px solid #fff;color:#fff}.htmega-single-post-slide .thumb a{display:block;height:100%}.htmega-single-post-slide .thumb a img{object-fit:cover;width:100%;height:100%}.htmega-postslider-layout-2 .content .post-inner h2{font-size:24px;font-weight:500;margin-top:20px;margin-bottom:18px}.htmega-postslider-layout-2 .content .post-inner h2 a{color:#464545}.htmega-postslider-layout-2 .content .post-inner ul.meta li,.htmega-postslider-layout-2 .content .post-inner ul.meta li a{color:#464545}.htmega-postslider-layout-2 .content .post-inner p{color:#464545}.htmega-postslider-layout-2 .content .post-inner .post-btn{margin-top:19px}.htmega-post-slider-right .content{display:flex;align-items:center;height:100%;position:relative;z-index:2}.htmega-postslider-layout-3 .content{position:absolute;top:50%;width:100%;transform:translateY(-50%);text-align:center;z-index:2}.htmega-postslider-layout-3 .content .post-inner h2{font-size:24px;font-weight:500;margin-top:20px;margin-bottom:18px;padding:0 26%;line-height:34px}.htmega-postslider-layout-3 .content .post-inner h2 a{color:#fff}.htmega-postslider-layout-3 .content .post-inner ul.meta{justify-content:center}.htmega-postslider-layout-3 .content .post-inner ul.meta li,.htmega-postslider-layout-3 .content .post-inner ul.meta li a{color:#fff}.htmega-postslider-layout-3 .content .post-inner .post-btn{margin-top:19px}.htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn{border:1px solid #fff;color:#fff}.htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover{background:#18012c;color:#fff;border:1px solid #18012c}.htmega-postslider-layout-3 .content ul.post-category{justify-content:center}.htmega-postslider-layout-4 .content{position:absolute;text-align:center;bottom:0;padding:20px}.htmega-postslider-layout-4 .content .post-inner{background:rgb(0 86 255 / .7);padding:25px;text-align:left}.htmega-postslider-layout-4 .content .post-inner h2{font-size:24px;font-weight:500;margin-bottom:13px;line-height:34px}.htmega-postslider-layout-4 .content .post-inner h2 a{color:#fff}.htmega-postslider-layout-4 .content .post-inner ul.meta li{color:#fff}.htmega-postslider-layout-4 .content .post-inner ul.meta li a{color:#fff}.htmega-postslider-layout-4 .content ul.post-category{justify-content:center}.htmega-postslider-layout-5 .content{background:#f4f4f4;padding:60px}.htmega-postslider-layout-5 .content .post-inner h2{font-size:24px;font-weight:500;margin-top:20px;margin-bottom:18px;line-height:34px}.htmega-postslider-layout-5 .content .post-inner h2 a{color:#464545}.htmega-postslider-layout-5 .content .post-inner ul.meta li,.htmega-postslider-layout-5 .content .post-inner ul.meta li a{color:#464545}.htmega-postslider-layout-5 .content .post-inner .post-btn{margin-top:19px}.htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn{border:1px solid #494849;color:#494849}.htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover{background:#18012c;color:#fff;border:1px solid #18012c}.htmega-arrow-2.htmega-postslider-area.htmega-postslider-style-5 button.slick-arrow{top:30%}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots{bottom:0;display:flex;flex-direction:column;justify-content:space-between;position:absolute;right:0;top:0;width:200px;z-index:2}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li{align-items:center;background:#fff0 none repeat scroll 0 0;border-bottom:5px solid #828282;border-left:5px solid #828282;border-radius:0;border-right:5px solid #828282;cursor:pointer;display:flex;flex-basis:100%;height:auto;margin:0;overflow:hidden;padding:20px;position:relative;text-align:left;transition:all 0.5s ease-in-out 0s;width:auto;z-index:2}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:first-child{border-top:5px solid #828282}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li.slick-active{background:#fff0 none repeat scroll 0 0;border:5px solid #fff}.htmega-postslider-style-4.htmega-postslider-area.thumb-st-layout-4 ul.slick-dots li:last-child{border-bottom:0!important}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li h6{bottom:0;color:#fff;font-weight:500;line-height:22px;margin:0}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li img{height:100%;object-fit:cover;width:100%}.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:after{content:"";background:#fff0;left:0;height:0;position:absolute;width:100%;height:100%;z-index:2;text-align:center;display:flex;justify-content:center;align-items:center;font-size:132px;color:#fff;transition:all 0.3s ease-in-out}.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li:after{opacity:0}.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li.slick-active:after,.htmega-postslider-style-4.thumb-st-layout-4.htmega-postslider-area ul.slick-dots li:hover:after{opacity:1}.htmega-post-slider-st-6{display:flex;flex-direction:row-reverse}.htmega-post-slider-st-6 .htmega-post-slider-right{width:45%}.htmega-post-slider-st-6 .htmega-post-slider-left{width:55%}.htmega-post-slider-st-6 .htmega-post-slider-right{border:25px solid #ddd}.htmega-post-slider-st-6 .htmega-post-slider-right .content{background-color:#fff0;background-image:linear-gradient(60deg,#3237C2 0%,#f2295b 100%);padding:30px}.htmega-post-slider-left .thumb{height:100%}.htmega-post-slider-st-7{flex-direction:row}.htmega-post-slider-st-7 .htmega-post-slider-right{width:55%}.htmega-post-slider-st-7 .htmega-post-slider-left{width:45%}.htmega-post-slider-st-7 .htmega-post-slider-right{border:none}.htmega-post-slider-st-7 .htmega-post-slider-right .content{background-color:none;background-image:none}.htmega-post-slider-st-7{background-color:rgb(255 255 255 / .2);border-radius:15px;overflow:hidden}.htmega-single-post-slide .thumb a,.ht-post .thumb a{position:relative;display:block}.htmega-single-post-slide .thumb a:after,.ht-post .thumb a:after,.htmega-single-post-slide.htmega-postslider-layout-3 .thumb a:before{content:"";position:absolute;background:#fff0;top:0;left:0;width:100%;z-index:0;height:100%;transition:all 0.3s ease-in-out}.htmega-single-post-slide.htmega-postslider-layout-3 .thumb a:before{opacity:0;transition:all 0.3s ease-in-out}.htmega-single-post-slide.htmega-postslider-layout-3:hover .thumb a:before{opacity:1}.htmega-postslider-area .slick-slide>div{line-height:0}@media (max-width:767px){.htmega-post-slider-st-6{flex-direction:column-reverse}.htmega-post-slider-st-6 .htmega-post-slider-right{width:100%}.htmega-post-slider-st-6 .htmega-post-slider-left{width:100%}}.htmega-image-gridstyle-4 .htb-row>[class*="col"]{padding-left:10px;padding-right:10px}.htmega-masonry-activation.htmega-image-gridstyle-5 .htb-row>[class*="col"]{padding-left:25px;padding-right:25px}.htmega-masonry-activation .htmega-singleimage-grid{overflow:hidden}.htmega-singleimage-grid .thumb img{width:100%}.htmega-singleimage-grid .thumb{line-height:0}.htmega-singleimage-grid h2{margin:0}.htmega-singleimage-gridstyle-1{width:100%;height:100%;float:left;overflow:hidden;position:relative;text-align:center;cursor:default;margin-top:30px;overflow:hidden}.htmega-singleimage-gridstyle-1 .thumb{overflow:hidden}.htmega-singleimage-gridstyle-1 .thumb a{position:relative;display:block;z-index:2}.htmega-singleimage-gridstyle-1 .thumb a::before{width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;background-color:rgb(0 0 0 / .5);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;content:"";z-index:1}.htmega-singleimage-gridstyle-1 .thumb a img{display:block;position:relative;-webkit-transition:all .4s linear;transition:all .4s linear}.htmega-singleimage-gridstyle-1:hover .thumb a::before{opacity:1}.htmega-singleimage-gridstyle-1:hover .thumb a img{-webkit-transform:scale(1.2);transform:scale(1.2)}.htmega-singleimage-gridstyle-1 .image-grid-content h2{text-transform:uppercase;color:#fff;text-align:center;position:absolute;font-size:17px;background:rgb(0 0 0 / .6);-webkit-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;padding:10px;width:100%;top:0;z-index:3}.htmega-singleimage-gridstyle-1 .image-grid-content a.read-btn{text-decoration:none;display:inline-block;text-transform:uppercase;color:#fff;border:1px solid #fff;background-color:#fff0;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;margin:50px 0 0;padding:7px 14px;position:absolute;top:50%;margin:0;left:50%;-webkit-transform:translateX(-50%) translateY(-70%);transform:translateX(-50%) translateY(-70%)}.htmega-singleimage-gridstyle-1 .image-grid-content a.read-btn:hover{-webkit-box-shadow:0 0 5px #fff;box-shadow:0 0 5px #fff}.htmega-singleimage-gridstyle-1:hover .image-grid-content{opacity:1;filter:alpha(opacity=100)}.htmega-singleimage-gridstyle-1:hover .image-grid-content h2{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateY(0);transform:translateY(0)}.htmega-singleimage-gridstyle-1:hover .image-grid-content a.read-btn{opacity:1;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-transition-delay:.2s;transition-delay:.2s;z-index:4}.custom-col-5{padding-left:0;padding-right:0;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;width:20%;max-width:20%}.htmega-singleimage-gridstyle-2{width:100%;height:100%;float:left;overflow:hidden;position:relative;text-align:center;cursor:default}.htmega-singleimage-gridstyle-2 .thumb{overflow:hidden}.htmega-singleimage-gridstyle-2 .thumb a{position:relative;display:block;z-index:2}.htmega-singleimage-gridstyle-2 .thumb a::before{width:100%;height:100%;position:absolute;overflow:hidden;top:0;left:0;background-color:rgb(0 0 0 / .6);opacity:0;filter:alpha(opacity=0);-webkit-transform:translate(460px,-100px) rotate(180deg);transform:translate(460px,-100px) rotate(180deg);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;content:"";z-index:1}.htmega-singleimage-gridstyle-2 .thumb a img{display:block;position:relative;-webkit-transition:all .4s linear;transition:all .4s linear;width:100%}.htmega-singleimage-gridstyle-2:hover .thumb a::before{opacity:1;filter:alpha(opacity=100);-webkit-transition-delay:0s;transition-delay:0s;-webkit-transform:translate(0,0);transform:translate(0,0)}.htmega-singleimage-gridstyle-2:hover .thumb a img{-webkit-transform:scale(1.2);transform:scale(1.2)}.htmega-singleimage-gridstyle-2 .image-grid-content h2{text-transform:uppercase;color:#fff;text-align:center;position:relative;font-size:17px;padding:10px;background:rgb(0 0 0 / .6);position:absolute;top:0;width:100%;opacity:0;transition:0.4s ease-in-out}.htmega-singleimage-gridstyle-2 .image-grid-content a.read-btn{display:inline-block;text-decoration:none;padding:7px 14px;text-transform:uppercase;color:#fff;border:1px solid #fff;background-color:#fff0;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;z-index:4;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-80%);transform:translateX(-50%) translateY(-80%);opacity:0}.htmega-singleimage-gridstyle-2 .image-grid-content a.read-btn:hover{-webkit-box-shadow:0 0 5px #fff;box-shadow:0 0 5px #fff}.htmega-singleimage-gridstyle-2:hover .image-grid-content{opacity:1;filter:alpha(opacity=100)}.htmega-singleimage-gridstyle-2:hover .image-grid-content h2{position:absolute;top:20px;z-index:3;opacity:1}.htmega-singleimage-gridstyle-2:hover .image-grid-content a.read-btn{-webkit-transition-delay:0.3s;transition-delay:0.3s;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);opacity:1}.htmega-image-gridstyle-3 .htb-row>[class*="col"]{padding-left:0;padding-right:0}.htmega-singleimage-gridstyle-3 .thumb{overflow:hidden}.htmega-singleimage-gridstyle-3 .thumb a img{transition:0.4s ease-in-out}.htmega-singleimage-gridstyle-3:hover .thumb a img{transform:scale(1.1) rotate(3deg)}.htmega-singleimage-grid .thumb>a{display:block}.htmega-singleimage-gridstyle-4{margin-top:20px;position:relative}.masonary-item .htmega-singleimage-gridstyle-4 .thumb{overflow:hidden}.htmega-singleimage-gridstyle-4 .thumb a img{width:100%}.htmega-singleimage-gridstyle-4 .image-grid-content{position:absolute;top:0;bottom:0;left:0;right:0;transition:0.3s ease-out;transition-property:opacity,transform,filter;background:rgb(255 255 255 / .8);opacity:0}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{position:absolute;top:50%;width:100%;text-align:center;transform:translateY(-50%);padding:0 80px}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action h2 a{color:#18012c}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action p{font-size:16px;font-family:"Montserrat",sans-serif;font-weight:500;margin:0;line-height:28px}.htmega-singleimage-gridstyle-4:hover .image-grid-content{opacity:1;transform:translateX(0) translateY(0)}.htmega-singleimage-gridstyle-5{margin-top:50px;position:relative}.htmega-singleimage-gridstyle-5 .thumb a img{width:100%}.htmega-singleimage-gridstyle-5 .image-grid-content{position:absolute;top:0;bottom:0;left:0;right:0;transition:0.3s ease-out;transition-property:opacity,transform,filter;background:rgb(0 0 0 / .8);opacity:0}.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action{position:absolute;top:50%;width:100%;text-align:center;transform:translateY(-50%);padding:0 20px}.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2{color:#fff;margin-bottom:5px;font-size:23px}.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2 a{color:#fff}.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action p{font-size:16px;font-family:"Montserrat",sans-serif;font-weight:500;margin:0;line-height:26px;color:#fff}.htmega-singleimage-gridstyle-5:hover .image-grid-content{opacity:1;transform:translateX(0) translateY(0)}.row--5>[class*="col"]{padding-left:5px;padding-right:5px}.ht-thumb-gallery ul.htmega-thumbgallery-for{margin:0;padding:0;list-style:none}.ht-thumb-gallery ul.htmega-thumbgallery-for li{position:relative}.ht-thumb-gallery .slick-slide{line-height:0}.htmega-thumbgallery-for button.slick-arrow{position:absolute;top:50%;left:30px;z-index:2;width:50px;height:50px;background:#000;color:#fff;border:0 none;border-radius:100%;font-size:30px;text-align:center;padding:0;margin:0;transition:0.4s ease-in-out;transform:translateY(-50%);line-height:1}.htmega-thumbgallery-for button.slick-arrow:hover{background:#0056ff;color:#fff}.htmega-thumbgallery-nav{text-align:center}.htmega-thumbgallery-nav button.slick-arrow{border-radius:100%;display:inline-block;height:50px;padding:0;width:50px;transition:all 0.3s ease-in-out}.htmega-thumbnails-style-2 .htmega-thumbgallery-nav button.slick-arrow,.htmega-thumbnails-style-4 .htmega-thumbgallery-nav button.slick-arrow{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:3}.htmega-thumbnails-style-2 button.htmega-carosul-next.slick-arrow,.htmega-thumbnails-style-4 button.htmega-carosul-next.slick-arrow{left:auto;right:0}.htmega-thumbnails-style-2 .htmega-thumbgallery-nav .slick-arrow+.slick-dots,.htmega-thumbnails-style-4 .htmega-thumbgallery-nav .slick-arrow+.slick-dots{bottom:10px}.htmega-thumbgallery-for button.htmega-carosul-next{left:auto;right:30px}.htmega-thumbgallery-for .slick-dots,.htmega-thumbgallery-nav .slick-dots{bottom:10px;position:absolute;list-style:none;margin:0;padding:0;width:100%;text-align:center}.htmega-thumbgallery-nav .slick-arrow+.slick-dots{bottom:50px}.htmega-thumbgallery-for .slick-dots li,.htmega-thumbgallery-nav .slick-dots li{display:inline-block}.htmega-thumbgallery-for .slick-dots li button,.htmega-thumbgallery-nav .slick-dots li button{background:#ddd;text-indent:-99999px;padding:0;margin-right:8px;border-radius:100%;width:12px;height:12px}.htmega-thumbgallery-for .slick-dots li.slick-active button,.htmega-thumbgallery-nav .slick-dots li.slick-active button{background:#000}.htmega-thumbgallery-for .slick-dots li button::before,.htmega-thumbgallery-nav .slick-dots li button::before{display:none}.htmega-thumbgallery-for.htmega-arrow-2{position:relative}.htmega-thumbgallery-for.htmega-arrow-2 button{position:absolute;top:50%;left:42px;z-index:2;background:#fff0;color:#fff;border:0 none;border-radius:100%;font-size:48px;text-align:center;padding:0;margin:0;transition:0.4s ease-in-out;transform:translateY(-50%)}.htmega-thumbgallery-for.htmega-arrow-2 button:hover{color:#0056ff}.htmega-thumbgallery-for.htmega-arrow-2 button.htmega-carosul-next{left:auto;right:42px}.htmega-thumbgallery-nav .small-thumb{cursor:pointer;position:relative;overflow:hidden}.htmega-thumbgallery-nav .small-thumb img{width:100%}.htmega-thumbgallery-for .content{position:absolute;bottom:40px;left:0;background:rgb(0 86 255 / .7);padding:10px 38px}.htmega-thumbgallery-for .content.right-bottom{bottom:40px;left:auto;right:0}.htmega-thumbgallery-for .content h2{margin:0;color:#fff;font-size:24px;line-height:1.3;font-weight:500;padding:0}.htmega-thumbgallery-for .content h4{font-size:13px;font-weight:400;line-height:1;margin:0;padding:0;color:#fff}.htmega-thumbgallery-nav .slick-slide.slick-current.slick-active.slick-center .small-thumb img{border:3px solid #0056ff}.htmega-thumbgallery-nav .small-thumb img{border:3px solid #d7d7d7}.htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide{padding:7px 3px;line-height:0}.htmega-thumbgallery-nav.htmega-thumbgallery-nav{margin:-3px 0}.htmega-thumbgallery-nav.slick-initialized.slick-slider.slick-dotted.slick-vertical{margin-bottom:0}.htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide{padding:5px 3px}.htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav{margin:0 -3px}.ht-thumb-gallery .slick-slide img{display:block;width:100%}.htmega-thumbgallery-nav .small-thumb:after{content:"";left:0;bottom:0;width:100%;height:100%;background:#fff0;z-index:1;position:absolute;opacity:0;transition:all 0.3s ease-in-out}.htmega-thumbgallery-nav .small-thumb:hover:after,.htmega-thumbgallery-nav .slick-slide.slick-current .small-thumb:after{opacity:1}.htmega-testimonialgrid-style-1 .testimonal{background:#f7f8f9;padding:30px;margin-top:30px}.testimonal,.testimonal *{transition:all 0.3s ease-in-out}.testimonal .clint-info h4{margin:0;padding:0;font-size:19px;line-height:1.3}.htmega-testimonialgrid-style-1 .testimonal .content{display:flex;align-items:center}.htmega-testimonialgrid-style-1 .testimonal .content img{max-width:80px;border-radius:100%}.htmega-testimonialgrid-style-1 .testimonal .content .clint-info{padding-left:25px}.htmega-testimonialgrid-style-1 .testimonal .content .clint-info h4{font-size:18px;color:#383838;margin:0}.htmega-testimonialgrid-style-1 .testimonal .content .clint-info span{color:#1834a6;font-size:13px}.htmega-testimonialgrid-style-1 .testimonal p{color:#5b5b5b;font-size:14px;line-height:26px;margin:0;margin-top:22px}.htmega-testimonialgrid-style-2 .testimonal{background:#fff none repeat scroll 0 0;box-shadow:0 0 10px rgb(0 0 0 / .1);margin-top:30px;padding:40px 30px}.htmega-testimonialgrid-style-2 .testimonal img{border:2px solid #43df9c;border-radius:50%;box-sizing:content-box;float:left;max-width:90px}.htmega-testimonialgrid-style-2 .testimonal .content p{color:#3e3e3e;font-size:16px;line-height:28px;margin-bottom:20px}.htmega-testimonialgrid-style-2 .testimonal .content{overflow:hidden;padding-left:20px}.htmega-testimonialgrid-style-2 .testimonal .content .clint-info{padding-left:50px;position:relative}.htmega-testimonialgrid-style-2 .testimonal .content .clint-info::before{background:#383838 none repeat scroll 0 0;content:"";height:2px;left:0;position:absolute;top:10px;width:30px;transition:03.s ease-in-out}.htmega-testimonialgrid-style-3 .testimonal{background:#fff none repeat scroll 0 0;border-radius:10px;box-shadow:0 0 10px rgb(0 0 0 / .1);margin-top:53px;padding-bottom:27px;position:relative;text-align:center}.htmega-testimonialgrid-style-3 .testimonal{margin-top:82px}.htmega-testimonialgrid-style-3 .testimonal img{border:2px solid #727272;border-radius:50%;box-sizing:content-box;left:50%;max-width:100px;position:absolute;top:0;transform:translate(-50%,-50%)}.htmega-testimonialgrid-style-3 .testimonal .content{margin-top:0;padding-top:73px}.htmega-testimonialgrid-style-3 .testimonal .content p{color:#5b5b5b;font-size:14px;font-style:italic;line-height:24px;margin-bottom:4px;padding:0 4%}.htmega-testimonialgrid-style-3 .testimonal .content h4{color:#5b5b5b;font-size:16px;font-weight:600;line-height:37px;margin:0}.htmega-testimonialgrid-style-4 .testimonal .content{background:#fff none repeat scroll 0 0;box-shadow:0 0 10px rgb(82 182 188 / .25);padding:50px 9%;position:relative;text-align:center}.htmega-testimonialgrid-style-4 .testimonal .clint-info{margin-top:40px;text-align:center}.htmega-testimonialgrid-style-4 .testimonal img{border:2px solid #ececec;border-radius:50%;box-sizing:content-box;display:inline-block;max-width:80px}.htmega-testimonialgrid-style-4 .testimonal .clint-info h4{color:#5c5c5c;font-size:22px;font-weight:700;margin-bottom:4px;margin-top:22px}.htmega-testimonialgrid-style-4 .testimonal .clint-info span{color:#5c5c5c;font-size:15px;font-weight:600}.htmega-testimonialgrid-style-4 .testimonal .content .triangle{border-color:#fff #fff0 #fff0;border-style:solid;border-width:20px;left:50%;margin-top:-1px;position:absolute;top:100%;transform:translateX(-50%)}.htmega-testimonialgrid-style-3 .clint-info .rating,.htmega-testimonialgrid-style-4 .clint-info .rating{justify-content:center}.htmega-testimonialgrid-style-5 .testimonal{background:#f7f8f9 none repeat scroll 0 0;margin-top:30px;padding:48px 30px}.htmega-testimonialgrid-style-5 .clint-info h4{color:#383838;font-size:18px;font-weight:600;margin-bottom:1px}.htmega-testimonialgrid-style-5 p{color:#5b5b5b;font-size:14px;font-style:italic;line-height:26px}.htmega-testimonialgrid-style-5 .clint-info span{color:#1834a6;font-size:14px}.clint-info .rating{color:#ffcf0e;display:flex;list-style:outside none none;margin:4px 0 0;padding:0}.clint-info .rating li{margin-right:8px;font-size:13px}.testimonal{position:relative;z-index:1}.testimonal:before{position:absolute;left:0;height:100%;width:100%;background:#fff0;z-index:-1;content:"";top:0;opacity:0;transition:all 0.3s ease-in-out}.testimonal:hover:before{opacity:1}.navigation_service .htmega-service-style-7::before{display:none}.elementor-widget-htmega-scrollnavigation-addons .swiper-container{height:100vh;margin-left:auto;margin-right:auto;width:100%;overflow:hidden}.htmega-swiper-pagination .swiper-pagination-bullet{background:#000 none repeat scroll 0 0;border-radius:100%;display:inline-block;height:26px;opacity:1;width:26px;opacity:1!important}.htmega-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#3746ad}.scroll-navigation-inner .elementor-section.elementor-section-height-full{height:100vh}.scroll-navigation-inner .elementor-section.elementor-section-items-middle>.elementor-container{align-items:center;height:100vh}.htmega-call-to-action{text-align:center}.htmega-call-to-action .htmega-content .htmega-callto-action-description{color:#fff;font-size:16px;margin:0}.htmega-call-to-action .htmega-content .htmega-callto-action-sub-title{color:#505050;font-size:16px;font-weight:500;margin-bottom:5px;font-family:"Poppins",sans-serif}.htmega-call-to-action .htmega-content .htmega-callto-action-title{color:#f7ca18;font-size:80px;font-weight:600;margin-bottom:27px;font-family:"Poppins",sans-serif}.htmega-call-to-action .htmega-content a.call_btn{background:#f7ca18;padding:0 35px;display:inline-flex;line-height:50px;border-radius:25px;color:#000;font-size:14px;transition:0.4s ease-in-out;text-decoration:none}.htmega-call-to-action .htmega-content a.call_btn:hover{background:#fff;color:#18012c}.callto-action-style-2 .htmega-content .htmega-callto-action-title{color:#fff;font-family:"Poppins",sans-serif;font-size:38px;font-weight:600;margin-bottom:6px}.callto-action-style-2 .htmega-content .htmega-callto-action-description{color:#fff;font-family:"Montserrat",sans-serif;font-weight:300;font-size:18px;margin:0}.callto-action-style-2 .htmega-content a.call_btn{display:inline-flex;border:2px solid #fff;color:#fff;border-radius:25px;padding:0 45px;line-height:50px;font-size:14px;font-weight:600;transition:0.4s ease-in-out}.callto-action-style-2 .htmega-content a.call_btn:hover{background:#fff;color:#18012c;border:2px solid #fff}.callto-action-style-3{box-shadow:0 0 10px rgb(0 0 0 / .1);padding:70px 98px}.callto-action-style-3 .htmega-content a.call_btn{line-height:50px;padding:0}.callto-action-style-3 .htmega-content{display:flex;align-items:center;justify-content:space-around}.callto-action-style-3{position:relative}.callto-action-style-3::before{position:absolute;content:"";background:#999;height:50px;width:2px;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.callto-action-style-3 .htmega-content .htmega-callto-action-description{color:#000;font-size:14px;line-height:25px;margin-bottom:5px}.callto-action-style-3 .htmega-content .htmega-callto-action-title{color:#000;font-weight:500;font-size:24px;margin:0}.callto-action-style-3 a.call_btn{display:inline-block;border:2px solid #000;color:#000;border-radius:25px;padding:0 50px;line-height:50px;font-size:14px;font-weight:600;transition:0.4s ease-in-out}.callto-action-style-3 a.call_btn:hover{background:#000;color:#fff;border:2px solid #000}.callto-action-style-4 .htmega-content .htmega-callto-action-title{color:#fff;font-weight:400;font-size:36px;margin-bottom:21px}.callto-action-style-4 .htmega-content .htmega-callto-action-description{color:#fff;font-size:18px;line-height:35px;padding:0 17%;margin-bottom:34px}.callto-action-style-4 a.call_btn{background:#fff;display:inline-block;padding:0 40px;line-height:50px;border-radius:25px;color:#0056ff;font-size:14px;font-weight:400;text-transform:uppercase;transition:0.4s ease-in-out}.callto-action-style-4 a.call_btn:hover{background:#18012c;color:#fff}.callto-action-style-5 .htmega-content .htmega-callto-action-title{color:#fff;font-size:40px;line-height:60px;font-weight:500;padding:0 19%}.callto-action-style-5 .htmega-content .htmega-callto-action-description{color:#fff;font-size:18px;margin-bottom:44px;font-family:'Rubik',sans-serif}.callto-action-style-5 a.call_btn{border:2px solid #fff;display:inline-block;padding:0 46px;line-height:50px;color:#fff;font-weight:500;font-size:14px;text-transform:uppercase;border-radius:4px;transition:0.4s ease-in-out;font-family:'Rubik',sans-serif}.callto-action-style-5 a.call_btn:hover{background:#fff;color:#18012c}.callto-action-style-6 .htmega-content .htmega-callto-action-title{color:#494949;font-size:40px;line-height:58px;font-weight:500}.callto-action-style-6 .htmega-content .htmega-callto-action-description{color:#494949;font-size:18px;margin-bottom:32px;line-height:30px;padding-right:27%}.callto-action-style-6 a.call_btn{display:inline-block;padding:0 37px;line-height:50px;color:#fff;font-weight:500;font-size:14px;text-transform:uppercase;transition:0.4s ease-in-out;background:#e97730;font-family:"Montserrat",sans-serif}.callto-action-style-6 a.call_btn:hover{background:#18012c;color:#fff}.callto-action-style-7 .call-to-action-inner{display:inline-block;padding:100px 240px;background:rgb(255 255 255 / .6)}.callto-action-style-7 .htmega-content .htmega-callto-action-title,.callto-action-style-7 .htmega-content .htmega-callto-action-description{color:#1e1e1e;font-size:42px;line-height:53px;font-weight:700;font-family:'Cormorant Garamond',serif;margin-bottom:29px}.callto-action-style-7 a.call_btn{display:inline-block;color:#2c2c2c;font-weight:600;font-size:24px;transition:0.4s ease-in-out;font-family:'Cormorant Garamond',serif;border-bottom:2px solid #4f4848}.callto-action-style-7 a.call_btn:hover{color:#18012c;border-bottom:2px solid #18012c}.htmega-call-to-action .htmega-content a.call_btn.secondary_btn{margin-left:10px}.htmega-call-to-action-button-icon1-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_text_progression{order:2}.htmega-call-to-action-button-icon1-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_icon_progression{order:1;margin-right:8px}.htmega-call-to-action-button-icon1-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_text_progression{order:1}.htmega-call-to-action-button-icon1-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_one_icon_progression{order:2;margin-left:8px}.htmega-call-to-action-button-icon2-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_text_progression{order:2}.htmega-call-to-action-button-icon2-position-left .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_icon_progression{order:1;margin-right:8px}.htmega-call-to-action-button-icon2-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_text_progression{order:1}.htmega-call-to-action-button-icon2-position-right .htmega-call-to-action .htmega-content a.call_btn .call_to_action_button_two_icon_progression{order:2;margin-left:8px}.htmega-call-to-action .htmega-content a.call_btn svg,.htmega-call-to-action .htmega-content a.call_btn.secondary_btn svg{width:30px;height:30px}.htmega-callto-action-title{position:relative}.htmega-callto-action-title:after,.htmega-callto-action-title:before{content:"";width:0;height:0;bottom:0;position:absolute;left:0;display:none}.htmega-align-center .htmega-callto-action-title:after,.htmega-align-center .htmega-callto-action-title:before{left:50%;transform:translateX(-50%)}.htmega-align-right .htmega-callto-action-title:after,.htmega-align-right .htmega-callto-action-title:before{left:auto;right:0;transform:translateX(0)}.htmega-callto-action-title:before{top:0;bottom:auto}.htmega-twitter-area button.slick-arrow{border:0 none;color:#2d3e50;font-size:60px;left:-60px;position:absolute;top:26%;background:#fff0;height:inherit;padding:0;transition:all 0.3s ease-in-out;z-index:2}.htmega-twitter-area button.htmega-carosul-next{left:auto;right:-60px}.htmega-twitter-area .slick-dots li button::before{display:none}.htmega-twitter-area .slick-dots li{width:10px;height:10px}.htmega-twitter-area .slick-dots li button{background:#000 none repeat scroll 0 0;border-radius:100%;padding:0;width:10px;height:10px}.htmega-twitter-area .slick-dots li.slick-active button{background:#F15D67 none repeat scroll 0 0}.htmega-twitter-single{display:flex;padding-right:15px}.htmega-twitter-single .htmega-thumb{padding-right:30px}.htmega-twitter-single .htmega-thumb img{max-width:70px;border:1px solid #eaeaea}.htmega-twitter-single .htmega-content{margin-top:-7px}.htmega-twitter-single .htmega-content .htmega-author{margin-bottom:6px}.htmega-twitter-single .htmega-content .htmega-author h6{display:inline-block;font-weight:400;font-size:14px;margin:0;position:relative}.htmega-twitter-single .htmega-content .htmega-author h6 a{color:#5c5c5c;transition:0.3s ease-in-out}.htmega-twitter-single .htmega-content .htmega-author h6 a:hover{color:#18012c}.htmega-twitter-single .htmega-content .htmega-author span::before{position:absolute;content:"";left:0;background:#000;height:14px;width:1px;top:50%;transform:translateY(-50%)}.htmega-twitter-single .htmega-content .htmega-author span{color:#000;font-size:14px;padding-left:10px;margin-left:10px;position:relative;display:inline-block}.htmega-twitter-single .htmega-content p{color:#434343;font-size:14px;line-height:25px;margin-bottom:10px}.htmega-twitter-single .htmega-content p a{color:#00c8fa}.htmega-twitter-single .htmega-content ul.twitter-meta{padding:0;margin:0;list-style:none;display:flex}.htmega-twitter-single .htmega-content ul.twitter-meta li{margin-right:14px;padding-right:14px;position:relative}.htmega-twitter-single .htmega-content ul.twitter-meta li a{color:#aaa;font-size:13px;transition:0.3s ease-in-out}.htmega-twitter-single .htmega-content ul.twitter-meta li a:hover{color:#18012c}.htmega-twitter-single .htmega-content ul.twitter-meta li a i{padding-right:10px}.htmega-twitter-single .htmega-content ul.twitter-meta li::after{position:absolute;content:"";background:#000;width:1px;height:11px;right:0;top:50%;transform:translateY(-50%)}.htmega-twitter-single .htmega-content ul.twitter-meta li:last-child::after{display:none}.htmega-twitter-style-2 .htmega-twitter-single{background:#fff;padding:40px;border-radius:4px;display:block}.htmega-twitter-style-2 .htmega-twitter-single .htmega-content .htmega-author span::before{display:none}.htmega-twitter-style-2 .htmega-twitter-single .htmega-content .htmega-author span{padding:0;margin:0}.htmega-twitter-style-2 .ht-twitter-container{display:flex}.htmega-twitter-style-2 .ht-twitter-container .htmega-thumb{padding-right:30px}.htmega-twitter-style-2 .ht-twitter-container .htmega-thumb img{max-width:70px;border:1px solid #eaeaea}.htmega-twitter-style-2 .ht-twitter-container .htmega-content{margin-top:-7px}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author{margin-bottom:6px}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6{display:inline-block;font-weight:400;font-size:14px;margin:0;position:relative;font-family:"Poppins",sans-serif}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a{color:#000;transition:0.3s ease-in-out}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a:hover{color:#18012c}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a span{color:#a6a6a6}.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author span{color:#000;font-size:14px;padding-left:10px}.htmega-twitter-style-2 .ht-twitter-container .htmega-content p{color:#434343;font-size:14px;line-height:25px;margin-bottom:10px}.htmega-twitter-style-2 .ht-twitter-container .htmega-content p a{color:#00c8fa}.htmega-twitter-style-2 .twitter-meta-inner{display:flex;justify-content:space-between}.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta{padding:0;margin:0 -10px;list-style:none;display:flex}.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li{position:relative;margin:0 10px}.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li a{color:#878787;font-size:13px;transition:0.3s ease-in-out}.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li a:hover{color:#18012c}.htmega-twitter-style-2 .twitter-meta-inner p{margin:0;color:#7f7f7f;font-size:12px}.htmega-twitter-style-2 .slick-slide{padding:0 15px}.htmega-twitter-style-2 .slick-dots{bottom:-45px}.htmega-twitter-style-3 .htmega-twitter-single{background:#fff;border:1px solid #eaeaea;padding:30px 15px 30px 20px}.htmega-twitter-style-3 .htmega-twitter-single .htmega-content ul.twitter-meta li{padding:0}.htmega-twitter-style-3 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{display:none}.htmega-twitter-style-3 .htmega-content .htmega-author{margin-bottom:6px}.htmega-twitter-style-3 .htmega-content .htmega-author h6{display:inline-block;font-weight:400;font-size:14px;margin:0;position:relative}.htmega-twitter-style-3 .htmega-content .htmega-author h6 a{color:#5c5c5c;transition:0.3s ease-in-out}.htmega-twitter-style-3 .htmega-content .htmega-author h6 a:hover{color:#18012c}.htmega-twitter-style-3 .htmega-content .htmega-author span::before{position:absolute;content:"";left:0;background:#000;height:14px;width:1px;top:50%;transform:translateY(-50%)}.htmega-twitter-style-3 .htmega-content .htmega-author span{color:#000;font-size:14px;padding-left:10px;margin-left:10px;position:relative}.htmega-twitter-style-3 .htmega-content p{color:#434343;font-size:14px;line-height:25px;margin-bottom:10px}.htmega-twitter-style-3 .htmega-content p a{color:#00c8fa}.htmega-twitter-style-3 .htmega-content ul.twitter-meta{padding:0;margin:0 -10px;list-style:none;display:flex}.htmega-twitter-style-3 .htmega-content ul.twitter-meta li{position:relative;margin:0 10px}.htmega-twitter-style-3 .htmega-content ul.twitter-meta li a{color:#aaa;font-size:13px;transition:0.3s ease-in-out}.htmega-twitter-style-3 .htmega-content ul.twitter-meta li a:hover{color:#18012c}.htmega-twitter-style-3 .slick-slide{padding:0 15px}.htmega-twitter-style-4 .htmega-twitter-single{display:block;padding:0}.htmega-twitter-style-4 .htmega-twitter-single .htmega-content ul.twitter-meta li{padding:0}.htmega-twitter-style-4 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{display:none}.htmega-twitter-style-4 .htmega-thumb img{max-width:70px;border:1px solid #eaeaea}.htmega-twitter-style-4 .htmega-content{padding-top:25px}.htmega-twitter-style-4 .htmega-content .htmega-author{margin-bottom:6px}.htmega-twitter-style-4 .htmega-content .htmega-author h6 a{color:#5c5c5c;transition:0.3s ease-in-out}.htmega-twitter-style-4 .htmega-content .htmega-author h6 a:hover{color:#18012c}.htmega-twitter-style-4 .htmega-content .htmega-author span{color:#000;font-size:14px;padding-left:10px}.htmega-twitter-style-4 .htmega-content p{color:#434343;font-size:14px;line-height:25px;margin-bottom:10px}.htmega-twitter-style-4 .htmega-content p a{color:#00c8fa}.htmega-twitter-style-4 .htmega-content ul.twitter-meta{padding:0;margin:0;list-style:none;display:flex;padding-top:20px;border-top:1px solid #00c8fa;justify-content:space-between}.htmega-twitter-style-4 .htmega-content ul.twitter-meta li{position:relative}.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a{color:#aaa;font-size:13px;transition:0.3s ease-in-out;display:block}.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a:hover{color:#18012c}.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a i{padding-right:10px}.htmega-twitter-style-4 button.slick-arrow{border:1px solid #000;border-radius:100%;color:#000;font-size:30px;height:50px;line-height:35px;width:50px}.htmega-twitter-style-4 .slick-slide{padding:0 15px}.htmega-twitter-style-5 .htmega-twitter-single{background:#fff;padding:30px 15px 30px 20px;box-shadow:0 0 10px rgb(0 0 0 / .1);margin:5px}.htmega-twitter-style-5 .htmega-content .htmega-author{margin-bottom:6px}.htmega-twitter-style-5 .htmega-content .htmega-author h6 a{color:#5c5c5c;transition:0.3s ease-in-out}.htmega-twitter-style-5 .htmega-content .htmega-author h6 a:hover{color:#18012c}.htmega-twitter-style-5 .htmega-content p{color:#434343;font-size:14px;line-height:25px;margin-bottom:10px}.htmega-twitter-style-5 .htmega-content p a{color:#00c8fa}.htmega-twitter-style-5 .twitter-meta-inner{display:flex;justify-content:space-between}.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta{padding:0;margin:0 -10px;list-style:none;display:flex}.htmega-twitter-style-5 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{display:none}.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li{position:relative;margin:0 10px;padding:0}.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li a{color:#878787;font-size:13px;transition:0.3s ease-in-out}.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li a:hover{color:#18012c}.htmega-twitter-style-5 .twitter-meta-inner p{margin:0;color:#7f7f7f;font-size:12px}.htmega-twitter-style-5 .slick-slide{padding:0 15px}.htmega-post-grid-layout-3 .row-1>.htb-col-lg-6>.ht-post,.htmega-post-grid-layout-3 .row-1>.htb-col-lg-6>.ht-post .thumb,.htmega-post-grid-layout-3 .row-1>.htb-col-lg-6>.ht-post .thumb a,.htmega-post-grid-layout-5 .ht-post,.htmega-post-grid-layout-5 .ht-post .thumb,.htmega-post-grid-layout-5 .ht-post .thumb a{height:100%}.htmega-post-grid-layout-5 .row--10>[class*="col"]{padding:10px}.htmega-post-grid-area.htmega-equal-hide-column-yes .ht-post{height:100%}.htmega-post-grid-area .row-1.htb-row .row-1{margin:0}.ht-post-grid-tab{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:space-between}.ht-post-grid-tab .post-grid{overflow:hidden}.htmega-post-gridtab-layout-1 .post-grid,.htmega-post-gridtab-layout-3 .post-grid{padding:0 1px;margin-bottom:2px}.htmega-post-gridtab-layout-1 .post-content,.htmega-post-gridtab-layout-3 .post-content{margin:0 1px}.htmega-post-gridtab-layout-2 .post-grid,.htmega-post-gridtab-layout-4 .post-grid{padding:0 15px;margin-bottom:30px}.htmega-post-gridtab-layout-2 .post-content,.htmega-post-gridtab-layout-4 .post-content{margin:-30px 15px 0}.htmega-post-gridtab-layout-5 .post-grid{padding:0 10px;margin-bottom:20px}.htmega-post-gridtab-layout-5 .post-content{margin:-20px 10px 0}.ht-post-grid-tab .post-grid.post-grid-one-third{min-width:calc(33.33%);width:calc(33.33%)}.ht-post-grid-tab .post-grid.post-grid-half{min-width:calc(50%);width:calc(50%)}.ht-post-grid-tab .post-grid.post-grid-four{min-width:calc(25%);width:calc(25%)}.ht-post-grid-tab .post-grid.post-third-of-four{min-width:calc(75%);width:calc(75%)}.ht-post-grid-tab .post-content{text-align:center;z-index:9;display:none}.ht-post-grid-tab .post-content.is-visible{display:block}.post-content{position:relative}.post-content .close__wrap{position:absolute;top:30px;right:30px;z-index:9}.post-content .close__wrap button{background:#2a47e0 none repeat scroll 0 0;border:0 none;color:#fff;line-height:1;padding:10px}.post-grid .thumb a img{width:100%;object-fit:cover;height:100%}.post-grid .thumb,.post-grid .thumb a{height:100%}.post-grid .thumb a{width:100%}.single-post-grid-tab{padding:30px;border:1px solid #dfdfdf;background:#f1f1f1;overflow:hidden}.single-post-grid-tab .thumb a img{width:100%}.single-post-grid-tab .thumb{overflow:hidden}.ht-mega-post-grid-right .content{height:100%;display:flex;align-items:center}.ht-mega-post-grid-left{display:flex;align-items:center}.single-post-grid-tab .post-inner{text-align:left}.single-post-grid-tab .post-inner h2{font-size:24px;line-height:36px;margin-top:20px}.single-post-grid-tab .post-inner h2 a{color:#464545}.single-post-grid-tab .post-inner .meta{list-style:none;color:#fff;padding:0;margin:0;display:block;margin:0 -15px}.single-post-grid-tab .post-inner .meta li{color:#464545;font-size:13px;letter-spacing:2px;margin:0 15px;display:inline-block}.single-post-grid-tab .post-inner .meta li i{color:#464545}.single-post-grid-tab .post-inner .meta li a{color:#464545}.single-post-grid-tab .post-inner p{color:#494849;font-size:14px;line-height:28px;margin-top:17px;margin-bottom:28px}.single-post-grid-tab .post-inner .post-category{display:flex;padding:0;list-style:none;margin-left:0}.single-post-grid-tab .post-inner .post-category li{margin-right:10px;transition:0.4s ease-in-out}.single-post-grid-tab .post-inner .post-category li a{background:#2a47e0 none repeat scroll 0 0;color:#fff;font-size:13px;font-weight:300;letter-spacing:1px;padding:2px 7px;text-transform:uppercase}.single-post-grid-tab .post-inner .post-btn a.readmore-btn{background:#fff0;display:inline-block;padding:0 37px;border-radius:23px;font-size:14px;font-weight:400;line-height:44px;transition:0.4s ease-in-out;color:#494849;border:1px solid #494849}@media (max-width:991px){.ht-mega-post-grid-right .content{margin-bottom:15px}.single-post-grid-tab .htb-row{flex-direction:column-reverse}}.ht-custom-carousel .single-custom-carousel img{width:100%}.htmega-carousel-style-1 .slick-slide .single-custom-carousel img{transition:all 0.3s ease 0s;display:block}.htmega-carousel-style-1 .single-custom-carousel{position:relative;transition:all 0.3s ease 0s}.htmega-carousel-style-1 .slick-slide.slick-active .single-custom-carousel{transform:scale(1.15)}.htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel{transform:scale(1.3)}.htmega-carousel-style-1 .slick-slide.slick-active{z-index:990;position:relative}.htmega-carousel-style-1 .slick-slide.slick-center{z-index:999;position:relative}.htmega-carousel-style-1 .slick-slide{padding:72px 0;transition:all 0.3s ease 0s}.htmega-carousel-activation .slick-arrow{padding:0}.htmega-carousel-activation .slick-dots{text-align:center;bottom:-60px}.htmega-carousel-activation .slick-dots li{display:inline-block;margin:0}.htmega-carousel-activation .slick-dots li button{border:1px solid #863F51;width:12px;height:12px;padding:0;border-radius:50%;background-color:#fff0;text-indent:-9999px}.htmega-carousel-activation .slick-dots li.slick-active button{background-color:#863F51}.htmega-carousel-style-2 .slick-slide .single-custom-carousel img{transition:all 0.3s ease 0s;display:block}.htmega-carousel-style-2 .single-custom-carousel{position:relative;transition:all 0.3s ease 0s;padding:0 40px;transform:scale(1.1)}.htmega-carousel-style-2 .slick-slide.slick-center .single-custom-carousel{transform:scale(1.3)}.htmega-carousel-style-2 .slick-slide.slick-center{z-index:999;position:relative}.htmega-carousel-style-2 .slick-slide.slick-active{transition:all 0.3s ease 0s}.htmega-carousel-style-2 .slick-slide{padding:72px 0;transition:all 0.3s ease 0s}.htmega-carousel-style-2{position:relative}.htmega-carousel-style-2 button.slick-arrow,.htmega-carousel-style-3 button.slick-arrow{position:absolute;left:-80px;top:50%;transform:translateY(-50%);background:#000;color:#f4f4f4;width:40px;height:40px;border:0 none;border-radius:100%;padding:0;margin:0;font-size:30px;transition:0.3s ease-in-out;line-height:28px}.htmega-carousel-style-2 button.slick-arrow:hover,.htmega-carousel-style-3 button.slick-arrow:hover{background:#0056ff;color:#fff}.htmega-carousel-style-2 button.htmega-carosul-next,.htmega-carousel-style-3 button.htmega-carosul-next{left:auto;right:-80px}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide{transition:none}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active{transition:none}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide .single-custom-carousel{padding:0 40px;transition:none}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active{transform:perspective(400px) rotateY(20deg) scale(1)!important}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active+.slick-active{transform:perspective(0) rotateY(0deg) scale(1.1)!important}.htmega-carousel-style-2.htmega-carousel-animation-style-2 .slick-slide.slick-active+.slick-active+.slick-active{transform:perspective(400px) rotateY(-20deg) scale(1)!important}.ht-custom-carousel.htmega-carousel-activation .slick-arrow{padding:0;position:absolute;top:50%;z-index:1}.ht-custom-carousel.htmega-carousel-activation .htmega-carosul-next.slick-arrow{right:0}.ht-custom-carousel.htmega-carousel-activation .htmega-carosul-prev.slick-arrow{left:0}.htmega-carousel-style-3 .slick-slide{margin:0 15px}.htmega-carousel-style-3 .slick-list.draggable{margin:0 -15px}.htmega-carousel-style-3 .slick-dots{bottom:-60px}.htmega-carousel-style-3 .slick-dots li{width:10px;height:10px;margin:0 5px;padding:0}.htmega-carousel-style-3 .slick-dots li button{width:10px;height:10px;padding:0;background:#000;border-radius:100%;border:0}.htmega-carousel-style-3 .slick-dots li button::before{display:none}.htmega-carousel-style-3 .slick-dots li.slick-active button{background:#00c8fa}.htmega-carousel-style-4{position:relative}.htmega-carousel-style-4 button.slick-arrow{position:absolute;top:50%;left:0;color:#f4f4f4;border:0 none;font-size:30px;background:#fff0;width:40px;height:50px;line-height:45px;background:#000;transform:translateY(-50%);z-index:2;padding:0}.htmega-carousel-style-4 button.htmega-carosul-next{left:auto;right:0}.htmega-carousel-style-4 .slick-list{margin:0 -15px}.htmega-carousel-style-4 .slick-slide{margin:0 15px}.htmega-carousel-style-5 .slick-slide{margin:0 15px}.htmega-carousel-style-5 .slick-list{margin:0 -15px}.htmega-carousel-style-5 .slick-dots{bottom:-40px;background:#dbdbdb;height:8px;border-radius:4px;left:0;right:0;width:auto}.htmega-carousel-style-5 .slick-dots li{width:33.33%;height:8px;margin:0;left:0;top:-13px;transition:0.4s ease-in-out}.htmega-carousel-style-5 .slick-dots li::before{position:absolute;content:"";left:0;top:0;width:0;height:100%;background:#0056ff;border-radius:4px;transition:0.4s ease-in-out}.htmega-carousel-style-5 .slick-dots li button{width:33.33%;height:8px;margin:0;left:0}.htmega-carousel-style-5 .slick-dots li button{border:none}.htmega-carousel-style-5 .slick-dots li.slick-active button{background:#fff0}.htmega-carousel-style-5 .slick-dots li button::before{display:none}.htmega-carousel-style-5 .slick-dots li.slick-active::before{width:100%}.htmega-carousel-style-6 button.slick-arrow{position:absolute;top:50%;left:0;color:#f4f4f4;border:0 none;font-size:30px;background:#fff0;width:40px;height:50px;background:#000;transform:translateY(-50%);z-index:2;padding:0}.htmega-carousel-style-6 button.htmega-carosul-next{left:auto;right:0}.htmega-carousel-style-6 .slick-dots{background:#19243c none repeat scroll 0 0;margin-top:-8px;position:static}.htmega-carousel-style-6 .slick-dots li{display:inline-block;height:inherit;padding:30px 55px;position:relative;text-align:center;width:auto;z-index:2}.htmega-carousel-style-6 .slick-dots li h6{color:#fff;font-size:14px;font-weight:600;margin:0;position:relative;z-index:3}.htmega-carousel-style-6 .slick-dots li.slick-active::before{position:absolute;content:"";background:#223152;z-index:-1;width:100%;height:116%;bottom:0;left:0}.htmega-carousel-style-7 button.slick-arrow{position:absolute;left:20px;top:50%;transform:translateY(-50%);background:#fff0;color:#f4f4f4;border:0 none;border-radius:100%;padding:0;margin:0;font-size:48px;transition:0.3s ease-in-out;z-index:1}.htmega-carousel-style-7 button.slick-arrow:hover{color:#18012c}.htmega-carousel-style-7 button.htmega-carosul-next{left:auto;right:20px}.htmega-doule-btn svg{width:20px}.htmega-double-button-area{display:flex}.htmega-doublebutton{display:flex;position:relative;width:40%}span.htmega-middle-text{background:#fff none repeat scroll 0 0;border-radius:100%;color:#000;font-family:"Montserrat",sans-serif;font-size:12px;height:26px;left:50%;line-height:25px;position:absolute;text-align:center;top:50%;transform:translateX(-50%) translateY(-50%);width:26px;z-index:3}.htmega-doublebutton a.htmega-doule-btn{color:#fff;font-family:"Montserrat",sans-serif;font-size:14px;height:50px;line-height:50px;transition:all 0.4s ease-in-out 0s;background:#a7d1b0 none repeat scroll 0 0;border-radius:25px 0 0 25px;text-decoration:none;width:100%;text-align:center}.htmega-doublebutton a.htmega-doule-btn:hover,.htmega-doublebutton a.htmega-doule-btn.btn-two:hover{background:#18012c none repeat scroll 0 0;color:#fff}.htmega-doublebutton a.htmega-doule-btn.btn-two{background:#fa9866 none repeat scroll 0 0;border-radius:0 25px 25px 0}.htmega-doublebutton a.htmega-doule-btn-size-sm{height:46px;line-height:46px}.htmega-doublebutton a.htmega-doule-btn-size-md{height:50px;line-height:50px}.htmega-doublebutton a.htmega-doule-btn-size-lg{height:60px;line-height:60px}.htmega-doublebutton a.htmega-doule-btn-size-xl{height:70px;line-height:70px}.htmega-doublebutton a.htmega-doule-btn-size-xs{height:40px;line-height:40px}.htmega-double-button-area a.btn-one{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;overflow:hidden}.htmega-double-button-area a.btn-one *{position:relative;z-index:2}.htmega-double-button-area a.btn-one::after,.htmega-double-button-area a.btn-one::before{position:absolute;content:"";left:0;width:100%;height:100%;background:#fff0;transition:all 0.3s ease-in-out}.htmega-double-button-area a.btn-one::after{opacity:0}.htmega-double-button-area a.btn-one:hover::after{opacity:1}.htmega-double-button-icon1-position-left .htmega-doule-btn.btn-one .button_one_text_progression{order:2}.htmega-double-button-icon1-position-left .htmega-doule-btn.btn-one .button_one_icon_progression{order:1}.htmega-double-button-area a.btn-two{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;overflow:hidden}.htmega-double-button-area a.btn-two *{position:relative;z-index:2}.htmega-double-button-area a.btn-two::after,.htmega-double-button-area a.btn-two::before{position:absolute;content:"";left:0;width:100%;height:100%;background:#fff0;transition:all 0.3s ease-in-out}.htmega-double-button-area .before_bg a.btn-two::after,.htmega-double-button-area .before_bg a.btn-two::before{transform:skewX(-24deg)}.htmega-double-button-area a.btn-two::after{opacity:0}.htmega-double-button-area a.btn-two:hover::after{opacity:1}.htmega-double-button-icon2-position-left .htmega-doule-btn.btn-two .button_two_text_progression{order:2}.htmega-double-button-icon2-position-left .htmega-doule-btn.btn-two .button_two_icon_progression{order:1}a.htmega-doule-btn span{transition:all 0s;display:flex;align-items:center;justify-content:center}.before_bg{overflow:hidden}.before_bg a.htmega-doule-btn{position:relative;background:transparent!important;z-index:1;overflow:initial}.before_bg a.htmega-doule-btn::before{background-color:#a7d1b0;content:"";display:block;height:100%;left:-16px;position:absolute;top:0;transform:skewX(-24deg);width:112%;z-index:-1;transition:0.4s}.before_bg a.htmega-doule-btn.btn-two::before{background-color:#fa9866;left:0;right:-16px}.htmega-doublebutton.before_bg{overflow:hidden}.htmega-doublebutton.before_bg .htmega-doule-btn{color:#fff}.htmega-doublebutton.before_bg .htmega-doule-btn::before,.htmega-doublebutton.before_bg .htmega-doule-btn::after{position:absolute;z-index:-1;top:0;right:-15px;left:-15px;display:block;width:auto;height:100%;content:"";transition:all 0.4s ease 0s;transform:skewX(-24deg);background-color:#fff0}.htmega-doublebutton.before_bg .htmega-doule-btn::after{opacity:0}.htmega-doublebutton.before_bg .htmega-doule-btn:hover::before{opacity:0}.htmega-doublebutton.before_bg .htmega-doule-btn:hover::after{opacity:1}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::before,.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::after{right:0}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::before{background:#a7d1b0}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(1)::after{background:#000}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::before,.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::after{left:0}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::before{background:#fa9866}.htmega-doublebutton.before_bg .htmega-doule-btn:nth-child(2)::after{background:#000}.htmega-banner .banner-thumb a{position:relative;display:block;line-height:0}.htmega-banner .banner-thumb{line-height:0}.htmega-banner .banner-thumb *{line-height:normal}.htmega-banner .banner-content a{display:inline-block}.htmega-banner .banner-thumb a::before{background:rgb(255 255 255 / .3);content:"";height:0;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:all 0.5s ease 0s;width:0}.htmega-banner .banner-thumb a::after{background:rgb(255 255 255 / .3);bottom:0;content:"";height:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:all 0.5s ease 0s;width:0}.htmega-banner .banner-thumb a img{width:100%}.htmega-banner:hover .banner-thumb a::before{height:100%;opacity:1;width:100%}.htmega-banner:hover .banner-thumb a::after{height:100%;opacity:1;width:100%}.htmega-banner{position:relative}.htmega-banner .banner-content a{border-bottom:1px solid #909b74;color:#383838;font-size:14px;font-weight:700;text-transform:uppercase;transition:all 0.4s ease 0s;text-decoration:none}.htmega-banner .banner-content{position:absolute;z-index:2;width:100%;text-align:center}.htmega-banner-content-pos-center .banner-content{top:50%;right:0;left:auto;padding-right:30px;transform:translateY(-50%)}.htmega-banner-content-pos-bottom .banner-content{bottom:0;padding-bottom:40px}.htmega-banner-content-pos-top .banner-content{top:0;padding-top:40px}.htmega-banner-style-1 .banner-content h6{color:#1f1e26;font-size:20px;font-weight:700;letter-spacing:11px;text-transform:uppercase;margin-bottom:0;font-family:"Poppins",sans-serif}.htmega-banner-style-1 .banner-content h2{color:#1f1e26;font-size:60px;text-transform:uppercase;margin-bottom:1px;font-family:"Poppins",sans-serif}.htmega-banner-style-1 .banner-content p{color:#1f1e26;font-size:16px;text-transform:uppercase;margin:0}.htmega-banner-style-1 .banner-content h3{color:#1f1e26;font-size:24px;font-weight:700;text-transform:uppercase;margin-bottom:6px;font-family:"Poppins",sans-serif}.htmega-banner-style-1 .banner-content a{color:#383838;font-weight:700;text-transform:uppercase;font-size:14px;border-bottom:1px solid #909b74;transition:0.4s}.htmega-banner-style-2 .banner-content h2{color:#1f1e26;font-family:"Poppins",sans-serif;font-size:24px;font-weight:700;margin-bottom:6px;text-transform:uppercase}.htmega-banner-style-3 .banner-content h2{color:#242424;font-size:30px;font-weight:400;margin-bottom:6px;font-family:'Prata',serif}.htmega-banner-style-3 .banner-content p{color:#1f1e26;font-size:14px;text-transform:uppercase;margin:0;font-weight:400;font-family:'Rubik',sans-serif}.htmega-banner-style-4 .banner-content h2{color:#fff;font-size:20px;font-weight:800;margin-bottom:10px;font-family:'Open Sans',sans-serif}.htmega-banner-style-4 .banner-content p{color:#fff;margin:0;font-size:14px;font-family:'Open Sans',sans-serif;font-weight:600;line-height:26px;padding-right:77px;margin-bottom:15px}.htmega-banner-style-4 .banner-content a{font-family:'Open Sans',sans-serif;font-weight:600;background:#fff;height:30px;display:inline-block;padding:0 15px;line-height:30px;color:#000;font-size:12px;border-radius:20px;transition:0.4s ease-in-out}.htmega-banner-style-4 .banner-content a:hover{background:#18012c;color:#fff}.htmega-banner-style-4 .banner-content{text-align:left;padding-left:40px;padding-top:40px;padding-right:40px}.htmega-banner-style-5 .banner-content h2{color:#646161;font-size:24px;font-weight:700;margin-bottom:0;font-family:'Rubik',sans-serif}.htmega-banner-style-5 .banner-content h2 span{color:#f3a395}.htmega-banner-style-5 .banner-content span{color:#f3a395;font-size:24px;font-weight:700;margin-bottom:0;font-family:'Rubik',sans-serif}.htmega-banner-style-5.htmega-banner-content-pos-center .banner-content{top:50%;transform:translateY(-50%);right:0;padding-right:30px}.htmega-banner-style-5 .banner-thumb a::before,.htmega-banner-style-6 .banner-thumb a::before{background:#fff0 none repeat scroll 0 0;border:1px solid #f3a395;content:"";height:100%;left:0;opacity:1;position:absolute;top:0;transition:all 0.4s ease 0s;width:100%;z-index:1}.htmega-banner-style-6 .banner-content{display:flex;justify-content:space-between;flex-direction:column;top:0;width:100%;text-align:center;padding:40px 0;height:100%;transform:translateY(0)}.htmega-banner-style-6 .banner-content h2{color:#646161;font-family:"Rubik",sans-serif;font-size:24px;font-weight:700;margin-bottom:0}.htmega-banner-style-6 .banner-content p{color:#f3a395;font-family:"Rubik",sans-serif;font-size:24px;font-weight:700;margin-bottom:0}.htmegaspcial-banner.htmega-banner-content-pos-right .banner-content{top:50%;right:0;width:auto;transform:translateY(-50%)}.htmegaspcial-banner.htmega-banner-content-pos-left .banner-content{top:50%;left:0;width:auto;transform:translateY(-50%)}.htbanner-badgeimage{position:absolute;top:0;left:0;display:inline-block}.htbanner-badgeimage img{width:100%}.beer-slider input[type="range"]{height:100%}.beer-slider{font-family:"Montserrat",sans-serif;text-transform:uppercase;font-size:.75rem;letter-spacing:1px;margin-bottom:1.5rem;position:relative}.beer-slider::before{background:#fff0;content:"";height:100%;opacity:.35;position:absolute;right:0;top:0;width:100%}.htmega-imagecomparison .beer-handle,.htmega-imagecomparison .beer-range:focus~.beer-handle{box-shadow:none}.htmega-label-pos-center .beer-reveal[data-beer-label]::after,.htmega-label-pos-center .beer-slider[data-beer-label]::after{top:50%}.htmega-label-pos-bottom .beer-reveal[data-beer-label]::after,.htmega-label-pos-bottom .beer-slider[data-beer-label]::after{bottom:1.5rem;top:auto}.beer-reveal[data-beer-label]::after,.beer-slider[data-beer-label]::after{word-break:normal}a.htmega-downloadbtn{font-size:16px;padding:10px 15px;text-transform:uppercase;font-weight:600;text-decoration:none;transition:0.4s}.file_meta{font-size:12px;font-weight:400;margin-top:7px;opacity:.7}.file_meta span{margin-right:10px;position:relative}.file_meta span::before{border-left:1px solid;content:"";height:10px;left:-8px;position:absolute;top:50%;transform:translateY(-50%);width:1px}.file_meta span:first-child::before{display:none}.download_icon{margin-right:10px}.edd_downloads_list .edd_download .edd_download_inner .edd_download_title a{display:inline-block;text-decoration:none}.htmega_buddypress_single{display:inline-block;text-align:center}.htmega_buddypress_single a{text-decoration:none;display:inline-block}.htmega_buddypress_single .buddy_press_meta span{display:block}.elementor-widget-htmega-wcaddtocart-addons a{text-decoration:none}.elementor-widget-htmega-wcaddtocart-addons .quantity{display:inline-block}.elementor-widget-htmega-wcaddtocart-addons .ajax_add_to_cart.added .elementor-button-text::after,.elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button.added .elementor-button-text::after{font-family:WooCommerce;content:'\e017';margin-left:.53em;vertical-align:bottom}.elementor-widget-htmega-wcaddtocart-addons .ajax_add_to_cart.loading .elementor-button-text::after,.elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button.loading .elementor-button-text::after{font-family:WooCommerce;content:'\e01c';vertical-align:top;-webkit-font-smoothing:antialiased;font-weight:400;position:absolute;top:auto;right:1em;animation:spin 2s linear infinite}.elementor-widget-htmega-wcaddtocart-addons .add_to_cart_button,.elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button{position:relative;margin-right:6px}.elementor-widget-htmega-wcaddtocart-addons .ajax_add_to_cart.loading,.elementor-widget-htmega-wcaddtocart-addons .single_add_to_cart_button.loading{padding-right:2.618em}.elementor-widget-htmega-wcpages-addons .col-1,.elementor-widget-htmega-wcpages-addons .col-2{flex:0 0 100%;max-width:100%;padding:0}.elementor-widget-htmega-wcpages-addons .form-row{display:block}.elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li{list-style:none}.elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li a{text-decoration:none;display:block}.woocommerce .product-category a{display:inline-block;transition:0.4s}.woocommerce .product-category .mark,.woocommerce .product-category mark{background-color:#fff0;padding:0}.job-manager-application-wrapper .application .application_button,.single_job_listing .application .application_button{height:inherit}.job_application button,.job_application input[type="button"],.job_application input[type="reset"],.job_application input[type="submit"]{height:auto}.job_summary_shortcode .job-type{height:auto!important;margin:0 0 9px}.job_summary_title{font-size:20px;margin-top:10px}.elementor-widget-htmega-jobmanager-addons input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.elementor-widget-htmega-jobmanager-addons select{width:100%;margin-bottom:10px}.elementor-widget-htmega-jobmanager-addons ul.job_types{list-style:none;margin:15px 0 10px;padding:0}.elementor-widget-htmega-jobmanager-addons ul.job_types li{display:inline-block}.elementor-widget-htmega-jobmanager-addons ul.job_types li:not(:last-child),.elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions li:not(:last-child){margin-right:10px}.elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions{list-style:none;padding:0;margin:0}.elementor-widget-htmega-jobmanager-addons ul.job-dashboard-actions li{display:inline-block}.elementor-widget-htmega-jobmanager-addons fieldset{margin-bottom:15px}.post-carousel-wrapper{margin:0 -15px}.post-carousel-wrapper .slick-slide{margin:0 15px}.post-carousel-wrapper .htmega-postslider-layout-1 .content{max-width:100%;width:100%}.post-carousel-wrapper .htmega-postslider-layout-1 .content{padding:0}.post-carousel-wrapper .htmega-postslider-layout-1 .content .post-inner{background:#33a3b9 none repeat scroll 0 0;transition:0.4s}.post-carousel-wrapper .htmega-postslider-layout-1:hover .content .post-inner{background:rgb(51 163 185 / .8) none repeat scroll 0 0}.post-carousel-wrapper button.slick-arrow{background:#5e5e5e none repeat scroll 0 0;border:0 none;border-radius:100%;color:#fff;font-size:30px;height:50px;left:-20px;margin:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all 0.4s ease-in-out 0s;width:50px;line-height:0;z-index:9999}.post-carousel-wrapper button.htmega-carosul-next.slick-arrow{left:auto;right:-20px}.post-carousel-wrapper .htmega-single-post-slide .content .post-inner ul.meta li{letter-spacing:0}.post-carousel-wrapper .htmega-postslider-layout-2 .content{padding:0 20px;margin-top:-50px;text-align:center;position:relative;z-index:2;overflow:hidden}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner{background:#fff;padding:20px;border-bottom:4px solid #b5b5b5;padding-top:35px;transition:0.4s ease-in-out;position:relative}.post-carousel-wrapper .htmega-postslider-layout-2:hover .content .post-inner{border-bottom:4px solid #0056ff}.post-carousel-wrapper .htmega-postslider-layout-2 .content.htmega-gradient .post-inner{border:none}.post-carousel-wrapper .htmega-postslider-layout-2 .content.htmega-gradient .post-inner:after{content:"";left:0;height:4px;bottom:0;width:100%;position:absolute;z-index:2;background:#b5b5b5;transition:0.4s ease-in-out;background-image:linear-gradient(90deg,#F9DC03 0%,#F25A75 100%);background-color:#fff0}.post-carousel-wrapper .htmega-postslider-layout-2:hover .content.htmega-gradient .post-inner:after{background-image:linear-gradient(90deg,#09E328 0%,#00C1C6 100%)}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul{justify-content:space-between}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li{color:#8f8f8f;font-size:14px;font-family:'Courgette',cursive}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li i{font-size:14px;padding-right:12px;color:#a8a8a8}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li a{color:#8f8f8f}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2{font-size:20px;font-weight:600;margin-bottom:11px;line-height:28px;margin-bottom:25px;padding:0 30px}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a{color:#4f4f4f;transition:0.4s ease-in-out}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a:hover{color:#0056ff}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner p{color:#818181;font-size:14px;line-height:24px;margin-bottom:29px;font-family:"Montserrat",sans-serif;font-weight:300}.post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn,.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn,.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn{border-radius:0;border-style:none none solid;border-width:0 0 1px;border-color:#fff;color:#fff;display:inline-block;font-family:"Montserrat",sans-serif;font-size:14px;font-weight:500;height:inherit;line-height:24px;padding:0;transition:all 0.4s ease-in-out 0s}.post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover{color:#33a3b9;border-bottom:1px solid #33a3b9;background:#fff0}.post-carousel-wrapper.htmega-postcarousel-layout-3 button.slick-arrow{background:#263170 none repeat scroll 0 0;border:0 none;color:#fff;font-size:30px;height:40px;margin:0;padding:0;position:absolute;right:15px;top:-48px;transition:all 0.4s ease-in-out 0s;width:46px;border-radius:0}.post-carousel-wrapper.htmega-postcarousel-layout-3 button.htmega-carosul-prev.slick-arrow{right:66px;left:auto}.post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex{display:flex;align-items:center}.post-carousel-wrapper .htmega-postslider-layout-4 .content{flex-basis:58%;position:relative;margin-left:-75px;background:#fff;padding:57px 24px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner{background:#fff0 none repeat scroll 0 0;padding:0;text-align:left}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul{justify-content:flex-start}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category{margin:0 -5px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category li{margin:0 5px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta{margin:0;margin-bottom:10px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li{color:#8c8c8c;font-size:14px;font-family:"Montserrat",sans-serif;font-weight:500;margin:0 14px;letter-spacing:0;margin-left:0}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li i{font-size:16px;padding-right:10px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li a{color:#8c8c8c}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2{font-size:20px;font-weight:600;margin-bottom:19px}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a{color:#464646;transition:0.4s ease-in-out}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a:hover{color:#0056ff}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner p{color:#818181;font-size:14px;line-height:24px;font-weight:300;font-family:"Montserrat",sans-serif}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn{color:#464646;transition:0.4s ease-in-out;font-family:"Montserrat",sans-serif;font-weight:500;background:#fff0;border-bottom:1px solid #464646}.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn:hover{color:#0056ff;border-bottom:1px solid #0056ff;background:#fff0}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner{text-align:left;padding:30px 0}.post-carousel-wrapper .htmega-postslider-layout-5 .content{background:#fff0;padding:0}.post-carousel-wrapper .content .post-inner h2{word-break:break-word}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul{justify-content:flex-start}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta{margin:0 -10px;margin-bottom:7px}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li{color:#8c8c8c;font-size:14px;font-family:"Montserrat",sans-serif;padding:0 10px;font-weight:500;position:relative;margin:0}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li::before{position:absolute;content:"/";right:0;top:2px}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li:last-child::before{display:none}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li a{color:#8c8c8c}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2{font-size:24px;font-weight:500;margin-bottom:11px;margin:0}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a{color:#2b2b2b;transition:0.4s ease-in-out}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a:hover{color:#0056ff}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner p{color:#6d6a6a;font-size:17px;line-height:29px;margin-bottom:24px;margin-top:10px}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn{border-bottom:1px solid #464646;font-size:14px;transition:0.4s ease-in-out;font-family:"Montserrat",sans-serif;color:#464646;background:#fff0}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover{border-bottom:1px solid #0056ff;color:#0056ff}.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow{position:absolute;top:28%;left:15px;width:46px;height:46px;background:#fff;border:0 none;color:#0056ff;font-size:24px;padding:0;margin:0;transition:0.4s ease-in-out;z-index:2;border-radius:0}.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow:hover{background:#0056ff;color:#fff}.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow.htmega-carosul-next{left:auto;right:15px}.post-carousel-wrapper.htmega-bottom-right-arrow button.slick-arrow,.post-carousel-wrapper.htmega-bottom-center-arrow button.slick-arrow{top:100%}.post-carousel-wrapper.htmega-top-right-arrow button.slick-arrow{top:0}.post-carousel-wrapper.htmega-top-right-arrow button.slick-arrow{right:50px;left:auto}.post-carousel-wrapper.htmega-top-right-arrow button.htmega-carosul-next.slick-arrow{right:0;left:auto}.post-carousel-wrapper.htmega-bottom-right-arrow button.slick-arrow{right:50px;left:auto}.post-carousel-wrapper.htmega-bottom-right-arrow button.htmega-carosul-next.slick-arrow{right:0;left:auto}.post-carousel-wrapper.htmega-bottom-center-arrow button.slick-arrow{left:50%;margin-left:-40px}.post-carousel-wrapper.htmega-bottom-center-arrow button.htmega-carosul-next.slick-arrow{left:auto;right:50%;margin-right:-40px}.post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-bottom-center-arrow button.htmega-carosul-prev.slick-arrow{right:auto;left:50%}.post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.slick-arrow{top:50%}.post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.slick-arrow{left:-20px;right:auto}.post-carousel-wrapper.htmega-postcarousel-layout-3.htmega-verticle-center-arrow button.htmega-carosul-next.slick-arrow{left:auto;right:-20px}.htmega-justify-single-image .thumb a{display:block}.htmega-justify-single-image .thumb a img{width:100%}.htmega-justify-single-image .thumb{line-height:0}.shapebg_image--1{background-image:url(//www.travelkon.com.au/wp-content/plugins/ht-mega-for-elementor/assets/css/img/others/business-shape.png);background-repeat:no-repeat;background-size:cover;background-position:center center}.htmega-business-horurs-1 .business-hrs-inner{padding:70px 65px;margin-top:-15px}.htmega-business-horurs-1 .htmega-single-hrs{margin-top:15px}.htmega-business-horurs-1 .htmega-single-hrs span.time{float:right;font-weight:600;color:#000;font-size:20px;font-family:'Dosis',sans-serif}.htmega-business-horurs-1 .htmega-single-hrs span.day{color:#3b3b3b;font-weight:800;font-size:30px;font-family:'Dosis',sans-serif}.htmega-business-horurs-1 .htmega-single-hrs.closed-day span.time{color:#fa2d2d}.htmega-business-horurs-1 .htmega-single-hrs.closed-day span.day{color:#fa2d2d}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs{padding:16px 0;border-top:1px solid #f4f4f4;position:relative}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:first-child{border-top:1px solid #fff0}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before{border:1px dashed #fff;content:"";height:42px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:2px}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs span.day{color:#fafafa;font-weight:400;font-size:18px;font-family:"Montserrat",sans-serif;padding-left:40px}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs span.time{float:right;font-weight:400;color:#fff;font-size:16px;font-family:"Montserrat",sans-serif;padding-right:40px}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:nth-child(odd){background:#ff6f5e}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:nth-child(even){background:#fe5743}.htmega-business-horurs-3 .business-hrs-inner{padding:20px 30px;background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .1)}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs{padding:10px 22px;margin:4px 0}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span{font-family:'Lobster Two',cursive}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span.day{color:#565656;font-weight:400;font-size:20px}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span.time{float:right;font-weight:400;color:#565656;font-size:16px}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day{background:#0056ff}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day span.time{color:#fff}.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day span.day{color:#fff}.htmega-business-horurs-4 .business-hrs-inner{padding:30px 50px;background-image:url(//www.travelkon.com.au/wp-content/plugins/ht-mega-for-elementor/assets/css/img/bg/bg-image-40.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center}.business-hrs-inner h4.hour-title{text-align:center;padding:20px 0;font-size:24px;font-weight:600}.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs{padding:17px 0;position:relative}.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs:last-child{border:none!important}.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span{font-family:"Montserrat",sans-serif}.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span.day{color:#fff;font-weight:500;font-size:16px}.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span.time{float:right;font-weight:300;color:#fff;font-size:14px}.htmega-business-horurs-5 .business-hrs-inner{padding:30px 50px;position:relative;z-index:2}.htmega-business-horurs-5 .business-hrs-inner::before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";z-index:2;right:0;background-image:linear-gradient(#d80d5f,#2f46dc);background-image:-webkit-gradient(#d80d5f,#2f46dc);background-image:-webkit-linear-gradient(#d80d5f,#2f46dc);background-image:-moz-linear-gradient(#d80d5f,#2f46dc);background-image:-ms-linear-gradient(#d80d5f,#2f46dc);background-image:-o-linear-gradient(#d80d5f,#2f46dc);z-index:-1}.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs{padding:17px 0;position:relative}.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs::before{position:absolute;content:"";width:60px;height:2px;left:45%;top:50%;transform:translateX(-50%) translateY(-50%);border:1px dotted #fff}.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span{font-family:"Montserrat",sans-serif}.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span.day{color:#fff;font-weight:500;font-size:16px}.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span.time{float:right;font-weight:300;color:#fff;font-size:14px}.htmega-table-style{border-radius:10px 10px 0 0}.htmega-table-style .htb-table{margin:0}.htmega-table-style .htb-table thead{background-color:#612d91}.htmega-table-style .htb-table thead tr th{text-align:center;border:none;font-size:18px;text-transform:uppercase;font-weight:600;color:#fff;padding:12px 20px;border-right:1px solid #fff}.htmega-table-style table.htb-table tbody>tr:nth-child(odd)>td,.htmega-table-style table.htb-table tbody>tr:nth-child(odd)>th{background:unset}.htmega-table-style .htb-table tbody tr{background:#824f9e}.htmega-table-style .htb-table tbody tr td{text-align:center;border:none;padding:12px 20px;vertical-align:middle;border-bottom:1px solid #fff;color:#fff;font-size:16px;border-right:1px solid #fff}.htmega-table-style .htb-table thead tr th.sorting,.htmega-table-style .htb-table thead tr th.sorting_asc,.htmega-table-style .htb-table thead tr th.sorting_desc{position:relative}.htmega-table-style .htb-table thead tr th.sorting::before,.htmega-table-style .htb-table thead tr th.sorting_asc::before,.htmega-table-style .htb-table thead tr th.sorting_desc::before,.htmega-table-style .htb-table thead tr th.sorting::after,.htmega-table-style .htb-table thead tr th.sorting_desc::after,.htmega-table-style .htb-table thead tr th.sorting_asc::after{position:absolute;content:"\f0d7";right:20px;font-family:FontAwesome;top:50%;transform:translateY(-50%);margin-top:7px;font-size:18px}.htmega-table-style .htb-table thead tr th.sorting::after,.htmega-table-style .htb-table thead tr th.sorting_desc::after,.htmega-table-style .htb-table thead tr th.sorting_asc::after{content:"\f0d8";margin-top:-5px}.htmega-table-style select{width:auto}.ast-container .htmega-table-style select{background-position-y:calc(50%)}.htmega-table-style-2{border-radius:0}.htmega-table-style-2 .htb-table{margin:0}.htmega-table-style-2 .htb-table thead{background-color:#5ac5ff}.htmega-table-style-2 .htb-table thead tr th{text-align:left;border:none;font-size:18px;text-transform:uppercase;font-weight:600;color:#fff;padding:12px 20px;border-right:1px solid #c5c5c5;border-left:1px solid #c5c5c5;padding-left:30px;outline:none}.htmega-table-style-2 .htb-table tbody tr{background:#fff}.htmega-table-style-2 .htb-table tbody tr:nth-child(even){background:#f4f4f4}.htmega-table-style-2 .htb-table tbody tr td{text-align:left;border:none;padding:12px 20px;vertical-align:middle;color:#000;font-size:16px;border-right:1px solid #c5c5c5;padding-left:30px;border-left:1px solid #c5c5c5}.htmega-table-style-2 td a{font-size:16px;font-weight:600;color:#18012c}.htmega-table-style-3{border-radius:0}.htmega-table-style-3 .htb-table{margin:0}.htmega-table-style-3 .htb-table thead{background-color:#727272}.htmega-table-style-3 .htb-table thead tr th{text-align:left;border:none;font-size:18px;text-transform:uppercase;font-weight:600;color:#fff;padding:12px 20px;border-right:1px solid #c5c5c5;border-left:1px solid #c5c5c5;padding-left:30px}.htmega-table-style-3 .htb-table tbody tr{background:#fff}.htmega-table-style-3 .htb-table tbody tr td{text-align:left;border:none;padding:12px 20px;vertical-align:middle;color:#000;font-size:16px;border-right:1px solid #c5c5c5;border-left:1px solid #c5c5c5;border-bottom:1px solid #c5c5c5;padding-left:30px}.htmega-table-style-3 td a{font-size:16px;font-weight:600;color:#18012c}.htmega-table-style table{border:0}.htmega-table-export-btn{display:inline-block;float:right;margin-top:10px;overflow:hidden;background:#824F9E;color:#fff;line-height:1;padding:7px 16px;border-radius:3px;cursor:pointer;transition:all 0.3s ease-in-out}.htmega-table-export-btn:hover{background:#000}.htmega-pricing-list-view a{text-decoration:none}.htmega-pricing-list-view .htb-table{margin:0}.htmega-pricing-list-view .htb-table thead tr th{text-align:center;font-size:16px;font-weight:500;color:#5c5c5c;padding:12px 20px;border-right:1px solid #d4d4d4;border-left:1px solid #d4d4d4;font-family:"Montserrat",sans-serif;text-transform:inherit}.htmega-pricing-list-view .htb-table td.tb-name a{font-size:16px;font-weight:600;color:#18012c}.htmega-pricing-list-view .htb-table tbody tr td{text-align:center;border:none;padding:12px 20px;vertical-align:middle;border-bottom:1px solid #d4d4d4;color:#5c5c5c;font-size:16px;border-right:1px solid #d4d4d4;border-left:1px solid #d4d4d4}.htmega-pricing-list-view .htb-table tbody tr td a{color:#5c5c5c}.table-responsive td.htmega-pricing-row-cell .htmega-pricing-table__head-row-cell-area,.table-responsive .htmega-pricing-table__head-column-cell-text{word-break:initial}.table-responsive.htmega-pricing-list-view{overflow-x:auto}.table-responsive.htmega-pricing-list-view table.table{margin:0}.htmega-pricing-list-view .htmega-pricing-table__head-column-cell-area{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-area{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-area{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-icon,.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-icon{width:auto}.htmega-column-position-icon-bottom .htmega-pricing-table__head-column-cell-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.htmega-column-position-icon-top .htmega-pricing-table__head-column-cell-area{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.htmega-column-position-icon-bottom .htmega-pricing-table__head-column-cell-icon,.htmega-column-position-icon-top .htmega-pricing-table__head-column-cell-icon{width:100%}.htmega-pricing-table__head-column-cell .htmega-pricing-table__head-column-cell-area .htmega-pricing-table__head-column-cell-icon img{width:40%}.htmega-pricing-row-cell span.ht-data-label{padding:5px 8px;border-radius:20px;position:relative;background:#11A683;color:#fff;font-size:10px}.htmega-pricing-table-style-4 table.table,.htmega-pricing-table-style-4 table.table td,.htmega-pricing-table-style-4 table.table th{border:none}.htmega-pricing-table-style-4 th.htmega-pricing-table__head-column-cell,.htmega-pricing-table-style-4 td.htmega-pricing-row-cell{position:relative}.htmega-pricing-table-style-4 th.htmega-pricing-table__head-column-cell .htmega-pricing-table__head-column-cell-area:before,.htmega-pricing-table-style-4 td.htmega-pricing-row-cell .htmega-pricing-table__head-row-cell-area:before{position:absolute;content:"";background:#fff0;width:10px;height:10px;left:0;border-radius:50px}.htmega-pricing-row-cell .htmega-button .htb-btn{font-size:14px}.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table{border-collapse:separate;border-spacing:0 20px}.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr{background:#fff;box-shadow:0 0 10px rgb(0 0 0 / .15);border-radius:50px}.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr td:first-child,.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr th:first-child{border-radius:10px 0 0 10px}.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr td:last-child,.htmega-pricing-list-view.htmega-pricing-table-style-4 table.table tr th:last-child{border-radius:0 10px 10px 0}.htmega-column-position-icon-right .htmega-pricing-table__head-column-cell-icon{padding-left:5px}.htmega-column-position-icon-left .htmega-pricing-table__head-column-cell-icon{padding-right:5px}.elementor-widget-htmega-pricinglistview-addons .htmega-pricing-table__head-row-cell-area{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-top .htmega-pricing-table__head-row-cell-area{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-bottom .htmega-pricing-table__head-row-cell-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .htmega-pricing-table__head-row-cell-area{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .htmega-pricing-table__head-row-cell-area{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-bottom .ha-table__body-row-cell-icon,.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-top .ha-table__body-row-cell-icon{width:100%}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .ha-table__body-row-cell-icon,.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .ha-table__body-row-cell-icon{width:auto}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-right .htmega-pricing-table__head-row-cell-area .htmega-pricing-table__head-row-cell-icon{padding-left:5px}.elementor-widget-htmega-pricinglistview-addons.htmega-row-icon-position-left .htmega-pricing-table__head-row-cell-area .htmega-pricing-table__head-row-cell-icon{padding-right:5px}.htmega-pricing-table-style-2 .htb-table{margin:0}.htmega-pricing-table-style-2 .htb-table thead tr th{vertical-align:bottom;border-bottom:2px solid #dee2e6;padding:0;border:0 none;border-right:1px solid #fff;border-left:1px solid #fff}.htmega-pricing-table-style-2 .htb-table thead tr th:first-child{border:1px solid transparent!important}.htmega-pricing-table-style-2 .htb-table thead tr th span{text-align:center;font-size:24px;font-weight:600;color:#ff6565;font-family:"Montserrat",sans-serif;text-transform:inherit;background:#ffc1c1;display:block;padding:12px 20px;text-transform:initial}.htmega-pricing-table-style-2 .htb-table tbody tr td{text-align:center;border:none;padding:0;border-right:1px solid #fff;border-left:1px solid #fff;border-bottom:1px solid #fff}.htmega-pricing-table-style-2 .htb-table tbody tr td:first-child{border-left:1px solid #fff0;border-bottom:1px solid #fff0}.htmega-pricing-table-style-2 .htb-table tbody tr td span{padding:12px 20px;vertical-align:middle;color:#fff;font-size:16px;background:#ff8686;display:block}.htmega-pricing-table-style-2 .htb-table tbody tr td span i{color:#fff;font-size:16px}.htmega-pricing-table-style-2 .htb-table tbody tr td a{color:#fff}.htmega-pricing-table-style-2 .htb-table td.tb-name a{font-size:16px;font-weight:600;color:#18012c}.htmega-pricing-table-style-3 ul{list-style:none;padding:0;margin:0}.htmega-pricing-table-style-3 ul li{margin-bottom:25px}.htmega-pricing-table-style-3 ul li a{display:flex;flex-wrap:wrap;list-style:none;align-items:center}.htmega-pricing-table-style-3 ul li a .price-list-text{flex:1;min-width:1px;align-items:center;display:flex;flex-wrap:wrap}.htmega-pricing-table-style-3 ul li a .price-list-text span{color:#373737;font-weight:600;font-size:20px}.htmega-pricing-table-style-3 ul li a .price-list-text span.separator{margin-left:20px;border-bottom-style:dotted;border-bottom-width:1px;height:0;color:#ccc;border-bottom-style:dashed;border-bottom-color:#b9b9b9;flex:1;min-width:1px}.htmega-pricing-table-style-3 ul li a .price-text-right{width:auto;padding-left:20px}.htmega-pricing-table-style-3 ul li a .price-text-right span.price{background:#ff8686;display:inline-block;color:#fff;font-weight:600;font-size:20px;height:45px;padding:0 33px;line-height:46px;margin-right:10px;border-radius:22px}.htmega-pricing-table-style-3 ul li a .price-text-right span.basket{display:inline-block;background:#ff9898;height:45px;line-height:44px;width:45px;text-align:center;border-radius:100%;color:#fff;font-size:18px}.htc-verctimeline-wrapper{position:relative;margin-top:30px}.htc-verctimeline-wrapper.htmega-verticletimeline-style-2::before{content:"";position:absolute;left:50%;top:0;width:6px;background:#18012c;height:100%;margin-left:-1px;border-radius:20px}.htc-verctimeline-wrapper .ht-ver-timeline{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:30px 0;position:relative}.htc-verctimeline-wrapper .ht-ver-timeline::before{content:"";position:absolute;left:50%;top:0;width:2px;background:#d2d2d2;height:100%;margin-left:-1px}.htc-verctimeline-wrapper .ht-ver-timeline:last-child::before{display:none}.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time{width:50%;text-align:right;position:relative;-webkit-align-self:baseline;-moz-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline;position:relative;top:-53px;padding-right:30px;padding-left:0}.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time::before{position:absolute;content:"";right:-15px;top:50%;margin-top:-15px;height:30px;width:30px;border:7px solid #e98250;border-radius:100%;background:#fff;transform:translateY(-50%)}.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date{width:100px;border:13px solid #f88a55;text-align:center;display:inline-block;height:100px;border-radius:100%;background:#fff;position:relative;top:-15px;margin-right:11px}.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date::before,.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:before{position:absolute;content:"";left:100%;top:50%;height:10px;width:10px;border-top:10px solid #fff0;border-right:10px solid #fff0;border-bottom:10px solid #fff0;border-left:15px solid #f58854;transform:translateY(-50%);margin-left:12px}.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date span{display:block;color:#fc8c56;font-size:18px;font-weight:500;line-height:28px;font-family:"Montserrat",sans-serif;height:100%;display:flex;align-items:center;justify-content:center}.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content{padding-left:123px;text-align:left;width:50%;position:relative;top:-30px}.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content::before{position:absolute;content:"";border-style:dashed;left:25px;height:1px;width:80px;border-width:0 0 2px;top:11px;border-color:#f38753}.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content p{color:#494849;font-size:14px;line-height:28px}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time{text-align:left;padding-left:30px;padding-right:0}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time::before{right:auto;left:-15px}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date{margin-right:0;margin-left:11px}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date::before{right:115%;left:auto;border-top:10px solid #fff0;border-right:15px solid #fc8c56;border-bottom:10px solid #fff0;border-left:10px solid #fff0}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content{padding-left:0;padding-right:123px;text-align:right}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content::before{left:auto;right:25px}h6.time_line_title{margin-top:0;margin-bottom:10px;padding:0;line-height:1.3;font-size:19px}.htc-verctimeline-wrapper.htmega-verticletimeline-style-4 .ht-ver-timeline .timeline-content{padding-left:40px}.htc-verctimeline-wrapper.htmega-verticletimeline-style-4 .ht-ver-timeline.vertical-reverse .timeline-content{padding-right:40px;padding-left:0}.htmega-verticletimeline-style-4 .ht-ver-timeline .timeline-content::before,.htmega-verticletimeline-style-4 .ht-ver-timeline .timeline-content::before{display:none}.htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date{border:none;padding:12px}.htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date:after,.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:after{position:absolute;background:#e98250;height:100%;width:100%;content:"";top:0;left:0;border-radius:100%}.htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date span.month{position:relative;z-index:2;background:#fff;border-radius:100%;height:100%;width:100%;top:0;bottom:0;margin:0;display:flex;align-items:center;justify-content:center;padding:5px}.htmega-verticletimeline-style-4 .ht-ver-timeline .vertical-time .vertical-date::before{left:99%;margin:0}.htmega-verticletimeline-style-4 .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date::before{right:99%}.htc-verctimeline-wrapper .ht-ver-timeline--2{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:40px 0 0;position:relative}.htc-verctimeline-wrapper .ht-ver-timeline--2::before{position:absolute;content:"";width:6px;height:100%;background:#cf2037;left:50%;transform:translateX(-1px);top:0;transition:0.4s ease-in-out;opacity:0;border-radius:20px}.htc-verctimeline-wrapper .ht-ver-timeline--2:hover::before{opacity:1}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time{width:50%;text-align:right;position:relative;-webkit-align-self:baseline;-moz-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline;position:relative;padding-right:40px}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time::before{position:absolute;content:"";right:-12px;top:50%;margin-top:0;height:20px;width:20px;border:6px solid #18012c;border-radius:100%;background:#fff;transform:translateY(-50%);transition:0.4s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span{display:block;color:#18012c;font-size:18px;font-weight:700;line-height:28px;font-family:"Montserrat",sans-serif}.htc-verctimeline-wrapper .ht-ver-timeline--2:hover .vertical-time::before{border:6px solid #cf2037}.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content{padding-left:40px;text-align:left;width:50%;position:relative}.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content h6{color:#18012c;font-size:18px;font-weight:700;transition:0.4s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content p{color:#313131;font-size:15px;line-height:25px;font-family:"Montserrat",sans-serif}.htc-verctimeline-wrapper .ht-ver-timeline--2:hover .timeline-content h6{color:#cf2037}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time{text-align:left;padding-left:40px;padding-right:0}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time::before{right:auto;left:-9px}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time .vertical-date{margin-right:0;margin-left:11px}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .timeline-content{padding-left:0;padding-right:40px;text-align:right}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month{display:inline-block;position:relative;z-index:1}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:after{border-radius:0;background:#fff0;z-index:-1}.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month:before{margin:0;border-top:8px solid #fff0;border-right:8px solid #fff0;border-bottom:8px solid #fff0;border-left:12px solid #fff0}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time .vertical-date span.month:before{right:100%;left:auto;border-top:8px solid #fff0;border-right:12px solid #fff0;border-bottom:8px solid #fff0;border-left:8px solid #fff0}.htc-verctimeline-wrapper .ht-ver-timeline--3{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;position:relative}.htc-verctimeline-wrapper .ht-ver-timeline--3::before{content:"";position:absolute;left:50%;top:0;width:3px;background:#f4f4f4;height:100%;margin-left:-2px}.htc-verctimeline-wrapper .ht-ver-timeline--3:last-child::before{display:none}.htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time{width:50%;text-align:right;padding:0 40px;position:relative;-webkit-align-self:baseline;-moz-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline;position:relative}.htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time .vertical-date span{display:block;color:#18012c;font-size:30px;font-weight:700;line-height:28px;font-family:"Montserrat",sans-serif;position:absolute;left:100%;width:60px;height:60px;background:#f4f4f4;text-align:center;line-height:60px;border-radius:100%;top:0;transform:translateX(-50%);transition:all 0.3s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content{padding-left:67px;text-align:left;width:50%;position:relative;top:0}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content .content{background:#fff;box-shadow:0 0 97px rgb(0 0 0 / .1);padding:38px 30px;position:relative;transition:all 0.3s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content .content::before{right:100%;left:auto;border-top:10px solid #fff0;border-right:20px solid #fff;border-bottom:10px solid #fff0;border-left:10px solid #fff0;position:absolute;content:"";margin-top:-15px;height:10px;width:10px;transition:all 0.3s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content h6{color:#18012c;font-size:18px;font-weight:700;transition:0.4s ease-in-out;margin-bottom:8px}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content p{color:#18012c;font-size:14px;line-height:28px;transition:all 0.3s ease-in-out}.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time{text-align:left;padding:0 40px}.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time .vertical-date span{left:auto;right:100%;transform:translateX(50%)}.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .timeline-content{padding-right:67px;text-align:right;padding-left:0}.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .timeline-content .content::before{left:100%;right:auto;border-top:10px solid #fff0;border-right:10px solid #fff0;border-bottom:10px solid #fff0;border-left:15px solid #fff}@media (max-width:767px){.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time{padding-right:30px}.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time{padding-left:30px}.htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time,.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time{width:auto;padding:0 18px}.htc-verctimeline-wrapper .ht-ver-timeline--3::before{display:none}.htc-verctimeline-wrapper .ht-ver-timeline--3{margin-bottom:30px}}.offcanvas{text-align:center}.offcanvas .canvas-btn{display:inline-block;color:#fff;font-size:16px;font-family:"Montserrat",sans-serif;font-weight:500;padding:13px 36px;line-height:1.4;border-radius:4px;background:#fa9866;text-decoration:none}.offcanvas svg{width:20px;vertical-align:middle}.site-menu .searchform input[type="text"]{color:#fff}.site-menu.show-nav{-webkit-transform:translateX(440px);transform:translateX(440px);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}.site-menu{width:440px;height:100%;position:fixed;top:0;left:-440px;background:#000;transform:translateX(0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:300ms ease all;transition:300ms ease all;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:99;overflow-y:auto;padding-top:80px}.admin-bar .site-menu{padding-top:120px}.site-menu a.canvas-closebtn i{border:1px solid #fff;color:#fff;padding:9px;position:absolute;right:20px;top:20px}.admin-bar .site-menu a.canvas-closebtn i{top:60px}.site-menu.align-right-active{transform:translateX(0)}.site-menu.align-right-active.show-nav{-webkit-transform:translateX(-440px);transform:translateX(-440px);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}.site-menu.align-right-active{left:auto;right:-440px}.site-menu.align-top-active{transform:translateY(0)}.site-menu.align-top-active.show-nav{-webkit-transform:translateY(150px);transform:translateY(150px);-webkit-transform:translate3d(0,150px,0);transform:translate3d(0,150px,0)}.site-menu.align-bottom-active{transform:translateY(0)}.site-menu.align-bottom-active.show-nav{-webkit-transform:translateY(-150px);transform:translateY(-150px);-webkit-transform:translate3d(0,-150px,0);transform:translate3d(0,-150px,0)}.site-menu.align-bottom-active,.site-menu.align-top-active{left:0;right:auto;bottom:-150px;top:auto;width:100%;height:150px}.site-menu.align-top-active{top:-150px;bottom:auto;width:100%;height:150px}.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul{padding:0;margin:0;list-style:none}.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li a{color:#fff;font-size:15px;display:block;padding:13px 0;border-top:1px solid #414141;text-transform:uppercase;text-decoration:none}.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li:first-child a{border-top:1px solid #fff0}.site-menu .content_offcanvas .blog-search{margin:0 70px}.site-menu .content_offcanvas .blog-search form input,.site-menu .content_offcanvas_verticle .blog-search form input{border-radius:20px;height:40px}.site-menu .content_offcanvas .blog-search form button,.site-menu .content_offcanvas_verticle .blog-search form button{height:40px}.site-menu .content_offcanvas .blog-search form button:hover,.site-menu .content_offcanvas_verticle .blog-search form button:hover{color:#fff}.site-menu .content_offcanvas_verticle .linemenu-nav ul li{margin:0 10px}.admin-bar .site-menu.align-top-active,.site-menu.align-bottom-active{padding-top:40px!important}.admin-bar .site-menu.align-top-active .elementor-image{margin-top:7px}.site-menu.align-top-active a.canvas-closebtn i,.site-menu.align-bottom-active a.canvas-closebtn i{z-index:999}.magnifier-lens{cursor:pointer}.htmega-animated-heading{text-align:center}.htmega-animated-heading .cd-words-wrapper b{color:#0056ff}.htmega-style-1 h4{color:#515151;font-size:36px;margin:0;font-weight:600}.htmega-style-2 h4 span.beforetext{padding:.25em 0 .325em;margin:0 auto;text-shadow:0 0 80px rgb(255 255 255 / .5);font-size:60px;color:#515151;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;-webkit-animation:bgimganimation 80s linear infinite;-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;background-color:#007bff}.htmega-style-3 h4{color:#515151;font-size:60px;font-weight:700;margin:0}.htmega-style-4 h4{vertical-align:middle;text-align:center;font-size:36px;color:#4e4e4e;font-weight:400;font-style:italic}.htmega-style-5 h4{font-size:36px}.htmega-style-6 h4{text-align:center;font-size:36px;color:#515151;font-weight:400;margin:0}.htmega-style-6 .cd-words-wrapper b{font-style:italic;font-size:48px;color:#0056ff;margin-top:-9px}.cd-headline.loading-bar .cd-words-wrapper::after{background:#0056ff}.htmega-animated-heading .cd-headline::before{font-size:100px;font-weight:100;position:absolute;z-index:-1;top:0;left:50%;content:attr(data-pltext);-webkit-transform:translateX(-50%) translateY(-14px);-ms-transform:translateX(-50%) translateY(-14px);transform:translateX(-50%) translateY(-14px);text-transform:uppercase;color:#2e98fb24;white-space:nowrap;margin-top:-15px}.htmega-animated-heading .headline-placeholder{position:relative;z-index:1}.htmega-animated-alignment-left .cd-headline::before,.htmega-animated-alignment-right .cd-headline::before{left:0;-webkit-transform:translateX(0) translateY(-14px);-ms-transform:translateX(0) translateY(-14px);transform:translateX(0) translateY(-14px)}.htmega-animated-alignment-right .cd-headline::before{left:auto;right:0}.htmega-carousel-activation{position:relative}.htmega-carousel-activation .panel-slider .content h2{margin-top:0}.panel-slider-wrapper.htmega-carousel-activation .slick-track{margin:0 -2px}.panel-slider-wrapper.htmega-carousel-activation .slick-track .slick-slide{padding:0 2px}.panel-slider-wrapper.htmega-carousel-activation button{position:absolute;top:50%;left:70px;z-index:2;width:50px;height:50px;border-radius:100%;line-height:50px;color:#fff;background:rgb(255 255 255 / .5);border:0 none;transform:translateY(-50%);transition:0.4s ease-in-out;font-size:24px;padding:0}.panel-slider-wrapper.htmega-carousel-activation button svg{width:20px;height:20px}.panel-slider-wrapper.htmega-carousel-activation button:hover svg{fill:#000}.panel-slider-wrapper.htmega-carousel-activation button:hover{background:rgb(24 1 44 / .5)}.panel-slider-wrapper.htmega-carousel-activation button.htmega-carosul-next{left:auto;right:70px}.panel-slider{position:relative}.panel-slider .content{position:absolute;bottom:0;left:0;padding:33px 40px;background:rgb(0 0 0 / .45);width:100%}.panel-slider .content h2{color:#fff;font-size:18px;font-weight:500;margin-bottom:8px}.panel-slider .content h2 a{color:inherit;font-size:inherit;font-family:inherit;text-decoration:none}.panel-slider .content span{color:#fff;font-size:16px}.panel-slide-active-2 .slick-slide{margin:0 2px}.panel_slider_style-1 .htmega-carousel-activation .panel-slider .content{opacity:0;transition:all 0.3s ease-in-out;z-index:-1}.panel_slider_style-1 .htmega-carousel-activation .slick-slide.slick-center .panel-slider .content{opacity:1;z-index:1}.panel-slider .thumb img{width:100%}.panel_slider_area .slick-slide>div{line-height:0}.panel_slider_area .slick-slide>div *{line-height:normal}.panel_slider_style-2 .htmega-carousel-activation .slick-track{margin:0 -2px}.panel_slider_style-2 .htmega-carousel-activation .slick-track .slick-slide{padding:0 2px}.panel_slider_style-2 .htmega-carousel-activation button{position:absolute;top:50%;left:50px;z-index:2;color:#000;border:0 none;transform:translateY(-50%);transition:0.4s ease-in-out;font-size:36px}.panel_slider_style-2 .htmega-carousel-activation button:hover{color:#18012c}.panel_slider_style-2 .htmega-carousel-activation button.htmega-carosul-next{left:auto;right:50px}.panel_slider_style-2 .htmega-carousel-activation .panel-slider{position:relative}.panel_slider_style-2 .htmega-carousel-activation .panel-slider .thumb img{width:100%}.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content{position:absolute;bottom:0;padding:33px 40px;background:rgb(0 0 0 / .8);text-align:center;left:0;width:100%;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;-webkit-transform:translateY(110%);-moz-transform:translateY(110%);transform:translateY(110%);opacity:0}.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content h2{color:#fff;font-size:18px;font-weight:500;margin-bottom:8px}.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content span{color:#fff;font-size:16px}.panel_slider_style-2 .htmega-carousel-activation .panel-slider:hover .content{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);opacity:1}.htmega-custom-width .htmega-carousel-activation .slick-active:not(.slick-center) .panel-slider .content{display:none}.panel_slider_style-3 .panel-slider .content-inner{-webkit-transition:opacity .15s 0s;-moz-transition:opacity .15s 0s;transition:opacity .15s 0s;position:absolute;width:100%;text-align:center;height:100%;top:0}.panel_slider_style-3 .panel-slider .content-inner::after{content:'';position:absolute;top:-100%;left:0;height:100%;width:100%;background:#000;-webkit-transition:top .35s;-moz-transition:top .35s;transition:top .35s}.panel_slider_style-3 .panel-slider .content-inner .content{position:absolute;z-index:2;width:100%;top:50%;transform:translateY(-50%);transition:0.4s ease-in-out;opacity:0;bottom:auto;background:transparent!important}.panel_slider_style-3 .panel-slider .content-inner .content h2{color:#fff;margin-bottom:10px;font-size:30px}.panel_slider_style-3 .panel-slider:hover .content-inner::after{top:0}.panel_slider_style-3 .panel-slider:hover .content-inner .content{opacity:1}.panel_slider_style-4 .htmega-carousel-activation button{position:absolute;top:50%;left:0;z-index:2;width:50px;height:50px;border-radius:100%;line-height:50px;color:#000;border:0 none;transform:translateY(-50%);transition:0.4s ease-in-out;font-size:24px;border:1px solid #000}.panel_slider_style-4 .htmega-carousel-activation button:hover{border:1px solid #fff;color:#fff}.panel_slider_style-4 .htmega-carousel-activation button.slick-arrow{left:140px}.panel_slider_style-4 .htmega-carousel-activation button.htmega-carosul-next{left:auto;right:140px}.panel_slider_style-4 .htmega-carousel-activation .slick-slide{padding:72px 0;transition:all 0.3s ease 0s}.panel_slider_style-4 .htmega-carousel-activation .panel-slider{position:relative;transition:all 0.3s ease 0s}.panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider{transform:scale(1.3);z-index:2}.panel_slider_style-4 .htmega-carousel-activation .panel-slider{position:relative;transform:scale(.9)}.panel_slider_style-4 .htmega-carousel-activation .panel-slider::before{background:rgb(255 255 255 / .7);position:absolute;content:"";left:0;top:0;width:100%;height:100%;transition:0.3s ease-in-out}.panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider::before{display:none}.panel_slider_style-4 .htmega-carousel-activation{margin:0 -70px}.panel_slider_style-4 .htmega-carousel-activation .thumb img{width:100%}.panel_slider_style-4 .htmega-carousel-activation .slick-slide{margin:0 70px}.ht-scroll-image{position:relative;border-style:solid;border-width:20px 20px 20px 20px;border-color:#fff;border-radius:5px 5px 5px 5px;box-shadow:0 8px 20px 0 rgb(0 0 0 / .1);overflow:hidden}.ht-scroll-image .thumb{min-height:600px;transition:background-position 6s ease-in-out;-webkit-transition:background-position 6s ease-in-out;border-style:solid;border-width:0 0 0 0;display:block;position:relative;width:100%;background-repeat:no-repeat;background-size:cover;overflow:hidden;border-top:1px solid #f2f2f2;border-left:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;border-right:1px solid #f2f2f2;transition-duration:3s}.ht-scroll-image .thumb:hover{background-position:left bottom!important}.ht-vtr-direction-bottom.ht-scroll-image .thumb{background-position:bottom}.ht-vtr-direction-bottom.ht-scroll-image .thumb:hover{background-position:left top!important}.ht-htr-direction-left.ht-scroll-image .thumb{background-position:left center}.ht-htr-direction-left.ht-scroll-image .thumb:hover{background-position:right center!important}.ht-htr-direction-right.ht-scroll-image .thumb{background-position:right center}.ht-htr-direction-right.ht-scroll-image .thumb:hover{background-position:left center!important}.ht-scroll-type-vertical .ht-scroll-image-wrapper,.ht-scroll-type-horizontal .ht-scroll-image-wrapper{overflow:hidden;height:600px;position:relative}.ht-scroll-type-vertical .ht-scroll-image-wrapper{overflow-y:auto}.ht-scroll-type-horizontal .ht-scroll-image-wrapper{overflow-x:auto}.ht-scroll-type-horizontal.ht-scroll-image .thumb img,.ht-scroll-type-horizontal.ht-scroll-image .thumb{max-width:max-content;height:100%;width:max-content}.ht-scroll-type-vertical.ht-scroll-image .thumb,.ht-scroll-type-horizontal.ht-scroll-image .thumb{height:auto!important;min-height:auto!important;overflow:visible}.ht-scroll-image-overlay{content:"";background:#0000004a;width:100%;height:100%;position:absolute;z-index:5;left:0;top:0;transition:all 0.3s ease-in-out}.ht-scroll-image:hover .ht-scroll-image-overlay{opacity:0;visibility:hidden}.ht-scroll-image span.htmega-badge{position:absolute;left:0;top:0;border:1px solid #fff0;border-radius:50px;padding:10px 20px;z-index:9;background:#fff;margin:15px;font-size:13px;line-height:1}.ht-scroll-indicator{display:inline-block;position:absolute;height:auto;top:50%;left:50%;text-align:center;z-index:8;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all 0.3s ease-in-out}.ht-scroll-indicator svg{width:78px}.ht-scroll-type-horizontal .ht-scroll-indicator{margin-top:-9px}.ht-scroll-type-vertical .ht-scroll-indicator{margin-left:-9px}.ht-scroll-image:hover .ht-scroll-indicator{opacity:0;visibility:hidden}.ht-scroll-image .thumb{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.ht-event{align-items:center;border:1px solid #efefef;border-radius:10px;display:flex;margin-top:40px;padding:10px}.ht-event .thumb{flex-basis:50%;position:relative}.ht-event .thumb a img{width:100%}.ht-event .content{flex-basis:50%;padding-left:27px}.ht-event .thumb .event-date{background:#141414 none repeat scroll 0 0;color:#fff;padding:8px 0;position:absolute;right:-13px;text-align:center;top:0;width:60px}.ht-event .thumb .event-date span{display:block;font-size:20px;font-style:italic;font-weight:500}.ht-event .content h4{font-size:18px;margin-bottom:15px;margin-top:0}.ht-event .content ul.event-time{display:flex;list-style:outside none none;margin:0;padding:0}.ht-event .content ul.event-time li{color:#909090;font-size:14px}.ht-event .content ul.event-time li i{color:#56a4b1;padding-right:10px}.ht-event .content p{color:#727272;font-size:14px;line-height:24px;margin-top:10px}.ht-event .content .event-btn a{border-bottom:1px solid #727272;color:#727272;font-size:14px;font-weight:500;transition:all 0.4s ease-in-out 0s}.ht-event .content ul.event-time li+li{margin-left:15px;padding-left:15px;position:relative}.ht-event .content ul.event-time li+li::before{background:#9f9f9f none repeat scroll 0 0;content:"";height:15px;left:0;position:absolute;top:28%;width:2px}#htmega-google-map{width:100%}.htmega-google-map-inilasije{position:relative}.htmega-google-map-address-{position:absolute}.htmega-google-map-address-yes{position:absolute;z-index:3;color:#000;background:#fff;right:10%;top:50%;transform:translateY(-50%);max-width:265px;padding:30px;border-radius:10px}.htmega-google-map-address-yes span{font-family:"Montserrat",Sans-serif;font-size:16px;font-weight:700;text-decoration:underline}.htmega-google-map-address-yes p{margin:0}.htmega-baloon-text span{font-weight:600}.header-transparent .mean-container .mean-nav{background:#111 none repeat scroll 0 0;float:left;width:100%}.header-transparent a.meanmenu-reveal i{color:#fff}.mean-container .mean-nav>ul{padding:0}.header-transparent .mean-container .mean-nav a.mean-expand{color:#fff!important}.mean-container .mean-nav>ul li ul{padding-left:10px}.header-transparent .mean-nav ul li a{border-color:#eee;color:#fff;padding:6px 30px 6px 10px}#site-navigation-wrap .dropdown-menu{background-color:inherit;border:inherit;border-radius:inherit;color:inherit;display:block;float:inherit;font-size:inherit;font-family:inherit;list-style:outside none none;margin:0;min-width:inherit;padding:0;position:static;text-align:inherit;z-index:inherit;background-clip:inherit}#site-navigation-wrap .dropdown-menu a{text-decoration:none;color:inherit}.htmega-search-box .btn{font-family:fontawesome;padding:0}.htmega-search-box .fa{font-family:fontawesome}.woocommerce .col-1,.woocommerce .col-2{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.woocommerce .form-row{display:block}@media (min-width:992px) and (max-width:1199px){.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{padding:0}}@media (min-width:768px) and (max-width:991px){.htmega-banner-style-4 .banner-content{padding-left:20px;padding-right:20px;padding-top:20px}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{padding:0}.htmega-banner-style-4 .banner-content h2{margin-top:0}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before{left:40%}.htmega-btn-size-md{padding:16px 25px!important}.htmega-btn-size-xl{padding:35px 30px!important}.htmega-btn-size-lg{padding:25px 30px!important}.htmega-btn-size-sm{padding:8px 20px!important}.htmega-call-to-action .text-right{margin-top:10px;text-align:left!important}.callto-action-style-3::before{display:none}.htmega-newsticker-style-1 .breaking-news-title h5{padding:0 15px}.htmega-team-style-3 .htmega-team-click-action{margin-bottom:-60px}.htmega-social-network li{margin:3px 0}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4{margin-top:0}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4{margin-bottom:0;margin-top:0}.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span{margin-bottom:3px}.htmega-team .htmega-team-hover-action .htmega-team-hover p{padding:0 5px}.htmega-testimonial-style-5 .testimonial-shape{bottom:45%}.htmega-countbox .ht-count{margin:0 22px 10px}.title-style-two .section-title-txt{padding:0 14%}.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner{padding:35px 0 20px}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li{font-size:13px}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{padding:0}.htmegainstagram-column-tablet-1 .htmega-instragram ul.htmega-instagram-list li{width:100%}.htmegainstagram-column-tablet-2 .htmega-instragram ul.htmega-instagram-list li{width:50%}.htmegainstagram-column-tablet-3 .htmega-instragram ul.htmega-instagram-list li{width:33.33%}.htmegainstagram-column-tablet-4 .htmega-instragram ul.htmega-instagram-list li{width:25%}.htmegainstagram-column-tablet-5 .htmega-instragram ul.htmega-instagram-list li{width:20%}.htmegainstagram-column-tablet-6 .htmega-instragram ul.htmega-instagram-list li{width:16.66%}.htmega-process-area{background-image:none!important}.htmega-process-column-5 .htmega-single-process-area{flex:0 0 50%;max-width:50%}}@media (max-width:767px){.htmega-tab-nav a{margin:0 5px 10px}.htmega-tab-menu-style-2 a{margin:0 10px 10px}.htmega-tab-menu-style-3 a{margin:5px 3px -1px}.htmega-tab-style-5 .htmega-tab-nav,.htmega-tab-style-5 .htmega-tab-content-area{max-width:100%;flex:0 0 100%}.htmega-tab-style-5 .htmega-tab-content-area{border-left:0}.single-partner{margin-bottom:20px;width:auto}.htmega-brands-style-2 ul.brand-list li{border-right:0 none;margin:0 auto;width:50%}.htmega-brands-style-4 ul.brand-list li{border:0 none;padding:25px 15px;width:50%}.htmega-brands-style-5 .brand-logo-col{flex:0 0 50%;max-width:50%}.htmega-business-horurs-1 .business-hrs-inner{padding:70px 0}.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before,.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs::before{display:none}.htmega-business-horurs-5 .business-hrs-inner,.htmega-business-horurs-4 .business-hrs-inner{padding:30px 20px}.htmega-business-horurs-3 .business-hrs-inner{padding:20px}.htmega-call-to-action .text-right{margin-top:10px;text-align:left!important}.callto-action-style-3::before{display:none}.callto-action-style-3 .htmega-content{display:block}.callto-action-style-7 .call-to-action-inner{padding:0}.htmega-countbox .ht-count::before{display:none}.htmega-countbox .ht-count{margin:0 22px 15px!important}.htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel{transform:scale(1)}.ht-custom-carousel.slick-slider .slick-list,.ht-custom-carousel.slick-slider .slick-track{padding:0!important}.htmega-carousel-style-6 .slick-dots li{padding:30px 35px}.htmega-table-style .dataTables_wrapper{overflow-x:auto}.edd_download_columns_0 .edd_download,.edd_download_columns_3 .edd_download{width:100%}.custom-col-5{flex:0 0 100%;max-width:100%;width:100%}a.instagram_follow_btn{margin-top:20px}a.instagram_follow_btn span{font-size:12px;padding:0 5px}.htmega-lightbox img{width:100%}.htmega-mailchimp-style-3 .htmega-input-box input{max-width:inherit;width:auto}.htmega-team-style-3 .htmega-team-click-action{margin-bottom:-58px}.htmega-testimonial-style-5 .testimonial-shape{bottom:38%}.htmega-testimonial-for .testimonial-desc p{padding:0 3%}.htmega-testimonial-style-6,.htmega-testimonial-style-8{padding:0}.htmega-testimonal-nav.slick-slider{max-width:100%}.htmega-testimonial-style-4 .testimonal .testimonal-image{float:none;padding-right:0}.htmega-testimonial-style-4 .testimonal .testimonal-image::after,.htmega-testimonial-style-4 .testimonal .testimonal-image::before{display:none}.htmega-testimonial-style-4 .testimonal .content{padding-left:0;padding-top:20px}.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content{padding-left:25px}.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content{padding-right:25px}.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content::before{display:none}.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content{padding-left:60px;width:100%}.htmega-process-area{background-image:none!important}.htmega-process-column-4 .htmega-single-process-area,.htmega-process-column-5 .htmega-single-process-area{flex:0 0 100%;max-width:100%}.htmega-process-column-3 .htmega-single-process-area{flex:0 0 100%;margin-bottom:30px;max-width:100%}.htmega-process-style-2 .htmega-number::before{display:none}.htmega-process-style-4{height:auto;width:auto}.htmega-process-style-4 .htmega-single-process-area{position:inherit}.htmega-process-style-4 .htmega-single-process-area:nth-child(2),.htmega-process-style-4 .htmega-single-process-area:nth-child(4){top:0}.elementor-widget-htmega-scrollnavigation-addons .swiper-slide{height:100vh!important}.scroll-navigation-inner .elementor-image{display:none}.elementor-widget-htmega-scrollnavigation-addons .swiper-container .swiper-wrapper .swiper-slide:first-child .elementor-image{display:block}.htmega_mobile_fit.elementor-section.elementor-section-height-full{height:100vh}.htmega_mobile_fit.elementor-section.elementor-section-items-middle .elementor-container{align-items:center}.htmega_mobile_fit.elementor-section.elementor-section-items-middle .elementor-container{align-items:center;height:100%}.ht-event{display:block}.ht-event .thumb{margin-bottom:20px}.htmega-postcarousel-layout-3 .slick-arrow{display:none!important}.htmega-countbox .ht-count{margin:0 22px 10px}.title-style-two .section-title-txt::before,.title-style-two .section-title-txt::after{display:none}figure.gallery-item{margin-top:20px!important}.htmega-switcher-nav.nav{background:#fff0 none repeat scroll 0 0}.post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex{display:block}.post-carousel-wrapper .htmega-postslider-layout-4 .content{margin-left:0;padding:30px 20px}.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li{font-size:13px}.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{padding:0}.htmegainstagram-column-mobile-1 .htmega-instragram ul.htmega-instagram-list li{width:100%}.htmegainstagram-column-mobile-2 .htmega-instragram ul.htmega-instagram-list li{width:50%}.htmegainstagram-column-mobile-3 .htmega-instragram ul.htmega-instagram-list li{width:33.33%}.htmegainstagram-column-mobile-4 .htmega-instragram ul.htmega-instagram-list li{width:25%}.htmegainstagram-column-mobile-5 .htmega-instragram ul.htmega-instagram-list li{width:20%}.htmegainstagram-column-mobile-6 .htmega-instragram ul.htmega-instagram-list li{width:16.66%}.htmega-postslider-layout-1 .content,.htmega-postslider-layout-4 .content{position:static;max-width:100%;padding:0}.post-carousel-wrapper .htmega-postslider-layout-1 .content{position:absolute}.thumb-st-layout-4 .content{position:absolute}.thumb-st-layout-4.htmega-postslider-area ul.slick-dots{width:80px}}[class*='htmega-'] svg{height:auto}[class*='htmega-'] svg path{transition:all 0.3s ease-in-out}[class*='htmega-']>div{overflow-wrap:break-word;word-break:break-word}[class*='htmega-'] [type=button]:focus,[class*='htmega-'] [type=submit]:focus,[class*='htmega-'] button:focus{outline:none}.ht-countdown-flip{display:flex;flex-wrap:wrap;justify-content:center;width:100%;height:auto;border-radius:5px}.ht-countdown-flip .htmega-time .htmega-time-inner{position:relative;display:block;width:170px;height:180px;transform:translateZ(0);transform:translate3d(0,0,0);text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:479px;border:2px solid #E7E7E7;border-radius:10px}@media only screen and (min-width:992px) and (max-width:1199px){.ht-countdown-flip .htmega-time .htmega-time-inner{width:52px;height:36px}}@media only screen and (min-width:768px) and (max-width:991px){.ht-countdown-flip .htmega-time .htmega-time-inner{height:46px}}@media only screen and (max-width:767px){.ht-countdown-flip .htmega-time .htmega-time-inner{width:40px;height:28px}}@media only screen and (max-width:575px){.ht-countdown-flip .htmega-time .htmega-time-inner{width:60px;height:46px}}.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count{font-size:96px;line-height:180px;position:absolute;top:0;display:flex;overflow:hidden;justify-content:center;width:100%!important;transform:translateZ(0);color:#FFF;background-color:#272626;transform-style:flat;font-family:'Montserrat';padding:0;border:none}@media only screen and (min-width:992px) and (max-width:1199px){.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count{font-size:24px;line-height:36px}}@media only screen and (min-width:768px) and (max-width:991px){.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count{line-height:46px}}@media only screen and (max-width:767px){.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count{font-size:20px;line-height:28px}}@media only screen and (max-width:575px){.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count{font-size:36px;line-height:50px}}.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-top{height:50%;transform-origin:50% 100%;border-radius:10px 10px 0 0}.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-top.htmega-curr{z-index:3;transform:rotateX(0deg)}.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-bottom{line-height:0;top:50%;height:50%;transform-origin:50% 0;border-top:1px solid #FFF;border-radius:0 0 10px 10px}.ht-countdown-flip .htmega-time .htmega-time-inner .ht-count.htmega-bottom.htmega-next{z-index:2;transform:rotateX(90deg)}.ht-countdown-flip .htmega-time.htmega-flip .htmega-time-inner .ht-count.htmega-top.htmega-curr{transition:all 250ms ease-in-out;transform:rotateX(-90deg)}.ht-countdown-flip .htmega-time.htmega-flip .htmega-time-inner .ht-count.htmega-bottom.htmega-next{transition:all 250ms ease-in-out 250ms;transform:rotateX(0deg)}.ht-countdown-flip .htmega-time .htmega-label{font-family:"Montserrat",sans-serif;font-size:12px;font-weight:600;line-height:1.25;display:block;width:100%;margin-top:8px;text-align:center}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px){.ht-countdown-flip .htmega-time .htmega-label{margin-top:4px}}.ht-countdown-default{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;border-radius:5px}.ht-countdown-default .htmega-time .ht-count{font-size:36px;line-height:50px;display:flex;justify-content:center;width:60px;color:#FFF;border-radius:5px;background-color:#272626}@media only screen and (min-width:992px) and (max-width:1199px){.ht-countdown-default .htmega-time .ht-count{font-size:24px;line-height:36px;width:52px}}@media only screen and (min-width:768px) and (max-width:991px){.ht-countdown-default .htmega-time .ht-count{line-height:46px}}@media only screen and (max-width:767px){.ht-countdown-default .htmega-time .ht-count{font-size:20px;line-height:28px;width:40px}}@media only screen and (max-width:575px){.ht-countdown-default .htmega-time .ht-count{font-size:36px;line-height:46px;width:60px}}.ht-countdown-default .htmega-time .htmega-label{font-family:"Montserrat",sans-serif;font-size:12px;font-weight:600;line-height:1.25;display:block;width:100%;margin-top:8px;text-align:center}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px){.ht-countdown-default .htmega-time .htmega-label{margin-top:4px}}.htmega-flash-flip-countdown-timer .ht-countdown .htmega-days .ht-count{background:#F8575A}.htmega-flash-flip-countdown-timer .ht-countdown .htmega-hours .ht-count{background:#2ACC77}.htmega-flash-flip-countdown-timer .ht-countdown .htmega-mins .ht-count{background:#F6BD56}.htmega-flash-flip-countdown-timer .ht-countdown .htmega-secs .ht-count{background:#508BFF}.ht-countdown-flip .htmega-time .htmega-time-inner:before{content:'';position:absolute;left:-11px;height:20px;width:20px;background:#fff;top:50%;z-index:99;border-radius:100% 100% 100% 100%;transform:translateY(-50%)}.ht-countdown-flip .htmega-time .htmega-time-inner:after{content:'';position:absolute;right:-11px;height:20px;width:20px;background:#fff;top:50%;z-index:99;border-radius:100% 100% 100% 100%;transform:translateY(-50%)}.htmega-table-style .dataTables_wrapper .dataTables_length{border:1px solid #dfdfe5;padding:0 30px}.htmega-table-style .dataTables_wrapper .dataTables_filter input{border:1px solid #dfdfe5;background:#fff0}.htmega-table-style .dataTables_wrapper .dataTables_filter input[type="search"]:focus{color:#333;outline:none}.htmega-table-style .dataTables_wrapper .dataTables_paginate{border:1px solid #dfdfe5}.htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button{padding:8px 25px}.htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current,.htmega-table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#824F9E;color:#fff!important;border:1px solid #824f9e;padding:8px 20px}.htmega-table-style .dataTables_wrapper .dataTables_paginate{padding-top:0}.htmega-table-style select{width:auto;border:0;margin-right:5px;margin-left:5px}.htmega-table-style select:focus-visible{outline:1px solid #ddd}.htmega-table-style,.htmega-table-style.htb-table-responsive{word-break:initial}.htmega-table-style .dataTables_wrapper label{display:inline-flex;word-break:normal;align-items:center}.htmega-error-notice{background:#efefef;padding:10px 17px;border-left:4px solid red;font-size:19px;color:#8b4343}.htmega-pro-load-more-wrapper{display:block;margin-top:30px;text-align:center}.htmega-loadmore-button{display:inline-flex;background:#4FACFE;padding:10px 25px;color:#fff;cursor:pointer;transition:all 0.3s ease-in-out}.htmega-loader-img{margin-left:5px;display:inline-flex;justify-content:center;align-items:center}.htmega-loadmore-button:hover .htmega-loader-img img,.htmega-infinity-loading.htmega-loadmore-button .htmega-loader-img img{-webkit-animation:mymove 0.6s infinite;animation:mymove 0.6s infinite}@-webkit-keyframes mymove{from{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes mymove{from{transform:rotate(0)}to{transform:rotate(180deg)}}.htmega-load-item-effect{animation:append-animate .5s linear}@keyframes append-animate{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width:767px){.htmega-testimonial-style-12 .testimonal{align-items:start;flex-direction:column;gap:30px}.htmega-testimonial-style-12 .testimonal .content{padding-left:0}.htmega-testimonial-style-3 .testimonal img{float:none}.htmega-testimonial-style-3 .testimonal .content{padding-left:0;padding-top:15px}}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
.xoo-wsc-markup *::-webkit-scrollbar{width:8px}.xoo-wsc-markup *::-webkit-scrollbar-track{border-radius:10px;background:#f0f0f0}.xoo-wsc-markup *::-webkit-scrollbar-thumb{border-radius:50px;background:#d1d1d1}.xoo-wsc-container,.xoo-wsc-slider,.xoo-wsc-drawer{position:fixed;background-color:#fff;z-index:999999;display:flex;flex-direction:column;width:100%;transition:.5s ease-out}.xoo-wsc-cart-active .xoo-wsc-drawer-modal{display:block}.xoo-wsc-drawer-active .xoo-wsc-drawer{visibility:visible}.xoo-wsc-drawer-active .xoo-wsc-basket{display:none!important}.xoo-wsc-modal *{box-sizing:border-box}.xoo-wsc-markup a{text-decoration:none}.xoo-wsc-opac{position:fixed;top:0;left:0;bottom:0;background-color:#000;z-index:999996;opacity:0;height:0;width:100%;transition:height 0s .4s,opacity .4s 0s}.xoo-wsc-cart-active .xoo-wsc-opac{opacity:.8;height:100%;transition:height 0s 0s,opacity .4s}.xoo-wsc-body{flex-grow:1;overflow-y:auto;overflow-x:hidden}.xoo-wsc-loading .xoo-wsc-loader{display:block}span.xoo-wsc-loader{display:none;position:absolute;left:0;right:0;top:0;bottom:0;opacity:.5;background-color:#eee;opacity:.7;z-index:10}body.xoo-wsc-cart-active,html.xoo-wsc-cart-active{overflow:hidden!important}.xoo-wsc-basket{margin:10px;z-index:9999997;cursor:pointer;position:fixed;transition:.5s ease-out;align-items:center;justify-content:center}.xoo-wsc-basket[style*=block]{display:flex!important}.xoo-wsc-items-count{border-radius:50%;position:absolute;font-size:13px;width:28px;height:28px;line-height:28px;text-align:center;overflow:hidden}.xoo-wsc-fly-animating{opacity:1;position:absolute!important;height:150px;width:150px;z-index:100}.xoo-wsc-sc-bkcont{position:relative}.xoo-wsc-sc-cont .xoo-wsc-cart-trigger{display:flex;position:relative;cursor:pointer;align-items:center;justify-content:center}span.xoo-wsc-sc-count{border-radius:50%;height:18px;line-height:18px;width:18px;display:inline-block;text-align:center;font-size:13px;right:-7px;position:absolute;top:-4px}.xoo-wsc-sc-cont .xoo-wsc-cart-trigger>*{margin-right:3px}.xoo-wsc-notice-container{z-index:2;position:absolute;top:0;left:0;right:0;display:none}ul.xoo-wsc-notices{margin:0;list-style-type:none;padding:0}.xoo-wsc-notice-success{background-color:#dff0d8;color:#3c763d}.xoo-wsc-notice-error{color:#a94442;background-color:#f2dede}ul.xoo-wsc-notices li{padding:15px 20px;list-style-type:none}ul.xoo-wsc-notices li span{margin-right:6px}span.xoo-wsc-undo-item{float:right;text-decoration:underline;cursor:pointer}.xoo-wsc-notices a.button.wc-forward{display:none}.xoo-wscb-icon{font-size:37px}.xoo-wscb-count{position:absolute;z-index:1;background-color:transparent;font-size:15px;height:45px;line-height:45px;text-align:center;left:0;right:0}.xoo-wsc-header,.xoo-wsc-drawer-header{padding:15px;color:#000}span.xoo-wsch-close,.xoo-wscdh-close{position:absolute;cursor:pointer}span.xoo-wsch-text{margin-left:8px}.xoo-wsch-top{align-items:center}.xoo-wsch-top .xoo-wsch-basket{display:table;position:relative}.xoo-wsch-top{display:flex;margin:0 auto}.xoo-wsc-sb-bar{height:8px;width:90%;background-color:#eeee;border-radius:7px;display:table;margin:0 auto;margin-top:10px}.xoo-wsc-sb-bar>span{display:block;z-index:1;height:inherit}.xoo-wsc-ship-bar-cont{width:100%;text-align:center;margin-top:10px}.xoo-wsc-product{display:flex;border-bottom:1px solid #eee;position:relative}.xoo-wsc-img-col{align-self:center;z-index:1;position:relative}.xoo-wsc-sum-col{flex-grow:1;padding-left:15px;display:flex;flex-direction:column}.xoo-wsc-img-col img{width:100%;height:auto}.xoo-wsc-sm-left{flex-grow:1;display:flex;justify-content:space-between;flex-direction:column;min-width:0}.xoo-wsc-sm-right{align-items:flex-end;padding-left:10px;display:flex;flex-direction:column;justify-content:center;max-width:30px}span.xoo-wsc-smr-del+.xoo-wsc-smr-ptotal{margin-top:auto}span.xoo-wsc-pname,span.xoo-wsc-pname a{font-weight:600}span.xoo-wsc-smr-del{cursor:pointer;margin-top:5px}.xoo-wsc-sm-info{display:flex;min-width:0}.xoo-wsc-sm-left>*:not(:last-child){padding-bottom:4px}.xoo-wsc-sm-sales{text-transform:uppercase;border:1px solid #333;padding:2px 10px;display:block;margin-bottom:5px;border-radius:10px;font-size:10px}.xoo-wsc-qty-box{margin-top:5px;display:flex;justify-content:center;align-items:center;max-width:90px;width:100%;flex-direction:row}input[type=number].xoo-wsc-qty{font-size:14px;flex-grow:1;padding:6px;text-align:center;border:0;box-shadow:none;background-color:transparent;width:0}.xoo-wsc-qtb-square input[type=number].xoo-wsc-qty{border-top-width:0;border-bottom-width:0}span.xoo-wsc-chng{min-width:18px;align-self:stretch;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;font-weight:600;user-select:none}.xoo-wsc-product dl.variation{flex-wrap:wrap}.xoo-wsc-qtb-circle .xoo-wsc-chng{border-radius:50%;height:70%;align-self:center}.xoo-wsc-qtb-circle input[type=number].xoo-wsc-qty{margin:0 5px}input.xoo-wsc-qty::-webkit-outer-spin-button,input.xoo-wsc-qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input.xoo-wsc-qty[type=number]{-moz-appearance:textfield}.xoo-wsc-product dl.variation dd,.xoo-wsc-product dl.variation dt{margin:0 4px 0 0;display:inline-block;float:left;font-style:italic}.xoo-wsc-product dl.variation dt{clear:left}.xoo-wsc-product dl.variation,.xoo-wsc-product dl.variation p{margin:0;font-size:13px}.xoo-wsc-sl-content{display:none;overflow:auto;flex-direction:column}.xoo-wsc-sl-content[style*=block]{display:flex !important}.xoo-wsc-sl-heading{display:flex;font-size:20px;font-weight:600;padding:20px;align-items:center}.xoo-wsc-slc-active.xoo-wsc-sl-content{display:block}.xoo-wsc-sl-body{padding:10px 20px;flex-grow:1;overflow:auto}span.xoo-wsc-slider-close{margin:0 10px;cursor:pointer}ul.xoo-wsc-shipping-methods{list-style-type:none;margin:0 auto 20px;padding:0;display:table}input.xoo-wsc-shipping-method{margin-right:5px}ul.xoo-wsc-shipping-methods li{list-style-type:none;margin:0 0 7px;padding:0}ul.xoo-wsc-shipping-methods li label{cursor:pointer}.xoo-wsc-shipping-destination span:nth-child(1){color:#777;font-weight:600;margin-right:8px;font-size:16px}.xoo-wsc-shipping-destination{display:table;margin:0 auto;margin-bottom:20px;font-size:17px}.select2-dropdown{z-index:999999}.xoo-wsc-slider section.shipping-calculator-form{display:block!important;margin:0;padding:0}.xoo-wsc-slider a.shipping-calculator-button{display:none}.woocommerce-checkout .xoo-wsc-sl-content.xoo-wsc-sl-shipping,.woocommerce-checkout .xoo-wsc-ft-amt-label .xoo-wsc-toggle-slider span{display:none!important}.woocommerce-checkout .xoo-wsc-ft-amt{pointer-events:none}.xoo-wsc-slider button[name=calc_shipping]{display:table;margin:0 auto}.xoo-wsc-slider section.shipping-calculator-form>p{margin:0 0 30px;padding:0}.xoo-wsc-slider section.shipping-calculator-form input,.xoo-wsc-slider section.shipping-calculator-form select{width:100%}.xoo-wsc-slider .woocommerce-shipping-calculator{padding:0;margin:0}.xoo-wsc-coupon-row>span{display:block;margin-bottom:9px}span.xoo-wsc-cr-code{display:inline-block;text-transform:uppercase;border:1px solid;padding:1px 20px}.xoo-wsc-coupon-row{padding:0 15px 30px;border-bottom:1px dashed #afafaf;margin-bottom:30px}span.xoo-wsc-cr-off{color:#4caf50;font-weight:600;margin-bottom:0}form.xoo-wsc-sl-apply-coupon{display:flex;width:100%;justify-content:center;align-items:stretch;margin:20px 0;flex-wrap:wrap}.xoo-wsc-sl-applied>div{display:flex;text-transform:uppercase;justify-content:space-between;align-items:center;flex-wrap:wrap}span.xoo-wsc-remove-coupon{text-transform:uppercase;cursor:pointer;font-size:10px;margin-left:2px}.xoo-wsc-sl-applied{padding:0 10px;font-size:14px;margin-bottom:20px}.xoo-wsc-sl-applied>div .xoo-wsc-slc-saved{color:#4caf50;font-weight:600}span.xoo-wsc-slc-remove{font-weight:600}span.xoo-wsc-clist-label{text-transform:uppercase;color:#777;font-weight:700;text-align:center;font-size:12px;padding:0 20px;display:inline-block;margin:20px 0;text-align:center}.xoo-wsc-clist-section{border:1px solid #eee;margin-bottom:35px;font-size:13px;padding:0 25px}.xoo-wsc-coupon-row:last-child{border-bottom:0;margin-bottom:0}.xoo-wsc-coupon-row>span:last-child{margin-bottom:0}span.xoo-wsc-slc-remove .xoo-wsc-remove-coupon{display:block;text-align:right}.xoo-wsc-ft-extras form.xoo-wsc-sl-apply-coupon{margin:5px 0}.xoo-wsc-ft-extras .xoo-wsc-slc-remove{display:flex;align-items:center}.xoo-wsc-ft-extras .xoo-wsc-remove-coupon{margin-left:5px}.xoo-wsc-ft-extras .xoo-wsc-slc-saved{display:none}.xoo-wsc-ft-extras .xoo-wsc-sl-applied{margin-left:auto;display:table;margin-bottom:5px}.xoo-wsc-ftx-row{padding:8px 0;border-top:1px solid #f3f3f3;font-size:14px;display:flex;align-items:center;border-bottom:1px solid #f3f3f3}span.xoo-wsc-ftx-icon{margin-right:5px;font-size:17px}.xoo-wsc-ftx-coups>div{flex-grow:1}.xoo-wsc-ftx-coups{display:flex;align-items:center;justify-content:space-between;flex-grow:1;margin-left:7px}.xoo-wsc-remove-coupon{display:inline-flex;align-items:center;text-transform:uppercase;cursor:pointer;margin-right:3px}.xoo-wsc-remove-coupon span{color:red;margin-left:2px}.xoo-wsc-ft-buttons-cont{display:grid;text-align:center;grid-column-gap:10px;grid-row-gap:10px}a.xoo-wsc-ft-btn,.xoo-wsc-markup .xoo-wsc-btn{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}a.xoo-wsc-ft-btn,a.xoo-wsc-ft-btn:hover,.xoo-wsc-markup .xoo-wsc-btn,.xoo-wsc-markup .xoo-wsc-btn:hover{text-decoration:none}.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:only-child{grid-column:1/-1}.xoo-wsc-ft-totals{width:100%;padding:10px 0}.xoo-wsc-ft-amt{padding:3px;display:flex;justify-content:space-between}.xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider{cursor:pointer;margin-left:5px}span.xoo-wsc-ft-amt-label{font-weight:600}.xoo-wsc-toggle-slider{cursor:pointer}.xoo-wsc-ft-amt-shipping .xoo-wsc-toggle-slider span{margin-left:5px}.xoo-wsc-ft-amt-label{flex-grow:1;padding-right:10px}.xoo-wsc-ft-amt-value{text-align:right}.xoo-wsc-ft-amt.less{color:#4caf50}.xoo-wsc-ft-amt-total{border-top:1px dashed #9e9e9e;margin-top:5px;padding-top:5px}span.xoo-wsc-sp-heading{text-align:center;display:block;font-weight:600}.xoo-wsc-sp-product{padding:0 15px}.xoo-wsc-sp-container{padding:10px 0}.xoo-wsc-sp-left-col img,.xoo-wsc-sp-left-col{width:100%;height:auto;margin:0 auto}.xoo-wsc-sp-wide .xoo-wsc-sp-product,.xoo-wsc-sp-narrow .xoo-wsc-sp-product{display:flex;align-items:center;padding:10px 20px;align-self:stretch}.xoo-wsc-sp-right-col{padding-left:20px;position:relative;max-width:100%;overflow:hidden}.xoo-wsc-sp-wide .xoo-wsc-sp-right-col,.xoo-wsc-sp-narrow .xoo-wsc-sp-right-col{flex-direction:column;justify-content:space-between;flex-grow:1;justify-content:center;display:flex}.xoo-wsc-sp-column .xoo-wsc-sp-prod-cont,.xoo-wsc-sp-column .xoo-wsc-sp-rc-bottom{display:flex;align-items:center;flex-direction:column}.xoo-wsc-sp-column .xoo-wsc-sp-rc-top{white-space:nowrap;overflow:hidden !important;text-overflow:ellipsis}.xoo-wsc-sp-right-col>span{display:block}span.xoo-wsc-sp-atc a.button{text-transform:uppercase;font-size:12px}span.xoo-wsc-sp-atc a.button span{margin-right:5px}.xoo-wsc-sp-column{display:flex;flex-direction:column}.xoo-wsc-sp-wide .xoo-wsc-sp-rc-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.xoo-wsc-sp-container .lSAction>.lSPrev{background-image:url(//www.travelkon.com.au/wp-content/plugins/woocommerce-side-cart-premium/assets/css/../images/arrow-left.png);background-position:center center;left:0}.xoo-wsc-sp-container .lSAction>.lSNext{background-image:url(//www.travelkon.com.au/wp-content/plugins/woocommerce-side-cart-premium/assets/css/../images/arrow-right.png);background-position:center center;right:0}.xoo-wsc-sp-container .lSAction>a{background-size:50%;background-repeat:no-repeat;max-width:22px}.xoo-wsc-sp-narrow .xoo-wsc-sp-rc-bottom{display:flex;flex-direction:column;justify-content:space-around;flex-grow:1}.xoo-wsc-sp-container ul.lSPager.lSpg{display:none}.xoo-wsc-sp-wide .xoo-wsc-sp-rc-top{padding-bottom:6px}.xoo-wsc-payment-btns{display:flex;align-items:center;justify-content:center}.xoo-wsc-payment-btns p{padding:0!important;margin:0!important;display:block}.xoo-wsc-payment-btns>*{flex-grow:1;margin-top:8px!important}.xoo-wsc-payment-btns .widget_shopping_cart{margin:0;padding:0}.xoo-wsc-product.xoo-wsc-is-parent{border-bottom:0;padding-bottom:0}.xoo-wsc-product.xoo-wsc-is-child img{max-width:50px;margin-left:auto;float:right}.xoo-wsc-product.xoo-wsc-is-child{padding-top:5px}.xoo-wsc-empty-cart{padding:30px;display:flex;flex-direction:column;align-items:center}.xoo-wsc-empty-cart>*{margin-bottom:20px}span.xoo-wsc-ecl{font-size:13px;cursor:pointer;display:table;padding:10px;margin-left:auto}.xoo-wsc-payment-btns p.wc-apa-button-separator{display:none!important}.xoo-wsc-payment-btns{display:flex;flex-wrap:wrap}.xoo-wsc-payment-btns>*{flex-grow:1;flex-basis:0;min-width:100px;margin-right:5px}.xoo-wsc-payment-btns div#pay_with_amazon_cart{height:59px!important}.xoo-wsc-payment-btns .woocommerce-mini-cart__buttons.buttons{max-height:40px;overflow:hidden}.xoo-wsc-payment-btns p#ppc-button-minicart{min-width:150px}span.xoo-wsc-footer-txt{text-align:center;margin:-8px auto 10px;display:block;font-size:90%}span.xoo-wsc-del-txt{font-size:11px;text-transform:uppercase}.xoo-wsc-img-col .xoo-wsc-smr-del{text-align:center;display:block}span.xoo-wsc-smr-ptotal{margin-top:auto}.xoo-wsc-pattern-card{display:flex;flex-wrap:wrap;padding:10px 20px}.xoo-wsc-pattern-card .xoo-wsc-product{flex-direction:column;position:relative;border-bottom:0;padding:0;height:100%;margin:0}.xoo-wsc-pattern-card span.xoo-wsc-smr-del{position:absolute;top:0;right:0;z-index:5;padding:10px;margin-top:0}.xoo-wsc-pattern-card .variation{justify-content:center}.xoo-wsc-loader-icon{display:none}.xoo-wsc-loading .xoo-wsc-loader-icon{position:absolute;transform:translate(-50%,-50%);top:47%;left:49%;z-index:11;font-size:24px;animation:xoo-wsc-spin 2s linear infinite;display:block}@keyframes xoo-wsc-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.xoo-wsc-sm-back,.xoo-wsc-sm-front{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.xoo-wsc-sm-back-cont{position:absolute;top:0;bottom:0;right:0;left:0;overflow:auto}.xoo-wsc-img-col.xoo-wsc-caniming{z-index:10}.xoo-wsc-sm-front{z-index:1;height:100%}.xoo-wsc-sm-front:has(.xoo-wsc-sm-emp+*){padding:5px 10px}.xoo-wsc-card-cont{position:relative}.xoo-wsc-sm-back{padding:10px;min-height:100%}a.xoo-wsc-smr-link i{margin-right:3px}a.xoo-wsc-smr-link{opacity:.7;font-size:14px}.xoo-wsc-sm-front:has(.xoo-wsc-sm-emp+*) .xoo-wsc-sm-emp{display:none}.xoo-wsc-qty-price{display:flex;width:100%;align-items:center;padding:5px 0}.xoo-wsc-pattern-card .xoo-wsc-qty-price{justify-content:center}.xoo-wsc-qty-price:has(.xoo-wsc-card-ptotal){justify-content:space-between}.xoo-wsc-sm-back .xoo-wsc-qty-price{position:absolute;bottom:10px}input[name=xoo-wsc-slcf-input]{flex-grow:1;text-align:center}.xoo-wsc-drawer{z-index:999998;visibility:hidden}.xoo-wsc-drawer-modal{display:none}.xoo-wsc-dr-content{display:flex;flex-direction:column;height:100%}.xoo-wsc-drawer-header{display:flex;justify-content:center;align-items:center;max-height:80px}.xoo-wsc-drawer span.xoo-wsc-sp-heading{display:none}ul.xoo-wsc-sp-slider{margin:0;padding:0;list-style-type:none}.xoo-wsc-drawer .xoo-wsc-sp-container{margin:0}.xoo-wsc-dr-body{flex-grow:1;overflow:auto}.xoo-wsc-sp-column li.xoo-wsc-sp-prod-cont{align-items:stretch;justify-content:center}.xoo-wsc-sp-column .xoo-wsc-sp-right-col{padding-left:0;text-align:center}.xoo-wsc-sp-column .xoo-wsc-sp-rc-top>*,.xoo-wsc-sp-column .xoo-wsc-sp-rc-bottom>*{padding-bottom:3px}.xoo-wsc-sp-column .xoo-wsc-sp-left-col img{display:table;margin:0 auto 3px}.xoo-wsc-sp-column ul.xoo-wsc-sp-slider{display:flex;flex-wrap:wrap;padding:10px}.xoo-wsc-drawer .xoo-wsc-sp-container{padding:0}.xoo-wsc-footer .xoo-wsc-sp-container{margin-top:10px}.xoo-wsc-body .xoo-wsc-ft-totals{width:auto}a.xoo-wsc-ft-btn-checkout .amount{font-style:italic}a.xoo-wsc-ft-btn-checkout .amount:before{content:"-";margin:0 8px;font-weight:700}span.xoo-wsc-dtg-icon{top:50%;position:absolute;transform:translateY(-50%);background-color:#fff;width:22px;height:22px;border-radius:50%;align-items:center;justify-content:center;cursor:pointer;transition:all .5s;display:none}.xoo-wsc-cart-active .xoo-wsc-dtg-icon{display:flex}.xoo-wsc-drawer-active .xoo-wsc-modal .xoo-wsc-dtg-icon,.xoo-wsc-disabled.xoo-wsc-dtg-icon{opacity:0}.xoo-wsc-drawer .xoo-wsc-dtg-icon{opacity:0}.xoo-wsc-drawer-active .xoo-wsc-drawer .xoo-wsc-dtg-icon{opacity:1}.xoo-wsc-is-child:has(+.xoo-wsc-is-child),.xoo-wsc-is-parent+.xoo-wsc-is-child{padding-bottom:5px;padding-top:10px;margin-top:0;border-radius:0;margin-bottom:0;box-shadow:0 0;border-bottom:0}.xoo-wsc-product.xoo-wsc-is-parent{margin-bottom:0;padding-bottom:0}.xoo-wsc-product.xoo-wsc-is-child:not(:has(+*)),.xoo-wsc-is-child:has(+.xoo-wsc-product:not(.xoo-wsc-is-child)){margin-top:0;padding-top:5px}.xoo-wsc-product del{opacity:.5;text-decoration:line-through;display:inline-flex}.xoo-wsc-product del+ins{font-weight:600}.xoo-wsc-product del .amount{font-size:95%}.xoo-wsc-bar{width:auto;height:9px}span.xoo-wsc-bar-filled{display:block;height:inherit}.xoo-wsc-bar-remtext{text-align:center;margin-bottom:0}.xoo-wsc-bar-cont{margin:10px 20px 0}.xoo-wsc-bar-lev{display:flex}.xoo-wsc-bar-div-equal .xoo-wsc-bar-lev>span{flex-basis:0;flex-grow:1}.xoo-wsc-bar-potitle.xoo-wsc-bar-lev>span{opacity:.5;text-align:center}.xoo-wsc-bar-lev>span.xoo-wsc-pt-reached{opacity:1}.xoo-wsc-bar-poamt span{text-align:right}.xoo-wsc-bar-in{position:relative;height:15px;display:flex;flex-direction:column;justify-content:center}.xoo-wsc-bar-poends span{border-right:2px solid}.xoo-wsc-bar-potitle{text-align:center}.xoo-wsc-bar-poends{position:absolute;left:0;right:0;height:inherit;top:0;bottom:0}.xoo-wsc-bar-poamt>span{right:-10px;position:relative;font-weight:600}span.xoo-wsc-gift-ban{position:absolute;z-index:1;top:0;right:0;padding:5px 10px;font-size:80%}.xoo-wsc-xoo_wsc_gift .xoo-wsc-img-col img{width:50%}.xoo-wsc-markup-notices{top:20%;right:-100%;left:auto;position:fixed;box-shadow:2px 2px 9px 3px #eee;transition:all .5s;z-index:999997;width:0;max-width:400px}.xoo-wsc-markup-notices ul.xoo-wsc-notices li{padding:25px}.xoo-wsc-markup-notices.xoo-wsc-active{right:0;width:100%}.xoo-wsc-markup-notices .xoo-wsc-notice-container{position:relative;display:block}.xoo-wsc-qty-price>span{display:inline-block;margin-right:1px}.xoo-wsc-sml-qty span{display:inline-block}
.chaty *,.chaty-chat-view *,.chaty-outer-forms *{box-sizing:border-box}.chaty-agent-data,.chaty-whatsapp-field input[type=text],.chaty-whatsapp-message,.chaty-whatsapp-message p{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-agent-header,.chaty-channel,.chaty-channels,.chaty-form-body,.chaty-tooltip{position:relative}.chaty-tooltip .on-hover-text,.chaty-tooltip .on-hover-text:before,.chaty-tooltip:after,.chaty-tooltip:before{text-transform:none;font-size:.9em;line-height:1;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}.on-hover-text{display:none}.on-hover-text p{white-space:nowrap}.on-hover-text img.emoji{max-width:none}.chaty-tooltip .on-hover-text:before,.chaty-tooltip:before{content:"";border:5px solid transparent;z-index:1001}.chaty-tooltip:after{content:attr(data-hover)}.chaty-tooltip .on-hover-text,.chaty-tooltip:after{text-align:center;min-width:1em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 15px;border-radius:10px;background:#fff;color:#333;z-index:1000;box-shadow:0 1.93465px 7.73859px rgb(0 0 0 / 15%);font-size:17px;line-height:21px}.chaty-animation-shockwave:after,.chaty-animation-shockwave:before{content:"";border-radius:50%;position:absolute;top:0;right:0;bottom:0}.chaty-tooltip .on-hover-text{overflow:visible;white-space:pre}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip:hover .on-hover-text,.chaty-tooltip:hover .on-hover-text:before,.chaty-tooltip:hover:after,.chaty-tooltip:hover:before{display:block;opacity:1}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip.pos-left:hover .on-hover-text,.chaty-tooltip.pos-left:hover .on-hover-text:before,.chaty-tooltip.pos-left:hover:after,.chaty-tooltip.pos-left:hover:before,.chaty-tooltip.pos-right:hover .on-hover-text,.chaty-tooltip.pos-right:hover .on-hover-text:before,.chaty-tooltip.pos-right:hover:after,.chaty-tooltip.pos-right:hover:before{animation:ease-out forwards tooltips-horz}.chaty-tooltip.has-on-hover:after,.chaty-tooltip.has-on-hover:before,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before,.chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger,.on-hover-text:empty,[data-hover=""]:after,[data-hover=""]:before{display:none!important}.chaty-tooltip.pos-top .on-hover-text:before,.chaty-tooltip.pos-top:before{border-bottom-width:0;border-top-color:#fff;bottom:calc(100% + 5px)}.chaty-tooltip.pos-top .on-hover-text:after,.chaty-tooltip.pos-top:after{bottom:calc(100% + 10px)}.chaty-tooltip.pos-top .on-hover-text,.chaty-tooltip.pos-top:after,.chaty-tooltip.pos-top:before{left:50%;transform:translate(-50%,-.5em)}.chaty-tooltip.pos-down:before{top:100%;border-top-width:0;border-bottom-color:#fff}.chaty-tooltip.pos-down:after{top:calc(100% + 5px)}.chaty-tooltip.pos-down:after,.chaty-tooltip.pos-down:before{left:50%;transform:translate(-50%,.5em)}.chaty-tooltip.pos-left .on-hover-text:before,.chaty-tooltip.pos-left:before{top:50%;border-right-width:0;border-left-color:#fff;left:calc(0em - 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-left .on-hover-text:before{left:auto;right:calc(0em - 5px)}.chaty-tooltip.pos-left .on-hover-text,.chaty-tooltip.pos-left:after{top:50%;right:calc(100% + 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before,.chaty-tooltip.pos-right:before{top:50%;border-left-width:0;border-right-color:#fff;right:calc(0em - 10px);transform:translate(.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before{left:calc(0em - 5px);right:auto}.chaty-tooltip.pos-right .on-hover-text,.chaty-tooltip.pos-right:after{top:50%;left:calc(100% + 10px);transform:translate(.5em,-50%)}@keyframes tooltips-vert{to{opacity:1;transform:translate(-50%,0)}}@keyframes tooltips-horz{to{opacity:1;transform:translate(0,-50%)}}.chaty-tooltip.pos-down:hover:after,.chaty-tooltip.pos-down:hover:before,.chaty-tooltip.pos-top:hover:after,.chaty-tooltip.pos-top:hover:before{animation:ease-out forwards tooltips-vert}@-webkit-keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@-webkit-keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@-webkit-keyframes chaty-animation-pulse{0%{transform:scale(1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:50%}100%{transform:scale(1.1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:45%}}@keyframes chaty-animation-pulse{0%{transform:scale(1);border-radius:50%}100%{transform:scale(1.1);border-radius:45%}}.chaty-animation-shockwave:after{left:0;-webkit-animation:2s ease-out 1.3s infinite chaty-animation-shockwave;animation:2s ease-out 1.3s infinite chaty-animation-shockwave}.chaty-animation-shockwave:before{left:0;-webkit-animation:2s ease-out .8s infinite chaty-animation-shockwave;animation:2s ease-out .8s infinite chaty-animation-shockwave}.chaty-animation-blink{-webkit-animation:1.33s ease-out infinite chaty-animation-blink;animation:1.33s ease-out infinite chaty-animation-blink}.chaty-animation-pulse,.chaty-animation-pulse-icon{-webkit-animation:.4s infinite alternate chaty-animation-pulse;animation:.4s infinite alternate chaty-animation-pulse}.chaty-animation-sheen{position:relative;overflow:hidden}.chaty-animation-sheen:after{animation:5s infinite chaty-animation-sheen;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.5) 50%,transparent);transform:rotateZ(60deg) translate(0,5em)}@keyframes chaty-animation-sheen{100%,20%{transform:rotateZ(60deg) translate(0,-80px)}}.chaty-animation-fade{animation:5s infinite chaty-animation-fade}.chaty-animation-spin{animation:5s cubic-bezier(.56,-.35,.22,1.5) infinite chaty-animation-spin}@keyframes chaty-animation-fade{15%,5%{opacity:.25}10%,100%,20%{opacity:1}}@keyframes chaty-animation-spin{10%{transform:rotateZ(-20deg);animation-timing-function:ease}100%,20%{transform:rotateZ(360deg)}}.chaty-animation-bounce,.chaty-animation-jump{animation:5s cubic-bezier(.84,-.54,.31,1.19) infinite chaty-animation-bounce}@keyframes chaty-animation-bounce{0%,100%,20%{transform:none}10%{transform:translateY(-1em)}}@keyframes chaty-animation-waggle{0%{transform:none}10%{transform:rotateZ(-20deg) scale(1.2)}13%{transform:rotateZ(25deg) scale(1.2)}15%{transform:rotateZ(-15deg) scale(1.2)}17%{transform:rotateZ(15deg) scale(1.2)}20%{transform:rotateZ(-12deg) scale(1.2)}22%{transform:rotateZ(0) scale(1.2)}100%,24%{transform:rotateZ(0) scale(1)}}.chaty-animation-waggle{animation:5s infinite chaty-animation-waggle}.chaty-animation-floating{-webkit-animation:chaty-animation-floating 3s ease infinite;animation:chaty-animation-floating 3s ease infinite}@keyframes chaty-animation-floating{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.chaty{display:none;z-index:99999}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty.active,.chaty.form-open .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger{display:block!important}.chaty *{margin:0;padding:0}.chaty .sr-only,.chaty-outer-forms .sr-only,.hide-cht-svg-bg{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important;outline:0!important}.chaty a,.chaty a:focus,.chaty a:hover,.chaty button{border:none;text-decoration:none;outline:0;box-shadow:none}.chaty-widget{position:fixed;bottom:25px;right:25px;z-index:10001}.chaty-widget.left-position{left:25px;right:auto}.chaty-channel-list{display:flex;width:62px;height:124px;position:absolute;bottom:-4px;right:0;flex-direction:column;align-items:flex-start;pointer-events:none}.chaty-widget.left-position .chaty-channel-list{left:0;right:auto}.chaty-widget.chaty-open .chaty-channel-list,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:after,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:before{pointer-events:auto}.chaty-channel-list .chaty-channel,.chaty-channel.single .chaty-svg{display:inline-block;width:54px;height:54px;border-radius:50%;margin:4px;cursor:pointer;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%)}.chaty-channel-list .chaty-channel{position:absolute;bottom:0;opacity:0;transition:.5s;-webkit-transition:.5s}.chaty-channel.single .chaty-svg{margin:0}.chaty-widget.chaty-open .chaty-channel-list .chaty-channel{opacity:1}.chaty-channel a,.chaty-channel button,.chaty-svg{display:block;width:54px;height:54px;border-radius:50%;cursor:pointer;position:relative;outline:0;min-width:unset}* .chaty-channel button{min-width:unset;max-width:unset}.chaty-channel button{background:0 0;border-radius:50%}.chaty-channel a .chaty-custom-icon,.chaty-channel button .chaty-custom-icon,.chaty-svg .chaty-custom-icon{width:54px;height:54px;border-radius:50%;text-align:center;font-size:27px;line-height:54px;color:#fff}.chaty-channel a:focus,.chaty-channel button:focus,.chaty-contact-form-box button.chaty-submit-button{outline:0}.chaty-contact-form-box button.chaty-submit-button:disabled .chaty-loader{display:inline-block}.chaty-agent-icon svg,.chaty-channel svg,.chaty-view-channels .chaty-channel span svg{width:100%;height:100%}.chaty-channel img{width:54px;height:54px;object-fit:cover;border-radius:50%}.chaty-i-trigger .chaty-channel{position:absolute;bottom:0;right:4px;transition:.5s;border-radius:50%;cursor:pointer}.chaty-cta-button{transition:.5s;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%);border-radius:50%}.chaty-widget.left-position .chaty-i-trigger .chaty-channel{left:4px;right:auto}.chaty-widget .chaty-cta-main .chaty-cta-button{z-index:1099;opacity:1;position:relative}.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button{z-index:999;opacity:0;transform:rotate(540deg);visibility:hidden}.chaty-widget .chaty-i-trigger .chaty-cta-close{pointer-events:none}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close{pointer-events:auto;z-index:101}.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:999;opacity:0;visibility:hidden}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:1099;opacity:1;transform:rotate(180deg);visibility:visible}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip{z-index:91}.chaty-channel button.open-chaty-channel,.chaty-widget.chaty-no-close-button:not(.has-single) .chaty-i-trigger:not(.single-channel),.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-channel button.open-chaty,.chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-i-trigger .chaty-tooltip:after,.chaty.form-open .chaty-i-trigger .chaty-tooltip:before,.chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger{display:block}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-main{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;pointer-events:auto}.chaty-widget .ch-pending-msg{position:absolute;right:-4px;top:-4px;width:16px;height:16px;text-align:center;background:red;color:#fff;font-size:10px;line-height:16px;border-radius:50%;z-index:1101}.chaty-widget.left-position.hor-mode .chaty-channel-list{width:136px;height:62px;left:0;bottom:0}.chaty-widget.right-position.hor-mode .chaty-channel-list{width:136px;height:62px;right:0;left:auto;bottom:0}.chaty-widget.hor-mode .chaty-channel-list .chaty-channel{margin-top:0;margin-bottom:0}.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel{left:0}.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel{right:0;left:auto}.chaty-chat-view,.chaty-outer-forms{vertical-align:bottom;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;position:fixed!important;bottom:-25px;left:25px;padding:0;width:320px;max-width:90%;-moz-transition:.5s linear;box-shadow:rgba(0,0,0,.16) 0 5px 40px;-webkit-box-shadow:rgba(0,0,0,.16) 0 5px 40px;-moz-box-shadow:rgba(0,0,0,.16) 0 5px 40px;opacity:0;visibility:hidden;pointer-events:none;z-index:-1;transition:.5s;-webkit-transition:.5s;animation-delay:-2s;-webkit-animation-delay:-2s}.chaty-chat-view.pos-left,.chaty-outer-forms.pos-left{left:25px}.chaty-chat-view.pos-right,.chaty-outer-forms.pos-right{right:25px;left:auto}.chaty-outer-forms.active,.chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view{-webkit-transform:translateY(-93px);transform:translateY(-93px);opacity:1;z-index:999999;visibility:visible;bottom:0;pointer-events:auto}.chaty-whatsapp-body{padding:0;min-height:260px;position:relative;z-index:2}.chaty-whatsapp-content{padding:20px}.chaty-popup-whatsapp-form .chaty-whatsapp-body{height:260px;min-height:auto}.chaty-popup-whatsapp-form .chaty-whatsapp-content{display:flex;align-items:flex-start}.chaty-form-body{background:#fff;z-index:99999;min-height:75px;border-radius:10px}.chaty-form-body form{margin:0;padding:0}.qr-code-image{padding:10px;text-align:center;border:solid 1px silver;border-radius:4px}.qr-code-image img{max-width:100%;max-height:360px;margin:0 auto;display:block;width:100%;height:auto}.chaty-whatsapp-form{position:relative;background-color:#f0ede7;border-radius:8px;margin:0}.chaty-whatsapp-form:before{display:block;position:absolute;content:"";left:0;top:0;height:100%;width:100%;z-index:0;opacity:.035;background-image:url(//www.travelkon.com.au/wp-content/plugins/chaty/css/../images/whatsapp.png)}.chaty-popup-whatsapp-form .chaty-whatsapp-body:before,.chaty-popup-whatsapp-form .chaty-whatsapp-footer:before{background-image:url(//www.travelkon.com.au/wp-content/plugins/chaty/css/../images/whatsapp-welcome-popup.png);opacity:.7}.chaty-whatsapp-message{padding:7px 14px 6px;background-color:#fff;border-radius:0 10px 10px;position:relative;transform-origin:center top;z-index:2;margin-top:0;margin-left:0;max-width:calc(100% - 40px);font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;font-size:14px;line-height:18px;border:1px solid rgba(34,17,71,.08)}.chaty-whatsapp-message:before{content:"";display:none;width:0;height:0;border-top:0 solid transparent;border-bottom:10px solid transparent;border-right:12px solid #fff;position:absolute;left:-12px;top:0}.wp-profile-img+.chaty-whatsapp-message:before{display:block}.chaty-whatsapp-message p{margin:0;padding:0;color:#111b21;font-weight:400;word-wrap:break-word}.chaty-whatsapp-footer{position:relative;padding:20px 15px}.whatsapp-chaty-form{display:flex;margin:0;padding:0}button.chaty-whatsapp-button-button,button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{text-align:center!important;height:40px!important;width:40px!important;padding:0!important;background:#c6d7e3!important;border-radius:20px!important;outline:0!important;box-shadow:none!important;cursor:pointer!important;margin:0 0 0 10px!important;text-decoration:none!important;border:none!important;min-width:1px!important;flex:0 0 40px}button.chaty-whatsapp-button-button{background:#c6d7e3!important}button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button{background:#25d366!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:focus,.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:hover{background:#22bf5b!important}.chaty-whatsapp-data{display:flex;flex:1;z-index:1}.chaty-whatsapp-field{padding-right:0;flex:1;position:relative;display:flex;align-items:center}.chaty-whatsapp-button{flex:0 0 48px}.chaty-whatsapp-button svg{width:100%;height:100%;margin:0;padding:0}.chaty-whatsapp-field input[type=text]{height:40px!important;line-height:normal;padding:0 10px 0 15px;font-size:16px;resize:none;width:100%;border:none!important;border-radius:24px;outline:0;box-shadow:none!important;background:#fff!important;margin:0;color:#111b21;flex:1}.chaty-whatsapp-field input[type=text]:focus{outline:0!important;border:none!important;margin:0;color:#111b21;box-shadow:none!important}.chaty-whatsapp-button-button:active,.chaty-whatsapp-button-button:focus,.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty.form-open .chaty-channel button.open-chaty-channel,.chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger{display:block}.chaty-agent-data{font-size:16px}.chaty-agent-header{font-size:18px;padding:20px 15px;background:#22bf5b;color:#fff;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px}.chaty-agent-data .close-chaty-form{right:10px;top:12px}.chaty-agent-data .chaty-agent{display:flex;align-items:center;padding:15px}.chaty-agent-data .chaty-agent a{color:#49687e;font-size:16px;text-decoration:none;display:flex;width:100%;align-items:center;outline:0;font-weight:400}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field,.chaty-contact-input textarea.chaty-textarea-field{color:#28303d;font-family:BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-sans;margin:0;background:#fff;outline:0}.chaty-agent-data .chaty-agent+.chaty-agent{border-top:2px solid #f6f8f9}.chaty-agent-img{width:36px;height:36px;object-fit:cover;border-radius:50%}.chaty-agent-icon{width:48px;height:48px;margin:0 15px 0 0}.chaty-agent-data .chaty-custom-icon{width:48px;height:48px;text-align:center;display:block;line-height:48px;background:silver;border-radius:50%;color:#fff;font-size:28px}.chaty-close-agent-list{position:absolute;right:15px;top:10px;width:26px;height:26px;cursor:pointer;z-index:10;padding:0 0 10px 10px}.chaty-agent-icon img{width:48px;height:48px;object-fit:cover}.chaty-close-agent-list svg{fill:#ffffff}.agent-sub-header{font-size:14px;line-height:20px;font-weight:400}.agent-main-header{font-size:20px;line-height:32px;font-weight:700;position:relative}.chaty-agent-header:before,.chaty-view-header:before{content:"";background:url(//www.travelkon.com.au/wp-content/plugins/chaty/css/../images/header-top.png) no-repeat;width:215px;height:41px;position:absolute;top:0;left:0;z-index:1}.chaty-agent-header:after,.chaty-view-header:after{content:"";background:url(//www.travelkon.com.au/wp-content/plugins/chaty/css/../images/header-bottom.png) no-repeat;width:44px;height:41px;position:absolute;bottom:0;right:0;z-index:1}.chaty-custom-channel-icon{display:block;border-radius:50%;color:#fff;text-align:center;line-height:54px}.chaty-contact-form-title{padding:10px 15px;text-align:left;font-size:18px;color:#fff;border-radius:8px 8px 0 0;justify-content:space-between;display:flex}.chaty-contact-inputs{padding:15px}.chaty-contact-input{display:block}.chaty-contact-input label.chaty-form-label{font-size:14px;margin:0;padding:0 0 4px 0;line-height:20px;display:flex;color:#28303d}.chaty-contact-input+.chaty-contact-input{margin:10px 0 0}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field{width:100%;height:36px;line-height:36px;font-size:16px;padding:0 10px;border:1px solid #ccc;border-radius:4px}.chaty-contact-input .has-chaty-error:focus,.chaty-contact-input input.chaty-input-field:focus,.chaty-contact-input input[type=email].chaty-input-field:focus,.chaty-contact-input input[type=tel].chaty-input-field:focus,.chaty-contact-input input[type=text].chaty-input-field:focus,.chaty-contact-input select.chaty-input-field:focus,.chaty-contact-input textarea.chaty-textarea-field:focus{outline:0;box-shadow:none;border-color:#898989;background-color:#fff}.chaty-contact-input textarea.chaty-textarea-field{width:100%;height:100px;line-height:20px;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:4px;display:block}.chaty-contact-form-box .close-chaty-form{right:9px;top:9px}.chaty-contact-form-box button.chaty-submit-button[type=submit],button#chaty-submit-button-0{border:none;border-radius:4px;color:#fff;background:#a886cd;width:100%;height:36px;line-height:36px;font-size:18px;padding:0;margin:0;cursor:pointer;text-align:center;display:block}.chaty-contact-input input.chaty-input-field.has-chaty-error,.chaty-contact-input select.chaty-input-field.has-chaty-error,.chaty-contact-input textarea.has-chaty-error{border:1px solid #d20000}.chaty-contact-form-button{padding:15px}.chaty-ajax-error-message,.chaty-ajax-success-message{color:#00a700;padding:10px 0 0;text-align:center;font-size:16px}.chaty-ajax-error-message{color:#da0000}.chaty-view-header,.chaty-view-header a,.chaty-view-header a:focus,.chaty-view-header a:hover{font-weight:500;color:#fff;font-size:24px}.chaty-exit-intent{position:fixed;z-index:-1}.chaty-exit-intent:before{display:block;position:fixed;top:0;left:0;content:'';width:100vw;height:100vh;background:rgba(0,0,0,.8);visibility:hidden;z-index:100;transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out}.chaty .chaty-widget.left-position .chaty-exit-intent:before{clip-path:circle(15px at 60px calc(100% - 60px))}.chaty .chaty-widget.right-position .chaty-exit-intent:before{clip-path:circle(15px at calc(100% - 60px) calc(100% - 60px))}.chaty .chaty-widget .chaty-exit-intent.animate:before{visibility:visible;clip-path:circle(100%)}.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:after,.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:before{pointer-events:inherit}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos{top:50%;left:0;right:0;margin:0 auto;transform:translate(0,-50%);bottom:auto}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos .chaty-agent-body{max-height:calc(100vh - 164px)!important}.chaty-whatsapp-message p+p{margin-top:10px}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos .chaty-whatsapp-content{max-height:calc(100vh - 122px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos) .chaty-whatsapp-content{overflow-y:auto}.chaty.has-custom-pos.form-open .chaty-i-trigger{opacity:0;visibility:hidden}body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos .chaty-contact-inputs{max-height:calc(100vh - 150px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms{max-width:calc(100vw - 50px)!important}.chaty-view-body{background:#fff;border-radius:8px}.chaty-view-header{background:#b78deb;border-radius:7px 7px 0 0;padding:10px 15px;position:relative;word-break:break-word}.chaty-top-content{padding:15px 15px 0;font-size:16px}.chaty-view-content p,.chaty-view-content p a,.chaty-view-content p a:focus,.chaty-view-content p a:hover{margin:0;padding:0;font-size:16px;line-height:150%;color:#49687e;word-break:break-word}.chaty-view-content p a{display:inline-block}.chaty-view-content p a:focus,.chaty-view-content p a:hover,.chaty-view-header a:focus,.chaty-view-header a:hover{outline:0;text-decoration:none}.chaty-view-content p+p{margin-top:10px}.chaty-close-view-list{position:absolute;right:15px;top:10px;width:12px;cursor:pointer;z-index:11}.chaty-close-view-list svg{fill:#ffffff;display:inline-block;width:100%}.chaty-view-channels .chaty-channel{height:48px;display:inline-block;margin:6px 0;width:20%;text-align:center;vertical-align:top}.chaty-view-channels .chaty-channel a,.chaty-view-channels .chaty-channel img,.chaty-view-channels .chaty-channel span:not(.on-hover-text){display:block;width:48px;height:48px;margin:0 auto}.chaty-view-channels{padding:10px 8px}.chaty-view-channels .chaty-custom-channel-icon{font-size:24px}.front-google-captcha{width:100%!important;overflow:hidden}.front-google-captcha>div{width:100%}.front-google-captcha iframe{transform:scaleX(.9);position:relative;left:-15px}.widget-fa-icon{width:100%;height:100%;display:inline-block;vertical-align:middle;color:#fff}span.chaty-loader{display:none;vertical-align:middle;color:#fff;animation:rotation 1s infinite linear;width:24px;height:24px;text-align:center;line-height:24px;margin-left:5px}span.chaty-loader span.dashicons{width:24px;height:24px;text-align:center;line-height:24px;font-size:24px}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}span.chaty-loader.active{display:inline-block;vertical-align:baseline}.chaty-i-trigger.single-channel>.chaty-channel>.on-hover-text{display:none!important}html[dir=rtl] .chaty-input-field,html[dir=rtl] .chaty-submit-button,html[dir=rtl] .chaty-tooltip,html[dir=rtl] .chaty-tooltip:after,html[dir=rtl] .chaty-whatsapp-message,html[dir=rtl] .on-hover-text{direction:rtl}.add-bg-blur-effect{background-color:rgba(0,0,0,.4);overflow-x:hidden}.add-bg-blur-effect>:not(.chaty,.chaty-outer-forms,.picmo__popupContainer){filter:blur(6px)}.email_suggestion,.wp_email_suggestion{margin:0;padding:0;font-size:14px;color:#970029}.email_suggestion i,.wp_email_suggestion i{color:#2596be;font-weight:700;cursor:pointer}.chaty-custom-whatsapp-form .eac-sugg,.chaty-form .eac-sugg{color:#c1c1c1;line-height:34px!important}.chaty-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-body:before{opacity:.05}.chaty-custom-whatsapp-form .chaty-whatsapp-body{border-radius:0}.chaty-custom-whatsapp-form .chaty-whatsapp-footer{border-top:1px solid #e1e1e1;min-height:70px}.chaty-custom-whatsapp-form .chaty-whatsapp-data{display:block;z-index:1}.chaty-custom-whatsapp-form .chaty-whatsapp-button-button{width:100%!important;z-index:1;position:relative}.chaty-custom-whatsapp-form .header-text{display:flex;align-items:center}.chaty-custom-whatsapp-form .header-text span{display:inline-block;vertical-align:super;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button svg{width:26px;height:26px;fill:#ffffff;margin-right:3px}.chaty-custom-whatsapp-form .chaty-whatsapp-button span{font-size:15px;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button{display:flex;align-items:center;justify-content:center;border-radius:6px!important}.chaty-custom-whatsapp-form .chaty-whatsapp-content{padding:15px;z-index:101111;position:relative}.chaty-custom-whatsapp-form .chaty-whatsapp-body{min-height:auto}.chaty-outer-forms input[type=number]::-webkit-inner-spin-button,.chaty-outer-forms input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.chaty-whatsapp-header{display:flex;align-items:center;background-color:#4aa485;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;box-shadow:0 16px 32px 0 #1a0E3529}.chaty-whatsapp-header .header-wp-icon{height:30px;width:30px;margin-right:7px}.chaty-whatsapp-header .header-wp-title{color:#fff;font-size:15px;flex:1;padding-right:8px}.whatsapp-form-close-btn{flex:0 0 16px;cursor:pointer}.whatsapp-form-close-btn svg{width:16px;height:16px}.chaty-form,.chaty-whatsapp-form{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-whatsapp-body .wp-profile-img{height:30px;width:30px;margin-right:15px}.chaty-whatsapp-body .wp-profile-img img{height:30px;width:30px;border-radius:50%;object-fit:cover}.chaty-whatsapp-message-nickname{color:#489d81;font-size:10px;font-weight:500;line-height:14px}.chaty-whatsapp-message-time{color:#a1a1a9;font-size:10px;line-height:12px}.chaty-whatsapp-input::placeholder{color:#83a1b7;opacity:40%}.chaty-whatsapp-input::-ms-input-placeholder{color:#83a1b7;opacity:40%}button[type=button].chaty-wp-emoji-input,button[type=button].chaty-wp-emoji-input:focus,button[type=button].chaty-wp-emoji-input:hover{position:absolute!important;top:9px;left:8px;background:0 0!important;border:none!important;cursor:pointer;height:24px!important;width:24px!important;padding:0!important;min-width:1px!important;margin:0!important;outline:0!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-wp-emoji-input{display:none!important}.chaty-whatsapp-input{padding-left:38px!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-whatsapp-input{padding-left:15px!important}.picmo__popupContainer{z-index:1000000}body .picmo__emojiButton span{font-size:24px;line-height:24px;display:inline-block;vertical-align:middle}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton{color:#8f8f8f;border:solid 1px transparent}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab.picmo__categoryTabActive .picmo__categoryButton{border:1px solid #a886cd;color:#a071d3;background:#fff}body .picmo__picker .picmo__emojiCategory .picmo__categoryName{display:flex;height:auto;padding:10px 17px;border-bottom:solid 1px #e2e8f0;font-weight:700;background:#f3f3f3}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton:hover{background:#fff}body .picmo__emojiButton{border-radius:4px}body .picmo__emojiButton:focus{outline:0;border-radius:5px}.chaty-channel span.chaty-icon{display:block}.chaty.form-open .chaty-widget.has-single .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;transform:rotate(360deg);z-index:999}.chaty-custom-whatsapp-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-button button{width:100%;border:none;border-radius:6px;padding:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chaty-contact-input input[type=file].chaty-input-field{line-height:32px}.eac-cval:empty,.eac-sugg:empty{display:none!important}.qr-code-header{display:flex;align-items:center;background-color:#a886cd;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;color:#fff;box-shadow:0 16px 32px 0 #1a0E3529;z-index:999999}.chaty-close-button{cursor:pointer}.qr-code-title{line-height:1;padding:15px 15px 0;font-size:14px;color:#83a1b7}.qr-code-box{margin-top:10px;padding:0 15px 15px}.qr-code-head-title{display:inline-flex;align-items:center}.qr-code-head-title svg{margin-right:5px}.mce-error{border:1px solid #d00!important}.required_indicate{color:red;font-size:18px;margin-left:2px}.chaty-whatsapp-button-button svg{display:inline-block;vertical-align:sub}.chaty-wp-emoji-input:hover{background-color:transparent;border-color:transparent}.chaty-wp-emoji-input:focus{outline:0}.chaty-whatsapp-input[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:40%!important}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:1!important}.chaty-outer-forms form{margin:0}.chaty,.chaty *,.chaty-form,.chaty-form *,.chaty-whatsapp-form,.chaty-whatsapp-form *{-webkit-tap-highlight-color:transparent}body.csaas-has-chatway:not(.chatway-is-open) .chatway--trigger-container{display:none!important}body.csaas-has-chatway:not(.chatway-is-open) .chatway--frame-container{opacity:0;visibility:hidden}body.csaas-has-chatway.chatway-is-open .chaty{display:none!important}.chaty-widget.has-chatway .Chatway-channel-link{opacity:1;visibility:visible;pointer-events:auto}.has-chat-view.active .chaty-widget.has-chatway.chaty-open .chaty-channel-list{display:none!important}.chaty-channel.Chatway-channel-link.has-unread-message:after,.chaty-widget:not(.has-chatway):not(.chaty-open) .csaas-widget-trigger.has-unread-message:after{content:attr(data-unread-message);width:20px;height:20px;background:#ff4545;position:absolute;border-radius:50%;font-size:12px;font-weight:600;color:#fff;display:inline-flex;align-items:center;justify-content:center;bottom:44px;z-index:1111;right:-4px}body:not(.chatway--active) .chaty-widget.has-chatway.above-chaty .Chatway-channel-link{display:none!important}body:not(.chatway--active) .chaty-widget.inside-chaty .chaty-channels .Chatway-channel-link{display:none!important}body.csaas-has-chatway.has--chaty.chatway--active:not(.chatway--visible) .chatway--container{display:block}.chaty.chaty-has-chat-view .has-chatway.chaty-open .Chatway-channel-link{display:none!important}.chaty-view-channels .chaty-channel.Chatway-channel.has-unread-message:after{right:0;top:-8px;bottom:auto}html[dir=rtl] button[type=button].chaty-wp-emoji-input,html[dir=rtl] button[type=button].chaty-wp-emoji-input:focus,html[dir=rtl] button[type=button].chaty-wp-emoji-input:hover{right:8px}html[dir=rtl] .chaty-whatsapp-field input[type=text]{padding:0 35px 0 00px}html[dir=rtl] button.chaty-whatsapp-button-button,html[dir=rtl] button.chaty-whatsapp-button-button:focus,html[dir=rtl] button.chaty-whatsapp-button-button:hover{margin:0 10px 0 0!important}html[dir=rtl] button.chaty-whatsapp-button-button svg{transform:rotate(180deg)}
/*! elementor - v3.30.0 - 09-07-2025 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}
.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}

.wc-block-checkout__payment-method div#square-credit-card .sq-payment-form{color:#373f4a;font-family:inherit;font-weight:400;position:relative;width:380px}.wc-block-checkout__payment-method div#square-credit-card #wc-square-credit-card-credit-card-form{background-color:transparent;border:0;margin:0 0 1em;padding:0}.wc-block-checkout__payment-method div#square-credit-card .sq-label{display:block;font-size:.8em;font-weight:500;letter-spacing:.5;line-height:24px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.wc-block-checkout__payment-method div#square-credit-card .wc-square-credit-card-hosted-field{display:inline-block}.wc-block-checkout__payment-method div#square-credit-card .sq-input{border:1px solid #e0e2e3;border-radius:4px;box-sizing:border-box;outline-offset:-2px;padding:10px;transition:border-color .2s ease-in-out,background .2s ease-in-out}.wc-block-checkout__payment-method div#square-credit-card .sq-input,.wc-block-checkout__payment-method div#square-credit-card .wc-square-credit-card-hosted-field{height:3em;width:100%}.wc-block-checkout__payment-method div#square-credit-card #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik00LjI2MiA3OS44NzVjLTIuMjggMC00LjEzNy0xLjg1Ny00LjEzNy00LjE0VjQuMjY3Qy4xMjUgMS45ODQgMS45OC4xMjUgNC4yNjIuMTI1aDExOS40NjVjMi4yODcgMCA0LjE0OCAxLjg1OCA0LjE0OCA0LjE0M3Y3MS40NjdjMCAyLjI4My0xLjg2IDQuMTQtNC4xNDggNC4xNEg0LjI2MnoiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTIzLjcyNy4yNWMyLjIyIDAgNC4wMjMgMS44MDIgNC4wMjMgNC4wMTh2NzEuNDY3YzAgMi4yMTQtMS44MDUgNC4wMTYtNC4wMjMgNC4wMTZINC4yNjJDMi4wNSA3OS43NS4yNSA3Ny45NS4yNSA3NS43MzZWNC4yNjhDLjI1IDIuMDUzIDIuMDUuMjUgNC4yNjIuMjVoMTE5LjQ2NW0wLS4yNUg0LjI2MkMxLjkwNiAwIDAgMS45MSAwIDQuMjY4djcxLjQ2N0MwIDc4LjA5IDEuOTA2IDgwIDQuMjYyIDgwaDExOS40NjVjMi4zNiAwIDQuMjczLTEuOTEgNC4yNzMtNC4yNjZWNC4yNjhDMTI4IDEuOTEgMTI2LjA4NiAwIDEyMy43MjcgMHoiIGZpbGw9IiM4NDg0ODQiLz48Y2lyY2xlIGN4PSI4Ny4yNyIgY3k9IjU3LjU2MSIgcj0iMTMuMzgyIiBmaWxsPSIjRjI3MDZDIi8+PGNpcmNsZSBjeD0iMTAwLjY1NCIgY3k9IjU3LjU2MSIgcj0iMTMuMzgzIiBmaWxsPSIjOEZEN0YxIi8+PHBhdGggZmlsbD0iIzRBNEE0QSIgZD0iTS4wMDIgMTQuODNIMTI4djE0Ljg4SC4wMDJ6Ii8+PHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTExLjI3NSA0NC4xNzhoNDQuODY3djQuODY1SDExLjI3NXpNMTEuMjc1IDU1LjEyNWg0NC44Njd2NC44N0gxMS4yNzV6TTExLjI3NSA2Ni4wNzZoNDQuODY3djQuODY3SDExLjI3NXoiLz48L3N2Zz4=);background-position:99%;background-repeat:no-repeat;background-size:50px 31px;padding-right:55px}@media only screen and (max-width:320px){.wc-block-checkout__payment-method div#square-credit-card #square-credit-card-sq-card-number{background-image:none}}.wc-block-checkout__payment-method div#square-credit-card .card-type-visa #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzM0YzAgMi4zNTYtMS45MSA0LjI2Ni00LjI2NiA0LjI2Nkg0LjI2OEMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzRWNC4yNjhDMCAxLjkxIDEuOTEgMCA0LjI2OCAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjY4djcxLjQ2NnoiIGZpbGw9IiNGOUY5RkEiLz48ZyBmaWxsPSIjMEE2N0IyIj48cGF0aCBkPSJNNTguOTAzIDUyLjAxOGgtNi4yNUw1Ni41NiAyOGg2LjI1M000Ny4zOSAyOGwtNS45NiAxNi41Mi0uNzA1LTMuNTU4LTIuMTA1LTEwLjhTMzguMzY3IDI4IDM1LjY1NCAyOEgyNS44bC0uMTE1LjQwN3MzLjAxNC42MjYgNi41NDIgMi43NDVsNS40MzIgMjAuODY1aDYuNTEzTDU0LjEyIDI4aC02Ljczek05Ni41NzQgNTIuMDE4aDUuNzRMOTcuMzEgMjhoLTUuMDI3Yy0yLjMyIDAtMi44ODcgMS43OS0yLjg4NyAxLjc5bC05LjMyNCAyMi4yMjhoNi41MTdsMS4zMDMtMy41NjdoNy45NDhsLjczNCAzLjU2OHptLTYuODgtOC40OTZsMy4yODQtOC45OSAxLjg1IDguOTloLTUuMTM1ek04MC41NiAzMy43NzVsLjg5My01LjE1OHMtMi43NTUtMS4wNDYtNS42MjQtMS4wNDZjLTMuMTA1IDAtMTAuNDc0IDEuMzU3LTEwLjQ3NCA3Ljk1IDAgNi4yMDYgOC42NSA2LjI4NCA4LjY1IDkuNTQgMCAzLjI2LTcuNzU3IDIuNjc4LTEwLjMyLjYyMmwtLjkzIDUuMzkyczIuNzkzIDEuMzU2IDcuMDYgMS4zNTZjNC4yNjYgMCAxMC43MDUtMi4yMSAxMC43MDUtOC4yMjIgMC02LjI0NC04LjcyNS02LjgyNi04LjcyNS05LjU0IDAtMi43MTYgNi4wOS0yLjM2NyA4Ljc2NC0uODkzeiIvPjwvZz48cGF0aCBkPSJNNDAuNzI1IDQwLjk2M2wtMi4xMDUtMTAuOFMzOC4zNjcgMjggMzUuNjU0IDI4SDI1LjhsLS4xMTUuNDA3czQuNzM3Ljk4MiA5LjI4IDQuNjZjNC4zNDUgMy41MTUgNS43NiA3Ljg5NiA1Ljc2IDcuODk2eiIgZmlsbD0iI0ZBQTYzNCIvPjwvc3ZnPg==)}.wc-block-checkout__payment-method div#square-credit-card .card-type-mastercard #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMTI4IDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5jYXJkLW1jIDI8L3RpdGxlPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEyOCA3NS43MzRBNC4yNjYgNC4yNjYgMCAwIDEgMTIzLjczMiA4MEg0LjI2NkE0LjI2NSA0LjI2NSAwIDAgMSAwIDc1LjczNFY0LjI3QzAgMS45MSAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QTQuMjY3IDQuMjY3IDAgMCAxIDEyOCA0LjI3djcxLjQ2NHoiIGZpbGw9IiMwMDYiLz48cGF0aCBkPSJNMTAxLjg4IDQ2Ljg3OHYtLjg1N2gtLjIyMWwtLjI1NS41OS0uMjU1LS41OWgtLjIyMnYuODU3aC4xNTd2LS42NDZsLjIzOS41NTdoLjE2MmwuMjQtLjU1OXYuNjQ4aC4xNTZ6bS0xLjQwNCAwdi0uNzFoLjI4NHYtLjE0NWgtLjcyM3YuMTQ0aC4yODR2LjcxMWguMTU1ek0xMDEuOTI1IDM0LjE0MWMwIDEzLjI1Ny0xMC42MzIgMjQuMDA0LTIzLjc0NyAyNC4wMDRTNTQuNDMxIDQ3LjM5OCA1NC40MzEgMzQuMTQxYzAtMTMuMjU3IDEwLjYzMi0yNC4wMDQgMjMuNzQ3LTI0LjAwNHMyMy43NDcgMTAuNzQ3IDIzLjc0NyAyNC4wMDR6IiBmaWxsPSIjRjc5RjFBIi8+PHBhdGggZD0iTTcyLjYzIDM0LjE0MWMwIDEzLjI1Ny0xMC42MzIgMjQuMDA0LTIzLjc0NyAyNC4wMDRTMjUuMTM2IDQ3LjM5OCAyNS4xMzYgMzQuMTQxYzAtMTMuMjU3IDEwLjYzMi0yNC4wMDQgMjMuNzQ3LTI0LjAwNFM3Mi42MyAyMC44ODQgNzIuNjMgMzQuMTQxeiIgZmlsbD0iI0VBMDAxQiIvPjxwYXRoIGQ9Ik02My41MyAxNS4yNDVhMjQuMDUgMjQuMDUgMCAwIDAtOS4wOTcgMTguODk0IDI0LjA2IDI0LjA2IDAgMCAwIDkuMDk4IDE4LjkgMjQuMDYgMjQuMDYgMCAwIDAgOS4wOTctMTguOSAyNC4wNSAyNC4wNSAwIDAgMC05LjA5Ny0xOC44OTR6IiBmaWxsPSIjRkY1RjAxIi8+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTEwMC45NjggNjkuMTVhLjY1LjY1IDAgMCAwLS40NjEuMTg3LjYzNC42MzQgMCAwIDAgMCAuOTAyLjY1LjY1IDAgMCAwIDEuMTA1LS40NS42NDUuNjQ1IDAgMCAwLS42NDQtLjY0em0wIDEuMTM3YS40OTIuNDkyIDAgMCAxLS40OTUtLjQ5OC40OTMuNDkzIDAgMSAxIC45ODQgMCAuNTAyLjUwMiAwIDAgMS0uMTQzLjM1Mi40ODMuNDgzIDAgMCAxLS4zNDYuMTQ2em0uMDM3LS43OThoLS4yNzJ2LjU5NGguMTI2di0uMjIyaC4wNThsLjE3OC4yMjJoLjE1bC0uMTkyLS4yMjRhLjIzNC4yMzQgMCAwIDAgLjE0LS4wNTkuMTY0LjE2NCAwIDAgMCAuMDQ4LS4xMjEuMTcxLjE3MSAwIDAgMC0uMDYxLS4xMzguMjcxLjI3MSAwIDAgMC0uMTc1LS4wNTJ6bS0uMDAxLjExMmMuMDMzIDAgLjA2LjAwNi4wNzkuMDIuMDIuMDEzLjAyOS4wMzIuMDMuMDU4LS4wMDEuMDI3LS4wMS4wNDctLjAzLjA2YS4xMzcuMTM3IDAgMCAxLS4wOC4wMmgtLjE0NFY2OS42aC4xNDV6TTMwLjQxOSA3MC4wMkgyOS4wN3YtNi4zNDVoMS4zMjF2Ljc3NHMxLjE2LS45NDUgMS44NS0uOTM0YzEuMzQuMDIzIDIuMTQgMS4xNzMgMi4xNCAxLjE3M3MuNjUtMS4xNzMgMi4xMTQtMS4xNzNjMi4xNjYgMCAyLjQ4MyAyIDIuNDgzIDJ2NC40NzhoLTEuMjk0di0zLjk0NXMuMDA0LTEuMi0xLjQtMS4yYy0xLjQ1NCAwLTEuNTg2IDEuMi0xLjU4NiAxLjJ2My45NDVoLTEuMzQ3di0zLjk3MnMtLjEzLTEuMjUzLTEuMzQ4LTEuMjUzYy0xLjU4MiAwLTEuNjEyIDEuMjgtMS42MTIgMS4yOGwuMDI3IDMuOTcyek03MS4zOTggNjMuNTE1Yy0uNjg5LS4wMTItMS44NDkuOTMzLTEuODQ5LjkzM3YtLjc3MmgtMS4zMjJ2Ni4zNDNoMS4zNDhsLS4wMjYtMy45NzFzLjAzLTEuMjc3IDEuNjEyLTEuMjc3Yy4yOTQgMCAuNTIyLjA3Mi43MDIuMTgydi0uMDA1bC40NC0xLjIzNWEyLjQwMiAyLjQwMiAwIDAgMC0uOTA1LS4xOTh6TTkwLjM4IDYzLjUxNWMtLjY4OS0uMDEyLTEuODQ5LjkzMy0xLjg0OS45MzN2LS43NzJIODcuMjF2Ni4zNDNoMS4zNDhsLS4wMjYtMy45NzFzLjAzLTEuMjc3IDEuNjEyLTEuMjc3Yy4yOTQgMCAuNTIyLjA3Mi43MDMuMTgydi0uMDA1bC40MzktMS4yMzVhMi40MDIgMi40MDIgMCAwIDAtLjkwNC0uMTk4ek00My4zMzcgNjMuNDg5Yy0yLjAxNyAwLTMuMDg0IDEuODI4LTMuMDkgMy4zNTYtLjAwNSAxLjU2NiAxLjIxNSAzLjM3MiAzLjE0NiAzLjM3MiAxLjEyNyAwIDIuMDUzLS44MzkgMi4wNTMtLjgzOWwtLjAwMy42NDdoMS4zMjd2LTYuMzUxaC0xLjMzMnYuOHMtLjg2OS0uOTg1LTIuMTAxLS45ODV6bS4yNTggMS4yOTJjMS4wODMgMCAxLjk2My45NTEgMS45NjMgMi4xMjIgMCAxLjE3LS44OCAyLjExNi0xLjk2MyAyLjExNi0xLjA4NCAwLTEuOTU4LS45NDYtMS45NTgtMi4xMTYgMC0xLjE3Ljg3NC0yLjEyMiAxLjk1OC0yLjEyMnpNODIuMDE5IDYzLjQ4OWMtMi4wMTcgMC0zLjA4NCAxLjgyOC0zLjA5IDMuMzU2LS4wMDUgMS41NjYgMS4yMTUgMy4zNzIgMy4xNDYgMy4zNzIgMS4xMjcgMCAyLjA1My0uODM5IDIuMDUzLS44MzlsLS4wMDMuNjQ3aDEuMzI2di02LjM1MWgtMS4zM3YuOHMtLjg3LS45ODUtMi4xMDItLjk4NXptLjI1OCAxLjI5MmMxLjA4MyAwIDEuOTYzLjk1MSAxLjk2MyAyLjEyMiAwIDEuMTctLjg4IDIuMTE2LTEuOTYzIDIuMTE2LTEuMDg0IDAtMS45NTgtLjk0Ni0xLjk1OC0yLjExNiAwLTEuMTcuODc0LTIuMTIyIDEuOTU4LTIuMTIyek05NC43NTQgNjMuNDg5Yy0yLjAxNyAwLTMuMDg0IDEuODI4LTMuMDkgMy4zNTYtLjAwNSAxLjU2NiAxLjIxNiAzLjM3MiAzLjE0NyAzLjM3MiAxLjEyNiAwIDIuMDUyLS44MzkgMi4wNTItLjgzOWwtLjAwMi42NDdoMS4zMjZ2LTguODU4aC0xLjMzMXYzLjMwN3MtLjg3LS45ODUtMi4xMDItLjk4NXptLjI1OCAxLjI5MmMxLjA4NCAwIDEuOTYzLjk1MSAxLjk2MyAyLjEyMiAwIDEuMTctLjg4IDIuMTE2LTEuOTYzIDIuMTE2LTEuMDgzIDAtMS45NTgtLjk0Ni0xLjk1OC0yLjExNiAwLTEuMTcuODc1LTIuMTIyIDEuOTU4LTIuMTIyek01MC44MTcgNzAuMjMzYy0xLjM3NCAwLTIuNjQzLS44NTMtMi42NDMtLjg1M2wuNTgyLS45MDZzMS4yLjU2IDIuMDYuNTZjLjU2IDAgMS40OTUtLjE4MyAxLjUwNy0uNzQ3LjAxMi0uNTk2LTEuNTczLS43NzMtMS41NzMtLjc3M3MtMi4zNjQtLjAzMi0yLjM2NC0yYzAtMS4yMzYgMS4xOC0yLjAyNSAyLjY5NS0yLjAyNS44NzUgMCAyLjUxLjc3MyAyLjUxLjc3M2wtLjY2IDEuMDRzLTEuMjYzLS41MS0xLjkzLS41MzRjLS41NjItLjAyLTEuMjQxLjI1Mi0xLjI0MS43NDcgMCAxLjM0NSAzLjkzNy0uMTA1IDMuOTM3IDIuNjEyIDAgMS43ODMtMS42MDQgMi4xMDYtMi44OCAyLjEwNnpNNTUuODg1IDYxLjgzNnYxLjg0NWgtMS4xNzN2MS4zMzVoMS4xNzN2My4xOXMtLjEwNCAyLjE1NyAyLjE5NSAyLjE1N2MuNjM2IDAgMS44OC0uNDc0IDEuODgtLjQ3NGwtLjUzMS0xLjM4NnMtLjQ5NS40MjYtMS4wNTQuNDExYy0xLjA2My0uMDI3LTEuMDMzLS43MTQtMS4wMzMtLjcxNHYtMy4xODRoMi4xOVY2My42OGgtMi4xOXYtMS44NDVoLTEuNDU3ek02My44NjYgNjMuNTY3Yy0yLjE2MiAwLTMuMjQyIDEuNzk3LTMuMjM0IDMuMzU2LjAxIDEuNjA0Ljk4NCAzLjQxIDMuMzY0IDMuNDEgMS4wMTggMCAyLjQ0OC0uOTAzIDIuNDQ4LS45MDNsLS42MTUtMS4wNzlzLS45NzYuNjk5LTEuODMzLjY5OWMtMS43MTggMC0xLjgzLTEuNjk0LTEuODMtMS42OTRoNC41OTlzLjM0My0zLjc5LTIuODk5LTMuNzl6bS0uMTk2IDEuMjQ1Yy4wNTEtLjAwMi4xMDYgMCAuMTYgMCAxLjYxOCAwIDEuNjA3IDEuNTQzIDEuNjA3IDEuNTQzaC0zLjI3cy0uMDc4LTEuNDUyIDEuNTAzLTEuNTQzek03Ny41NDMgNjguMzM1bC42MTYgMS4yNDRzLS45NzcuNjQxLTIuMDc0LjY0MWMtMi4yNyAwLTMuNTMtMS43MjQtMy41My0zLjM1NSAwLTIuNTY0IDIuMDA1LTMuMzE4IDMuMzYyLTMuMzE4IDEuMjMyIDAgMi4yOTguNzE3IDIuMjk4LjcxN2wtLjY5MSAxLjI0NHMtLjQyLS42Ni0xLjY0NC0uNjZjLTEuMjIzIDAtMS44NjkgMS4wNjQtMS44NjkgMi4wNzMgMCAxLjEzMi43NTIgMi4wOTMgMS44ODcgMi4wOTMuODkxIDAgMS42NDUtLjY3OSAxLjY0NS0uNjc5eiIvPjwvZz48L2c+PC9zdmc+)}.wc-block-checkout__payment-method div#square-credit-card .card-type-amex #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMzYzAgMi4zNTYtMS45MSA0LjI2Ny00LjI2OCA0LjI2N0g0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzNWNC4yNjVDMCAxLjkxIDEuOTEgMCA0LjI2NiAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjY1djcxLjQ2OHoiIGZpbGw9IiMwMDc4QTkiLz48cGF0aCBkPSJNMzkuNzE0IDM4LjEzN3YtMS4yOGwtLjYxMiAxLjI4aC01LjNsLS42NjYtMS4zNzN2MS4zNzNIMjMuMjNsLTEuMTctMi43N2gtMS45ODVsLTEuMjQgMi43N0gxMy43di04LjM2M2wzLjc2NC04LjUxOGg3LjIxbDEuMDEyIDIuNDE0di0yLjM5Nmg4LjgxNmwxLjk0IDQuMDY0IDEuODk2LTQuMDgySDY2LjE3czEuNDYtLjAyIDIuNDIuNjU2bC0uMDA2LS42NTZoNy4wMTJ2LjkyM3MxLjI2Mi0uOTI0IDMuMTI2LS45MjRoMTIuMzczbDEuMDg2IDIuNDV2LTIuNDVoNy45M2wxLjQ0IDIuNDV2LTIuNDVoNy41OHYxNi44OThoLTcuNzg4bC0xLjgzLTIuOTQ2djIuOTNoLTkuNjhsLTEuMzYtMy4wMThoLTEuODk3TDg1LjMgMzguMTM4aC01Ljg2cy0yLjE4NC0uMDI3LTMuODIyLTEuMnYxLjJINjMuOTU2di0zLjk0MmMwLS41NzItLjQzOC0uNTMyLS40MzgtLjUzMmgtLjQyN3Y0LjQ3NUgzOS43MTV6TTMzLjg5NCA0MS43OTZoMTUuMzIzTDUxLjQzIDQ0LjNsMi4yNjItMi41MDRoMTEuNzhzMS4xMDcuMDI4IDIuMTU4LjU5di0uNTloMTAuNDljMS4zMzMgMCAyLjQ1LjY2NiAyLjQ1LjY2NnYtLjY2NmgxMy40ODZ2LjYxNHMuOTYtLjYxNCAyLjI1Mi0uNjE0aDguNzg2di42MTRzMS4xMDYtLjYxNCAyLjI3Ni0uNjE0aDYuODk4VjU3Ljcycy0uOTA3IDEuMDI2LTIuNzgzIDEuMDI2aC05LjA5NXYtLjUwNnMtLjg2NC41MDYtMi4xODQuNTA2aC0yNC4xNlY1NC42M2MwLS40MDQtLjE3NS0uNDc4LS41MzUtLjQ3OGgtLjMzdjQuNTk0aC03LjU1VjU0LjE4cy0uODM4LjQ1LTIuMjM2LjQ1SDYyLjY4djQuMTE2SDUzLjM3bC0yLjExNi0yLjU4My0yLjI2NSAyLjU4M0gzMy44OTV2LTE2Ljk1eiIgZmlsbD0iI0ZGRiIvPjxwYXRoIGZpbGw9IiMwMDc4QTkiIGQ9Ik04Mi4xOSA0NC4zMzhoOS42MTd2Mi41OGgtNi42NzN2Mi4yNDdoNi40ODV2Mi4yNzNoLTYuNDg2djIuMzY1aDYuNjczdjIuNTE1SDgyLjE5TTExMC4zODUgNDkuMDA2YzMuNjEzLjE4NCAzLjkxNiAxLjk5IDMuOTE2IDMuOTE2IDAgMi4yNDQtMS44NDUgMy40NS0zLjc3IDMuNDVoLTYuMTc4di0yLjU3aDQuODEzYy44MTYgMCAyLjAzMyAwIDIuMDMzLTEuMTQ4IDAtLjU0Ny0uMjE0LS44OTYtMS4wODMtLjk4Ny0uMzg3LS4wNTYtMS44MTUtLjEzNS0yLjAzMy0uMTQtMy4yNjUtLjA4NS00LjAyNS0xLjcxLTQuMDI1LTMuNjg3IDAtMi4yNDYgMS41NzgtMy40NzUgMy41MDYtMy40NzVoNi4xNzd2Mi41NjdoLTQuNTJjLTEuMDMuMDEtMi4xNC0uMTItMi4xNCAxLjA0IDAgLjczNi41NDguODg0IDEuMjQzLjk1LjI0LjAwMiAxLjg0Ni4wODYgMi4wNjIuMDg0ek05OS4zMSA0OS4wMDZjMy42MTQuMTg0IDMuOTE4IDEuOTkgMy45MTggMy45MTYgMCAyLjI0NC0xLjg0NCAzLjQ1LTMuNzcgMy40NUg5My4yOHYtMi41N2g0LjgxM2MuODE1IDAgMi4wMzMgMCAyLjAzMy0xLjE0OCAwLS41NDctLjIxNi0uODk2LTEuMDg0LS45ODctLjM4Ny0uMDU2LTEuODE4LS4xMzUtMi4wMy0uMTQtMy4yNy0uMDg1LTQuMDI1LTEuNzEtNC4wMjUtMy42ODcgMC0yLjI0NiAxLjU3Ni0zLjQ3NSAzLjUwMi0zLjQ3NWg2LjE3NnYyLjU2N2gtNC41MmMtMS4wMy4wMS0yLjE0LS4xMi0yLjE0IDEuMDQgMCAuNzM2LjU1Ljg4NCAxLjI0Ni45NS4yNC4wMDIgMS44NDQuMDg2IDIuMDU3LjA4NHpNNjQuNDMzIDQ0LjM2M0g1NC4xMWwtMy4zNyAzLjcxOC0zLjI2Mi0zLjc0MkgzNS44ODV2MTEuOThoMTEuMjE4bDMuNTMtMy45NTcgMy40NSAzLjk4N2g1LjY0NFY1Mi4yOGgzLjk1NmMxLjUyNSAwIDQuMzA4LS4wNTMgNC4zMDgtNC4yNTIgMC0yLjk5Ny0yLjExMi0zLjY2NS0zLjU1Ny0zLjY2NXptLTE4Ljg2NiA5LjQ0aC02Ljc4M3YtMi4zNjVoNi40ODh2LTIuMjcyaC02LjQ4OHYtMi4yNDhsNy4xNTQuMDE2IDIuODYzIDMuMjYtMy4yMzMgMy42MXptMTEuMjQzIDEuMzlsLTQuMjI1LTUgNC4yMjUtNC42OHY5LjY4em02LjYzMi01LjM4MmgtMy42NjR2LTIuODc1aDMuNjc2YzEuMjMgMCAxLjYyLjc5IDEuNjIgMS4zNzcgMCAuODAzLS40MyAxLjUtMS42MzIgMS41ek03OC42NDIgNTAuODljMS42MDYtLjgwMiAyLjAzMy0xLjg3MiAyLjAzMy0zLjMxNyAwLTIuNTY1LTIuMDg1LTMuMjA3LTMuNTMtMy4yMDdoLTcuNjQ3djExLjk4aDIuOTQyVjUyLjEyaDMuODVjMS4wMTggMCAxLjQxOCAxLjAxNiAxLjQ0MyAyLjAzMmwuMDc4IDIuMTk0aDIuODY1bC0uMTA3LTIuNDYyYzAtMS45MjctLjUzMy0yLjgzNS0xLjkyNi0yLjk5NXptLTIuNTQtMS4yNEg3Mi40NHYtMi43MTZoMy42NzRjMS4yMyAwIDEuNjE4Ljc5IDEuNjE4IDEuMzc3IDAgLjgwMy0uNDI1IDEuMzQtMS42MyAxLjM0ek03MC42NzUgMjMuNjU0aDIuOTQyVjM1LjY1aC0yLjk0MnpNNDYuNTk2IDIzLjY3aDkuNjEzdjIuNTc4aC02LjY3MnYyLjI0OGg2LjQ4M3YyLjI3M0g0OS41NHYyLjM2NGg2LjY3djIuNTE1aC05LjYxMk02Ny4xMDIgMzAuMTkyYzEuNjA2LS44IDIuMDMzLTEuODcyIDIuMDMzLTMuMzE2IDAtMi41NjctMi4wODctMy4yMDctMy41My0zLjIwN2gtNy42NXYxMS45OGgyLjk0MnYtNC4yMjdoMy44NWMxLjAxOCAwIDEuNDIgMS4wMTUgMS40NDYgMi4wM2wuMDggMi4xOTVoMi44NjJsLS4xMDYtMi40NjJjLS4wMDItMS45MjMtLjUzOC0yLjgzMi0xLjkyOC0yLjk5NHptLTIuNTQyLTEuMjRoLTMuNjYzdi0yLjcxNGgzLjY3OGMxLjIyOCAwIDEuNjE4Ljc5IDEuNjE4IDEuMzc3IDAgLjgwMy0uNDMgMS4zMzctMS42MzMgMS4zMzd6TTM5LjgxIDIzLjY3bC0zLjYxIDguMDM1LTMuNTk3LTguMDM2aC00LjYxdjExLjUzN0wyMi44NTYgMjMuNjdoLTMuODkzbC01LjI0MiAxMS45OGgzLjEwM2wxLjE0OC0yLjY3Nmg1Ljg3bDEuMTY1IDIuNjc1aDUuOTIydi04Ljg5NGwzLjkzMyA4Ljg5M2gyLjY3NWw0LjAyNC04Ljc0N3Y4Ljc0NmgyLjk0VjIzLjY3aC00LjY5em0tMjAuNzI0IDYuNzJsMS43NTUtNC4xODggMS44MjggNC4xODhoLTMuNTgyek0xMDMuOTcgMjMuNjYzdjguMjk1bC00Ljk2LTguMjk1aC00LjM0N3YxMS4yNUw4OS42NSAyMy42N0g4NS43NmwtNC4wNTIgOS4yOHMtMS43MTIgMC0xLjg4Ni0uMDQzYy0uNzA3LS4xNDYtMS44MTUtLjY0Ni0xLjgzLTIuNzZ2LS44NjhjMC0yLjgxIDEuNTI1LTMuMDE1IDMuNDgtMy4wMTVoMS44MTZ2LTIuNjAzaC0zLjg0Yy0xLjM0IDAtNC4yNSAxLjAyLTQuMzQ3IDUuOTQtLjA2OCAzLjMxNyAxLjM3NyA2LjA1MiA0LjY0IDYuMDUyaDMuODc4bDEuMTQ4LTIuNjc1aDUuODdsMS4xNjQgMi42NzRoNS44MDRWMjYuODhsNS4yOTQgOC43NzRoNC4wMTJ2LTExLjk5aC0yLjk0em0tMTguMDY4IDYuNzMzbDEuNzUyLTQuMTg4IDEuODQ2IDQuMTg4aC0zLjU5OHoiLz48L3N2Zz4=)}.wc-block-checkout__payment-method div#square-credit-card .card-type-diners-club #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTctMS45MSA0LjI2OC00LjI2OCA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzJWNC4yNjdDMCAxLjkwNyAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QzEyNi4wOSAwIDEyOCAxLjkwOCAxMjggNC4yNjd2NzEuNDY1eiIgZmlsbD0iIzA4NEU5NCIvPjxwYXRoIGQ9Ik02Ny4wNiA0My42MzRjNy4yMzQuMDM1IDEzLjgzNS01Ljg5NiAxMy44MzUtMTMuMTE1IDAtNy44OTMtNi42LTEzLjM0OC0xMy44MzQtMTMuMzQ0aC02LjIyNWMtNy4zMTctLjAwNC0xMy4zNDIgNS40NTItMTMuMzQyIDEzLjM0MyAwIDcuMjE4IDYuMDI0IDEzLjE1IDEzLjM0MiAxMy4xMTRoNi4yMjZ6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTYzLjYxMyAzNy41NDdWMjMuMjE1YzIuODggMS4xMDcgNC45MjUgMy44OTUgNC45MyA3LjE2Ny0uMDA1IDMuMjctMi4wNSA2LjA1Ny00LjkzIDcuMTY1TTUzLjE5IDMwLjM4MmMuMDA1LTMuMjcgMi4wNDgtNi4wNTggNC45MjYtNy4xNjd2MTQuMzNjLTIuODc4LTEuMTEtNC45Mi0zLjg5NC00LjkyNy03LjE2M203LjY3NS0xMi4xMTNjLTYuNjg4IDAtMTIuMTA4IDUuNDIyLTEyLjExIDEyLjExMi4wMDIgNi42ODggNS40MjMgMTIuMTA4IDEyLjExIDEyLjExIDYuNjktLjAwMyAxMi4xMS01LjQyMyAxMi4xMTItMTIuMTEgMC02LjY5LTUuNDItMTIuMTEtMTIuMTEyLTEyLjExMyIgZmlsbD0iIzA4NEU5NCIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0zMy45NiA1Mi42NjNjMCAxLjA3OC43NzIgMS4yMDMgMS40NTYgMS4yMDMgMy4wMiAwIDQuMDE3LTIuMjggNC4wMTctNC4zNjQgMC0yLjYxNi0xLjY4LTQuNTA0LTQuMzgtNC41MDQtLjU3MyAwLS44MzguMDQtMS4wOTIuMDU2djcuNjF6bS0xLjM2OC02LjU2YzAtMS4yNi0uNjU3LTEuMTc1LTEuMjg3LTEuMTg4di0uMzY1Yy41NDYuMDI4IDEuMTA1LjAyOCAxLjY1Mi4wMjguNTg2IDAgMS4zODMtLjAyOCAyLjQyLS4wMjggMy42MiAwIDUuNTk0IDIuNDIgNS41OTQgNC44OTcgMCAxLjM4My0uODEgNC44NjctNS43NiA0Ljg2Ny0uNzE1IDAtMS4zNzItLjAyOC0yLjAzLS4wMjgtLjYzIDAtMS4yNDUuMDE1LTEuODc1LjAyOHYtLjM2M2MuODQtLjA4NCAxLjI0NS0uMTEgMS4yODctMS4wNjN2LTYuNzg0ek00Mi45NTggNDUuNzY4Yy0uMzY0IDAtLjY4Ni0uMzM3LS42ODYtLjcgMC0uMzUyLjMzNy0uNjczLjY4Ni0uNjczLjM2MyAwIC42ODQuMjk1LjY4NC42NzQgMCAuMzc0LS4zMDcuNjk4LS42ODQuNjk4bS0xLjQ5NiA4LjE4M2guMjY1Yy4zOTMgMCAuNjcyIDAgLjY3Mi0uNDYydi0zLjc5YzAtLjYxNi0uMjEtLjctLjczLS45OHYtLjIyNGMuNjU2LS4xOTcgMS40NC0uNDYgMS40OTgtLjUwMi4wOTgtLjA1OC4xOC0uMDczLjI1LS4wNzNzLjEuMDg1LjEuMTk2djUuMzdjMCAuNDY0LjMwNi40NjQuNjk4LjQ2NGguMjR2LjM2M2MtLjQ3OCAwLS45NjgtLjAyOC0xLjQ3LS4wMjgtLjUwNCAwLTEuMDEuMDE1LTEuNTI0LjAyOHYtLjM2MnpNNDUuNzgyIDQ5Ljc4YzAtLjUxNy0uMTU1LS42NTUtLjgxLS45MnYtLjI3Yy42LS4xOTMgMS4xNzUtLjM3NiAxLjg0NS0uNjcuMDQ0IDAgLjA4My4wMy4wODMuMTR2LjkxYy44LS41NzMgMS40ODUtMS4wNSAyLjQyNC0xLjA1IDEuMTg4IDAgMS42MDYuODY3IDEuNjA2IDEuOTZ2My42MDdjMCAuNDYzLjMxLjQ2My43LjQ2M2guMjUzdi4zNjNjLS40OTIgMC0uOTgyLS4wMjgtMS40ODMtLjAyOC0uNTA0IDAtMS4wMDYuMDE1LTEuNTEuMDI4di0uMzYzaC4yNDhjLjM5NCAwIC42NzIgMCAuNjcyLS40NjN2LTMuNjIyYzAtLjc5OC0uNDg2LTEuMTktMS4yODUtMS4xOS0uNDQ2IDAtMS4xNi4zNjQtMS42MjUuNjc0djQuMTM4YzAgLjQ2My4zMTIuNDYzLjcwMi40NjNoLjI1di4zNjRjLS40ODcgMC0uOTc3LS4wMjgtMS40ODItLjAyOC0uNTAyIDAtMS4wMDYuMDE1LTEuNTEuMDI4di0uMzYzaC4yNTNjLjM5IDAgLjY3IDAgLjY3LS40NjJWNDkuNzh6TTU1LjQyMiA1MC4wMDZjLjM1IDAgLjM5LS4xODMuMzktLjM1IDAtLjcxNS0uNDMyLTEuMjg3LTEuMjE1LTEuMjg3LS44NTQgMC0xLjQ0LjYzLTEuNjA4IDEuNjM2aDIuNDMyem0tMi40NzYuNDQ3Yy0uMDI4LjEyNy0uMDI4LjMzNSAwIC44MTIuMDgzIDEuMzMuOTM4IDIuNDIgMi4wNTUgMi40Mi43NzIgMCAxLjM3NC0uNDIgMS44OS0uOTM2bC4xOTYuMTkzYy0uNjQ0Ljg1NC0xLjQ0IDEuNTgtMi41ODcgMS41OC0yLjIyNiAwLTIuNjc0LTIuMTU0LTIuNjc0LTMuMDUgMC0yLjc0MiAxLjg0Ni0zLjU1NCAyLjgyNi0zLjU1NCAxLjEzNCAwIDIuMzUyLjcxNCAyLjM2MyAyLjE5NyAwIC4wODQgMCAuMTY3LS4wMTIuMjUybC0uMTI3LjA4MmgtMy45M3pNNTcuMzQgNTMuOTVoLjM3NmMuMzkgMCAuNjcyIDAgLjY3Mi0uNDYydi0zLjkzYzAtLjQzNC0uNTE3LS41Mi0uNzI4LS42M3YtLjIxYzEuMDItLjQzNCAxLjU4LS44IDEuNzA4LS44LjA4IDAgLjEyMy4wNDUuMTIzLjE4NnYxLjI2aC4wM2MuMzUtLjU0Ny45MzgtMS40NDQgMS43OS0xLjQ0NC4zNTIgMCAuNzk4LjIzNy43OTguNzQyIDAgLjM3OC0uMjY1LjcxNC0uNjU3LjcxNC0uNDM0IDAtLjQzNC0uMzM2LS45MjQtLjMzNi0uMjM3IDAtMS4wMi4zMjMtMS4wMiAxLjE2MnYzLjI4NmMwIC40NjMuMjguNDYzLjY3Mi40NjNoLjc4di4zNjRjLS43NjgtLjAxNC0xLjM1NC0uMDI4LTEuOTU2LS4wMjgtLjU3NCAwLTEuMTYuMDE1LTEuNjY0LjAyOHYtLjM2M3pNNjIuNzI1IDUyLjM3Yy4xOC45MjMuNzQgMS43MDcgMS43NjIgMS43MDcuODI1IDAgMS4xMzItLjUwNCAxLjEzMi0uOTk0IDAtMS42NS0zLjA0OC0xLjExOC0zLjA0OC0zLjM3IDAtLjc4NS42MjgtMS43OTMgMi4xNjgtMS43OTMuNDQ2IDAgMS4wNDcuMTI3IDEuNTk1LjQwN2wuMDk4IDEuNDI1aC0uMzIzYy0uMTQtLjg4LS42My0xLjM4Mi0xLjUyNC0xLjM4Mi0uNTYgMC0xLjA5LjMyLTEuMDkuOTIzIDAgMS42MzcgMy4yNDQgMS4xMzIgMy4yNDQgMy4zMjcgMCAuOTI1LS43NCAxLjkwMy0yLjQwNSAxLjkwMy0uNTYgMC0xLjIxOC0uMTk1LTEuNzA2LS40NzVsLS4xNTQtMS42MDguMjUtLjA3ek03OS4zNyA0Ny4wOGgtLjM1Yy0uMjY2LTEuNjM2LTEuNDI4LTIuMjkzLTIuOTk0LTIuMjkzLTEuNjA4IDAtMy45NDYgMS4wNzYtMy45NDYgNC40MzUgMCAyLjgyNiAyLjAxOCA0Ljg1NSA0LjE3IDQuODU1IDEuMzg1IDAgMi41MzMtLjk1IDIuODE0LTIuNDJsLjMyLjA4Mi0uMzIgMi4wNDJjLS41OS4zNjQtMi4xNy43NC0zLjA5NC43NC0zLjI3MiAwLTUuMzQyLTIuMTEtNS4zNDItNS4yNiAwLTIuODY3IDIuNTYtNC45MjMgNS4zLTQuOTIzIDEuMTMzIDAgMi4yMjUuMzYzIDMuMzAzLjc0bC4xNCAyek03OS44NzUgNTMuOTVoLjI2NmMuMzk0IDAgLjY3MyAwIC42NzMtLjQ2MnYtNy43OWMwLS45MS0uMjEtLjkzOC0uNzQ0LTEuMDkzdi0uMjIzYy41Ni0uMTgyIDEuMTUtLjQzMyAxLjQ0Mi0uNjAzLjE1LS4wODQuMjY2LS4xNTQuMzA3LS4xNTQuMDgzIDAgLjExLjA4NC4xMS4xOTV2OS42NjdjMCAuNDYzLjMxLjQ2My43MDIuNDYzaC4yMzV2LjM2M2MtLjQ3NSAwLS45NjUtLjAyOC0xLjQ2Ny0uMDI4LS41MDUgMC0xLjAwNy4wMTUtMS41MjUuMDI4di0uMzYyek04OC44NTYgNTMuNTQ1YzAgLjI1My4xNTMuMjY1LjM5LjI2NS4xNyAwIC4zNzgtLjAxMi41NjItLjAxMnYuMjkzYy0uNjAzLjA1Ny0xLjc1LjM1LTIuMDE2LjQzNGwtLjA3LS4wNDJWNTMuMzVjLS44MzguNjg2LTEuNDgyIDEuMTc0LTIuNDc3IDEuMTc0LS43NTYgMC0xLjU0LS40ODgtMS41NC0xLjY2M1Y0OS4yOGMwLS4zNjItLjA1My0uNzEzLS44MzYtLjc4MnYtLjI2NmMuNS0uMDE1IDEuNjItLjA5OCAxLjgwMy0uMDk4LjE1NSAwIC4xNTUuMDk4LjE1NS40MDR2My42MWMwIC40MiAwIDEuNjIyIDEuMjE2IDEuNjIyLjQ3NSAwIDEuMTA0LS4zNjQgMS42OTItLjg1M1Y0OS4xNWMwLS4yNzgtLjY3Mi0uNDMyLTEuMTc0LS41N3YtLjI1NGMxLjI1OC0uMDg0IDIuMDQtLjE5NSAyLjE4LS4xOTUuMTE0IDAgLjExNC4xLjExNC4yNTR2NS4xNnpNOTEuNjQgNTIuNzMzYzAgLjUzLjUwNCAxLjQyOCAxLjQ0IDEuNDI4IDEuNSAwIDIuMTI1LTEuNDcgMi4xMjUtMi43MTUgMC0xLjUxLTEuMTQ2LTIuNzctMi4yMzYtMi43Ny0uNTIgMC0uOTUyLjMzNy0xLjMzLjY2djMuMzk4em0wLTMuODA1Yy41Ni0uNDc2IDEuMzE0LTEuMDA4IDIuMDg0LTEuMDA4IDEuNjIzIDAgMi42MDIgMS40MTUgMi42MDIgMi45MzggMCAxLjgzMi0xLjM0NCAzLjY2NS0zLjM0MyAzLjY2NS0xLjAzNiAwLTEuNTgtLjMzNi0xLjk0NS0uNDg4bC0uNDIuMzItLjI5Mi0uMTUyYy4xMjQtLjgyNS4xOTUtMS42MzcuMTk1LTIuNDl2LTYuMDE1YzAtLjkxLS4yMS0uOTM4LS43NC0xLjA5M3YtLjIyM2MuNTYtLjE4MiAxLjE0Ni0uNDMzIDEuNDQtLjYwMy4xNTQtLjA4NC4yNjQtLjE1NC4zMS0uMTU0LjA4NCAwIC4xMS4wODQuMTEuMTk1djUuMTA4ek0zMS4yODggNjIuNDQ4aC4xMDhjLjI3MiAwIC41NjItLjAzOC41NjItLjQzNXYtMy45ODZjMC0uMzk2LS4yOS0uNDM2LS41NjItLjQzNmgtLjEwOHYtLjIyN2MuMyAwIC43NTYuMDMgMS4xMy4wMy4zOCAwIC44MzYtLjAzIDEuMTkyLS4wM3YuMjI4aC0uMTA1Yy0uMjczIDAtLjU2NC4wNC0uNTY0LjQzN3YzLjk4NmMwIC4zOTYuMjkyLjQzNS41NjUuNDM1aC4xMDV2LjIzYy0uMzY0IDAtLjgyLS4wMzItMS4yMDItLjAzMi0uMzcyIDAtLjgyLjAzLTEuMTIuMDN2LS4yMjh6Ii8+PHBhdGggZD0iTTMzLjU3OCA2Mi42NDR2LS4xNjJoLS4wNzNjLS4yNyAwLS41OTYtLjA0Ni0uNTk4LS40Njh2LTMuOTg2Yy4wMDItLjQyLjMyNi0uNDY4LjU5OC0uNDY4aC4wNzN2LS4xNjNjLS4zNTMgMC0uNzkuMDMtMS4xNi4wMy0uMzYyIDAtLjgtLjAzLTEuMDk2LS4wM3YuMTYzaC4wNzJjLjI3MyAwIC41OTYuMDQ3LjU5Ni40Njh2My45ODZjMCAuNDIyLS4zMjMuNDY4LS41OTYuNDY4aC0uMDcydi4xNjJjLjI5NS0uMDAyLjcyNi0uMDMgMS4wODYtLjAzLjM3IDAgLjgxMi4wMyAxLjE3LjAzbS4wMzIuMDY0Yy0uMzY2IDAtLjgyLS4wMjgtMS4yMDItLjAyOC0uMzcyIDAtLjgxOC4wMjgtMS4xMi4wMjhoLS4wM1Y2Mi40MTVoLjEzNmMuMjc4LS4wMDYuNTI3LS4wMjcuNTMtLjRWNTguMDNjLS4wMDMtLjM3NS0uMjUyLS4zOTctLjUzLS40MDNoLS4xMzhWNTcuMzNoLjAzYy4zMDMgMCAuNzU3LjAzIDEuMTMuMDMuMzggMCAuODM1LS4wMyAxLjE5My0uMDNoLjAzM1Y1Ny42MjRoLS4xMzhjLS4yNzUuMDA3LS41My4wMy0uNTMuNDAzdjMuOTg2YzAgLjM3My4yNTUuMzk1LjUzLjRoLjE0VjYyLjcwN2gtLjAzNXpNMzguODQgNjEuMTc3bC4wMTUtLjAxNnYtMi44NTNjMC0uNjI0LS40MzMtLjcxNi0uNjYyLS43MTZoLS4xNjd2LS4yMjdjLjM1NiAwIC43MDcuMDMgMS4wNjYuMDMuMzEgMCAuNjI0LS4wMy45MzUtLjAzdi4yMjhoLS4xMTNjLS4zMiAwLS42NzguMDYyLS42NzguOTY4djMuNDY0YzAgLjI2Ny4wMDguNTMuMDQ2Ljc3aC0uMjlsLTMuOTItNC4zN3YzLjEzNmMwIC42NjMuMTMuODkuNzE2Ljg5aC4xM3YuMjNjLS4zMjcgMC0uNjU0LS4wMy0uOTgzLS4wMy0uMzQgMC0uNjkuMDMtMS4wMzQuMDN2LS4yM2guMTA4Yy41MjUgMCAuNjg0LS4zNTYuNjg0LS45NjZ2LTMuMjA1YzAtLjQyNS0uMzUtLjY4NS0uNjktLjY4NWgtLjF2LS4yMjhjLjI4OCAwIC41ODUuMDMuODcyLjAzLjIzIDAgLjQ1LS4wMy42OC0uMDNsMy4zODcgMy44MTN6Ii8+PHBhdGggZD0iTTM4LjgyNCA2MS4xNmwtLjAwOC0uMDA4LjAwOC4wMXptLjAxNy4wMTdsLjAyNS0uMDIyLS4wMjQuMDIyem0uMTUyIDEuNThoLjI1M2MtLjAzNi0uMjMtLjA0Mi0uNDgtLjA0Mi0uNzM0di0zLjQ2NWMwLS45MS4zODMtLjk5OC43MS0uOTk4aC4wOHYtLjE2M2MtLjI5OCAwLS42LjAzLS45LjAzLS4zNSAwLS42OS0uMDMtMS4wMzMtLjAzdi4xNjNoLjEzM2MuMjMzIDAgLjY5Ni4xMDQuNjk2Ljc1bC0uMDEyIDIuODc2LS4wMTYuMDE0LS4wMjUuMDI0LTMuMzg1LTMuODI4Yy0uMjI2IDAtLjQ0Ni4wMy0uNjguMDMtLjI3NyAwLS41NjQtLjAzLS44NC0uMDN2LjE2M2guMDY2Yy4zNTYgMCAuNzI2LjI3LjcyNi43MTZ2My4yMDVjMCAuNjEtLjE3IDEtLjcxOCAxLjAwMmwtLjA3My0uMDAydi4xNjNjLjMzLS4wMDIuNjctLjAzIDEtLjAzLjMyIDAgLjYzNi4wMjguOTUuMDN2LS4xNmgtLjA5N2MtLjU5OC0uMDAzLS43NDctLjI2My0uNzQ3LS45MjZ2LTMuMjIybDMuOTUyIDQuNDIyem0uMjkuMDY2bC0uMzE0LS4wMS0zLjg2NC00LjMwN3YzLjA1Yy4wMS42NjQuMTEuODUuNjg0Ljg1OGguMTYzVjYyLjcwOGgtLjAzMmMtLjMzIDAtLjY1Ni0uMDI4LS45ODMtLjAyOC0uMzQgMC0uNjkuMDI4LTEuMDM0LjAyOGgtLjAzM1Y2Mi40MTRIMzQuMDFjLjUwMy0uMDAzLjY0Ni0uMzI0LjY1NC0uOTMzdi0zLjIwNGMtLjAwMi0uNDA0LS4zMzctLjY1LS42NjItLjY1aC0uMTM0VjU3LjMzMmguMDM0Yy4yOSAwIC41ODguMDI3Ljg3My4wMjcuMjI4IDAgLjQ0OC0uMDI4LjcwNS0uMDJsMy4zNDcgMy43N3YtMi44MDJjLS4wMDYtLjYwNy0uNDEtLjY3OC0uNjMyLS42ODRoLS4yVjU3LjMzaC4wMzNjLjM1OCAwIC43MS4wMjggMS4wNjYuMDI4LjMxIDAgLjYyMi0uMDI3LjkzNS0uMDI3aC4wMzRWNTcuNjI0SDM5LjkxNWMtLjMxNS4wMS0uNjM2LjAzNy0uNjQ1LjkzNHYzLjQ2NWMwIC4yNjcuMDA2LjUzLjA0Ljc2MmwuMDEuMDRoLS4wNHpNNDEuMTcgNTcuNzQ0Yy0uNTczIDAtLjU5OC4xMzYtLjcxLjY5MmgtLjIyOGMuMDMtLjIxNC4wNjgtLjQyNi4wOTQtLjY0Ny4wMjgtLjIxNS4wNDQtLjQyNi4wNDQtLjY0N2guMTgyYy4wNjIuMjMuMjUuMjIuNDU4LjIyaDMuOTI3Yy4yMDcgMCAuMzk3LS4wMDcuNDEtLjIzNWwuMTg0LjAzYy0uMDI4LjIwNi0uMDYuNDEtLjA4My42MTYtLjAxNC4yMDYtLjAxNC40MS0uMDE0LjYxNmwtLjIzLjA4NWMtLjAxNS0uMjgtLjA1My0uNzMyLS41NjItLjczMmgtMS4yNDd2NC4wNWMwIC41ODcuMjY4LjY1NC42MzIuNjU0aC4xNDR2LjIzYy0uMjk2IDAtLjgzLS4wMzItMS4yNC0uMDMyLS40NTcgMC0uOTkuMDMtMS4yODYuMDN2LS4yMjhoLjE0NGMuNDIgMCAuNjMyLS4wMzguNjMyLS42NHYtNC4wNjVoLTEuMjV6Ii8+PHBhdGggZD0iTTQ0LjE2OCA2Mi43MDhjLS4zIDAtLjgzLS4wMjgtMS4yNC0uMDI4LS40NTggMC0uOTg4LjAyOC0xLjI4Ny4wMjhoLS4wMzJWNjIuNDE0aC4xNzhjLjQyLS4wMDguNTg4LS4wMTUuNTk4LS42MDR2LTQuMDMzSDQxLjE3di0uMDY1aDEuMjh2NC4xYzAgLjYxLS4yNDYuNjctLjY2NS42NzJoLS4xMXYuMTZjLjMgMCAuODEtLjAzIDEuMjUzLS4wMy4zOTggMCAuOTA2LjAzIDEuMjA3LjAzdi0uMTZoLS4xMWMtLjM3IDAtLjY2NC0uMDktLjY2NC0uNjg4di00LjA4NGgxLjI4MmMuNTA4LjAwMi41NzYuNDM2LjU5Mi43MTdsLjE2NS0uMDZjMC0uMi4wMDItLjM5OC4wMTYtLjYuMDItLjE5NC4wNDgtLjM5LjA3Ny0uNTgzbC0uMTE1LS4wMmMtLjAzNi4yMjItLjI1LjIzMi0uNDQyLjIzSDQwLjk3Yy0uMTc4IDAtLjM3My0uMDA4LS40NC0uMjJoLS4xMjZjLS4wMDIuMjEtLjAyLjQxMy0uMDQ2LjYxNS0uMDIyLjIxLS4wNTYuNDEtLjA4NC42MTJoLjE2Yy4xMDMtLjUzLjE2Ny0uNzAzLjczNy0uNjk0di4wNjVjLS41NjMuMDEyLS41NTIuMTA0LS42NzcuNjY4bC0uMDA0LjAyNkg0MC4xOTJsLjAwNy0uMDRjLjAzLS4yMTQuMDctLjQyNi4wOS0uNjQ3LjAzMy0uMjEuMDQ3LS40MjIuMDQ3LS42NHYtLjAzM2guMjQ0bC4wMDQuMDIzYy4wNTMuMTkyLjE5My4xOTMuMzg3LjE5NmgzLjk2NmMuMjEzLS4wMDQuMzY2LS4wMDcuMzgtLjIwNmwuMDAzLS4wMzUuMDM1LjAwNi4yMTUuMDM0LS4wMDYuMDMyYy0uMDMuMjA1LS4wNi40MS0uMDg0LjYxMy0uMDE0LjIwNC0uMDE0LjQwOC0uMDE0LjYxNHYuMDIzbC0uMDIyLjAxLS4yNy4wOTZ2LS4wNDVjLS4wMjMtLjI4NC0uMDUtLjctLjUzLS43aC0xLjIxN3Y0LjAyYy4wMDYuNTcyLjIzMy42MS41OTguNjE4aC4xNzVWNjIuNzA3aC0uMDMyek00NS43NyA2Mi40NDhoLjExYy4yNzIgMCAuNTYtLjAzOC41Ni0uNDM1di0zLjk4NmMwLS4zOTYtLjI4OC0uNDM2LS41Ni0uNDM2aC0uMTF2LS4yMjdjLjQ2NSAwIDEuMjU4LjAzIDEuODk2LjAzLjY0IDAgMS40MzItLjAzIDEuOTUtLjAzLS4wMTUuMzI1LS4wMDcuODMuMDE2IDEuMTYzbC0uMjMuMDYyYy0uMDM3LS40OTQtLjEyNy0uODktLjkyOC0uODloLTEuMDU3djEuOTkzaC45MDVjLjQ1NiAwIC41NTYtLjI1OC42LS42N2guMjNjLS4wMTYuMy0uMDIzLjU5NS0uMDIzLjg5MiAwIC4yOS4wMDcuNTguMDIuODY4bC0uMjI3LjA0NGMtLjA0Ni0uNDU1LS4wNjctLjc1Mi0uNTk2LS43NTJoLS45MXYxLjc3MmMwIC40OTQuNDQuNDk0LjkyNi40OTQuOTE1IDAgMS4zMTctLjA2IDEuNTQ1LS45MjdsLjIxNS4wNTNjLS4xLjQwNC0uMTkuODA3LS4yNiAxLjIxMi0uNDg3IDAtMS4zNjItLjAzLTIuMDQ2LS4wMy0uNjg4IDAtMS41OS4wMy0yLjAyNy4wM3YtLjIyN3oiLz48cGF0aCBkPSJNNDkuODE0IDYyLjY0M2MuMDY4LS4zODQuMTU1LS43Ny4yNDctMS4xNTJsLS4xNDgtLjAzNmMtLjIzLjg1Mi0uNjcuOTI4LTEuNTY2LjkyMi0uNDggMC0uOTYgMC0uOTYzLS41Mjh2LTEuODA1aC45NDVjLjUzMi0uMDA3LjU4Ni4zMTMuNjI0Ljc0N2wuMTY1LS4wMzVjLS4wMTYtLjI3OC0uMDItLjU2LS4wMi0uODQgMC0uMjg3LjAwNS0uNTcuMDItLjg1OGgtLjE2NWMtLjA0Mi4zOTYtLjE2Ni42NzQtLjYzLjY3aC0uOTR2LTIuMDZoMS4wOWMuNzk0LS4wMDYuOTI0LjQuOTYuODhsLjE2My0uMDQzYy0uMDEyLS4yMTQtLjAyMy0uNDktLjAyMy0uNzQ0IDAtLjEzLjAwMi0uMjU1LjAwNi0uMzYyLS41MTYgMC0xLjI4NS4wMy0xLjkxMy4wMy0uNjI2IDAtMS4zOTYtLjAzLTEuODYtLjAzdi4xNjNoLjA3NGMuMjcgMCAuNTk0LjA0OC41OTYuNDd2My45ODVjLS4wMDIuNDIyLS4zMjcuNDY3LS41OTcuNDdoLS4wNzZ2LjE2Yy40NDQgMCAxLjMyLS4wMyAxLjk5My0uMDMuNjczLS4wMDIgMS41MjcuMDI4IDIuMDE3LjAyOG0uMDMuMDY1Yy0uNDg3IDAtMS4zNjQtLjAzLTIuMDQ2LS4wMy0uNjg4IDAtMS41OS4wMy0yLjAyNy4wM2gtLjAyOFY2Mi40MTVoLjEzOGMuMjc1LS4wMDQuNTI2LS4wMjcuNTI4LS40VjU4LjAzYy0uMDAyLS4zNzItLjI1My0uMzk3LS41MjgtLjQwM2gtLjE0VjU3LjMzNGguMDNjLjQ2NyAwIDEuMjU4LjAyNyAxLjg5Ni4wMjcuNjQgMCAxLjQzMi0uMDI2IDEuOTUtLjAyNmguMDMzdi4wMzRjLS4wMS4xMTQtLjAxLjI1LS4wMS4zOTMgMCAuMjY0LjAxLjU1LjAyMi43Njh2LjAyOGwtLjAyMy4wMDctLjI3LjA3LS4wMDMtLjA0Yy0uMDQ0LS40OTItLjExLS44NTMtLjg5NS0uODU4aC0xLjAyNnYxLjkyN2guODc1Yy40NC0uMDA0LjUxNy0uMjMuNTY4LS42NGwuMDA0LS4wM0g0OS4xODJ2LjAzNWMtLjAxMy4yOTctLjAyMi41OTMtLjAyMi44OSAwIC4yODguMDEuNTc3LjAyLjg2NmwuMDAzLjAyNy0uMDI3LjAwNS0uMjY0LjA1Ni0uMDAyLS4wNGMtLjA1Mi0uNDY2LS4wNTYtLjcxOC0uNTYyLS43MjRoLS44OHYxLjc0YzAgLjQ2Mi40LjQ2Ljg5Ny40NjIuOTE1LS4wMDYgMS4yODQtLjA1IDEuNTEzLS45MDRsLjAwOC0uMDMuMDMuMDA2LjI0NS4wNi0uMDA3LjAzM2MtLjA5OC40LS4xOS44MDYtLjI1NyAxLjIxbC0uMDA3LjAyNGgtLjAyNXpNNTIuMTAyIDU5LjkzNWguMzc1Yy43NjIgMCAxLjE3LS4yODcgMS4xNy0xLjE4NiAwLS42OC0uNDMtMS4xMS0xLjExLTEuMTEtLjIzIDAtLjMyNi4wMi0uNDM1LjAyOHYyLjI2N3ptLS45NzItMS43NjVjMC0uNTU1LS4zMDUtLjU3OC0uNTQyLS41NzhoLS4xMzZ2LS4yMjhjLjI0MyAwIC43MTQuMDMgMS4xOC4wMy40NTcgMCAuODIyLS4wMyAxLjIyNS0uMDMuOTYgMCAxLjgxMy4yNTcgMS44MTMgMS4zNCAwIC42ODQtLjQ1OCAxLjEwMy0xLjA2IDEuMzRsMS4zMDMgMS45NDhjLjIxNC4zMi4zNjUuNDEuNzQuNDU2di4yM2MtLjI1NCAwLS40OTctLjAzMi0uNzQ4LS4wMzItLjIzNSAwLS40OC4wMy0uNzE2LjAzLS41ODctLjc3LTEuMDktMS41OS0xLjU4My0yLjQ2N2gtLjUwNXYxLjYzYzAgLjU4Ni4yNzUuNjA3LjYyNC42MDdoLjEzOHYuMjNjLS40MzMgMC0uODczLS4wMzItMS4zMDgtLjAzMi0uMzY2IDAtLjcyNC4wMy0xLjEwNC4wM3YtLjIyOGguMTM2Yy4yODUgMCAuNTQyLS4xMy41NDItLjQxVjU4LjE3eiIvPjxwYXRoIGQ9Ik01Mi40NzcgNTkuOTAzYy43NTQtLjAwNyAxLjEzMi0uMjcgMS4xNC0xLjE1My0uMDA2LS42NjUtLjQxOC0xLjA3Ny0xLjA4LTEuMDgtLjIwNSAwLS4zMDMuMDItLjQuMDI3djIuMjA2aC4zNHptLS4zNzUuMDY2aC0uMDN2LTIuMzNsLjAyOC0uMDA1Yy4xMDQtLjAwOC4yMDYtLjAyOC40MzctLjAyOC42OTQgMCAxLjE0NS40NSAxLjE0NiAxLjE0NC0uMDAyLjkxLS40NCAxLjIyLTEuMjA2IDEuMjJoLS4zNzV6bTAgLjIwNmguNTIzbC4wMDguMDJjLjQ5Ni44NzQuOTk3IDEuNjk1IDEuNTU3IDIuNDQ4LjIzIDAgLjQ4LS4wMy43MTQtLjAzLjI0MyAwIC40OC4wMjYuNzE2LjAzdi0uMTY3Yy0uMzYtLjA0NC0uNTI2LS4xNS0uNzMzLS40NjdsLTEuMzI0LTEuOTguMDM2LS4wMThjLjU5NS0uMjM0IDEuMDM3LS42NCAxLjAzNy0xLjMwOCAwLTEuMDU4LS44MjItMS4zMDMtMS43OC0xLjMwOC0uNCAwLS43NjcuMDMtMS4yMjMuMDMtLjQ1IDAtLjktLjAzLTEuMTQ4LS4wM3YuMTYzaC4xMDRjLjI0IDAgLjU3NC4wMzcuNTc0LjYxdjMuODY3YzAgLjMwNS0uMjg1LjQ0My0uNTc0LjQ0NGgtLjEwNHYuMTZjLjM2NyAwIC43MTQtLjAyOCAxLjA3LS4wMjguNDI1IDAgLjg1NS4wMyAxLjI3NS4wM3YtLjE2aC0uMTAzYy0uMzQ3LS4wMDItLjY1NS0uMDQzLS42NTUtLjY0NHYtMS42NjNoLjAzem0zLjU1IDIuNTMyYy0uMjU3IDAtLjUtLjAyOC0uNzUtLjAyOC0uMjMgMC0uNDc0LjAyOC0uNzM4LjAxNy0uNTg0LS43NjYtMS4wODUtMS41ODMtMS41NzctMi40NTJoLS40NXYxLjU5NWMuMDA4LjU3LjIzNy41NjcuNTkuNTc1aC4xNzJWNjIuNzFoLS4wMzVjLS40MzUgMC0uODc3LS4wMy0xLjMxLS4wMy0uMzYyIDAtLjcyMi4wMy0xLjEwMy4wM2gtLjAzM1Y2Mi40MTRoLjE2OGMuMjc1LS4wMDIuNTA3LS4xMi41MS0uMzc2di0zLjg3Yy0uMDA3LS41NC0uMjctLjUzNy0uNTEtLjU0NWgtLjE3VjU3LjMzaC4wMzRjLjI0OCAwIC43MTYuMDMgMS4xOC4wMy40NTUgMCAuODItLjAzIDEuMjI1LS4wMy45Ni4wMDMgMS44NDQuMjY3IDEuODQ2IDEuMzc0IDAgLjY4NS0uNDU1IDEuMTE1LTEuMDQgMS4zNTRsMS4yNzcgMS45MTRjLjIxMy4zMTYuMzQ3LjM5Ni43MTcuNDRsLjAyOC4wMDVWNjIuNzA3aC0uMDMzek02MC44MiA2MS4xNzdsLjAxMy0uMDE2di0yLjg1M2MwLS42MjQtLjQzNS0uNzE2LS42NjItLjcxNmgtLjE2NnYtLjIyN2MuMzU2IDAgLjcwNy4wMyAxLjA2Ni4wMy4zMTIgMCAuNjIyLS4wMy45MzctLjAzdi4yMjhoLS4xMTNjLS4zMiAwLS42NzguMDYyLS42NzguOTY4djMuNDY0YzAgLjI2Ny4wMDguNTMuMDQ0Ljc3aC0uMjlsLTMuOTE4LTQuMzd2My4xMzZjMCAuNjYzLjEyOC44OS43MTYuODloLjEzdi4yM2MtLjMyNyAwLS42NTYtLjAzLS45ODMtLjAzLS4zNDMgMC0uNjkzLjAzLTEuMDM0LjAzdi0uMjNoLjEwNWMuNTI4IDAgLjY4OC0uMzU2LjY4OC0uOTY2di0zLjIwNWMwLS40MjUtLjM1LS42ODUtLjY5My0uNjg1aC0uMXYtLjIyOGMuMjg3IDAgLjU4NC4wMy44NzMuMDMuMjI4IDAgLjQ0OC0uMDMuNjc4LS4wM2wzLjM5IDMuODEzeiIvPjxwYXRoIGQ9Ik02MC44IDYxLjE2bC0uMDA3LS4wMDcuMDA2LjAwOHptLjAyLjAxN2wuMDIyLS4wMjItLjAyMy4wMjJ6bS4xNSAxLjU4aC4yNTJjLS4wMzQtLjIyNy0uMDQyLS40OC0uMDQyLS43MzR2LTMuNDY1Yy4wMDItLjkxLjM4Ny0uOTk2LjcxNC0uOTk4aC4wOHYtLjE2M2MtLjMgMC0uNi4wMy0uOTAzLjAzLS4zNSAwLS42ODgtLjAzLTEuMDMtLjAzdi4xNjNoLjEzMmMuMjM1LjAwMi42OTYuMTA0LjY5Ni43NDhsLS4wMTMgMi44NzgtLjAxMi4wMTQtLjAyMy4wMjQtMy4zOS0zLjgyOGMtLjIyNSAwLS40NDUuMDMtLjY3Ny4wMy0uMjggMC0uNTY2LS4wMy0uODQzLS4wM3YuMTYzaC4wNjdjLjM1OCAwIC43MjYuMjcuNzI2LjcxNnYzLjIwNGMwIC42MS0uMTcyIDEtLjcyIDEuMDAyaC0uMDczdi4xNmMuMzMgMCAuNjY3LS4wMyAxLjAwMi0uMDMuMzIgMCAuNjM2LjAzLjk1My4wM3YtLjE2aC0uMDk4Yy0uNiAwLS43NS0uMjYyLS43NTItLjkyNXYtMy4yMmwzLjk1NiA0LjQyem0uMjkuMDY2bC0uMzEzLS4wMS0zLjg2Mi00LjMwN3YzLjA1Yy4wMS42NjQuMTA3Ljg1LjY4NC44NThoLjE2VjYyLjcwOGgtLjAzNGMtLjMyOCAwLS42NTUtLjAzLS45ODItLjAzLS4zNCAwLS42OS4wMy0xLjAzMi4wM2gtLjAzNlY2Mi40MTRINTUuOTg2Yy41MDItLjAwMi42NDctLjMyNC42NTQtLjkzNHYtMy4yMDRjLS4wMDItLjQwNC0uMzM1LS42NS0uNjYtLjY1aC0uMTM0VjU3LjMzaC4wMzZjLjI5IDAgLjU4Ni4wMy44NzMuMDMuMjI2IDAgLjQ0NC0uMDMuNy0uMDJsMy4zNDYgMy43N3YtMi44MDNjMC0uNjA1LS40MDUtLjY4LS42MjctLjY4M2gtLjIwM1Y1Ny4zM2guMDM0Yy4zNTggMCAuNzEuMDMgMS4wNjYuMDMuMzEgMCAuNjIyLS4wMy45MzUtLjAzaC4wMzZWNTcuNjI0SDYxLjg5NmMtLjMxNi4wMS0uNjQuMDM3LS42NDcuOTM0djMuNDY1YzAgLjI2Ny4wMDcuNTMuMDQ0Ljc2M2wuMDA0LjAzOGgtLjAzNnpNNjQuMzQzIDU4LjIxNmgtLjAxNmwtLjcwOCAyLjE1NWgxLjQybC0uNjk3LTIuMTU0em0tMS4xMTMgMy4zN2MtLjA3NS4yNi0uMTcuNDYtLjE3LjU5NiAwIC4yMy4zMi4yNjcuNTcyLjI2N2guMDg2di4yMjhjLS4zMDctLjAyLS42MTgtLjAzLS45MjUtLjAzLS4yNzIgMC0uNTQ0LjAxMi0uODIuMDN2LS4yM2guMDQ3Yy4yOTUgMCAuNTUtLjE3NS42Ni0uNDk1bDEuMjItMy40OTJjLjEtLjI4LjIzNy0uNjYuMjgzLS45NDMuMjQzLS4wODQuNTQ2LS4yMzUuNjktLjMyNy4wMjQtLjAwNi4wNC0uMDE1LjA2LS4wMTUuMDIzIDAgLjA0IDAgLjA1NS4wMjMuMDIyLjA2LjA0NC4xMy4wNy4xOWwxLjQgMy45OGMuMDkuMjY3LjE4Mi41NDYuMjguNzc3LjA5LjIxMy4yNS4zMDMuNTA0LjMwM2guMDQ0di4yM2MtLjM0LS4wMi0uNjg0LS4wMzItMS4wNS0uMDMyLS4zNzIgMC0uNzU0LjAxMy0xLjE0My4wM3YtLjIyOGguMDg1Yy4xNzQgMCAuNDczLS4wMy40NzMtLjIyIDAtLjEtLjA2Ni0uMzA2LS4xNTQtLjU1bC0uMjk2LS44ODJoLTEuNzI3bC0uMjQzLjc5eiIvPjxwYXRoIGQ9Ik02NC4zMSA1OC4yMjdsLjAxOC0uMDA2LS4wMi4wMDd6bS0uNjQ3IDIuMTFoMS4zMzRsLS42NjItMi4wMzgtLjY3MiAyLjAzN3ptLS4wOTIuMDY2bC43My0yLjIyaC4wNDN2LjAzMmwtLjAwOC4wMDIuMDA4LS4wMDJ2LS4wMzNoLjAybC43MjUgMi4yMkg2My41N3ptMS41NTggMi4yNGMuMzc1LS4wMTUuNzQ4LS4wMyAxLjEwOC0uMDMuMzU0IDAgLjY4Ni4wMTYgMS4wMi4wM3YtLjE2aC0uMDEzYy0uMjYyLjAwMi0uNDQtLjEtLjUzNC0uMzI1LS4xLS4yMy0uMTk0LS41MTItLjI4NC0uNzhsLTEuNC0zLjk4Yy0uMDIyLS4wNi0uMDQ1LS4xMjgtLjA2NC0uMTg0LS4wMDgtLjAwNy0uMDA0LS4wMDctLjAxMy0uMDA3aC0uMDE1Yy0uMDE2IDAtLjAyMy4wMDQtLjA0NC4wMS0uMTQ2LjA5Ni0uNDUuMjQ2LS42NzcuMzA2LS4wNDYuMjg3LS4xODUuNjY2LS4yODIuOTVsLTEuMjE3IDMuNDkzYy0uMTE4LjMzMi0uMzgzLjUxOC0uNjkyLjUxN2gtLjAxM3YuMTZjLjI2My0uMDE0LjUyNi0uMDI4Ljc5LS4wMjguMjk0IDAgLjU5NS4wMTUuODg0LjAyOHYtLjE2aC0uMDQ3Yy0uMjUtLjAwMy0uNTk0LS4wMy0uNjA0LS4zIDAtLjE1LjA5My0uMzQ1LjE2Ni0uNjAzbC4wMzQuMDEtLjAzNC0uMDEuMjUyLS44MTRoMS43NzVsLjMwNS45MDVjLjA4NC4yNDUuMTU2LjQ0Ny4xNTYuNTYyLS4wMTMuMjMyLS4zMzMuMjQ4LS41MDcuMjUyaC0uMDV2LjE1OHptMi4xNTcuMDY1Yy0uMzQtLjAxMy0uNjg1LS4wMy0xLjA1LS4wMy0uMzcgMC0uNzUuMDE4LTEuMTQuMDNsLS4wMzMuMDA0VjYyLjQxMmguMTE1Yy4xNzggMCAuNDM3LS4wMzguNDM4LS4xODMuMDAyLS4wOS0uMDY1LS4zLS4xNS0uNTRsLS4yOS0uODZoLTEuNjc4bC0uMjM1Ljc2OGMtLjA3OC4yNi0uMTcuNDYtLjE3LjU4NC4wMDIuMTg2LjI4Ny4yMy41NC4yM2guMTE4di4zbC0uMDM2LS4wMDRjLS4zMDMtLjAxMy0uNjE2LS4wMy0uOTItLjAzLS4yNyAwLS41NDUuMDE4LS44MTguMDNsLS4wMzUuMDA0VjYyLjQxMmguMDhjLjI4MyAwIC41Mi0uMTYuNjI4LS40N2wxLjIyLTMuNDkzYy4xLS4yODMuMjM1LS42NjIuMzA0LS45NjYuMjM2LS4wODMuNTQyLS4yMzQuNjktLjMyNy4wMi0uMDA4LjA0My0uMDE4LjA3Mi0uMDE4LjAyLS4wMDIuMDYuMDAzLjA4NC4wNDQuMDIuMDYyLjA0Ni4xMy4wNy4xOWwxLjQgMy45ODNjLjA5LjI2NS4xOC41NDguMjguNzcyLjA4Ny4yMDIuMjMuMjguNDc0LjI4aC4wNzd2LjMwMWwtLjAzNS0uMDAyek02Ny42MiA1Ny43NDRjLS41NjggMC0uNTkzLjEzNi0uNzA2LjY5MmgtLjIzYy4wMy0uMjE0LjA3LS40MjYuMDk1LS42NDcuMDMtLjIxNS4wNC0uNDI2LjA0LS42NDdoLjE4N2MuMDYuMjMuMjUzLjIyLjQ1Ni4yMmgzLjkzYy4yMDQgMCAuMzk0LS4wMDcuNDA3LS4yMzVsLjE4NC4wM2MtLjAzLjIwNi0uMDYuNDEtLjA4Mi42MTYtLjAxNi4yMDYtLjAxNi40MS0uMDE2LjYxNmwtLjIzLjA4NWMtLjAxMy0uMjgtLjA1LS43MzItLjU2LS43MzJoLTEuMjV2NC4wNWMwIC41ODcuMjY2LjY1NC42My42NTRoLjE0N3YuMjNjLS4yOTcgMC0uODMtLjAzMi0xLjI0LS4wMzItLjQ1OCAwLS45OS4wMy0xLjI4Ny4wM3YtLjIyOGguMTQ0Yy40MiAwIC42MzItLjAzOC42MzItLjY0di00LjA2NWgtMS4yNXoiLz48cGF0aCBkPSJNNzAuNjIgNjIuNzA4Yy0uMjk4IDAtLjgzMi0uMDI4LTEuMjQtLjAyOC0uNDU1IDAtLjk4Ny4wMjgtMS4yODYuMDI4aC0uMDM0VjYyLjQxNGguMTc4Yy40Mi0uMDA4LjU4OC0uMDE1LjYtLjYwNGwtLjAwMi00LjAzM2gtMS4yMTR2LS4wNjVoMS4yODJ2NC4xYzAgLjYxLS4yNDcuNjctLjY2Ni42N2gtLjExdi4xNjNjLjMtLjAwMi44MTItLjAzIDEuMjUzLS4wMy40IDAgLjkwNy4wMjggMS4yMDguMDN2LS4xNjJoLS4xMWMtLjM2NyAwLS42NjItLjA5LS42NjUtLjY4N3YtNC4wODRoMS4yODJjLjUxLjAwMi41NzYuNDM2LjU5Mi43MTdsLjE2NS0uMDZjMC0uMi4wMDItLjM5OC4wMTctLjU5OC4wMi0uMTk2LjA1LS4zOS4wNzQtLjU4NWwtLjExMy0uMDJjLS4wMzUuMjIyLS4yNDguMjMyLS40MzcuMjNoLTMuOTdjLS4xNzYgMC0uMzctLjAwOC0uNDQtLjIyMmgtLjEyNmMwIC4yMS0uMDE1LjQxNS0uMDQ0LjYxNy0uMDIyLjIxLS4wNTguNDEyLS4wODguNjEyaC4xNjNjLjEtLjUzLjE2OC0uNzAzLjczNS0uNjk0di4wNjVjLS41NjMuMDEtLjU1LjEwNC0uNjc1LjY2OGwtLjAwNC4wMjZINjYuNjQ4bC4wMDctLjAzOGMuMDMtLjIxNi4wNjctLjQyOC4wOS0uNjQ4LjAzLS4yMTIuMDQ1LS40MjMuMDQ1LS42NDJ2LS4wMzJoLjI0MmwuMDA1LjAyM2MuMDU3LjE5Mi4xOTMuMTkzLjM4Ny4xOTZoMy45N2MuMjA4LS4wMDQuMzYzLS4wMDcuMzc2LS4yMDVsLjAwMi0uMDM2LjAzMy4wMDYuMjIuMDM0LS4wMDguMDMyYy0uMDMyLjIwNS0uMDYuNDEtLjA4NC42MTMtLjAxNC4yMDQtLjAxNC40MS0uMDE0LjYxNHYuMDIzbC0uMDI0LjAxLS4yNy4wOTZ2LS4wNDVjLS4wMi0uMjg0LS4wNDgtLjctLjUzLS43SDY5Ljg4djQuMDJjLjAwOC41NzIuMjM1LjYxLjU5OC42MThoLjE3OFY2Mi43MDdoLS4wMzV6TTcyLjI2NCA2Mi40NDhoLjEwN2MuMjc0IDAgLjU2My0uMDM4LjU2My0uNDM1di0zLjk4NmMwLS4zOTYtLjI5LS40MzYtLjU2Mi0uNDM2aC0uMTA2di0uMjI3Yy4yOTcgMCAuNzUzLjAzIDEuMTI2LjAzLjM4IDAgLjgzNy0uMDMgMS4xOTYtLjAzdi4yMjhoLS4xMDZjLS4yNzYgMC0uNTY1LjA0LS41NjUuNDM3djMuOTg2YzAgLjM5Ni4yOS40MzUuNTY1LjQzNWguMTA2di4yM2MtLjM2NyAwLS44Mi0uMDMyLTEuMjAyLS4wMzItLjM3NSAwLS44MjMuMDMtMS4xMi4wM3YtLjIyOHoiLz48cGF0aCBkPSJNNzQuNTUyIDYyLjY0M3YtLjE2aC0uMDcyYy0uMjc0IDAtLjU5OC0uMDQ3LS41OTgtLjQ3VjU4LjAzYzAtLjQyLjMyMy0uNDY4LjU5OC0uNDY4aC4wNzJ2LS4xNjNjLS4zNTMgMC0uNzkzLjAzLTEuMTYyLjAzLS4zNiAwLS43OTctLjAzLTEuMDk0LS4wM3YuMTYzaC4wNzVjLjI3IDAgLjU5Ny4wNDcuNTk3LjQ2OHYzLjk4NmMwIC40MjItLjMyNi40NjgtLjU5Ni40NjhoLS4wNzR2LjE2Yy4yOTUtLjAwMi43MjMtLjAyOCAxLjA4OC0uMDI4LjM2NyAwIC44MDcuMDI4IDEuMTY4LjAzbS4wMzQuMDY0Yy0uMzcgMC0uODI1LS4wMy0xLjIwMi0uMDMtLjM3MyAwLS44Mi4wMy0xLjEyLjAzaC0uMDM0VjYyLjQxNUg3Mi4zN2MuMjc0LS4wMDQuNTI3LS4wMjcuNTMtLjRWNTguMDNjLS4wMDMtLjM3Mi0uMjU2LS4zOTctLjUzLS40MDNoLS4xNFY1Ny4zMzRoLjAzM2MuMyAwIC43NTUuMDI3IDEuMTI2LjAyNy4zNzggMCAuODM0LS4wMjYgMS4xOTUtLjAyNmguMDNWNTcuNjI2aC0uMTM2Yy0uMjguMDA3LS41My4wMzItLjUzMi40MDN2My45ODVjLjAwMi4zNzMuMjUuMzk2LjUzLjRoLjE0VjYyLjcxaC0uMDMyek03Ny43MzYgNjIuNDU2YzEuNDc4IDAgMS43MzQtMS4zMDMgMS43MzQtMi40MSAwLTEuMTE0LS42LTIuNDYtMS44NjMtMi40Ni0xLjMzMiAwLTEuNzMgMS4xODctMS43MyAyLjIwNS4wMDIgMS4zNjMuNjI2IDIuNjY2IDEuODYgMi42NjZtLS4xMTYtNS4yMDZjMS42MjMgMCAyLjkxNSAxLjAwNiAyLjkxNSAyLjYyNyAwIDEuNzUtMS4yNTQgMi45MTQtMi44NzQgMi45MTQtMS42MTMgMC0yLjg0OC0xLjA5NS0yLjg0OC0yLjczIDAtMS41ODQgMS4yMjctMi44MSAyLjgxLTIuODEiLz48cGF0aCBkPSJNNzUuODQ2IDU5Ljc5Yy4wMDItMS4wMjQuNC0yLjI0IDEuNzYyLTIuMjQgMS4yOS4wMDUgMS44OTQgMS4zNzYgMS44OTcgMi40OTUtLjAwNCAxLjEwOC0uMjY0IDIuNDQyLTEuNzcgMi40NDJ2LS4wNjNjMS40NDgtLjAwMiAxLjctMS4yNyAxLjcwMy0yLjM4IDAtMS4xMDMtLjU5Ni0yLjQyNS0xLjgzLTIuNDI3LTEuMzEuMDAyLTEuNjkzIDEuMTYtMS42OTcgMi4xNzQuMDAzIDEuMzU2LjYyIDIuNjMgMS44MjYgMi42MzR2LjA2MmMtMS4yNjMgMC0xLjg4OC0xLjMyNS0xLjg5LTIuNjk1bS0xLjA2Ny4yN2MwLTEuNjAzIDEuMjQtMi44NCAyLjg0LTIuODQ0di4wNjdjLTEuNTYzIDAtMi43NzUgMS4yMS0yLjc3NSAyLjc3NS4wMDIgMS42MTggMS4yMTYgMi42OTcgMi44MTQgMi42OTggMS42MDUgMCAyLjg0My0xLjE0OCAyLjg0NS0yLjg4MiAwLTEuNi0xLjI3My0yLjU5LTIuODg0LTIuNTkydi0uMDY2YzEuNjM2LjAwMyAyLjk0NSAxLjAyIDIuOTUgMi42Ni0uMDAzIDEuNzctMS4yNzQgMi45NDQtMi45MSAyLjk0Ny0xLjYzLS4wMDMtMi44OC0xLjExLTIuODgtMi43NjRNODUuNjY4IDYxLjE3N2wuMDE2LS4wMTZ2LTIuODUzYzAtLjYyNC0uNDM3LS43MTYtLjY2Ni0uNzE2aC0uMTYzdi0uMjI3Yy4zNTUgMCAuNzA1LjAzIDEuMDYzLjAzLjMxMiAwIC42MjYtLjAzLjkzOC0uMDN2LjIyOGgtLjExNmMtLjMyIDAtLjY3OC4wNjItLjY3OC45Njh2My40NjRjMCAuMjY3LjAwNi41My4wNDYuNzdoLS4yOWwtMy45Mi00LjM3djMuMTM2YzAgLjY2My4xMjguODkuNzE2Ljg5aC4xM3YuMjNjLS4zMjcgMC0uNjU0LS4wMy0uOTgtLjAzLS4zNDYgMC0uNjk0LjAzLTEuMDQuMDN2LS4yM2guMTFjLjUyNiAwIC42ODQtLjM1Ni42ODQtLjk2NnYtMy4yMDVjMC0uNDI1LS4zNS0uNjg1LS42OTMtLjY4NWgtLjF2LS4yMjhjLjI5IDAgLjU4Ni4wMy44NzcuMDMuMjI4IDAgLjQ0OC0uMDMuNjc4LS4wM2wzLjM4OCAzLjgxM3oiLz48cGF0aCBkPSJNODUuNjQ3IDYxLjE2bC0uMDA0LS4wMDcuMDA0LjAwOHptLjAyLjAxN2wuMDIyLS4wMjItLjAyMi4wMjJ6bS4xNTIgMS41OGguMjQ4Yy0uMDMyLS4yMy0uMDM4LS40OC0uMDM4LS43MzR2LTMuNDY1YzAtLjkxNS4zODUtLjk5Ni43MS0uOTk4aC4wOHYtLjE2M2MtLjMgMC0uNi4wMy0uOTA1LjAzLS4zNDUgMC0uNjg2LS4wMy0xLjAzLS4wM3YuMTYzaC4xMzNjLjIzNS4wMDIuNjk1LjEwNS42OTUuNzVsLS4wMDggMi44NzYtLjAxNi4wMTQtLjAyMi4wMjQtMy4zOS0zLjgyOGMtLjIyNSAwLS40NDUuMDMtLjY3Ny4wMy0uMjggMC0uNTY1LS4wMy0uODQyLS4wM3YuMTYzaC4wNjVjLjM1OCAwIC43MjYuMjcuNzI2LjcxNnYzLjIwNWMwIC42MS0uMTcgMS0uNzE3IDEuMDAyaC0uMDc1di4xNmMuMzMyIDAgLjY3LS4wMyAxLjAwMi0uMDMuMzIgMCAuNjM0LjAzLjk1LjAzdi0uMTZoLS4xYy0uNTk4IDAtLjc0Ny0uMjYyLS43NDctLjkyNXYtMy4yMjJsMy45NTYgNC40MjJ6bS4yODguMDY2bC0uMzE1LS4wMS0zLjg2Mi00LjMwN3YzLjA1Yy4wMS42NjQuMTEyLjg1LjY4My44NTZoLjE2M3YuMjk2aC0uMDMyYy0uMzI4IDAtLjY1Ny0uMDI4LS45ODItLjAyOC0uMzQgMC0uNjkuMDI4LTEuMDM2LjAyOGgtLjAzMlY2Mi40MTJIODAuODM2Yy41IDAgLjY0NC0uMzIyLjY0OC0uOTN2LTMuMjA2YzAtLjQwNC0uMzMyLS42NS0uNjYtLjY1aC0uMTNWNTcuMzNoLjAzYy4yOTQgMCAuNTkuMDI3Ljg3OC4wMjcuMjI2IDAgLjQ0NC0uMDI4LjctLjAybDMuMzQ2IDMuNzd2LTIuODAyYy0uMDAyLS42MDctLjQwNi0uNjc4LS42My0uNjg0aC0uMlY1Ny4zM2guMDM1Yy4zNTggMCAuNzEuMDI4IDEuMDYzLjAyOC4zMTIgMCAuNjIzLS4wMjcuOTQtLjAyN2guMDMyVjU3LjYyNEg4Ni43NGMtLjMxMy4wMS0uNjQuMDM4LS42NDYuOTM0djMuNDY1YzAgLjI2Ny4wMDguNTMuMDQ2Ljc2M2wuMDA2LjAzOGgtLjAzOHpNODkuMTkgNTguMjE2aC0uMDE3bC0uNzA4IDIuMTU1aDEuNDI1bC0uNy0yLjE1NHptLTEuMTEzIDMuMzdjLS4wNzMuMjYtLjE2Ny40Ni0uMTY3LjU5NiAwIC4yMy4zMi4yNjcuNTcuMjY3aC4wODV2LjIyOGMtLjMwNS0uMDItLjYxOC0uMDMtLjkyMy0uMDMtLjI3MiAwLS41NDYuMDEyLS44Mi4wM3YtLjIzaC4wNDNjLjMgMCAuNTUzLS4xNzUuNjY0LS40OTVsMS4yMi0zLjQ5MmMuMDk3LS4yOC4yMzQtLjY2LjI3OC0uOTQzLjI0NS0uMDg0LjU1LS4yMzUuNjk1LS4zMjcuMDItLjAwNi4wMzYtLjAxNS4wNi0uMDE1LjAyMiAwIC4wMzggMCAuMDUyLjAyMy4wMjQuMDYuMDQ4LjEzLjA3LjE5bDEuMzk4IDMuOThjLjA5Mi4yNjcuMTg0LjU0Ni4yODMuNzc3LjA5Mi4yMTMuMjUuMzAzLjUwMy4zMDNoLjA0NXYuMjNjLS4zNDQtLjAyLS42ODctLjAzMi0xLjA1My0uMDMyLS4zNyAwLS43NTIuMDEzLTEuMTQuMDN2LS4yMjhoLjA4M2MuMTc2IDAgLjQ3My0uMDMuNDczLS4yMiAwLS4xLS4wNjgtLjMwNi0uMTUzLS41NWwtLjI5Ny0uODgzSDg4LjMybC0uMjQzLjc5MnoiLz48cGF0aCBkPSJNODkuMTYgNTguMjI3bC4wMTQtLjAwNi0uMDE1LjAwN3ptLS42NDggMi4xMWgxLjMzTDg5LjE4IDU4LjNsLS42NjggMi4wMzd6bS0uMDkyLjA2NmwuNzMtMi4yMkg4OS4xOXYuMDMybC0uMDEuMDAyLjAxLS4wMDJ2LS4wMzNoLjAyMmwuNzIyIDIuMjJIODguNDJ6bTEuNTU1IDIuMjRjLjM4LS4wMTUuNzQ3LS4wMyAxLjEwOC0uMDMuMzU2IDAgLjY4Ny4wMTYgMS4wMi4wM2wtLjAwMy0uMTZoLS4wMTJjLS4yNTggMC0uNDM3LS4xLS41My0uMzI1LS4xMDItLjIzLS4xOS0uNTEyLS4yODMtLjc4bC0xLjQtMy45OGMtLjAyMi0uMDYtLjA0Ny0uMTI4LS4wNjMtLjE4Mi0uMDA4LS4wMS0uMDA4LS4wMS0uMDEyLS4wMWgtLjAxN2MtLjAxNiAwLS4wMjUuMDA1LS4wNDQuMDEtLjE0OC4wOTUtLjQ1My4yNDgtLjY4LjMwNy0uMDQ1LjI4Ny0uMTgzLjY2Ni0uMjgyLjk1bC0xLjIyIDMuNDkzYy0uMTE1LjMzMi0uMzguNTE4LS42OTMuNTE3aC0uMDF2LjE2Yy4yNjMtLjAxNC41MjQtLjAyOC43ODctLjAyOC4yOTcgMCAuNTk4LjAxNS44OS4wMjh2LS4xNmgtLjA1M2MtLjI0OC0uMDAzLS41OTUtLjAzLS42MDQtLjMuMDAyLS4xNS4wOTYtLjM0NC4xNy0uNjA0bC4wMy4wMDgtLjAzLS4wMS4yNTMtLjgxM2gxLjc3M2wuMzAzLjkwNWMuMDg2LjI0NC4xNTYuNDQ2LjE1Ni41Ni0uMDEzLjIzMy0uMzMuMjUtLjUwNS4yNTNoLS4wNTJ2LjE2em0yLjE2LjA2NWMtLjM0Ny0uMDEzLS42ODgtLjAyOC0xLjA1Mi0uMDI4LS4zNyAwLS43NTIuMDE2LTEuMTQuMDI4bC0uMDMyLjAwNFY2Mi40MTRoLjExNmMuMTc4IDAgLjQzOC0uMDQuNDM4LS4xODUuMDAyLS4wOS0uMDY1LS4yOTYtLjE1LS41NGwtLjI5LS44NmgtMS42OGwtLjIzMy43NjhjLS4wOC4yNi0uMTcuNDYtLjE2Ny41ODMgMCAuMTg4LjI4NS4yMzQuNTM2LjIzNGguMTE3VjYyLjcxMmwtLjAzNC0uMDA0Yy0uMzA1LS4wMTMtLjYxNi0uMDI4LS45Mi0uMDI4LS4yNzIgMC0uNTQ1LjAxNi0uODIuMDI4bC0uMDMzLjAwNFY2Mi40MTRIODYuODY1Yy4yODUtLjAwMi41MjItLjE2My42MzQtLjQ3bDEuMjE3LTMuNDk1Yy4wOTgtLjI4My4yMzUtLjY2Mi4zLS45NjYuMjQyLS4wODMuNTQ4LS4yMzQuNjk1LS4zMjcuMDItLjAwOC4wNC0uMDE3LjA3LS4wMTcuMDIyLS4wMDIuMDYuMDAzLjA4NS4wNDYuMDIuMDU4LjA0NC4xMy4wNy4xOWwxLjM5OCAzLjk4Yy4wOTIuMjY2LjE4NC41NS4yOC43NzQuMDkzLjIuMjMuMjguNDcyLjI4MmguMDhWNjIuNzFsLS4wMzMtLjAwMnpNOTQuMDUzIDYxLjkzYzAgLjMwOC4yMTMuMzk3LjQ1Ni40My4zMS4wMjIuNjUzLjAyMiAxLjAwNi0uMDIuMzItLjAzNy41OTItLjIyLjczLS40MS4xMi0uMTY3LjE4OC0uMzguMjM0LS41NDhoLjIyYy0uMDgyLjQzNS0uMTkuODYyLS4yOCAxLjI5Ni0uNjcgMC0xLjM0LS4wMy0yLjAxLS4wMy0uNjcgMC0xLjMzOC4wMy0yLjAxLjAzdi0uMjNoLjEwNWMuMjc1IDAgLjU3Mi0uMDM3LjU3Mi0uNTF2LTMuOTFjMC0uMzk2LS4yOTctLjQzNi0uNTcyLS40MzZIOTIuNHYtLjIyOGMuNDA0IDAgLjguMDMgMS4yMDQuMDMuMzkgMCAuNzY4LS4wMyAxLjE1Ni0uMDN2LjIyOGgtLjE5Yy0uMjg4IDAtLjUxOC4wMDgtLjUxOC40MTJ2My45Mjd6Ii8+PHBhdGggZD0iTTk2LjM5MyA2Mi42NDNjLjA4OC0uNDEuMTg4LS44MTYuMjctMS4yMjdoLS4xNThjLS4wNDYuMTY1LS4xMTUuMzctLjIzMi41MzYtLjE0NC4xOTUtLjQyNS4zODItLjc1Ni40MjMtLjIuMDItLjM5NS4wMy0uNTgyLjAzLS4xNDcgMC0uMjktLjAwNi0uNDMtLjAxNi0uMjQ4LS4wMjgtLjQ4Ny0uMTM0LS40ODUtLjQ2di0zLjkyN2MwLS40MjUuMjY4LS40NDQuNTUtLjQ0NGguMTU4di0uMTY0Yy0uMzc1IDAtLjc0My4wMy0xLjEyMi4wMy0uMzk2IDAtLjc4LS4wMy0xLjE3Mi0uMDN2LjE2M2guMDczYy4yNyAwIC42MDYuMDQ2LjYwNi40NjZ2My45MTJjMCAuNDkyLS4zMy41NDMtLjYwNi41NDNoLS4wNzN2LjE2MmMuNjYgMCAxLjMxNy0uMDMgMS45OC0uMDMuNjYgMCAxLjMyLjAzIDEuOTguMDNtLjAyNy4wNjZjLS42NyAwLTEuMzQtLjAyOC0yLjAxLS4wMjgtLjY3IDAtMS4zMzguMDI4LTIuMDEyLjAyOGgtLjAzVjYyLjQxNGguMTM3Yy4yNzUtLjAwNi41MzYtLjAyNS41MzgtLjQ3NnYtMy45MTJjLS4wMDItLjM3LS4yNi0uMzk2LS41MzgtLjRoLS4xMzhWNTcuMzNoLjAzYy40MDYgMCAuODAzLjAyNyAxLjIwNi4wMjcuMzg3IDAgLjc2NS0uMDI4IDEuMTU2LS4wMjhoLjAzVjU3LjYyNGgtLjIyMmMtLjI5My4wMS0uNDgtLjAwNS0uNDg0LjM4djMuOTI3Yy4wMDIuMjg0LjE5LjM2LjQyNi4zOTUuMTM0LjAxLjI3NS4wMTUuNDIzLjAxNS4xODYgMCAuMzgtLjAwOC41NzYtLjAyOC4zMS0uMDM4LjU3Ny0uMjE3LjcwNi0uNC4xMTgtLjE2LjE4NS0uMzcuMjMtLjUzNGwuMDA3LS4wMjVIOTYuNzRsLS4wMDYuMDRjLS4wODguNDM0LS4xOS44Ni0uMjg1IDEuMjkzbC0uMDA3LjAyNGgtLjAyMnoiLz48L2c+PC9zdmc+)}.wc-block-checkout__payment-method div#square-credit-card .card-type-maestro #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzM0YzAgMi4zNTYtMS45MSA0LjI2Ni00LjI2NiA0LjI2Nkg0LjI2OEMxLjkwOCA4MCAwIDc4LjA5IDAgNzUuNzM0VjQuMjdDMCAxLjkxIDEuOTEgMCA0LjI2OCAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjd2NzEuNDY0eiIgZmlsbD0iIzE0NDc3QyIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik03OS4yMzUgNjIuOTc1bDEuMTg3LS4wMzIgMS4xNy0uMDkgMS4xNDctLjE0NCAxLjEzMi0uMjA1IDEuMTE2LS4yNTUgMS4wOTQtLjMxIDEuMDY2LS4zNjIgMS4wNS0uNDE2IDEuMDItLjQ2Ljk4OC0uNTA3Ljk2NS0uNTUuOTMyLS42MDQuOTA0LS42NC44Ny0uNjguODM2LS43MjQuOC0uNzY0Ljc1NS0uOC43MjUtLjgzOC42OS0uODY4LjY0LS45LjU5Ni0uOTM0LjU1LS45NjcuNTE0LS45OS40Ni0xLjAxOC40MS0xLjA1LjM2Mi0xLjA2NC4zMS0xLjA5NC4yNTQtMS4xMS4yMDUtMS4xNC4xNDQtMS4xNS4wOS0xLjE3LjAzMi0xLjE4NS0uMDMzLTEuMTc3LS4wOS0xLjE2NC0uMTQ0LTEuMTQtLjIwNS0xLjEzLS4yNTUtMS4xMDQtLjMxLTEuMDg2LS4zNi0xLjA2NS0uNDEtMS4wNDMtLjQ2LTEuMDEtLjUxNS0uOTktLjU1LS45Ni0uNTk2LS45MzctLjY0LS44OTYtLjY5LS44Ny0uNzI1LS44My0uNzU1LS44LS44LS43NTUtLjgzNy0uNzI3LS44Ny0uNjgtLjkwMy0uNjQtLjkzLS41OTYtLjk2Ni0uNTUtLjk4OC0uNTE1LTEuMDItLjQ2LTEuMDUtLjQxLTEuMDY2LS4zNjItMS4wOTQtLjMxLTEuMTE2LS4yNTUtMS4xMzMtLjIwNC0xLjE0OC0uMTQzLTEuMTctLjA5LTEuMTg3LS4wMy0xLjE4NS4wMy0xLjE3LjA5LTEuMTQ3LjE0NC0xLjEzMy4yMDUtMS4xMTcuMjU2LTEuMDg4LjMxLTEuMDcyLjM2My0xLjA0LjQwOC0xLjAyLjQ2Mi0uOTg4LjUxNC0uOTYuNTUtLjkzNy41OTYtLjg5OC42NDItLjg2OC42OC0uODMuNzI1LS43OTUuNzU0LS43Ni44LS43MjQuODMtLjY4Ljg3LS42NDIuODk2LS41OTcuOTM3LS41NS45Ni0uNTA3Ljk5LS40NTQgMS4wMS0uNDEyIDEuMDQyLS4zNjMgMS4wNjQtLjMwMyAxLjA4Ni0uMjU3IDEuMTAzLS4yIDEuMTMyLS4xNDcgMS4xNC0uMDkgMS4xNjMtLjAzIDEuMTc3LjAzIDEuMTg2LjA5IDEuMTcuMTQ2IDEuMTUuMiAxLjE0LjI1OCAxLjExLjMwMyAxLjA5My4zNjMgMS4wNjQuNDEyIDEuMDUuNDU0IDEuMDIuNTA3Ljk4OC41NS45NjcuNTk4LjkzNS42NDMuOS42OC44NjcuNzIzLjgzOC43Ni44Ljc5Ni43NjQuODMuNzI0Ljg2OC42OC44OTguNjQuOTM2LjYwNC45Ni41NS45ODguNTA3IDEuMDIuNDYyIDEuMDQuNDE2IDEuMDczLjM2IDEuMDg4LjMxMiAxLjExNy4yNTUgMS4xMzMuMjA0IDEuMTQ3LjE0NCAxLjE3LjA5Ii8+PHBhdGggZmlsbD0iIzBCODRDNCIgZD0iTTQ4Ljc2NSA2Mi45NzVsMS4xODUtLjAzMiAxLjE3LS4wOSAxLjE1LS4xNDQgMS4xMy0uMjA1IDEuMTItLjI1NSAxLjA4NC0uMzEgMS4wNzUtLjM2MiAxLjA0LS40MTYgMS4wMTgtLjQ2Ljk5LS41MDcuOTU3LS41NS45MzctLjYwNC45LS42NC44NjYtLjY4LjgzMi0uNzI0LjgtLjc2NC43NTMtLjguNzI2LS44MzguNjgtLjg2OC42NC0uOS42LS45MzQuNTUtLjk2Ny41MDYtLjk5LjQ1OC0xLjAxOC40MDgtMS4wNS4zNi0xLjA2NC4zMDQtMS4wOTQuMjYtMS4xMS4yMDMtMS4xNC4xNC0xLjE1LjA5LTEuMTcuMDMtMS4xODUtLjAzLTEuMTc3LS4wOS0xLjE2NC0uMTQtMS4xNC0uMjA1LTEuMTMtLjI2LTEuMTA0LS4zMDItMS4wODYtLjM2LTEuMDY1LS40MS0xLjA0My0uNDU3LTEuMDEtLjUwNy0uOTktLjU1LS45Ni0uNi0uOTM3LS42NC0uODk2LS42OC0uODctLjcyNy0uODMtLjc1NC0uOC0uOC0uNzU1LS44MzItLjcyNy0uODY3LS42OC0uODk4LS42NC0uOTM3LS41OTYtLjk1OC0uNTUtLjk5LS41MTUtMS4wMTctLjQ2LTEuMDQtLjQxLTEuMDc2LS4zNjItMS4wODUtLjMxLTEuMTItLjI1NS0xLjEzLS4yMDQtMS4xNS0uMTQzLTEuMTctLjA5LTEuMTg1LS4wMy0xLjE4NS4wMy0xLjE3LjA5LTEuMTQ3LjE0NC0xLjEzMy4yMDUtMS4xMTguMjU2LTEuMDk0LjMxLTEuMDY1LjM2My0xLjA1LjQwOC0xLjAyLjQ2Mi0uOTg3LjUxNC0uOTY3LjU1LS45My41OTYtLjkwNi42NDItLjg2Ny42OC0uODQuNzI1LS43OTMuNzU0LS43Ni44LS43MjYuODMtLjY4Ny44Ny0uNjQuODk2LS41OTYuOTM3LS41NTIuOTYtLjUxNC45OS0uNDYgMS4wMS0uNDA4IDEuMDQyLS4zNjIgMS4wNjQtLjMxIDEuMDg2LS4yNTYgMS4xMDMtLjIwMyAxLjEzMi0uMTQ1IDEuMTQtLjA5MiAxLjE2My0uMDMgMS4xNzcuMDMgMS4xODYuMDkyIDEuMTcuMTQ0IDEuMTUuMjAyIDEuMTQuMjU2IDEuMTEuMzEgMS4wOTMuMzYyIDEuMDY0LjQwOCAxLjA1LjQ2IDEuMDIuNTE0Ljk4OC41NTIuOTY3LjU5Ni45MzUuNjQuOS42ODguODY3LjcyNS44MzguNzYuOC43OTQuNzY0Ljg0LjcyNC44NjcuNjguOTA2LjY0LjkzLjYwNC45NjYuNTUuOTg4LjUwNyAxLjAyLjQ2MiAxLjA1LjQxNiAxLjA2NC4zNiAxLjA5NC4zMTIgMS4xMTguMjU1IDEuMTMzLjIwNCAxLjE0Ny4xNDQgMS4xNy4wOSIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik02MS4xNyAyNS43NzdoMTEuNjQ3di0xLjI4M0g2Mi4yOTRNNTkuMzQyIDI4LjQ5NWgxMy40NzVWMjcuMjJoLTEyLjY2TTU3Ljk3NSAzMS4yNmgxNC44NDJ2LTEuMjg1SDU4LjYwMk01Ny4wODYgMzMuOTc3aDE1LjczVjMyLjdINTcuNDhNNTYuNTA0IDM2LjcwMmgxNi4zMTN2LTEuMjg1aC0xNi4wOE01Ni4zODIgNDEuOThoMTYuNDM1di0xLjI4Nkg1Ni4yN001Ni43NzYgNDQuODU1aDE2LjA0di0xLjI4M0g1Ni41NDNNNTcuNTU0IDQ3LjE4OGgxNS4yNjN2LTEuMjgzSDU3LjE2TTU4LjcxNCA1MC4wMjZoMTQuMTAzdi0xLjI4M2gtMTQuNzJNNjAuMzUyIDUyLjkwM2gxMi40NjVWNTEuNjJINTkuNDkzTTYyLjQwNyA1NS42NjVoMTAuM3YtMS4yODJINjEuMjgyIi8+PGcgZmlsbD0iI0VCMjIzMCI+PHBhdGggZD0iTTk4LjQ2NiA1NC4wNjZsLjA2Ny0uMjA0LjExMy0uMTg4LjE0NC0uMTY3LjE2Ni0uMTM3LjE4OC0uMTA1LjIwNS0uMDY4LjIxNy0uMDIyLjIyNi4wMjIuMjEzLjA2OC4xODcuMTA1LjE2Ni4xMzcuMTM0LjE2Ny4xMDguMTg4LjA2OC4yMDRoLS4yMzRsLS4wNDctLjE0My0uMDgyLS4xNi0uMTA3LS4xMzUtLjEyOC0uMTA3LS4xNS0uMDgtLjE3NS0uMDUzLS4xOC0uMDE3LS4xOC4wMTctLjE3NC4wNTItLjE1Mi4wOC0uMTM2LjEwOC0uMTA0LjEzNi0uMDg0LjE2LS4wNDYuMTQyIi8+PHBhdGggZD0iTTk5LjE3NSA1NC4wNjZ2LS4yNzJoLjQyOGwuMS4wMDcuMDg0LjAxLjA3NS4wMjMuMDYuMDMuMDQ3LjAzNi4wMzYuMDQ0LjAyMi4wNTMuMDA2LjA3aC0uMTk1bC0uMDEtLjA0LS4wMTMtLjAzLS4wMjQtLjAzLS4wMy0uMDIzLS4wMzctLjAxNC0uMDM3LS4wMDctLjA0LS4wMDhoLS4yNzd2LjE1TTk4LjQ1IDU0LjI2M2wuMDE2LS4xOXYtLjAwN2guMjI0bC0uMDA3LjAzOC0uMDE0LjE2Ii8+PHBhdGggZD0iTTk5LjE3NSA1NC4yNjN2LS4xOTdoLjE5N3YuMTU4aC4zMjNsLjA0NC0uMDA3LjAzNy0uMDE2LjAyNC0uMDE0LjAyNS0uMDMuMDE0LS4wMzd2LS4wNTRoLjE5NGwtLjAwNi4wNjgtLjAxMy4wNi0uMDI1LjA0NS0uMDIuMDIzTTEwMC40NiA1NC4yNjNsLS4wMTgtLjE2LS4wMDYtLjAzN2guMjM0di4wMDdsLjAyLjE5TTk4LjQ1IDU0LjI2M2wtLjAwNy4wMzcuMDIzLjIyNS4wNjcuMjEzLjExMy4xOC4xNDQuMTY3LjE2Ni4xMjcuMTg4LjEuMjA1LjA2LjIxNy4wMjMuMjI2LS4wMjMuMjEzLS4wNi4xODctLjEuMTY2LS4xMjcuMTM0LS4xNjYuMTA4LS4xODIuMDY4LS4yMTMuMDItLjIyNXYtLjAzN2gtLjIzdi4wMzdsLS4wMTguMTk3LS4wNTMuMTgtLjA4Mi4xNi0uMTA3LjEzNS0uMTI4LjExMy0uMTUuMDgzLS4xNzUuMDUyLS4xOC4wMTYtLjE4LS4wMTYtLjE3NC0uMDUyLS4xNTItLjA4My0uMTM2LS4xMTMtLjEwNC0uMTM2LS4wODQtLjE2LS4wNTMtLjE4LS4wMTQtLjE5NnYtLjAzNyIvPjxwYXRoIGQ9Ik05OS4xNzUgNTQuMjYzdi40NjZoLjE5N3YtLjM4NWguMTk1bC4yMzQuMzg0SDEwMGwtLjI4LS4zODUuMDctLjAwOC4wNjYtLjAwOC4wNTItLjAyMi4wNDYtLjAzLjAxNy0uMDE1Ii8+PC9nPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik03NC4yNiAzOC4wMjNsLS4xNS0uMDA3LS4xNTItLjAxNi0uMTM2LS4wMjItLjEzNi0uMDE0LS4xMzUtLjAyNS0uMTM0LS4wMjItLjE0NC0uMDIzLS4xNS0uMDIzLS4xNi0uMDE3LS4xNjYtLjAxNC0uMTktLjAxNC0uMjAzLS4wMDhoLS4yMjVsLS4yNS4wMDgtLjI4LjAxNS0uMy4wMjQtLjIxOC4wMy0uMjA2LjA0NS0uMTkuMDYtLjE2Ny4wNy0uMTUuMDgtLjEzNS4wOTItLjExMy4xMDYtLjA5LjEwNS0uMDcuMTItLjA0Ni4xMy0uMDIzLjEyN3YuMTM2bC4wMzQuMTQzLjA1LjE0My4wODMuMTQzLjEwOC4xNDQuMjE3LjE5Ny4yNTYuMTYuMzA0LjEzNC4zMjQuMTE0LjM0LjExNC4zNTUuMTEzLjM2My4xMy4zNDcuMTUuMzI1LjE4Mi4zMDguMjIuMjcyLjI3OC4yMjcuMzMyLjE3My40MDcuMTE3LjQ4NC4wMzcuNTcyLS4wMzguNjgtLjA4NC41MDYtLjEzOC40NTItLjE3NC40MS0uMjE3LjM2LS4yNTguMzE4LS4yOC4yNy0uMzEuMjM1LS4zMzIuMjA1LS4zNDcuMTY2LS4zNjMuMTM1LS4zNy4xMTQtLjM3LjA4My0uMzcuMDYtLjM2LjAzOC0uMzQ4LjAyMi0uMzQuMDA4aC0uNDY3bC0uNDI1LS4wMDgtLjM4NS0uMDA3LS4zNTQtLjAwNy0uMzIyLS4wMTUtLjI5LS4wMTUtLjI3Mi0uMDItLjI0LS4wMzMtLjIyNy0uMDMtLjIxLS4wMzctLjItLjAzOC0uMTk2LS4wNTMtLjE3OC0uMDUzLS4xODQtLjA1Mi0uMTgtLjA3LS4xOS0uMDY2LjQ2OC0yLjM3LjEwOC4wMjMuMTI3LjAzNi4xNTguMDQuMTczLjA0NC4yMDUuMDQuMjI3LjA1My4yNDMuMDQzLjI1NS4wNDYuMjczLjA0LjI4Ny4wMzYuMjkzLjAzLjMxLjAzLjMxLjAxNS4zMTcuMDA3aC4zMTdsLjMyNS0uMDE1LjMwMy0uMDUzLjI0Ny0uMDgyLjE5LS4xMjIuMTUtLjEzNS4xMTQtLjE2LjA4NS0uMTY1LjA2Ni0uMTY2LjA0Ny0uMTY3LjAyMy0uMTczLS4wMDgtLjE1My0uMDM3LS4xNDItLjA2LS4xMi0uMDg0LS4xMi0uMTA1LS4xMDgtLjEyNy0uMDk4LS4xNDMtLjA5LS4xNi0uMDgyLS4xNzMtLjA4NC0uMTktLjA4My0uMTk1LS4wNzUtLjE5NS0uMDc2LS4yMTMtLjA4My0uMjEtLjA4NC0uMjItLjA5LS4yMTItLjA5LS4yMTMtLjEtLjIxLS4xMTItLjIwNC0uMTIyLS4xOTYtLjEyOC0uMTgtLjE0NC0uMTc1LS4xNjYtLjE2LS4xNzMtLjE0NC0uMTk3LS4xMjgtLjIxMi0uMTA2LS4yMzItLjA5LS4yNS0uMDYtLjI4LS4wMzctLjMwMi0uMDA4LS4zMy4wMjQtLjM1Ny4wMi0uMjE4LjAzMy0uMjEyLjAzLS4yMDMuMDQ1LS4xOTcuMDQ0LS4xOS4wNTQtLjE4Ny4wNjgtLjE3NC4wNy0uMTczLjA4LS4xNi4wODMtLjE1Ni4xLS4xNDUuMTA2LS4xNDMuMTEzLS4xMzcuMTIyLS4xMjguMTI3LS4xMi4xNDItLjExNC4xNS0uMTA2LjE2LS4wOTcuMTc0LS4wOS4xODMtLjA5Mi4xOS0uMDc2LjIwMi0uMDc1LjIxLS4wNi4yMjctLjA2LjI0My0uMDU0LjI1LS4wNDQuMjU2LS4wMzguMjcyLS4wMy4yODgtLjAyNC4zLS4wMTQuMzEtLjAxNWguNzI2bC4zNjIuMDA2LjMyNC4wMDguMzAzLjAxNC4yNjMuMDE3LjI0Mi4wMTIuMjE4LjAyNC4xOS4wMTQuMTc0LjAyNC4xNS4wMjIuMTQ1LjAxNC4xMi4wMjMuMTA3LjAxNi4wOTYuMDE0LjA5LjAxNC4wODMuMDEiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTc0LjI2IDM4LjAyM2wtLjE1LS4wMDctLjE1Mi0uMDE2LS4xMzYtLjAyMi0uMTM2LS4wMTQtLjEzNS0uMDI1LS4xMzQtLjAyMi0uMTQ0LS4wMjMtLjE1LS4wMjMtLjE2LS4wMTctLjE2Ni0uMDE0LS4xOS0uMDE0LS4yMDMtLjAwOGgtLjIyNWwtLjI1LjAwOC0uMjguMDE1LS4zLjAyNC0uMjE4LjAzLS4yMDYuMDQ1LS4xOS4wNi0uMTY3LjA3LS4xNS4wOC0uMTM1LjA5Mi0uMTEzLjEwNi0uMDkuMTA1LS4wNy4xMi0uMDQ2LjEzLS4wMjMuMTI3di4xMzZsLjAzNC4xNDMuMDUuMTQzLjA4My4xNDMuMTA4LjE0NC4yMTcuMTk3LjI1Ni4xNi4zMDQuMTM0LjMyNC4xMTQuMzQuMTE0LjM1NS4xMTMuMzYzLjEzLjM0Ny4xNS4zMjUuMTgyLjMwOC4yMi4yNzIuMjc4LjIyNy4zMzIuMTczLjQwNy4xMTcuNDg0LjAzNy41NzItLjAzOC42OC0uMDg0LjUwNi0uMTM4LjQ1Mi0uMTc0LjQxLS4yMTcuMzYtLjI1OC4zMTgtLjI4LjI3LS4zMS4yMzUtLjMzMi4yMDUtLjM0Ny4xNjYtLjM2My4xMzUtLjM3LjExNC0uMzcuMDgzLS4zNy4wNi0uMzYuMDM4LS4zNDguMDIyLS4zNC4wMDhoLS40NjdsLS40MjUtLjAwOC0uMzg1LS4wMDctLjM1NC0uMDA3LS4zMjItLjAxNS0uMjktLjAxNS0uMjcyLS4wMi0uMjQtLjAzMy0uMjI3LS4wMy0uMjEtLjAzNy0uMi0uMDM4LS4xOTYtLjA1My0uMTc4LS4wNTMtLjE4NC0uMDUyLS4xOC0uMDctLjE5LS4wNjYuNDY4LTIuMzcuMTA4LjAyMy4xMjcuMDM2LjE1OC4wNC4xNzMuMDQ0LjIwNS4wNC4yMjcuMDUzLjI0My4wNDMuMjU1LjA0Ni4yNzMuMDQuMjg3LjAzNi4yOTMuMDMuMzEuMDMuMzEuMDE1LjMxNy4wMDdoLjMxN2wuMzI1LS4wMTUuMzAzLS4wNTMuMjQ3LS4wODIuMTktLjEyMi4xNS0uMTM1LjExNC0uMTYuMDg1LS4xNjUuMDY2LS4xNjYuMDQ3LS4xNjcuMDIzLS4xNzMtLjAwOC0uMTUzLS4wMzctLjE0Mi0uMDYtLjEyLS4wODQtLjEyLS4xMDUtLjEwOC0uMTI3LS4wOTgtLjE0My0uMDktLjE2LS4wODItLjE3My0uMDg0LS4xOS0uMDgzLS4xOTUtLjA3NS0uMTk1LS4wNzYtLjIxMy0uMDgzLS4yMS0uMDg0LS4yMi0uMDktLjIxMi0uMDktLjIxMy0uMS0uMjEtLjExMi0uMjA0LS4xMjItLjE5Ni0uMTI4LS4xOC0uMTQ0LS4xNzUtLjE2Ni0uMTYtLjE3My0uMTQ0LS4xOTctLjEyOC0uMjEyLS4xMDYtLjIzMi0uMDktLjI1LS4wNi0uMjgtLjAzNy0uMzAyLS4wMDgtLjMzLjAyNC0uMzU3LjAyLS4yMTguMDMzLS4yMTIuMDMtLjIwMy4wNDUtLjE5Ny4wNDQtLjE5LjA1NC0uMTg3LjA2OC0uMTc0LjA3LS4xNzMuMDgtLjE2LjA4My0uMTU2LjEtLjE0NS4xMDYtLjE0My4xMTMtLjEzNy4xMjItLjEyOC4xMjctLjEyLjE0Mi0uMTE0LjE1LS4xMDYuMTYtLjA5Ny4xNzQtLjA5LjE4My0uMDkyLjE5LS4wNzYuMjAyLS4wNzUuMjEtLjA2LjIyNy0uMDYuMjQzLS4wNTQuMjUtLjA0NC4yNTYtLjAzOC4yNzItLjAzLjI4OC0uMDI0LjMtLjAxNC4zMS0uMDE1aC43MjZsLjM2Mi4wMDYuMzI0LjAwOC4zMDMuMDE0LjI2My4wMTcuMjQyLjAxMi4yMTguMDI0LjE5LjAxNC4xNzQuMDI0LjE1LjAyMi4xNDUuMDE0LjEyLjAyMy4xMDcuMDE2LjA5Ni4wMTQuMDkuMDE0LjA4My4wMS0uNTQyIDIuNDQ1Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc2Ljc0NCAzMi45NzJoMy4wMzVsLS40NyAyLjY0M2gxLjg2N2wtLjQyMiAyLjQwOC0xLjkxMi0uMDQtMS4wMDIgNi4wMi0uMDE2LjEyN3YuMTEzbC4wMTcuMS4wMy4wOS4wNDQuMDc2LjA1Mi4wNzMuMDcuMDYyLjA3NS4wNDMuMDkuMDQ2LjA5My4wMzguMTAzLjAzLjEwNi4wMTYuMTI0LjAyMi4xMi4wMDguMTI3LjAwN2guMzdsLjIxMi0uMDE1LjE5NS0uMDMuMTY3LS4wMzguMTI4LS4wMzguMDk4LS4wMzguMDYtLjAzLjAyNC0uMDA3LS4zMSAyLjA2LS4wNzcuMDQ2LS4wODIuMDM3LS4wODQuMDM4LS4wOC4wNC0uMDgzLjAzLS4wOTMuMDI4LS4wODguMDMtLjEwOC4wMy0uMTA1LjAzLS4xMTUuMDI1LS4xMjcuMDItLjEzNS4wMjMtLjE0NC4wMjQtLjE1LjAyMi0uMTczLjAyNC0uMTgzLjAyMmgtLjgxNWwtLjQzLS4wMy0uMzg2LS4wNDQtLjM0LS4wNi0uMjk0LS4wODUtLjI1LS4wOS0uMjEtLjExNC0uMTc2LS4xMjgtLjE0Mi0uMTQ1LS4xMTMtLjE1OC0uMDg0LS4xNzUtLjA1LS4xODgtLjAzLS4yMS0uMDEtLjIyLjAxLS4yNDIuMDItLjI1LjA0LS4yNyIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNNzYuNzQ0IDMyLjk3MmgzLjAzNWwtLjQ3IDIuNjQzaDEuODY3bC0uNDIyIDIuNDA4LTEuOTEyLS4wNC0xLjAwMiA2LjAyLS4wMTYuMTI3di4xMTNsLjAxNy4xLjAzLjA5LjA0NC4wNzYuMDUyLjA3My4wNy4wNjIuMDc1LjA0My4wOS4wNDYuMDkzLjAzOC4xMDMuMDMuMTA2LjAxNi4xMjQuMDIyLjEyLjAwOC4xMjcuMDA3aC4zN2wuMjEyLS4wMTUuMTk1LS4wMy4xNjctLjAzOC4xMjgtLjAzOC4wOTgtLjAzOC4wNi0uMDMuMDI0LS4wMDctLjMxIDIuMDYtLjA3Ny4wNDYtLjA4Mi4wMzctLjA4NC4wMzgtLjA4LjA0LS4wODMuMDMtLjA5My4wMjgtLjA4OC4wMy0uMTA4LjAzLS4xMDUuMDMtLjExNS4wMjUtLjEyNy4wMi0uMTM1LjAyMy0uMTQ0LjAyNC0uMTUuMDIyLS4xNzMuMDI0LS4xODMuMDIyaC0uODE1bC0uNDMtLjAzLS4zODYtLjA0NC0uMzQtLjA2LS4yOTQtLjA4NS0uMjUtLjA5LS4yMS0uMTE0LS4xNzYtLjEyOC0uMTQyLS4xNDUtLjExMy0uMTU4LS4wODQtLjE3NS0uMDUtLjE4OC0uMDMtLjIxLS4wMS0uMjIuMDEtLjI0Mi4wMi0uMjUuMDQtLjI3IDIuMDE0LTExLjgwOCIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik01OC4yOTQgNDIuMTM3bC0uMDM4LjE5LS4wMDguMTg4LjAxNi4yMDQuMDQ2LjE5NC4wNTcuMjA2LjA5Mi4yMDMuMTA0LjE5Ni4xMy4xODguMTQyLjE4LjE2Ny4xNzUuMTcyLjE1LjE5LjE0NC4yMDIuMTIuMjEzLjEuMjI4LjA3My4yMjUuMDU0LjI3LjAzOC4yNzQuMDM3LjI4LjAzLjI3OC4wMTUuMjg3LjAwN2guMjhsLjI5NC0uMDE0LjI4Ny0uMDI0LjI5My0uMDQ0LjMwMy0uMDU0LjMtLjA3NS4zMDMtLjA5Ny4zLS4xMTQuMzItLjEzNy4zMS0uMTY1LjMxNi0uMTgtLjQ3IDIuNjc4LS4xNzMuMDktLjE3NC4wODQtLjE2LjA3LS4xNjQuMDYtLjE3LjA2LS4xNjIuMDQ1LS4xNzYuMDM4LS4xODcuMDM3LS4xOTYuMDI0LS4yMTIuMDItLjIzNS4wMjQtLjI1LjAwOC0uMjcuMDE0aC0uMzAzbC0uMzMzLjAwOGgtLjYyNWwtLjI3NC0uMDE1LS4yNjItLjAxNS0uMjc0LS4wMy0uMjgtLjAzOC0uMjctLjA0Ni0uMjctLjA2LS4yNzMtLjA2LS4yNjctLjA4My0uMjYzLS4wODMtLjI1OC0uMDk4LS4yNTUtLjExMy0uMjUtLjEzLS4yNC0uMTM2LS4yMy0uMTQ4LS4yMjQtLjE2Ny0uMjEyLS4xOC0uMjAyLS4xOTgtLjE5Ny0uMjEtLjE3My0uMjMtLjE2NS0uMjQ4LS4xNS0uMjU1LS4xMzctLjI4LS4xMi0uMjk3LS4xMDgtLjMxNC0uMDgtLjMzMy0uMDctLjM0Ni0uMDQ1LS4zNzgtLjAzLS4zOTN2LS40MDdsLjAxNi0uNDM4LjAzNi0uNDU0LjAyMi0uMTU3LjAyNC0uMTgyLjAzLS4xODMuMDM4LS4xOTUuMDM4LS4yMDMuMDUyLS4yMS4wNi0uMjIuMDYyLS4yMjYuMDc1LS4yMzYuMDg0LS4yMjYuMDk3LS4yMzUuMTA1LS4yMy4xMi0uMjM1LjEzLS4yMzYuMTQzLS4yMzMuMTUtLjIyNy4xNzMtLjIxOC4xOC0uMjIuMi0uMjEyLjIxNy0uMTk2LjIyOC0uMTk3LjI1LS4xOC4yNjItLjE2Ny4yODctLjE1OC4zMDMtLjEzNi4zMjUtLjEzLjM0LS4xMS4zNi0uMDkyLjM4Ni0uMDc1LjQxLS4wNTQuNDIyLS4wMy40NTItLjAxNWguMjFsLjIxMy4wMTYuMjE4LjAxNC4yMi4wMjQuMjIuMDMuMjI2LjA0NC4yMTguMDUzLjIyLjA2LjIyLjA3LjIxNy4wODMuMjEuMDkuMjA3LjEwOC4xOTUuMTIuMTk3LjEyOC4xOC4xNTIuMTgyLjE1Ny4xNjMuMTc1LjE2LjE5LjE0My4yMS4xMy4yMi4xMi4yNC4xMDguMjU2LjA5LjI4LjA2Ny4yOTUuMDYuMzE4LjAzOC4zMy4wMTYuMzU2di4zNzhsLS4wMjMuNC0uMDM2LjQyMy0uMDY4LjQ0Ni0uMDkzLjQ3LS4xMjIuNjYyaC03Ljg0MmwuNDY4LTIuMWg0LjcwNGwuMDIzLS4yODZ2LS4yNjZsLS4wMTctLjI0OC0uMDQ1LS4yMjctLjA2LS4yMDMtLjA3NS0uMTktLjA5OC0uMTY4LS4xMTQtLjE1LS4xMjctLjEzNy0uMTQzLS4xMTItLjE1LS4wOS0uMTYtLjA3Ni0uMTc0LS4wNi0uMTgtLjA0Ni0uMTktLjAyLS4xOTUtLjAxaC0uMjEzbC0uMTk1LjAzLS4xOTUuMDM3LS4xODQuMDYzLS4xNzMuMDgyLS4xNjUuMDk4LS4xNTcuMTEzLS4xNDUuMTMtLjEzNC4xNS0uMTIuMTYtLjExNS4xNzItLjEwNS4xOS0uMDkuMTk1LS4wNzcuMjEyLS4wNi4yMjYtLjA1NC4yMzQiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTU4LjI5NCA0Mi4xMzdsLS4wMzguMTktLjAwOC4xODguMDE2LjIwNC4wNDYuMTk0LjA1Ny4yMDYuMDkyLjIwMy4xMDQuMTk2LjEzLjE4OC4xNDIuMTguMTY3LjE3NS4xNzIuMTUuMTkuMTQ0LjIwMi4xMi4yMTMuMS4yMjguMDczLjIyNS4wNTQuMjcuMDM4LjI3NC4wMzcuMjguMDMuMjc4LjAxNS4yODcuMDA3aC4yOGwuMjk0LS4wMTQuMjg3LS4wMjQuMjkzLS4wNDQuMzAzLS4wNTQuMy0uMDc1LjMwMy0uMDk3LjMtLjExNC4zMi0uMTM3LjMxLS4xNjUuMzE2LS4xOC0uNDcgMi42NzgtLjE3My4wOS0uMTc0LjA4NC0uMTYuMDctLjE2NC4wNi0uMTcuMDYtLjE2Mi4wNDUtLjE3Ni4wMzgtLjE4Ny4wMzctLjE5Ni4wMjQtLjIxMi4wMi0uMjM1LjAyNC0uMjUuMDA4LS4yNy4wMTRoLS4zMDNsLS4zMzMuMDA4aC0uNjI1bC0uMjc0LS4wMTUtLjI2Mi0uMDE1LS4yNzQtLjAzLS4yOC0uMDM4LS4yNy0uMDQ2LS4yNy0uMDYtLjI3My0uMDYtLjI2Ny0uMDgzLS4yNjMtLjA4My0uMjU4LS4wOTgtLjI1NS0uMTEzLS4yNS0uMTMtLjI0LS4xMzYtLjIzLS4xNDgtLjIyNC0uMTY3LS4yMTItLjE4LS4yMDItLjE5OC0uMTk3LS4yMS0uMTczLS4yMy0uMTY1LS4yNDgtLjE1LS4yNTUtLjEzNy0uMjgtLjEyLS4yOTctLjEwOC0uMzE0LS4wOC0uMzMzLS4wNy0uMzQ2LS4wNDUtLjM3OC0uMDMtLjM5M3YtLjQwN2wuMDE2LS40MzguMDM2LS40NTQuMDIyLS4xNTcuMDI0LS4xODIuMDMtLjE4My4wMzgtLjE5NS4wMzgtLjIwMy4wNTItLjIxLjA2LS4yMi4wNjItLjIyNi4wNzUtLjIzNi4wODQtLjIyNi4wOTctLjIzNS4xMDUtLjIzLjEyLS4yMzUuMTMtLjIzNi4xNDMtLjIzMy4xNS0uMjI3LjE3My0uMjE4LjE4LS4yMi4yLS4yMTIuMjE3LS4xOTYuMjI4LS4xOTcuMjUtLjE4LjI2Mi0uMTY3LjI4Ny0uMTU4LjMwMy0uMTM2LjMyNS0uMTMuMzQtLjExLjM2LS4wOTIuMzg2LS4wNzUuNDEtLjA1NC40MjItLjAzLjQ1Mi0uMDE1aC4yMWwuMjEzLjAxNi4yMTguMDE0LjIyLjAyNC4yMi4wMy4yMjYuMDQ0LjIxOC4wNTMuMjIuMDYuMjIuMDcuMjE3LjA4My4yMS4wOS4yMDcuMTA4LjE5NS4xMi4xOTcuMTI4LjE4LjE1Mi4xODIuMTU3LjE2My4xNzUuMTYuMTkuMTQzLjIxLjEzLjIyLjEyLjI0LjEwOC4yNTYuMDkuMjguMDY3LjI5NS4wNi4zMTguMDM4LjMzLjAxNi4zNTZ2LjM3OGwtLjAyMy40LS4wMzYuNDIzLS4wNjguNDQ2LS4wOTMuNDctLjEyMi42NjJoLTcuODQybC40NjgtMi4xaDQuNzA0bC4wMjMtLjI4NnYtLjI2NmwtLjAxNy0uMjQ4LS4wNDUtLjIyNy0uMDYtLjIwMy0uMDc1LS4xOS0uMDk4LS4xNjgtLjExNC0uMTUtLjEyNy0uMTM3LS4xNDMtLjExMi0uMTUtLjA5LS4xNi0uMDc2LS4xNzQtLjA2LS4xOC0uMDQ2LS4xOS0uMDItLjE5NS0uMDFoLS4yMTNsLS4xOTUuMDMtLjE5NS4wMzctLjE4NC4wNjMtLjE3My4wODItLjE2NS4wOTgtLjE1Ny4xMTMtLjE0NS4xMy0uMTM0LjE1LS4xMi4xNi0uMTE1LjE3Mi0uMTA1LjE5LS4wOS4xOTUtLjA3Ny4yMTItLjA2LjIyNi0uMDU0LjIzNC0uNDIgMi4yNTciLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNTQuMDk2IDQ0Ljc4bC0uNDMgMi40MDhoLTIuNzI4bC4wMy0uMjI2LjAzLS4yMjguMDMyLS4yMDIuMDMtLjE5LjAzLS4xNTguMDI0LS4xMzYuMDMtLjA5LjAzLS4wNTMtLjE0NC4xNjQtLjE4Mi4xNjYtLjIwMy4xNi0uMjM0LjE1LS4yNDcuMTQzLS4yNzIuMTM1LS4yODcuMTItLjI5NC4xMTUtLjMxLjA5OC0uMzE3LjA4My0uMzE3LjA2LS4zMi4wNDctLjMxNS4wMjItLjMxLjAwNy0uMy0uMDIyLS4yOTctLjA0Ni0uMzgzLS4wOTItLjMzOC0uMTIyLS4zMS0uMTQ0LS4yNzMtLjE1Ny0uMjQyLS4xNzMtLjIwMy0uMTk2LS4xODMtLjIwNS0uMTUyLS4yMjQtLjEyOC0uMjI3LS4xMDUtLjIzNy0uMDg0LS4yNC0uMDY4LS4yNS0uMDQ0LS4yNC0uMDI4LS4yNS0uMDE2LS4yNC0uMDA4LS4yMzcuMDMtLjQyLjA2Ny0uNC4xLS4zODguMTQ0LS4zNi4xNzItLjM0LjE5Ni0uMzE3LjIzNC0uMjkzLjI0OC0uMjguMjgtLjI1LjI5My0uMjE4LjMyLS4yMDUuMzMtLjE3NS4zNS0uMTUuMzU0LS4xMjIuMzYtLjA5LjM3LS4wNjhoLjAxNWwuMDU1LS4wMDcuMDgzLS4wMS4xMTItLjAxMy4xMy0uMDE1LjE0OC0uMDE1LjE2OC0uMDIzLjE4Mi0uMDE1LjE4LS4wMTUuMTgtLjAyMi4xOS0uMDE2LjE4My0uMDE1LjE2My0uMDE2LjE2LS4wMDguMTQzLS4wMDdoLjUwNmwuMTM1LjAwN2guMTNsLjEyLjAwN2guMjRsLjEwNy4wMDdoLjFsLjA4LjAwOGguMDc3bC4wNi4wMDdoLjA4NGwuMDIzLS4wNzQuMDUtLjE4Mi4wNC0uMjEzdi0uMTg3bC0uMDE1LS4xMzctLjAyNC0uMTMtLjAzNC0uMTItLjA1Mi0uMTEyLS4wNjItLjEwNy0uMDc0LS4wOTctLjA3OC0uMDktLjA5LS4wOS0uMDk3LS4wNzYtLjEtLjA2LS4xMTMtLjA2LS4xMS0uMDU0LS4xMjItLjAzNy0uMTMtLjAzMi0uMTI4LS4wMi0uMTI4LS4wMTctLjMxLS4wMDgtLjMyNC4wMDctLjM0LjAwNy0uMzQ2LjAyNC0uMzQ4LjAyMi0uMzQ3LjAzLS4zNS4wNC0uMzM3LjAzNi0uMzI2LjA1Mi0uMzA4LjA0NS0uMjguMDU0LS4yNjQuMDYtLjIzNC4wNi0uMTk3LjA2LS4xNTcuMDYyLS4xMTMuMDY1Ljc3Ny0yLjU2Ni4yMjgtLjEwNS4yNC0uMS4yNDItLjA4My4yNTctLjA2Ny4yNjUtLjA1My4yNy0uMDQ2LjI4Ny0uMDM4LjI5NS0uMDMuMy0uMDE0LjMxLS4wMTYuMzE3LS4wMDhoMS4wMjhsLjM2Mi4wMDguMzc2LjAwOC4zMS4wMy4zMjQuMDQ2LjM0LjA4My4zNC4wOTcuMzQuMTMuMzQuMTU3LjMxNy4xOC4zLjIxMi4yODIuMjQuMjQ2LjI2NS4yMTMuMjk1LjE2NS4zMjQuMTIuMzU2LjA3LjM4NS4wMDUuNDA2LS4wNi40NDYiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTU0LjA5NiA0NC43OGwtLjQzIDIuNDA4aC0yLjcyOGwuMDMtLjIyNi4wMy0uMjI4LjAzMi0uMjAyLjAzLS4xOS4wMy0uMTU4LjAyNC0uMTM2LjAzLS4wOS4wMy0uMDUzLS4xNDQuMTY0LS4xODIuMTY2LS4yMDMuMTYtLjIzNC4xNS0uMjQ3LjE0My0uMjcyLjEzNS0uMjg3LjEyLS4yOTQuMTE1LS4zMS4wOTgtLjMxNy4wODMtLjMxNy4wNi0uMzIuMDQ3LS4zMTUuMDIyLS4zMS4wMDctLjMtLjAyMi0uMjk3LS4wNDYtLjM4My0uMDkyLS4zMzgtLjEyMi0uMzEtLjE0NC0uMjczLS4xNTctLjI0Mi0uMTczLS4yMDMtLjE5Ni0uMTgzLS4yMDUtLjE1Mi0uMjI0LS4xMjgtLjIyNy0uMTA1LS4yMzctLjA4NC0uMjQtLjA2OC0uMjUtLjA0NC0uMjQtLjAyOC0uMjUtLjAxNi0uMjQtLjAwOC0uMjM3LjAzLS40Mi4wNjctLjQuMS0uMzg4LjE0NC0uMzYuMTcyLS4zNC4xOTYtLjMxNy4yMzQtLjI5My4yNDgtLjI4LjI4LS4yNS4yOTMtLjIxOC4zMi0uMjA1LjMzLS4xNzUuMzUtLjE1LjM1NC0uMTIyLjM2LS4wOS4zNy0uMDY4aC4wMTVsLjA1NS0uMDA3LjA4My0uMDEuMTEyLS4wMTMuMTMtLjAxNS4xNDgtLjAxNS4xNjgtLjAyMy4xODItLjAxNS4xOC0uMDE1LjE4LS4wMjIuMTktLjAxNi4xODMtLjAxNS4xNjMtLjAxNi4xNi0uMDA4LjE0My0uMDA3aC41MDZsLjEzNS4wMDdoLjEzbC4xMi4wMDdoLjI0bC4xMDcuMDA3aC4xbC4wOC4wMDhoLjA3N2wuMDYuMDA3aC4wODRsLjAyMy0uMDc0LjA1LS4xODIuMDQtLjIxM3YtLjE4N2wtLjAxNS0uMTM3LS4wMjQtLjEzLS4wMzQtLjEyLS4wNTItLjExMi0uMDYyLS4xMDctLjA3NC0uMDk3LS4wNzgtLjA5LS4wOS0uMDktLjA5Ny0uMDc2LS4xLS4wNi0uMTEzLS4wNi0uMTEtLjA1NC0uMTIyLS4wMzctLjEzLS4wMzItLjEyOC0uMDItLjEyOC0uMDE3LS4zMS0uMDA4LS4zMjQuMDA3LS4zNC4wMDctLjM0Ni4wMjQtLjM0OC4wMjItLjM0Ny4wMy0uMzUuMDQtLjMzNy4wMzYtLjMyNi4wNTItLjMwOC4wNDUtLjI4LjA1NC0uMjY0LjA2LS4yMzQuMDYtLjE5Ny4wNi0uMTU3LjA2Mi0uMTEzLjA2NS43NzctMi41NjYuMjI4LS4xMDUuMjQtLjEuMjQyLS4wODMuMjU3LS4wNjcuMjY1LS4wNTMuMjctLjA0Ni4yODctLjAzOC4yOTUtLjAzLjMtLjAxNC4zMS0uMDE2LjMxNy0uMDA4aDEuMDI4bC4zNjIuMDA4LjM3Ni4wMDguMzEuMDMuMzI0LjA0Ni4zNC4wODMuMzQuMDk3LjM0LjEzLjM0LjE1Ny4zMTcuMTguMy4yMTIuMjgyLjI0LjI0Ni4yNjUuMjEzLjI5NS4xNjUuMzI0LjEyLjM1Ni4wNy4zODUuMDA1LjQwNi0uMDYuNDQ2LTEuMTI0IDUuNjciLz48cGF0aCBmaWxsPSIjMEI4NEM0IiBkPSJNNTEuNDkgNDEuOTRsLS4wMDctLjA2LS4wNDYtLjA0Ni0uMDc2LS4wMzctLjA5NC0uMDIyLS4xMy0uMDE0LS4xMzctLjAwN2gtLjMyNGwtLjE3NC4wMTUtLjE4LjAyMi0uMTc1LjAyMi0uMTcyLjAzLS4xNjguMDMtLjE1OC4wMy0uMTM4LjAzNy0uMTIuMDQtLjA3LjAxNC0uMDkuMDMtLjExLjAzOC0uMTIyLjA1LS4xMjguMDU2LS4xNDUuMDY3LS4xNDQuMDgzLS4xNDQuMDg0LS4xNDIuMTA1LS4xMzguMTE0LS4xMjcuMTItLjExNC4xNC0uMTA3LjE0LS4wNzUuMTYtLjA2LjE3My0uMDM3LjE4LS4wMTQuMzcuMDUyLjI4Ny4wOS4yMjcuMTM3LjE2Ni4xNjUuMTEzLjE3NC4wNzYuMTkuMDM4LjE4LjAwOC4zMzQtLjAwOC4yOTMtLjAzLjI4LS4wNTMuMjUtLjA2OC4yMjYtLjA3Ny4yMDMtLjA5LjE4LS4xMDUuMTU4LS4xMTUuMTQ0LS4xMTMuMTI0LS4xMjguMTAzLS4xMi4wOS0uMTMuMDc2LS4xMjYuMDYtLjEyMy4wNDQtLjEyLjA0LS4xMTMuMDM4LS4xNjYuMDM2LS4xNzUuMDM3LS4xODIuMDQtLjE4OC4wMy0uMTguMDMtLjE2Ny4wMy0uMTYiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMzEuMzEgNDcuMTg4aC0yLjk1MmwyLjQ4NC0xNC4yMTZoNS4xMzVsLjUwNSA4LjQ2NCAzLjQ5NS04LjQ2NGg1LjMzMmwtMi40OTQgMTQuMjE2aC0yLjk1bDEuODY0LTEwLjY0NmgtLjExNWwtNC4zOTMgMTAuNjQ2aC0zLjMwN2wtLjAzLS40NDYtLjA2OC0xLjE4NC0uMS0xLjY3Ny0uMTEzLTEuOTIzLS4xMS0xLjk0Mi0uMS0xLjcxMi0uMDctMS4yNC0uMDI4LS41MkgzMy4xNDRoLjAzMiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNMzEuMzEgNDcuMTg4aC0yLjk1MmwyLjQ4NC0xNC4yMTZoNS4xMzVsLjUwNSA4LjQ2NCAzLjQ5NS04LjQ2NGg1LjMzMmwtMi40OTQgMTQuMjE2aC0yLjk1bDEuODY0LTEwLjY0NmgtLjExNWwtNC4zOTMgMTAuNjQ2aC0zLjMwN2wtLjAzLS40NDYtLjA2OC0xLjE4NC0uMS0xLjY3Ny0uMTEzLTEuOTIzLS4xMS0xLjk0Mi0uMS0xLjcxMi0uMDctMS4yNC0uMDI4LS41MkgzMy4xNDRoLjAzMkwzMS4zMSA0Ny4xODciLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNODAuNjMzIDQ3LjE4OGgzLjA3bDEuMDUyLTYuMTM3LjA0Ni0uMjQuMDUyLS4yMzYuMDYyLS4yMzIuMDc0LS4yMi4wODMtLjIyLjEwNy0uMjA0LjEyOC0uMTk2LjE0My0uMTg4LjE3NC0uMTY3LjE5Ny0uMTUuMjMyLS4xMzcuMjYtLjEyLjMwMi0uMDk4LjMzNy0uMDc3LjM4LS4wNDQuNDIyLS4wM2guMDM4bC4wNDYuMDEuMDYuMDA2aC4wNmwuMDUyLjAwOC4wNDYuMDA3LjAzLjAwN2guMDE1bC4wMDctLjA0NC4wMzItLjEzLjAzNS0uMTk1LjA2LS4yNDguMDc1LS4yOC4wODQtLjMwMi4wOTgtLjMwMy4xMTMtLjI4Ni4wODQtLjIxMy4wOTctLjIwNC4wOTgtLjIwMy4xMDUtLjE4Ny4wOTItLjE2LjA3My0uMTI4LjA1NC0uMDg0LjAxNC0uMDI4aC0uMDE1bC0uMDM4LS4wMTYtLjA1NC0uMDA4LS4wNzYtLjAxNC0uMDc2LS4wMTUtLjA5LS4wMS0uMDgtLjAxNGgtLjA3N2wtLjMzNC4wMjMtLjMwMy4wMzYtLjI3Ny4wNi0uMjYuMDctLjI0LjA4OC0uMjIuMS0uMjEuMTItLjE4OC4xMjgtLjE5LjE0Ni0uMTczLjE1Ny0uMTU3LjE2Ni0uMTY4LjE4LS4xNi4xOS0uMTUuMjA0LS4xNTguMjEyLS4xNTguMjIuMzU1LTEuOTQtMy4wNzQtLjA0LTIuMDIzIDExLjYxMiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNODAuNjMzIDQ3LjE4OGgzLjA3bDEuMDUyLTYuMTM3LjA0Ni0uMjQuMDUyLS4yMzYuMDYyLS4yMzIuMDc0LS4yMi4wODMtLjIyLjEwNy0uMjA0LjEyOC0uMTk2LjE0My0uMTg4LjE3NC0uMTY3LjE5Ny0uMTUuMjMyLS4xMzcuMjYtLjEyLjMwMi0uMDk4LjMzNy0uMDc3LjM4LS4wNDQuNDIyLS4wM2guMDM4bC4wNDYuMDEuMDYuMDA2aC4wNmwuMDUyLjAwOC4wNDYuMDA3LjAzLjAwN2guMDE1bC4wMDctLjA0NC4wMzItLjEzLjAzNS0uMTk1LjA2LS4yNDguMDc1LS4yOC4wODQtLjMwMi4wOTgtLjMwMy4xMTMtLjI4Ni4wODQtLjIxMy4wOTctLjIwNC4wOTgtLjIwMy4xMDUtLjE4Ny4wOTItLjE2LjA3My0uMTI4LjA1NC0uMDg0LjAxNC0uMDI4aC0uMDE1bC0uMDM4LS4wMTYtLjA1NC0uMDA4LS4wNzYtLjAxNC0uMDc2LS4wMTUtLjA5LS4wMS0uMDgtLjAxNGgtLjA3N2wtLjMzNC4wMjMtLjMwMy4wMzYtLjI3Ny4wNi0uMjYuMDctLjI0LjA4OC0uMjIuMS0uMjEuMTItLjE4OC4xMjgtLjE5LjE0Ni0uMTczLjE1Ny0uMTU3LjE2Ni0uMTY4LjE4LS4xNi4xOS0uMTUuMjA0LS4xNTguMjEyLS4xNTguMjIuMzU1LTEuOTQtMy4wNzQtLjA0LTIuMDIzIDExLjYxMiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik05My45MjcgMzUuNDU2bC4zNC4wMDguMzM0LjAyMi4zMjQuMDMuMzE2LjA0NS4zMDQuMDYuMjkzLjA3Ny4yNzguMDg0LjI4LjEuMjY1LjExLjI1LjEyMi4yNDguMTMuMjI4LjE0My4yMjYuMTU3LjIxLjE2Ni4xOTcuMTc1LjE4OC4xODguMTguMTk4LjE2OC4yMS4xNS4yMTIuMTQzLjIyOC4xMzMuMjMyLjExNy4yNS4xMTMuMjUuMDkuMjYzLjA4NC4yNjYuMDY3LjI3Ny4wNjIuMjg3LjA0NC4yOTQuMDMuMjkzLjAxMy4zMTMuMDEuMzE2LS4wMS4zMTYtLjAyLjM4Ni0uMDQ3LjM3LS4wNTIuMzU1LS4wNjguMzQ2LS4wNzUuMzMzLS4wOTcuMzE3LS4xMDguMzEtLjExMi4yOTItLjEzNS4yOC0uMTM1LjI3My0uMTYuMjU2LS4xNTguMjQtLjE3NS4yMzctLjE5LjIxOC0uMTk0LjIwNS0uMjA0LjE5OC0uMjEuMTgtLjIyLjE3NS0uMjMzLjE1Ny0uMjM3LjE0NS0uMjUuMTM1LS4yNTYuMTItLjI1NS4xMTUtLjI3My4wOTgtLjI3Mi4wOS0uMjg1LjA3NS0uMjkuMDYtLjI4Ny4wNTMtLjMuMDM4LS4zMDMuMDMtLjMxLjAxNy0uMzA4LjAwNy0uMzEtLjAwNy0uMzEtLjAxNi0uMjkzLS4wMy0uMjk1LS4wNDUtLjI4Ny0uMDUzLS4yODgtLjA2LS4yNzItLjA3Ni0uMjYzLS4wOS0uMjY1LS4wOTctLjI1LS4xMTUtLjI0LS4xMi0uMjM2LS4xMzYtLjIyNC0uMTQ0LS4yMTItLjE2LS4yMS0uMTY3LS4yLS4xOC0uMTgtLjE5LS4xOC0uMjAzLS4xNi0uMjEtLjE1OC0uMjI3LS4xMzYtLjIzNS0uMTM2LS4yNDgtLjExMy0uMjYtLjEwNi0uMjYyLS4wODgtLjI4LS4wODYtLjI5NS0uMDY2LS4zLS4wNTMtLjMxMi0uMDQtLjMyMi0uMDItLjMzMy0uMDEtLjM0Ny4wMS0uMzU0LjAyLS4zNjQuMDQtLjM0OC4wNTMtLjM0LjA2Ni0uMzI0LjA3OC0uMzE3LjA5LS4zMS4wOTctLjI5NS4xMTctLjI4Ny4xMi0uMjguMTM0LS4yNjIuMTUtLjI1LjE2LS4yNS4xNjgtLjIyNi4xODItLjIyNi4xODctLjIwNS4xOTctLjIwNS4yMS0uMTg4LjIxOC0uMTczLjIzLS4xNjYuMjMzLS4xNS4yNS0uMTM2LjI1NC0uMTM2LjI2NS0uMTE0LjI2NC0uMTA3LjI4LS4wODguMjg0LS4wODUuMjk3LS4wNjcuMy0uMDYuMzEtLjA0LjMxNy0uMDM2LjMyNS0uMDE2Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9Ii4yMTUiIGQ9Ik05My45MjcgMzUuNDU2bC4zNC4wMDguMzM0LjAyMi4zMjQuMDMuMzE2LjA0NS4zMDQuMDYuMjkzLjA3Ny4yNzguMDg0LjI4LjEuMjY1LjExLjI1LjEyMi4yNDguMTMuMjI4LjE0My4yMjYuMTU3LjIxLjE2Ni4xOTcuMTc1LjE4OC4xODguMTguMTk4LjE2OC4yMS4xNS4yMTIuMTQzLjIyOC4xMzMuMjMyLjExNy4yNS4xMTMuMjUuMDkuMjYzLjA4NC4yNjYuMDY3LjI3Ny4wNjIuMjg3LjA0NC4yOTQuMDMuMjkzLjAxMy4zMTMuMDEuMzE2LS4wMS4zMTYtLjAyLjM4Ni0uMDQ3LjM3LS4wNTIuMzU1LS4wNjguMzQ2LS4wNzUuMzMzLS4wOTcuMzE3LS4xMDguMzEtLjExMi4yOTItLjEzNS4yOC0uMTM1LjI3My0uMTYuMjU2LS4xNTguMjQtLjE3NS4yMzctLjE5LjIxOC0uMTk0LjIwNS0uMjA0LjE5OC0uMjEuMTgtLjIyLjE3NS0uMjMzLjE1Ny0uMjM3LjE0NS0uMjUuMTM1LS4yNTYuMTItLjI1NS4xMTUtLjI3My4wOTgtLjI3Mi4wOS0uMjg1LjA3NS0uMjkuMDYtLjI4Ny4wNTMtLjMuMDM4LS4zMDMuMDMtLjMxLjAxNy0uMzA4LjAwNy0uMzEtLjAwNy0uMzEtLjAxNi0uMjkzLS4wMy0uMjk1LS4wNDUtLjI4Ny0uMDUzLS4yODgtLjA2LS4yNzItLjA3Ni0uMjYzLS4wOS0uMjY1LS4wOTctLjI1LS4xMTUtLjI0LS4xMi0uMjM2LS4xMzYtLjIyNC0uMTQ0LS4yMTItLjE2LS4yMS0uMTY3LS4yLS4xOC0uMTgtLjE5LS4xOC0uMjAzLS4xNi0uMjEtLjE1OC0uMjI3LS4xMzYtLjIzNS0uMTM2LS4yNDgtLjExMy0uMjYtLjEwNi0uMjYyLS4wODgtLjI4LS4wODYtLjI5NS0uMDY2LS4zLS4wNTMtLjMxMi0uMDQtLjMyMi0uMDItLjMzMy0uMDEtLjM0Ny4wMS0uMzU0LjAyLS4zNjQuMDQtLjM0OC4wNTMtLjM0LjA2Ni0uMzI0LjA3OC0uMzE3LjA5LS4zMS4wOTctLjI5NS4xMTctLjI4Ny4xMi0uMjguMTM0LS4yNjIuMTUtLjI1LjE2LS4yNS4xNjgtLjIyNi4xODItLjIyNi4xODctLjIwNS4xOTctLjIwNS4yMS0uMTg4LjIxOC0uMTczLjIzLS4xNjYuMjMzLS4xNS4yNS0uMTM2LjI1NC0uMTM2LjI2NS0uMTE0LjI2NC0uMTA3LjI4LS4wODguMjg0LS4wODUuMjk3LS4wNjcuMy0uMDYuMzEtLjA0LjMxNy0uMDM2LjMyNS0uMDE2LjMyNS0uMDA4Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTk4LjQ0MyA0Ni42MDZoLjg5di4xMTRoLS4zNXYuNzRoLS4xOTN2LS43NGgtLjM0NyIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNOTguNDQzIDQ2LjYwNmguODl2LjExNGgtLjM1di43NGgtLjE5M3YtLjc0aC0uMzQ3di0uMTE0Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTk5LjQ0NiA0Ni42MDZoLjI3M2wuMzE0LjY1OC4zMS0uNjU4aC4yNzR2Ljg1M2gtLjJ2LS42NTdsLS4zMDguNjU2aC0uMTU4bC0uMzEtLjY1N3YuNjU2aC0uMTk2Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9Ii4yMTUiIGQ9Ik05OS40NDYgNDYuNjA2aC4yNzNsLjMxNC42NTguMzEtLjY1OGguMjc0di44NTNoLS4ydi0uNjU3bC0uMzA4LjY1NmgtLjE1OGwtLjMxLS42NTd2LjY1NmgtLjE5NnYtLjg1NCIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik05MS41MiA0MS4wMDRsLS4wNDYuNDI0LS4wMjUuMzkydi4zNTVsLjAyNC4zMzIuMDQ1LjMwMi4wNjcuMjY0LjA4NC4yNC4xMDQuMjIuMTMuMTg4LjE0NC4xNi4xNTcuMTM1LjE3Ni4xMDcuMTkuMDguMjEuMDYyLjIxOC4wMy4yMzUuMDE2LjI1Ny0uMDA4LjI1LS4wMy4yMzMtLjA1NC4yMjUtLjA4LjIxMy0uMTA4LjIwNC0uMTM1LjE4OC0uMTYuMTgtLjE5LjE2LS4yMS4xNTItLjI0Mi4xNDMtLjI3LjEyLS4yOTYuMTE0LS4zMjUuMS0uMzU0LjA3NS0uMzg0LjA3LS40MTUuMDM3LS4zMjUuMDItLjMxdi0uM2wtLjAyLS4yODgtLjAzOC0uMjY1LS4wNjItLjI1Ni0uMDgzLS4yMzUtLjEtLjIxNi0uMTE4LS4xOTctLjEzOC0uMTY4LS4xNTctLjE1LS4xNzQtLjEyLS4xOTctLjEtLjIxLS4wNi0uMjI3LS4wMzdoLS4yNTJsLS4zMDguMDIyLS4yODguMDUzLS4yNjUuMDktLjI0Ny4xMTUtLjIyOC4xNS0uMjEuMTY2LS4xOS4xODctLjE2NS4yMTMtLjE1Ny4yMjUtLjEzOC4yNDItLjEyMi4yNC0uMDk4LjI1Ny0uMDkuMjU3LS4wNzUuMjYtLjA1Mi4yNTYiLz48L3N2Zz4=)}.wc-block-checkout__payment-method div#square-credit-card .card-type-jcb #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTUtMS45MSA0LjI2OC00LjI2NyA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDg4IDAgNzUuNzMyVjQuMjY4QzAgMS45MDggMS45MSAwIDQuMjY2IDBoMTE5LjQ2OEMxMjYuMDkgMCAxMjggMS45MSAxMjggNC4yNjh2NzEuNDY0eiIgZmlsbD0iI0Y5RjlGQSIvPjxwYXRoIGQ9Ik04Ni4yOCA0Mi43MTZjLjE1NiA0LjY2Mi4zMTIgOS40OC4wNzggMTQuMjItLjE1NSAxLjg2NS0xLjMyIDMuNjUyLTMuMDMgNC43NC0xLjMyLjg1NS0yLjk1NC45MzQtNC42NjMgMS4wMWwtNi4xNzgtLjA3Ni0uMDQtMzkuNTU1Yy4zMTMtMi42NDMgMi4yNTYtNC44OTUgNC43NDItNS41OTUgMy4wMjgtLjM5IDUuODI4LS4yMzMgOS4wMTMtLjMxbC4xNTUgMi4wMnYyMi40NTdsLS4wNzguMDc4djEuMDF6IiBmaWxsPSIjMDNBNTUwIi8+PHBhdGggZD0iTTQxLjUyIDQxLjI0VjIyLjU5Yy4zOS0yLjEgMi4xLTQuMDQgNC4xMi00LjgxOCAzLjAzLS45MzQgNi41MjctLjM4NyA5LjYzNC0uNDcuMTU1IDMuMDM0IDAgNi44NDIuMDggOS40ODRsLjE1NSAyNC4zMmMtLjM5MiAzLjczIDEuMDEgOC43ODItMy42NTUgMTAuODgtMi45NSAxLjQ3Ni02LjkxNi41NDUtMTAuMjU3Ljg1NmwtLjA3Ny0uNTQ0VjQxLjI0eiIgZmlsbD0iIzBDNzJCQSIvPjxwYXRoIGQ9Ik00MS41MiA0Mi4wMTZjMS4yNDMgMS42MzMgMi45NTQgMi44NzQgNS4wNTIgMi45NTIgMi41NjQuMjM1IDUuOTA2LjQ2NyA3LjYxNC0xLjk0IDEuMTY3LTEuMjQ1LjQ2OC0yLjk1My43LTQuNTg1bC0uMDc2LTIuOTU0Yy0xLjQ3Ny0uMzEyLTIuOCAwLTQuNTEtLjA4LS44NTMgMy4xOSAxLjQgNi43NjItMi4yNTIgOC4zOTUtLjg1NS4yMzMtMi4xLjA3OC0yLjk1My0uNDY3LTEuMzk4LS4zMS0uNjItMi41NjQtMi40ODYtMS45NDNsLTEuMDktLjE1M3YuNzc0eiIgZmlsbD0iI0ZGRiIvPjxwYXRoIGQ9Ik03MC44MTYgMTkuODdsLjA3OCAzNy44NDRjLS41NDMgMS43ODYtMS45NDMgMy43My0zLjg4NSA0LjQzLTIuOTU0IDEuMDA4LTYuNjA3LjU0My05Ljg3LjU0M2wtLjE1Ni0zOS44NjVjLjE1Ni0xLjg2NSAxLjQtMy40OTUgMy4wMy00LjUwNiAxLjE2Ny0uNzc3IDIuNTY1LTEuMDEzIDQuMDQyLTEuMDloNi42MDVsLjE1NiAyLjY0NHoiIGZpbGw9IiNFQjIyMjciLz48cGF0aCBkPSJNNzAuMTk1IDM1LjQ4OGMuMTU2LjQ2NyAwIC44NTUuMDc4IDEuNC0yLjMzLS42MjMtNS4yMDctMS4zMjItNy4zMDYuMzg4LS43NzUuOTMtMS4yNDMgMS44NjUtMS4xNjUgMy4xMDcuMjM0IDEuMzk4IDEuMDkgMi43MiAyLjQxIDMuMjY1IDIuMDIuNjIyIDQuMTE3LjA3NyA1Ljk4Mi0uMzkuMDc4LjM5LjE1Ni45MzIgMCAxLjI0MmgtOC45MzhjLTEuNTUzLS4zMS0yLjc5Ni0xLjE2NC0zLjQ5NS0yLjcyLS42Mi0xLjQ3Ni0uMzEtMy40OTQuNzc3LTQuNzM4LjkzMy0xLjA4OCAyLjI1NC0xLjcxIDMuNzMtMS42MzNsNy45MjguMDc4ek04Ni4yOCA0Mi43MTZjLS4yMzIuOTMzLTEuMDEgMS43ODUtMS45NDIgMS45NGgtMTAuODhsLS4zODctLjE1NWMwLTMuMTA2LS4wNzgtNi4wNTguMDgtOS4wOWg2LjkxM2MyLjE3Ni4yMzMgNC41ODUtLjcgNS41OTcgMS4zMjIuMzEuNy4yMzIgMS42MzItLjMxMiAyLjE3Ni0uMzEuNTQzLTEuMDEuNjIyLTEuMTY1IDEuMDEuODU1LjIzMiAxLjc4Ni45MzIgMi4wOTggMS43ODd2MS4wMXptLTkuMzI1LTYuMzcyYy0uMjMyLjg1My0uMjMyIDIuMDItLjA3NyAyLjk1IDEuNjMzLS4wNzQgMy43My41NDYgNC44MTctLjY5Ni4zOS0uNDcuMTU2LTEuMjQ0LS4wNzgtMS42MzUtMS4yNDMtMS4wODYtMy4xMDYtLjM4Ny00LjY2Mi0uNjJ6bTQuMTk4IDQuMjczYy0xLjQ3Ni0uMjMzLTIuOTU0LS4xNTYtNC4zNTItLjA3OC0uMDc3IDEuMTY1IDAgMi4wOTguMTU1IDMuMTg2IDEuNTU2IDAgMy4yNjQuMjMgNC42NjItLjQ2OC4zOS0uMzg3LjYyMi0xLjAxLjQ3LTEuNTUzLS4wOC0uNDY1LS40Ny0uODU1LS45MzQtMS4wODh6IiBmaWxsPSIjRkZGIi8+PC9zdmc+)}.wc-block-checkout__payment-method div#square-credit-card .card-type-discover #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTYtMS45MSA0LjI2OC00LjI2OCA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzJWNC4yNjhDMCAxLjkwOCAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QzEyNi4wOSAwIDEyOCAxLjkxIDEyOCA0LjI2OHY3MS40NjR6IiBmaWxsPSIjRjJGMkYyIi8+PHBhdGggZD0iTTM1LjE4NCA4MGg4OC41NWMyLjM1NSAwIDQuMjY3LTEuOTEgNC4yNjctNC4yNjhWNDUuNzc4QzExOS41IDUxLjE2NiA4Ny40NiA2OS43MzggMzUuMTg1IDgweiIgZmlsbD0iI0Y1ODIyMCIvPjxyYWRpYWxHcmFkaWVudCBpZD0iYSIgY3g9IjU5LjEzOCIgY3k9Ii00NDYuMDc3IiByPSI2LjMwNyIgZ3JhZGllbnRUcmFuc2Zvcm09InRyYW5zbGF0ZSg2LjQxNiA0ODYuMDgzKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iLjAwNiIgc3RvcC1jb2xvcj0iI0ZGRUVFMSIvPjxzdG9wIG9mZnNldD0iLjA5NyIgc3RvcC1jb2xvcj0iI0ZGRUFEOCIvPjxzdG9wIG9mZnNldD0iLjI0NSIgc3RvcC1jb2xvcj0iI0ZFRERDMiIvPjxzdG9wIG9mZnNldD0iLjQzMyIgc3RvcC1jb2xvcj0iI0ZDQ0E5RiIvPjxzdG9wIG9mZnNldD0iLjY1MiIgc3RvcC1jb2xvcj0iI0Y5QUY3MiIvPjxzdG9wIG9mZnNldD0iLjg5NSIgc3RvcC1jb2xvcj0iI0Y2OEYzOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Y0ODIyMCIvPjwvcmFkaWFsR3JhZGllbnQ+PHBhdGggZD0iTTY1LjU2MyAzMy43N2MtMy41MjcgMC02LjM4OCAyLjc1Ni02LjM4OCA2LjE1NiAwIDMuNjE1IDIuNzM0IDYuMzE2IDYuMzg4IDYuMzE2IDMuNTU4IDAgNi4zNjgtMi43MzcgNi4zNjgtNi4yNDcuMDAyLTMuNDg2LTIuNzktNi4yMjQtNi4zNjctNi4yMjR6IiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTI5LjI5OCAzMy45OTRoLTMuNDMzdjExLjk4aDMuNDE3YzEuODEyIDAgMy4xMjMtLjQzMiA0LjI3My0xLjM4MiAxLjM2NC0xLjEzNSAyLjE3My0yLjg0IDIuMTczLTQuNjAzIDAtMy41MzctMi42NC01Ljk5Ni02LjQzLTUuOTk2em0yLjczMiA4Ljk5N2MtLjc0LjY2Ni0xLjY4OC45NTMtMy4yLjk1M2gtLjYzdi03LjkyaC42M2MxLjUxMiAwIDIuNDI1LjI3IDMuMi45NjguODA4LjcyIDEuMjg4IDEuODMzIDEuMjg4IDIuOTggMCAxLjE1My0uNDggMi4zMDUtMS4yODggMy4wMnpNMzYuODA2IDMzLjk5NGgyLjMzMnYxMS45OGgtMi4zMzJ6TTQ0Ljg1MiAzOC41ODhjLTEuNDAzLS41Mi0xLjgxMy0uODYtMS44MTMtMS41MDcgMC0uNzUyLjczNC0xLjMyNiAxLjc0LTEuMzI2LjcgMCAxLjI3NC4yODcgMS44ODguOTY3bDEuMjItMS41OTRjLTEuMDA2LS44ODMtMi4yMS0xLjMzMi0zLjUyMi0xLjMzMi0yLjExNyAwLTMuNzM1IDEuNDc0LTMuNzM1IDMuNDMgMCAxLjY1NS43NTUgMi40OTggMi45NDcgMy4yODguOTE3LjMyMiAxLjM4My41MzggMS42MTYuNjg0LjQ2Ny4zMDcuNy43MzUuNyAxLjIzNyAwIC45NzMtLjc3IDEuNjktMS44MTQgMS42OS0xLjExNSAwLTIuMDEyLS41NTUtMi41NS0xLjU5OGwtMS41MDcgMS40NTdjMS4wNzQgMS41OCAyLjM2NyAyLjI4IDQuMTQ3IDIuMjggMi40MjQgMCA0LjEzLTEuNjE4IDQuMTMtMy45MzUgMC0xLjkwMy0uNzg2LTIuNzY2LTMuNDQ4LTMuNzR6TTQ5LjAzNiAzOS45OWMwIDMuNTIyIDIuNzY3IDYuMjUyIDYuMzI0IDYuMjUyIDEuMDA3IDAgMS44NjgtLjE5NyAyLjkyOC0uN3YtMi43NDhjLS45MzUuOTM1LTEuNzYyIDEuMzEtMi44MiAxLjMxLTIuMzUyIDAtNC4wMjMtMS43MDctNC4wMjMtNC4xMzIgMC0yLjI5NyAxLjcyMi00LjExMiAzLjkxNi00LjExMiAxLjExMyAwIDEuOTU4LjM5NiAyLjkzIDEuMzQ4di0yLjc1Yy0xLjAyMy0uNTItMS44Ny0uNzMyLTIuODc1LS43MzItMy41NCAwLTYuMzggMi43ODMtNi4zOCA2LjI2M3pNNzcuMjE4IDQyLjA0bC0zLjE5Ni04LjA0Nkg3MS40N2w1LjA4NiAxMi4yODVoMS4yNTVsNS4xNzYtMTIuMjg2aC0yLjUzTTg0LjA1IDQ1Ljk3M2g2LjYyNHYtMi4wM0g4Ni4zOFY0MC43MWg0LjEzVjM4LjY4aC00LjEzdi0yLjY2aDQuMjk0di0yLjAyOEg4NC4wNU05OS45MjIgMzcuNTNjMC0yLjI0NS0xLjU0My0zLjUzNi00LjIzNy0zLjUzNmgtMy40Njh2MTEuOThoMi4zMzhWNDEuMTZoLjMwNWwzLjIzMyA0LjgxM2gyLjg3MmwtMy43NzMtNS4wNDdjMS43Ni0uMzYgMi43My0xLjU2MyAyLjczLTMuMzk3em0tNC42ODggMS45NzdoLS42OHYtMy42M2guNzE4YzEuNDU2IDAgMi4yNDYuNjE0IDIuMjQ2IDEuNzc4IDAgMS4yMDQtLjc5IDEuODUyLTIuMjg0IDEuODUyeiIgZmlsbD0iIzA4MUEyMyIvPjxwYXRoIGQ9Ik0xMDEuNTcgMzQuODg3YzAtLjIxLS4xNDItLjMyNS0uMzk4LS4zMjVoLS4zNHYxLjA1N2guMjUydi0uNDFsLjI5My40MWguMzE1bC0uMzUyLS40MzhjLjE0OC0uMDQuMjMtLjE0OC4yMy0uMjk1em0tLjQ0Mi4xNDNoLS4wNDR2LS4yNzNoLjA0NmMuMTI4IDAgLjE5LjA0NC4xOS4xMzQgMCAuMDkyLS4wNjQuMTQtLjE5Mi4xNHoiIGZpbGw9IiMyMzFGMjAiLz48cGF0aCBkPSJNMTAxLjIyNCAzNC4xNjVjLS41MTMgMC0uOTIuNDEtLjkyLjkyMyAwIC41MS40MS45Mi45Mi45Mi41IDAgLjkxLS40MTQuOTEtLjkycy0uNDEtLjkyMy0uOTEtLjkyM3ptLS4wMDIgMS42OGMtLjQwOCAwLS43MzctLjMzNi0uNzM3LS43NTUgMC0uNDIzLjMyNC0uNzU4LjczNy0uNzU4LjM5OCAwIC43MjYuMzQyLjcyNi43NTggMCAuNDE1LS4zMjguNzU0LS43MjYuNzU0eiIgZmlsbD0iIzIzMUYyMCIvPjwvc3ZnPg==)}.wc-block-checkout__payment-method div#square-credit-card .card-type-invalid #square-credit-card-sq-card-number{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMTI4IDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5TbGljZSAxPC90aXRsZT48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIG9wYWNpdHk9Ii41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCA3KSI+PHBhdGggZD0iTTMuNjYzIDY4Ljg5MmMtMS45NiAwLTMuNTU2LTEuNjAxLTMuNTU2LTMuNTdWMy42OEMuMTA3IDEuNzExIDEuNzAyLjEwOCAzLjY2My4xMDhoMTAyLjY2NWEzLjU3MyAzLjU3MyAwIDAgMSAzLjU2NSAzLjU3M3Y2MS42NGMwIDEuOTctMS41OTkgMy41NzEtMy41NjUgMy41NzFIMy42NjN6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTEwNi4zMjguMjE2YTMuNDY0IDMuNDY0IDAgMCAxIDMuNDU3IDMuNDY1djYxLjY0YTMuNDY1IDMuNDY1IDAgMCAxLTMuNDU3IDMuNDY0SDMuNjYzYTMuNDYgMy40NiAwIDAgMS0zLjQ0OC0zLjQ2M1YzLjY4MkMuMjE1IDEuNzcgMS43NjIuMjE1IDMuNjYzLjIxNWgxMDIuNjY1em0wLS4yMTZIMy42NjNBMy42NyAzLjY3IDAgMCAwIDAgMy42ODF2NjEuNjRBMy42NyAzLjY3IDAgMCAwIDMuNjYzIDY5aDEwMi42NjVBMy42NzYgMy42NzYgMCAwIDAgMTEwIDY1LjMyVjMuNjgyQTMuNjc3IDMuNjc3IDAgMCAwIDEwNi4zMjggMHoiIGZpbGw9IiM4NDg0ODQiLz48ZWxsaXBzZSBmaWxsPSIjRjI3MDZDIiBjeD0iNzQuOTk4IiBjeT0iNDkuNjQ2IiByeD0iMTEuNSIgcnk9IjExLjU0MiIvPjxlbGxpcHNlIGZpbGw9IiM4RkQ3RjEiIGN4PSI4Ni41IiBjeT0iNDkuNjQ2IiByeD0iMTEuNTAxIiByeT0iMTEuNTQzIi8+PHBhdGggZmlsbD0iIzRBNEE0QSIgZD0iTS4wMDIgMTIuNzlIMTEwdjEyLjgzNUguMDAyeiIvPjxwYXRoIGQ9Ik05LjY5IDM4LjEwNGgzOC41NTdWNDIuM0g5LjY4OXYtNC4xOTZ6bTAgOS40NDFoMzguNTU3djQuMkg5LjY4OXYtNC4yem0wIDkuNDQ2aDM4LjU1N3Y0LjE5N0g5LjY4OXYtNC4xOTd6IiBmaWxsPSIjQzlDOUM5Ii8+PC9nPjxwYXRoIGQ9Ik02IDc0TDEyMiA2IiBzdHJva2U9IiNGMjcwNkMiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=)}.wc-block-checkout__payment-method div#square-credit-card .sq-input--focus{background-color:rgba(74,144,226,.02);border:1px solid #4a90e2}.wc-block-checkout__payment-method div#square-credit-card .sq-input--error{background-color:rgba(244,47,47,.02);border:1px solid #e02f2f}.wc-block-checkout__payment-method div#square-credit-card .sq-form-third{float:left;margin:0 16px 16px 0;padding:0;width:calc(33.33333% - 10.66667px)}.wc-block-checkout__payment-method div#square-credit-card .sq-form-third:last-of-type{margin-right:0}
body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}
.widget-address-field .address-icons{vertical-align:middle}.widget-address-field .address-icons{vertical-align:middle;max-width:15px;width:100%}.widget-address-inline .widget-address-field{-js-display:inline-flex;display:inline-flex}.astra-widget-address address{margin:0}.widget-address-field{-js-display:flex;display:flex;justify-items:center;align-items:center}.widget-address-field .address-meta{margin-left:5px}.widget-address.widget-address-inline .widget-address-field{margin-right:5px}.astra-widget-address address,.astra-widget-address cite{font-style:inherit}
.astra-widget-social-profiles-inner li>a{-js-display:flex;display:flex;align-items:center}.astra-widget-social-profiles-inner li>a .ast-widget-icon{margin-right:.3em}.astra-widget-social-profiles-inner li>a{margin-bottom:.3em}.astra-widget-social-profiles-inner.stack li>a{margin-right:0}.astra-widget-social-profiles-inner .ast-widget-icon{-js-display:flex;display:flex;align-self:center;justify-content:center;width:1em;transition:all .1s linear}.astra-widget-social-profiles-inner .ast-widget-icon svg{-ms-grid-row-align:center;align-self:center}.astra-widget-social-profiles-inner .ast-widget-icon{vertical-align:middle}.astra-widget-social-profiles-inner.inline li{-js-display:inline-flex;display:inline-flex;text-align:center}.astra-widget-social-profiles-inner.circle-outline .ast-widget-icon,.astra-widget-social-profiles-inner.square-outline .ast-widget-icon{border-width:1px;border-style:solid;border-color:#00000033}.astra-widget-social-profiles-inner.circle .ast-widget-icon,.astra-widget-social-profiles-inner.circle-outline .ast-widget-icon{border-radius:50%}.astra-widget-social-profiles-inner.circle .ast-widget-icon,.astra-widget-social-profiles-inner.circle-outline .ast-widget-icon,.astra-widget-social-profiles-inner.square .ast-widget-icon,.astra-widget-social-profiles-inner.square-outline .ast-widget-icon{height:2em;width:2em;text-align:center;vertical-align:middle}.astra-widget-social-profiles-inner .ast-widget-icon{font-size:15px;line-height:2}.astra-widget-social-profiles-inner.circle .ast-widget-icon,.astra-widget-social-profiles-inner.circle-outline .ast-widget-icon{line-height:2}.astra-widget-social-profiles .astra-widget-social-profiles-inner ul li a{transition:all .1s linear}.astra-widget-social-profiles-inner.circle-outline li .ast-widget-icon svg{transition:all .1s linear}.astra-widget-social-profiles-inner.circle-outline li .ast-widget-icon:hover svg,.astra-widget-social-profiles-inner.square-outline li .ast-widget-icon:hover svg{transition:all .1s linear}