: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}code[class*="language-"],pre[class*="language-"]{color:#000;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*="language-"]::-moz-selection,pre[class*="language-"] ::-moz-selection,code[class*="language-"]::-moz-selection,code[class*="language-"] ::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*="language-"]::selection,pre[class*="language-"] ::selection,code[class*="language-"]::selection,code[class*="language-"] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*="language-"],pre[class*="language-"]{text-shadow:none}}pre[class*="language-"]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*="language-"],pre[class*="language-"]{background:#f5f2f0}:not(pre)>code[class*="language-"]{padding:.1em;border-radius:.3em}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:slategray}.token.punctuation{color:#999}.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#a67f59}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function{color:#DD4A68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.tutor-invoice-wrapper{overflow-x:auto}.tutor-invoice-wrapper .tutor-invoice{background-color:#f9fafc;padding:32px 40px;font-size:14px;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto;width:794px;min-height:1123px}.tutor-invoice-wrapper .tutor-invoice .invoice-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:32px}.tutor-invoice-wrapper .tutor-invoice .invoice-header h1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:4px;font-size:28px;line-height:32px;color:#41454f;margin:0}.tutor-invoice-wrapper .tutor-invoice .invoice-header .status{display:inline-block;background:#66b95d;color:#fff;padding:0 4px;margin-top:4px;border-radius:2px;font-size:10px;line-height:14px;text-transform:uppercase}.tutor-invoice-wrapper .tutor-invoice .invoice-header .invoice-number{font-size:12px;line-height:16px;font-weight:500;color:#767c8e}.tutor-invoice-wrapper .tutor-invoice .invoice-header img{height:40px}.tutor-invoice-wrapper .tutor-invoice .invoice-info{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:48px}.tutor-invoice-wrapper .tutor-invoice .invoice-table{width:100%;border-collapse:collapse;margin-bottom:16px;border-bottom:1px solid var(--tutor-border-color)}.tutor-invoice-wrapper .tutor-invoice .invoice-table th{border-bottom:1px solid var(--tutor-border-color)}.tutor-invoice-wrapper .tutor-invoice .invoice-table th,.tutor-invoice-wrapper .tutor-invoice .invoice-table td{padding:10px 0;text-align:left}.tutor-invoice-wrapper .tutor-invoice .invoice-table .price{text-align:right}.tutor-invoice-wrapper .tutor-invoice .invoice-table .item-image{width:56px;height:32px}.tutor-invoice-wrapper .tutor-invoice .invoice-table .item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.tutor-invoice-wrapper .tutor-invoice .invoice-summary{max-width:300px;margin-left:auto;font-size:14px;line-height:20px}.tutor-invoice-wrapper .tutor-invoice .invoice-summary>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;padding:10px 0}.tutor-invoice-wrapper .tutor-invoice .invoice-summary>div:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}.tutor-invoice-wrapper .tutor-invoice .invoice-footer{margin-top:auto}.tutor-invoice-wrapper .tutor-invoice .invoice-footer .footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:16px;border-top:1px solid var(--tutor-border-color);color:var(--tutor-color-hints)}.tutor-video-player .plyr--youtube iframe{top:-50%;height:200%!important}.tutor-video-player .plyr--youtube.plyr--paused.plyr--loading.plyr__poster-enabled .plyr__poster{opacity:1!important}button[name=complete_course].tutor-topbar-mark-btn{background-color:#fff!important;color:var(--tutor-color-primary)!important}@font-face{font-display:swap;font-family:"tutor";src:url("/wp-content/plugins/tutor/assets/fonts/tutor.woff?v=3.6.1") format("woff");font-weight:normal;font-style:normal;font-display:block}@font-face{font-display:swap;font-family:"tutor";src:url("/wp-content/plugins/tutor/assets/fonts/tutor-v2.woff?v=3.6.1") format("woff");font-weight:normal;font-style:normal;font-display:block}[class^=tutor-icon-],[class*=" tutor-icon-"]{font-family:"tutor" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tutor-icon-privacy:before{content:""}.tutor-icon-laptop:before{content:""}.tutor-icon-desktop:before{content:""}.tutor-icon-tablet:before{content:""}.tutor-icon-mobile:before{content:""}.tutor-icon-map-pin:before{content:""}.tutor-icon-api:before{content:""}.tutor-icon-align-center:before{content:""}.tutor-icon-align-justify:before{content:""}.tutor-icon-align-left:before{content:""}.tutor-icon-align-right:before{content:""}.tutor-icon-receipt-percent:before{content:""}.tutor-icon-credit-card:before{content:""}.tutor-icon-change:before{content:""}.tutor-icon-tag:before{content:""}.tutor-icon-subscription:before{content:""}.tutor-icon-mark-light:before{content:""}.tutor-icon-brand-x-twitter:before{content:""}.tutor-icon-book-open-line:before{content:""}.tutor-icon-sorting-desc:before{content:""}.tutor-icon-sorting-asc:before{content:""}.tutor-icon-note:before{content:""}.tutor-icon-add-document:before{content:""}.tutor-icon-topic:before{content:""}.tutor-icon-quiz-2:before{content:""}.tutor-icon-bundle:before{content:""}.tutor-icon-plus-light:before{content:""}.tutor-icon-settings-log:before{content:""}.tutor-icon-brand-buddypress:before{content:""}.tutor-icon-brand-google-meet:before{content:""}.tutor-icon-brand-google-calendar:before{content:""}.tutor-icon-ban:before{content:""}.tutor-icon-brand-woocommerce:before{content:""}.tutor-icon-kebab-menu:before{content:""}.tutor-icon-add:before{content:""}.tutor-icon-add-photo:before{content:""}.tutor-icon-file-artboard:before{content:""}.tutor-icon-calender:before{content:""}.tutor-icon-circle-mark:before{content:""}.tutor-icon-certificate-portrait:before{content:""}.tutor-icon-brand-zoom:before{content:""}.tutor-icon-clipboard:before{content:""}.tutor-icon-code:before{content:""}.tutor-icon-conversation:before{content:""}.tutor-icon-trophy-o:before{content:""}.tutor-icon-file-blank-page:before{content:""}.tutor-icon-download:before{content:""}.tutor-icon-drag:before{content:""}.tutor-icon-emoji:before{content:""}.tutor-icon-file-import:before{content:""}.tutor-icon-gallery:before{content:""}.tutor-icon-trash-can:before{content:""}.tutor-icon-spectacles:before{content:""}.tutor-icon-graduate-student:before{content:""}.tutor-icon-grid-o:before{content:""}.tutor-icon-user-group:before{content:""}.tutor-icon-home-o:before{content:""}.tutor-icon-down:before{content:""}.tutor-icon-left:before{content:""}.tutor-icon-right:before{content:""}.tutor-icon-up:before{content:""}.tutor-icon-interactive:before{content:""}.tutor-icon-level:before{content:""}.tutor-icon-times:before{content:""}.tutor-icon-magnifying-glass:before{content:""}.tutor-icon-hamburger-o:before{content:""}.tutor-icon-mortarboard-o:before{content:""}.tutor-icon-next:before{content:""}.tutor-icon-badge-percent:before{content:""}.tutor-icon-book-open-o:before{content:""}.tutor-icon-pencil:before{content:""}.tutor-icon-previous:before{content:""}.tutor-icon-user-professor:before{content:""}.tutor-icon-qa:before{content:""}.tutor-icon-receipt-line:before{content:""}.tutor-icon-refund-o:before{content:""}.tutor-icon-page-review:before{content:""}.tutor-icon-save-line:before{content:""}.tutor-icon-page-search:before{content:""}.tutor-icon-share-nodes:before{content:""}.tutor-icon-spinner:before{content:""}.tutor-icon-mortarboard:before{content:""}.tutor-icon-user-student:before{content:""}.tutor-icon-badge-percent-o:before{content:""}.tutor-icon-money-bag:before{content:""}.tutor-icon-badge-star:before{content:""}.tutor-icon-update:before{content:""}.tutor-icon-upload-file:before{content:""}.tutor-icon-upload-o:before{content:""}.tutor-icon-upload:before{content:""}.tutor-icon-add-group:before{content:""}.tutor-icon-add-image:before{content:""}.tutor-icon-add-member:before{content:""}.tutor-icon-angle-double-left:before{content:""}.tutor-icon-angle-double-right:before{content:""}.tutor-icon-angle-down:before{content:""}.tutor-icon-angle-left:before{content:""}.tutor-icon-angle-right:before{content:""}.tutor-icon-angle-up:before{content:""}.tutor-icon-ruler:before{content:""}.tutor-icon-assignment:before{content:""}.tutor-icon-paperclip:before{content:""}.tutor-icon-volume:before{content:""}.tutor-icon-authorized:before{content:""}.tutor-icon-trophy:before{content:""}.tutor-icon-background:before{content:""}.tutor-icon-book-open:before{content:""}.tutor-icon-book:before{content:""}.tutor-icon-box-open:before{content:""}.tutor-icon-browser:before{content:""}.tutor-icon-bullet-point:before{content:""}.tutor-icon-calender-bold:before{content:""}.tutor-icon-calender-line:before{content:""}.tutor-icon-camera:before{content:""}.tutor-icon-cart-bold:before{content:""}.tutor-icon-cart-line:before{content:""}.tutor-icon-ribbon:before{content:""}.tutor-icon-certificate-landscape:before{content:""}.tutor-icon-slider-horizontal:before{content:""}.tutor-icon-chart-pie:before{content:""}.tutor-icon-circle-info:before{content:""}.tutor-icon-clock-bold:before{content:""}.tutor-icon-clock-line:before{content:""}.tutor-icon-coding:before{content:""}.tutor-icon-coins:before{content:""}.tutor-icon-mortarboard-o:before{content:""}.tutor-icon-comment:before{content:""}.tutor-icon-buildings:before{content:""}.tutor-icon-clock-line-o:before{content:""}.tutor-icon-copy:before{content:""}.tutor-icon-export:before{content:""}.tutor-icon-import:before{content:""}.tutor-icon-brand-learndash:before{content:""}.tutor-icon-brand-learnpress:before{content:""}.tutor-icon-circle-times-line:before{content:""}.tutor-icon-circle-times-bold:before{content:""}.tutor-icon-times-o:before{content:""}.tutor-icon-crown:before{content:""}.tutor-icon-slider-vertical:before{content:""}.tutor-icon-dashboard:before{content:""}.tutor-icon-trash-can-bold:before{content:""}.tutor-icon-trash-can-line:before{content:""}.tutor-icon-color-palette:before{content:""}.tutor-icon-external-link:before{content:""}.tutor-icon-badge-discount:before{content:""}.tutor-icon-badge-dollar:before{content:""}.tutor-icon-text-add:before{content:""}.tutor-icon-document-text:before{content:""}.tutor-icon-dollar-slot:before{content:""}.tutor-icon-door-open:before{content:""}.tutor-icon-caret-up:before{content:""}.tutor-icon-download-bold:before{content:""}.tutor-icon-sort:before{content:""}.tutor-icon-drop:before{content:""}.tutor-icon-hourglass-o:before{content:""}.tutor-icon-earth:before{content:""}.tutor-icon-pencil-o:before{content:""}.tutor-icon-edit:before{content:""}.tutor-icon-edit-o:before{content:""}.tutor-icon-edit-square:before{content:""}.tutor-icon-open-book-o:before{content:""}.tutor-icon-envelope:before{content:""}.tutor-icon-time-expired:before{content:""}.tutor-icon-eye-bold:before{content:""}.tutor-icon-eye-line:before{content:""}.tutor-icon-bookmark-bold:before{content:""}.tutor-icon-bookmark-line:before{content:""}.tutor-icon-hourglass:before{content:""}.tutor-icon-filter-dollar:before{content:""}.tutor-icon-filter:before{content:""}.tutor-icon-folder:before{content:""}.tutor-icon-grade:before{content:""}.tutor-icon-grade-book:before{content:""}.tutor-icon-grid-bold:before{content:""}.tutor-icon-grid-line:before{content:""}.tutor-icon-hand-holding-dollar:before{content:""}.tutor-icon-heart-bold:before{content:""}.tutor-icon-home:before{content:""}.tutor-icon-hamburger-menu:before{content:""}.tutor-icon-light-bulb:before{content:""}.tutor-icon-image-landscape:before{content:""}.tutor-icon-images:before{content:""}.tutor-icon-image-portrait:before{content:""}.tutor-icon-add-image-o:before{content:""}.tutor-icon-import-export:before{content:""}.tutor-icon-import-o:before{content:""}.tutor-icon-flag:before{content:""}.tutor-icon-circle-info-o:before{content:""}.tutor-icon-ribbon-o:before{content:""}.tutor-icon-instructor:before{content:""}.tutor-icon-copy-text:before{content:""}.tutor-icon-eye-slash-line:before{content:""}.tutor-icon-certificate-landscape-o:before{content:""}.tutor-icon-layer:before{content:""}.tutor-icon-link:before{content:""}.tutor-icon-clipboard-list:before{content:""}.tutor-icon-lock-bold:before{content:""}.tutor-icon-lock-line:before{content:""}.tutor-icon-user-bold:before{content:""}.tutor-icon-manual:before{content:""}.tutor-icon-circle-mark-o:before{content:""}.tutor-icon-mark:before{content:""}.tutor-icon-mark-unread:before{content:""}.tutor-icon-file-star:before{content:""}.tutor-icon-file-text:before{content:""}.tutor-icon-arrow-right-left:before{content:""}.tutor-icon-media-manager:before{content:""}.tutor-icon-meeting:before{content:""}.tutor-icon-microphone:before{content:""}.tutor-icon-minus:before{content:""}.tutor-icon-minus-o:before{content:""}.tutor-icon-refund:before{content:""}.tutor-icon-move:before{content:""}.tutor-icon-slider-h:before{content:""}.tutor-icon-slider-v:before{content:""}.tutor-icon-archive:before{content:""}.tutor-icon-important-bold:before{content:""}.tutor-icon-important-line:before{content:""}.tutor-icon-open-envelope:before{content:""}.tutor-icon-message-unread:before{content:""}.tutor-icon-double-mark:before{content:""}.tutor-icon-bell-bold:before{content:""}.tutor-icon-bell-line:before{content:""}.tutor-icon-text-width:before{content:""}.tutor-icon-order-down:before{content:""}.tutor-icon-order-up:before{content:""}.tutor-icon-ordering-a-z:before{content:""}.tutor-icon-ordering-z-a:before{content:""}.tutor-icon-paste:before{content:""}.tutor-icon-play-line:before{content:""}.tutor-icon-plus-o:before{content:""}.tutor-icon-plus:before{content:""}.tutor-icon-plus-square:before{content:""}.tutor-icon-eye-slash-bold:before{content:""}.tutor-icon-print:before{content:""}.tutor-icon-purchase-mark:before{content:""}.tutor-icon-puzzle:before{content:""}.tutor-icon-qr-code:before{content:""}.tutor-icon-question:before{content:""}.tutor-icon-circle-question-mark:before{content:""}.tutor-icon-quiz:before{content:""}.tutor-icon-quiz-attempt:before{content:""}.tutor-icon-quiz-o:before{content:""}.tutor-icon-receipt-bold:before{content:""}.tutor-icon-redo:before{content:""}.tutor-icon-refresh:before{content:""}.tutor-icon-refresh-o:before{content:""}.tutor-icon-report-time:before{content:""}.tutor-icon-save-bold:before{content:""}.tutor-icon-search:before{content:""}.tutor-icon-paper-plane:before{content:""}.tutor-icon-gear:before{content:""}.tutor-icon-shape:before{content:""}.tutor-icon-share:before{content:""}.tutor-icon-minimize:before{content:""}.tutor-icon-shorting-bullet:before{content:""}.tutor-icon-circle-notch:before{content:""}.tutor-icon-signout:before{content:""}.tutor-icon-rocket:before{content:""}.tutor-icon-bullhorn:before{content:""}.tutor-icon-star-bold:before{content:""}.tutor-icon-star-half-bold:before{content:""}.tutor-icon-star-line:before{content:""}.tutor-icon-stopwatch:before{content:""}.tutor-icon-brush:before{content:""}.tutor-icon-circle-mark-line:before{content:""}.tutor-icon-undo:before{content:""}.tutor-icon-university:before{content:""}.tutor-icon-unlock-line:before{content:""}.tutor-icon-caret-down:before{content:""}.tutor-icon-user-line:before{content:""}.tutor-icon-user-graduate:before{content:""}.tutor-icon-verify-id:before{content:""}.tutor-icon-video-camera:before{content:""}.tutor-icon-video-camera-o:before{content:""}.tutor-icon-wallet:before{content:""}.tutor-icon-brand-facebook:before{content:""}.tutor-icon-brand-zoom-o:before{content:""}.tutor-icon-circle-warning-outline:before{content:""}.tutor-icon-website:before{content:""}.tutor-icon-circle-half:before{content:""}.tutor-icon-zoom-in:before{content:""}.tutor-icon-zoom-out:before{content:""}.tutor-icon-brand-github:before{content:""}.tutor-icon-brand-google:before{content:""}.tutor-icon-brand-google-drive:before{content:""}.tutor-icon-brand-html5-bold:before{content:""}.tutor-icon-brand-html5-line:before{content:""}.tutor-icon-brand-instagram:before{content:""}.tutor-icon-brand-linkedin:before{content:""}.tutor-icon-brand-myspace:before{content:""}.tutor-icon-brand-paid-membersip-pro:before{content:""}.tutor-icon-brand-reddit:before{content:""}.tutor-icon-brand-skype:before{content:""}.tutor-icon-brand-snapchat:before{content:""}.tutor-icon-brand-soundcloud:before{content:""}.tutor-icon-brand-spotify:before{content:""}.tutor-icon-brand-tumblr:before{content:""}.tutor-icon-brand-twitter:before{content:""}.tutor-icon-brand-vimeo-bold:before{content:""}.tutor-icon-brand-vimeo-line:before{content:""}.tutor-icon-brand-yelp:before{content:""}.tutor-icon-brand-youtube-bold:before{content:""}.tutor-icon-brand-youtube-line:before{content:""}.tutor-icon-grade-o:before{content:""}.tutor-icon-file-ai:before{content:""}.tutor-icon-file-archive:before{content:""}.tutor-icon-file-audio:before{content:""}.tutor-icon-file-avi:before{content:""}.tutor-icon-file-compress:before{content:""}.tutor-icon-file-css:before{content:""}.tutor-icon-file-csv:before{content:""}.tutor-icon-file-dbf:before{content:""}.tutor-icon-file-doc:before{content:""}.tutor-icon-file-document:before{content:""}.tutor-icon-file-dwg:before{content:""}.tutor-icon-file-exe:before{content:""}.tutor-icon-file-fla:before{content:""}.tutor-icon-file-html:before{content:""}.tutor-icon-image-file:before{content:""}.tutor-icon-file-iso:before{content:""}.tutor-icon-file-json:before{content:""}.tutor-icon-file-js:before{content:""}.tutor-icon-file-jpg:before{content:""}.tutor-icon-file-mp3:before{content:""}.tutor-icon-file-mp4:before{content:""}.tutor-icon-file-pdf:before{content:""}.tutor-icon-file-png:before{content:""}.tutor-icon-file-ppt:before{content:""}.tutor-icon-file-psd:before{content:""}.tutor-icon-file-rtf:before{content:""}.tutor-icon-file-spreadsheet:before{content:""}.tutor-icon-file-svg:before{content:""}.tutor-icon-text-file:before{content:""}.tutor-icon-file-txt:before{content:""}.tutor-icon-video-file:before{content:""}.tutor-icon-file-xls:before{content:""}.tutor-icon-file-xml:before{content:""}.tutor-icon-file-zip:before{content:""}.tutor-icon-circle-info-bold:before{content:""}.tutor-icon-warning:before{content:""}.tutor-icon-shortcode:before{content:""}.tutor-container,.tutor-container-fluid,.tutor-container-xxl,.tutor-container-xl,.tutor-container-lg,.tutor-container-md,.tutor-container-sm{width:100%;padding-right:var(--tutor-gutter-x, 0.75rem);padding-left:var(--tutor-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media(min-width: 576px){.tutor-container-sm,.tutor-container{max-width:540px}}@media(min-width: 768px){.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:720px}}@media(min-width: 992px){.tutor-container-lg,.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:960px}}@media(min-width: 1200px){.tutor-container-xl,.tutor-container-lg,.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:1140px}}@media(min-width: 1400px){.tutor-container-xxl,.tutor-container-xl,.tutor-container-lg,.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:1320px}}.tutor-row{--tutor-gutter-x: 1.5rem;--tutor-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--tutor-gutter-y));margin-right:calc(-0.5*var(--tutor-gutter-x));margin-left:calc(-0.5*var(--tutor-gutter-x))}.tutor-row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--tutor-gutter-x)*.5);padding-left:calc(var(--tutor-gutter-x)*.5);margin-top:var(--tutor-gutter-y)}.tutor-col{flex:1 0 0%}.tutor-row-cols-auto>*{flex:0 0 auto;width:auto}.tutor-row-cols-1>*{flex:0 0 auto;width:100%}.tutor-row-cols-2>*{flex:0 0 auto;width:50%}.tutor-row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.tutor-row-cols-4>*{flex:0 0 auto;width:25%}.tutor-row-cols-5>*{flex:0 0 auto;width:20%}.tutor-row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.tutor-col-auto{flex:0 0 auto;width:auto}.tutor-col-1{flex:0 0 auto;width:8.33333333%}.tutor-col-2{flex:0 0 auto;width:16.66666667%}.tutor-col-3{flex:0 0 auto;width:25%}.tutor-col-4{flex:0 0 auto;width:33.33333333%}.tutor-col-5{flex:0 0 auto;width:41.66666667%}.tutor-col-6{flex:0 0 auto;width:50%}.tutor-col-7{flex:0 0 auto;width:58.33333333%}.tutor-col-8{flex:0 0 auto;width:66.66666667%}.tutor-col-9{flex:0 0 auto;width:75%}.tutor-col-10{flex:0 0 auto;width:83.33333333%}.tutor-col-11{flex:0 0 auto;width:91.66666667%}.tutor-col-12{flex:0 0 auto;width:100%}.tutor-offset-1{margin-left:8.33333333%}.tutor-offset-2{margin-left:16.66666667%}.tutor-offset-3{margin-left:25%}.tutor-offset-4{margin-left:33.33333333%}.tutor-offset-5{margin-left:41.66666667%}.tutor-offset-6{margin-left:50%}.tutor-offset-7{margin-left:58.33333333%}.tutor-offset-8{margin-left:66.66666667%}.tutor-offset-9{margin-left:75%}.tutor-offset-10{margin-left:83.33333333%}.tutor-offset-11{margin-left:91.66666667%}.tutor-g-0,.tutor-gx-0{--tutor-gutter-x: 0}.tutor-g-0,.tutor-gy-0{--tutor-gutter-y: 0}.tutor-g-1,.tutor-gx-1{--tutor-gutter-x: 0.5rem}.tutor-g-1,.tutor-gy-1{--tutor-gutter-y: 0.5rem}.tutor-g-2,.tutor-gx-2{--tutor-gutter-x: 1rem}.tutor-g-2,.tutor-gy-2{--tutor-gutter-y: 1rem}.tutor-g-3,.tutor-gx-3{--tutor-gutter-x: 1.5rem}.tutor-g-3,.tutor-gy-3{--tutor-gutter-y: 1.5rem}.tutor-g-4,.tutor-gx-4{--tutor-gutter-x: 2rem}.tutor-g-4,.tutor-gy-4{--tutor-gutter-y: 2rem}.tutor-g-5,.tutor-gx-5{--tutor-gutter-x: 3rem}.tutor-g-5,.tutor-gy-5{--tutor-gutter-y: 3rem}.tutor-g-4px,.tutor-gx-4px{--tutor-gutter-x: 0.25rem}.tutor-g-4px,.tutor-gy-4px{--tutor-gutter-y: 0.25rem}.tutor-g-12px,.tutor-gx-12px{--tutor-gutter-x: 0.75rem}.tutor-g-12px,.tutor-gy-12px{--tutor-gutter-y: 0.75rem}@media(min-width: 576px){.tutor-col-sm{flex:1 0 0%}.tutor-row-cols-sm-auto>*{flex:0 0 auto;width:auto}.tutor-row-cols-sm-1>*{flex:0 0 auto;width:100%}.tutor-row-cols-sm-2>*{flex:0 0 auto;width:50%}.tutor-row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.tutor-row-cols-sm-4>*{flex:0 0 auto;width:25%}.tutor-row-cols-sm-5>*{flex:0 0 auto;width:20%}.tutor-row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.tutor-col-sm-auto{flex:0 0 auto;width:auto}.tutor-col-sm-1{flex:0 0 auto;width:8.33333333%}.tutor-col-sm-2{flex:0 0 auto;width:16.66666667%}.tutor-col-sm-3{flex:0 0 auto;width:25%}.tutor-col-sm-4{flex:0 0 auto;width:33.33333333%}.tutor-col-sm-5{flex:0 0 auto;width:41.66666667%}.tutor-col-sm-6{flex:0 0 auto;width:50%}.tutor-col-sm-7{flex:0 0 auto;width:58.33333333%}.tutor-col-sm-8{flex:0 0 auto;width:66.66666667%}.tutor-col-sm-9{flex:0 0 auto;width:75%}.tutor-col-sm-10{flex:0 0 auto;width:83.33333333%}.tutor-col-sm-11{flex:0 0 auto;width:91.66666667%}.tutor-col-sm-12{flex:0 0 auto;width:100%}.tutor-offset-sm-0{margin-left:0}.tutor-offset-sm-1{margin-left:8.33333333%}.tutor-offset-sm-2{margin-left:16.66666667%}.tutor-offset-sm-3{margin-left:25%}.tutor-offset-sm-4{margin-left:33.33333333%}.tutor-offset-sm-5{margin-left:41.66666667%}.tutor-offset-sm-6{margin-left:50%}.tutor-offset-sm-7{margin-left:58.33333333%}.tutor-offset-sm-8{margin-left:66.66666667%}.tutor-offset-sm-9{margin-left:75%}.tutor-offset-sm-10{margin-left:83.33333333%}.tutor-offset-sm-11{margin-left:91.66666667%}.tutor-g-sm-0,.tutor-gx-sm-0{--tutor-gutter-x: 0}.tutor-g-sm-0,.tutor-gy-sm-0{--tutor-gutter-y: 0}.tutor-g-sm-1,.tutor-gx-sm-1{--tutor-gutter-x: 0.5rem}.tutor-g-sm-1,.tutor-gy-sm-1{--tutor-gutter-y: 0.5rem}.tutor-g-sm-2,.tutor-gx-sm-2{--tutor-gutter-x: 1rem}.tutor-g-sm-2,.tutor-gy-sm-2{--tutor-gutter-y: 1rem}.tutor-g-sm-3,.tutor-gx-sm-3{--tutor-gutter-x: 1.5rem}.tutor-g-sm-3,.tutor-gy-sm-3{--tutor-gutter-y: 1.5rem}.tutor-g-sm-4,.tutor-gx-sm-4{--tutor-gutter-x: 2rem}.tutor-g-sm-4,.tutor-gy-sm-4{--tutor-gutter-y: 2rem}.tutor-g-sm-5,.tutor-gx-sm-5{--tutor-gutter-x: 3rem}.tutor-g-sm-5,.tutor-gy-sm-5{--tutor-gutter-y: 3rem}.tutor-g-sm-4px,.tutor-gx-sm-4px{--tutor-gutter-x: 0.25rem}.tutor-g-sm-4px,.tutor-gy-sm-4px{--tutor-gutter-y: 0.25rem}.tutor-g-sm-12px,.tutor-gx-sm-12px{--tutor-gutter-x: 0.75rem}.tutor-g-sm-12px,.tutor-gy-sm-12px{--tutor-gutter-y: 0.75rem}}@media(min-width: 768px){.tutor-col-md{flex:1 0 0%}.tutor-row-cols-md-auto>*{flex:0 0 auto;width:auto}.tutor-row-cols-md-1>*{flex:0 0 auto;width:100%}.tutor-row-cols-md-2>*{flex:0 0 auto;width:50%}.tutor-row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.tutor-row-cols-md-4>*{flex:0 0 auto;width:25%}.tutor-row-cols-md-5>*{flex:0 0 auto;width:20%}.tutor-row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.tutor-col-md-auto{flex:0 0 auto;width:auto}.tutor-col-md-1{flex:0 0 auto;width:8.33333333%}.tutor-col-md-2{flex:0 0 auto;width:16.66666667%}.tutor-col-md-3{flex:0 0 auto;width:25%}.tutor-col-md-4{flex:0 0 auto;width:33.33333333%}.tutor-col-md-5{flex:0 0 auto;width:41.66666667%}.tutor-col-md-6{flex:0 0 auto;width:50%}.tutor-col-md-7{flex:0 0 auto;width:58.33333333%}.tutor-col-md-8{flex:0 0 auto;width:66.66666667%}.tutor-col-md-9{flex:0 0 auto;width:75%}.tutor-col-md-10{flex:0 0 auto;width:83.33333333%}.tutor-col-md-11{flex:0 0 auto;width:91.66666667%}.tutor-col-md-12{flex:0 0 auto;width:100%}.tutor-offset-md-0{margin-left:0}.tutor-offset-md-1{margin-left:8.33333333%}.tutor-offset-md-2{margin-left:16.66666667%}.tutor-offset-md-3{margin-left:25%}.tutor-offset-md-4{margin-left:33.33333333%}.tutor-offset-md-5{margin-left:41.66666667%}.tutor-offset-md-6{margin-left:50%}.tutor-offset-md-7{margin-left:58.33333333%}.tutor-offset-md-8{margin-left:66.66666667%}.tutor-offset-md-9{margin-left:75%}.tutor-offset-md-10{margin-left:83.33333333%}.tutor-offset-md-11{margin-left:91.66666667%}.tutor-g-md-0,.tutor-gx-md-0{--tutor-gutter-x: 0}.tutor-g-md-0,.tutor-gy-md-0{--tutor-gutter-y: 0}.tutor-g-md-1,.tutor-gx-md-1{--tutor-gutter-x: 0.5rem}.tutor-g-md-1,.tutor-gy-md-1{--tutor-gutter-y: 0.5rem}.tutor-g-md-2,.tutor-gx-md-2{--tutor-gutter-x: 1rem}.tutor-g-md-2,.tutor-gy-md-2{--tutor-gutter-y: 1rem}.tutor-g-md-3,.tutor-gx-md-3{--tutor-gutter-x: 1.5rem}.tutor-g-md-3,.tutor-gy-md-3{--tutor-gutter-y: 1.5rem}.tutor-g-md-4,.tutor-gx-md-4{--tutor-gutter-x: 2rem}.tutor-g-md-4,.tutor-gy-md-4{--tutor-gutter-y: 2rem}.tutor-g-md-5,.tutor-gx-md-5{--tutor-gutter-x: 3rem}.tutor-g-md-5,.tutor-gy-md-5{--tutor-gutter-y: 3rem}.tutor-g-md-4px,.tutor-gx-md-4px{--tutor-gutter-x: 0.25rem}.tutor-g-md-4px,.tutor-gy-md-4px{--tutor-gutter-y: 0.25rem}.tutor-g-md-12px,.tutor-gx-md-12px{--tutor-gutter-x: 0.75rem}.tutor-g-md-12px,.tutor-gy-md-12px{--tutor-gutter-y: 0.75rem}}@media(min-width: 992px){.tutor-col-lg{flex:1 0 0%}.tutor-row-cols-lg-auto>*{flex:0 0 auto;width:auto}.tutor-row-cols-lg-1>*{flex:0 0 auto;width:100%}.tutor-row-cols-lg-2>*{flex:0 0 auto;width:50%}.tutor-row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.tutor-row-cols-lg-4>*{flex:0 0 auto;width:25%}.tutor-row-cols-lg-5>*{flex:0 0 auto;width:20%}.tutor-row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.tutor-col-lg-auto{flex:0 0 auto;width:auto}.tutor-col-lg-1{flex:0 0 auto;width:8.33333333%}.tutor-col-lg-2{flex:0 0 auto;width:16.66666667%}.tutor-col-lg-3{flex:0 0 auto;width:25%}.tutor-col-lg-4{flex:0 0 auto;width:33.33333333%}.tutor-col-lg-5{flex:0 0 auto;width:41.66666667%}.tutor-col-lg-6{flex:0 0 auto;width:50%}.tutor-col-lg-7{flex:0 0 auto;width:58.33333333%}.tutor-col-lg-8{flex:0 0 auto;width:66.66666667%}.tutor-col-lg-9{flex:0 0 auto;width:75%}.tutor-col-lg-10{flex:0 0 auto;width:83.33333333%}.tutor-col-lg-11{flex:0 0 auto;width:91.66666667%}.tutor-col-lg-12{flex:0 0 auto;width:100%}.tutor-offset-lg-0{margin-left:0}.tutor-offset-lg-1{margin-left:8.33333333%}.tutor-offset-lg-2{margin-left:16.66666667%}.tutor-offset-lg-3{margin-left:25%}.tutor-offset-lg-4{margin-left:33.33333333%}.tutor-offset-lg-5{margin-left:41.66666667%}.tutor-offset-lg-6{margin-left:50%}.tutor-offset-lg-7{margin-left:58.33333333%}.tutor-offset-lg-8{margin-left:66.66666667%}.tutor-offset-lg-9{margin-left:75%}.tutor-offset-lg-10{margin-left:83.33333333%}.tutor-offset-lg-11{margin-left:91.66666667%}.tutor-g-lg-0,.tutor-gx-lg-0{--tutor-gutter-x: 0}.tutor-g-lg-0,.tutor-gy-lg-0{--tutor-gutter-y: 0}.tutor-g-lg-1,.tutor-gx-lg-1{--tutor-gutter-x: 0.5rem}.tutor-g-lg-1,.tutor-gy-lg-1{--tutor-gutter-y: 0.5rem}.tutor-g-lg-2,.tutor-gx-lg-2{--tutor-gutter-x: 1rem}.tutor-g-lg-2,.tutor-gy-lg-2{--tutor-gutter-y: 1rem}.tutor-g-lg-3,.tutor-gx-lg-3{--tutor-gutter-x: 1.5rem}.tutor-g-lg-3,.tutor-gy-lg-3{--tutor-gutter-y: 1.5rem}.tutor-g-lg-4,.tutor-gx-lg-4{--tutor-gutter-x: 2rem}.tutor-g-lg-4,.tutor-gy-lg-4{--tutor-gutter-y: 2rem}.tutor-g-lg-5,.tutor-gx-lg-5{--tutor-gutter-x: 3rem}.tutor-g-lg-5,.tutor-gy-lg-5{--tutor-gutter-y: 3rem}.tutor-g-lg-4px,.tutor-gx-lg-4px{--tutor-gutter-x: 0.25rem}.tutor-g-lg-4px,.tutor-gy-lg-4px{--tutor-gutter-y: 0.25rem}.tutor-g-lg-12px,.tutor-gx-lg-12px{--tutor-gutter-x: 0.75rem}.tutor-g-lg-12px,.tutor-gy-lg-12px{--tutor-gutter-y: 0.75rem}}@media(min-width: 1200px){.tutor-col-xl{flex:1 0 0%}.tutor-row-cols-xl-auto>*{flex:0 0 auto;width:auto}.tutor-row-cols-xl-1>*{flex:0 0 auto;width:100%}.tutor-row-cols-xl-2>*{flex:0 0 auto;width:50%}.tutor-row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.tutor-row-cols-xl-4>*{flex:0 0 auto;width:25%}.tutor-row-cols-xl-5>*{flex:0 0 auto;width:20%}.tutor-row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.tutor-col-xl-auto{flex:0 0 auto;width:auto}.tutor-col-xl-1{flex:0 0 auto;width:8.33333333%}.tutor-col-xl-2{flex:0 0 auto;width:16.66666667%}.tutor-col-xl-3{flex:0 0 auto;width:25%}.tutor-col-xl-4{flex:0 0 auto;width:33.33333333%}.tutor-col-xl-5{flex:0 0 auto;width:41.66666667%}.tutor-col-xl-6{flex:0 0 auto;width:50%}.tutor-col-xl-7{flex:0 0 auto;width:58.33333333%}.tutor-col-xl-8{flex:0 0 auto;width:66.66666667%}.tutor-col-xl-9{flex:0 0 auto;width:75%}.tutor-col-xl-10{flex:0 0 auto;width:83.33333333%}.tutor-col-xl-11{flex:0 0 auto;width:91.66666667%}.tutor-col-xl-12{flex:0 0 auto;width:100%}.tutor-offset-xl-0{margin-left:0}.tutor-offset-xl-1{margin-left:8.33333333%}.tutor-offset-xl-2{margin-left:16.66666667%}.tutor-offset-xl-3{margin-left:25%}.tutor-offset-xl-4{margin-left:33.33333333%}.tutor-offset-xl-5{margin-left:41.66666667%}.tutor-offset-xl-6{margin-left:50%}.tutor-offset-xl-7{margin-left:58.33333333%}.tutor-offset-xl-8{margin-left:66.66666667%}.tutor-offset-xl-9{margin-left:75%}.tutor-offset-xl-10{margin-left:83.33333333%}.tutor-offset-xl-11{margin-left:91.66666667%}.tutor-g-xl-0,.tutor-gx-xl-0{--tutor-gutter-x: 0}.tutor-g-xl-0,.tutor-gy-xl-0{--tutor-gutter-y: 0}.tutor-g-xl-1,.tutor-gx-xl-1{--tutor-gutter-x: 0.5rem}.tutor-g-xl-1,.tutor-gy-xl-1{--tutor-gutter-y: 0.5rem}.tutor-g-xl-2,.tutor-gx-xl-2{--tutor-gutter-x: 1rem}.tutor-g-xl-2,.tutor-gy-xl-2{--tutor-gutter-y: 1rem}.tutor-g-xl-3,.tutor-gx-xl-3{--tutor-gutter-x: 1.5rem}.tutor-g-xl-3,.tutor-gy-xl-3{--tutor-gutter-y: 1.5rem}.tutor-g-xl-4,.tutor-gx-xl-4{--tutor-gutter-x: 2rem}.tutor-g-xl-4,.tutor-gy-xl-4{--tutor-gutter-y: 2rem}.tutor-g-xl-5,.tutor-gx-xl-5{--tutor-gutter-x: 3rem}.tutor-g-xl-5,.tutor-gy-xl-5{--tutor-gutter-y: 3rem}.tutor-g-xl-4px,.tutor-gx-xl-4px{--tutor-gutter-x: 0.25rem}.tutor-g-xl-4px,.tutor-gy-xl-4px{--tutor-gutter-y: 0.25rem}.tutor-g-xl-12px,.tutor-gx-xl-12px{--tutor-gutter-x: 0.75rem}.tutor-g-xl-12px,.tutor-gy-xl-12px{--tutor-gutter-y: 0.75rem}}@media(min-width: 1400px){.tutor-col-xxl{flex:1 0 0%}.tutor-row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.tutor-row-cols-xxl-1>*{flex:0 0 auto;width:100%}.tutor-row-cols-xxl-2>*{flex:0 0 auto;width:50%}.tutor-row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.tutor-row-cols-xxl-4>*{flex:0 0 auto;width:25%}.tutor-row-cols-xxl-5>*{flex:0 0 auto;width:20%}.tutor-row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.tutor-col-xxl-auto{flex:0 0 auto;width:auto}.tutor-col-xxl-1{flex:0 0 auto;width:8.33333333%}.tutor-col-xxl-2{flex:0 0 auto;width:16.66666667%}.tutor-col-xxl-3{flex:0 0 auto;width:25%}.tutor-col-xxl-4{flex:0 0 auto;width:33.33333333%}.tutor-col-xxl-5{flex:0 0 auto;width:41.66666667%}.tutor-col-xxl-6{flex:0 0 auto;width:50%}.tutor-col-xxl-7{flex:0 0 auto;width:58.33333333%}.tutor-col-xxl-8{flex:0 0 auto;width:66.66666667%}.tutor-col-xxl-9{flex:0 0 auto;width:75%}.tutor-col-xxl-10{flex:0 0 auto;width:83.33333333%}.tutor-col-xxl-11{flex:0 0 auto;width:91.66666667%}.tutor-col-xxl-12{flex:0 0 auto;width:100%}.tutor-offset-xxl-0{margin-left:0}.tutor-offset-xxl-1{margin-left:8.33333333%}.tutor-offset-xxl-2{margin-left:16.66666667%}.tutor-offset-xxl-3{margin-left:25%}.tutor-offset-xxl-4{margin-left:33.33333333%}.tutor-offset-xxl-5{margin-left:41.66666667%}.tutor-offset-xxl-6{margin-left:50%}.tutor-offset-xxl-7{margin-left:58.33333333%}.tutor-offset-xxl-8{margin-left:66.66666667%}.tutor-offset-xxl-9{margin-left:75%}.tutor-offset-xxl-10{margin-left:83.33333333%}.tutor-offset-xxl-11{margin-left:91.66666667%}.tutor-g-xxl-0,.tutor-gx-xxl-0{--tutor-gutter-x: 0}.tutor-g-xxl-0,.tutor-gy-xxl-0{--tutor-gutter-y: 0}.tutor-g-xxl-1,.tutor-gx-xxl-1{--tutor-gutter-x: 0.5rem}.tutor-g-xxl-1,.tutor-gy-xxl-1{--tutor-gutter-y: 0.5rem}.tutor-g-xxl-2,.tutor-gx-xxl-2{--tutor-gutter-x: 1rem}.tutor-g-xxl-2,.tutor-gy-xxl-2{--tutor-gutter-y: 1rem}.tutor-g-xxl-3,.tutor-gx-xxl-3{--tutor-gutter-x: 1.5rem}.tutor-g-xxl-3,.tutor-gy-xxl-3{--tutor-gutter-y: 1.5rem}.tutor-g-xxl-4,.tutor-gx-xxl-4{--tutor-gutter-x: 2rem}.tutor-g-xxl-4,.tutor-gy-xxl-4{--tutor-gutter-y: 2rem}.tutor-g-xxl-5,.tutor-gx-xxl-5{--tutor-gutter-x: 3rem}.tutor-g-xxl-5,.tutor-gy-xxl-5{--tutor-gutter-y: 3rem}.tutor-g-xxl-4px,.tutor-gx-xxl-4px{--tutor-gutter-x: 0.25rem}.tutor-g-xxl-4px,.tutor-gy-xxl-4px{--tutor-gutter-y: 0.25rem}.tutor-g-xxl-12px,.tutor-gx-xxl-12px{--tutor-gutter-x: 0.75rem}.tutor-g-xxl-12px,.tutor-gy-xxl-12px{--tutor-gutter-y: 0.75rem}}.tutor-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));grid-gap:32px;grid-template-rows:min-content;grid-template-columns:repeat(1, 1fr)}.tutor-grid-1{grid-template-columns:repeat(1, 1fr)}@media(min-width: 768px){.tutor-grid-2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.tutor-grid-3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.tutor-grid-3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 768px){.tutor-grid-4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.tutor-grid-4{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.tutor-grid-4{grid-template-columns:repeat(4, 1fr)}}.tutor-d-inline{display:inline !important}.tutor-d-inline-block{display:inline-block !important}.tutor-d-block{display:block !important}.tutor-d-grid{display:grid !important}.tutor-d-table{display:table !important}.tutor-d-table-row{display:table-row !important}.tutor-d-table-cell{display:table-cell !important}.tutor-d-flex{display:flex !important}.tutor-d-inline-flex{display:inline-flex !important}.tutor-d-none{display:none !important}.tutor-flex-fill{flex:1 1 auto !important}.tutor-flex-row{flex-direction:row !important}.tutor-flex-column{flex-direction:column !important}.tutor-flex-row-reverse{flex-direction:row-reverse !important}.tutor-flex-column-reverse{flex-direction:column-reverse !important}.tutor-flex-grow-0{flex-grow:0 !important}.tutor-flex-grow-1{flex-grow:1 !important}.tutor-flex-shrink-0{flex-shrink:0 !important}.tutor-flex-shrink-1{flex-shrink:1 !important}.tutor-flex-wrap{flex-wrap:wrap !important}.tutor-flex-nowrap{flex-wrap:nowrap !important}.tutor-flex-wrap-reverse{flex-wrap:wrap-reverse !important}.tutor-gap-0{gap:0 !important}.tutor-gap-1{gap:.5rem !important}.tutor-gap-2{gap:1rem !important}.tutor-gap-3{gap:1.5rem !important}.tutor-gap-4{gap:2rem !important}.tutor-gap-5{gap:3rem !important}.tutor-gap-4px{gap:.25rem !important}.tutor-gap-12px{gap:.75rem !important}.tutor-justify-start{justify-content:flex-start !important}.tutor-justify-end{justify-content:flex-end !important}.tutor-justify-center{justify-content:center !important}.tutor-justify-between{justify-content:space-between !important}.tutor-justify-around{justify-content:space-around !important}.tutor-justify-evenly{justify-content:space-evenly !important}.tutor-align-start{align-items:flex-start !important}.tutor-align-end{align-items:flex-end !important}.tutor-align-center{align-items:center !important}.tutor-align-baseline{align-items:baseline !important}.tutor-align-stretch{align-items:stretch !important}.tutor-align-content-start{align-content:flex-start !important}.tutor-align-content-end{align-content:flex-end !important}.tutor-align-content-center{align-content:center !important}.tutor-align-content-between{align-content:space-between !important}.tutor-align-content-around{align-content:space-around !important}.tutor-align-content-stretch{align-content:stretch !important}.tutor-align-self-auto{align-self:auto !important}.tutor-align-self-start{align-self:flex-start !important}.tutor-align-self-end{align-self:flex-end !important}.tutor-align-self-center{align-self:center !important}.tutor-align-self-baseline{align-self:baseline !important}.tutor-align-self-stretch{align-self:stretch !important}.tutor-order-first{order:-1 !important}.tutor-order-0{order:0 !important}.tutor-order-1{order:1 !important}.tutor-order-2{order:2 !important}.tutor-order-3{order:3 !important}.tutor-order-4{order:4 !important}.tutor-order-5{order:5 !important}.tutor-order-last{order:6 !important}.tutor-m-0{margin:0}.tutor-m-2{margin:2px}.tutor-m-4{margin:4px}.tutor-m-8{margin:8px}.tutor-m-12{margin:12px}.tutor-m-16{margin:16px}.tutor-m-20{margin:20px}.tutor-m-24{margin:24px}.tutor-m-28{margin:28px}.tutor-m-32{margin:32px}.tutor-m-36{margin:36px}.tutor-m-40{margin:40px}.tutor-m-44{margin:44px}.tutor-m-48{margin:48px}.tutor-m-52{margin:52px}.tutor-m-56{margin:56px}.tutor-m-60{margin:60px}.tutor-m-64{margin:64px}.tutor-m-68{margin:68px}.tutor-m-72{margin:72px}.tutor-m-76{margin:76px}.tutor-m-80{margin:80px}.tutor-m-auto{margin:auto}.tutor-mx-0{margin-right:0;margin-left:0}.tutor-mx-2{margin-right:2px;margin-left:2px}.tutor-mx-4{margin-right:4px;margin-left:4px}.tutor-mx-8{margin-right:8px;margin-left:8px}.tutor-mx-12{margin-right:12px;margin-left:12px}.tutor-mx-16{margin-right:16px;margin-left:16px}.tutor-mx-20{margin-right:20px;margin-left:20px}.tutor-mx-24{margin-right:24px;margin-left:24px}.tutor-mx-28{margin-right:28px;margin-left:28px}.tutor-mx-32{margin-right:32px;margin-left:32px}.tutor-mx-36{margin-right:36px;margin-left:36px}.tutor-mx-40{margin-right:40px;margin-left:40px}.tutor-mx-44{margin-right:44px;margin-left:44px}.tutor-mx-48{margin-right:48px;margin-left:48px}.tutor-mx-52{margin-right:52px;margin-left:52px}.tutor-mx-56{margin-right:56px;margin-left:56px}.tutor-mx-60{margin-right:60px;margin-left:60px}.tutor-mx-64{margin-right:64px;margin-left:64px}.tutor-mx-68{margin-right:68px;margin-left:68px}.tutor-mx-72{margin-right:72px;margin-left:72px}.tutor-mx-76{margin-right:76px;margin-left:76px}.tutor-mx-80{margin-right:80px;margin-left:80px}.tutor-mx-auto{margin-right:auto;margin-left:auto}.tutor-my-0{margin-top:0;margin-bottom:0}.tutor-my-2{margin-top:2px;margin-bottom:2px}.tutor-my-4{margin-top:4px;margin-bottom:4px}.tutor-my-8{margin-top:8px;margin-bottom:8px}.tutor-my-12{margin-top:12px;margin-bottom:12px}.tutor-my-16{margin-top:16px;margin-bottom:16px}.tutor-my-20{margin-top:20px;margin-bottom:20px}.tutor-my-24{margin-top:24px;margin-bottom:24px}.tutor-my-28{margin-top:28px;margin-bottom:28px}.tutor-my-32{margin-top:32px;margin-bottom:32px}.tutor-my-36{margin-top:36px;margin-bottom:36px}.tutor-my-40{margin-top:40px;margin-bottom:40px}.tutor-my-44{margin-top:44px;margin-bottom:44px}.tutor-my-48{margin-top:48px;margin-bottom:48px}.tutor-my-52{margin-top:52px;margin-bottom:52px}.tutor-my-56{margin-top:56px;margin-bottom:56px}.tutor-my-60{margin-top:60px;margin-bottom:60px}.tutor-my-64{margin-top:64px;margin-bottom:64px}.tutor-my-68{margin-top:68px;margin-bottom:68px}.tutor-my-72{margin-top:72px;margin-bottom:72px}.tutor-my-76{margin-top:76px;margin-bottom:76px}.tutor-my-80{margin-top:80px;margin-bottom:80px}.tutor-my-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-0{margin-top:0}.tutor-mt-2{margin-top:2px}.tutor-mt-4{margin-top:4px}.tutor-mt-8{margin-top:8px}.tutor-mt-12{margin-top:12px}.tutor-mt-16{margin-top:16px}.tutor-mt-20{margin-top:20px}.tutor-mt-24{margin-top:24px}.tutor-mt-28{margin-top:28px}.tutor-mt-32{margin-top:32px}.tutor-mt-36{margin-top:36px}.tutor-mt-40{margin-top:40px}.tutor-mt-44{margin-top:44px}.tutor-mt-48{margin-top:48px}.tutor-mt-52{margin-top:52px}.tutor-mt-56{margin-top:56px}.tutor-mt-60{margin-top:60px}.tutor-mt-64{margin-top:64px}.tutor-mt-68{margin-top:68px}.tutor-mt-72{margin-top:72px}.tutor-mt-76{margin-top:76px}.tutor-mt-80{margin-top:80px}.tutor-mt-auto{margin-top:auto}.tutor-mr-0{margin-right:0}.tutor-mr-2{margin-right:2px}.tutor-mr-4{margin-right:4px}.tutor-mr-8{margin-right:8px}.tutor-mr-12{margin-right:12px}.tutor-mr-16{margin-right:16px}.tutor-mr-20{margin-right:20px}.tutor-mr-24{margin-right:24px}.tutor-mr-28{margin-right:28px}.tutor-mr-32{margin-right:32px}.tutor-mr-36{margin-right:36px}.tutor-mr-40{margin-right:40px}.tutor-mr-44{margin-right:44px}.tutor-mr-48{margin-right:48px}.tutor-mr-52{margin-right:52px}.tutor-mr-56{margin-right:56px}.tutor-mr-60{margin-right:60px}.tutor-mr-64{margin-right:64px}.tutor-mr-68{margin-right:68px}.tutor-mr-72{margin-right:72px}.tutor-mr-76{margin-right:76px}.tutor-mr-80{margin-right:80px}.tutor-mr-auto{margin-right:auto}.tutor-mb-0{margin-bottom:0}.tutor-mb-2{margin-bottom:2px}.tutor-mb-4{margin-bottom:4px}.tutor-mb-8{margin-bottom:8px}.tutor-mb-12{margin-bottom:12px}.tutor-mb-16{margin-bottom:16px}.tutor-mb-20{margin-bottom:20px}.tutor-mb-24{margin-bottom:24px}.tutor-mb-28{margin-bottom:28px}.tutor-mb-32{margin-bottom:32px}.tutor-mb-36{margin-bottom:36px}.tutor-mb-40{margin-bottom:40px}.tutor-mb-44{margin-bottom:44px}.tutor-mb-48{margin-bottom:48px}.tutor-mb-52{margin-bottom:52px}.tutor-mb-56{margin-bottom:56px}.tutor-mb-60{margin-bottom:60px}.tutor-mb-64{margin-bottom:64px}.tutor-mb-68{margin-bottom:68px}.tutor-mb-72{margin-bottom:72px}.tutor-mb-76{margin-bottom:76px}.tutor-mb-80{margin-bottom:80px}.tutor-mb-auto{margin-bottom:auto}.tutor-ml-0{margin-left:0}.tutor-ml-2{margin-left:2px}.tutor-ml-4{margin-left:4px}.tutor-ml-8{margin-left:8px}.tutor-ml-12{margin-left:12px}.tutor-ml-16{margin-left:16px}.tutor-ml-20{margin-left:20px}.tutor-ml-24{margin-left:24px}.tutor-ml-28{margin-left:28px}.tutor-ml-32{margin-left:32px}.tutor-ml-36{margin-left:36px}.tutor-ml-40{margin-left:40px}.tutor-ml-44{margin-left:44px}.tutor-ml-48{margin-left:48px}.tutor-ml-52{margin-left:52px}.tutor-ml-56{margin-left:56px}.tutor-ml-60{margin-left:60px}.tutor-ml-64{margin-left:64px}.tutor-ml-68{margin-left:68px}.tutor-ml-72{margin-left:72px}.tutor-ml-76{margin-left:76px}.tutor-ml-80{margin-left:80px}.tutor-ml-auto{margin-left:auto}.tutor-m-n2{margin:-2px}.tutor-m-n4{margin:-4px}.tutor-m-n8{margin:-8px}.tutor-m-n12{margin:-12px}.tutor-m-n16{margin:-16px}.tutor-m-n20{margin:-20px}.tutor-m-n24{margin:-24px}.tutor-m-n28{margin:-28px}.tutor-m-n32{margin:-32px}.tutor-m-n36{margin:-36px}.tutor-m-n40{margin:-40px}.tutor-m-n44{margin:-44px}.tutor-m-n48{margin:-48px}.tutor-m-n52{margin:-52px}.tutor-m-n56{margin:-56px}.tutor-m-n60{margin:-60px}.tutor-m-n64{margin:-64px}.tutor-m-n68{margin:-68px}.tutor-m-n72{margin:-72px}.tutor-m-n76{margin:-76px}.tutor-m-n80{margin:-80px}.tutor-mx-n2{margin-right:-2px;margin-left:-2px}.tutor-mx-n4{margin-right:-4px;margin-left:-4px}.tutor-mx-n8{margin-right:-8px;margin-left:-8px}.tutor-mx-n12{margin-right:-12px;margin-left:-12px}.tutor-mx-n16{margin-right:-16px;margin-left:-16px}.tutor-mx-n20{margin-right:-20px;margin-left:-20px}.tutor-mx-n24{margin-right:-24px;margin-left:-24px}.tutor-mx-n28{margin-right:-28px;margin-left:-28px}.tutor-mx-n32{margin-right:-32px;margin-left:-32px}.tutor-mx-n36{margin-right:-36px;margin-left:-36px}.tutor-mx-n40{margin-right:-40px;margin-left:-40px}.tutor-mx-n44{margin-right:-44px;margin-left:-44px}.tutor-mx-n48{margin-right:-48px;margin-left:-48px}.tutor-mx-n52{margin-right:-52px;margin-left:-52px}.tutor-mx-n56{margin-right:-56px;margin-left:-56px}.tutor-mx-n60{margin-right:-60px;margin-left:-60px}.tutor-mx-n64{margin-right:-64px;margin-left:-64px}.tutor-mx-n68{margin-right:-68px;margin-left:-68px}.tutor-mx-n72{margin-right:-72px;margin-left:-72px}.tutor-mx-n76{margin-right:-76px;margin-left:-76px}.tutor-mx-n80{margin-right:-80px;margin-left:-80px}.tutor-my-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-n2{margin-top:-2px}.tutor-mt-n4{margin-top:-4px}.tutor-mt-n8{margin-top:-8px}.tutor-mt-n12{margin-top:-12px}.tutor-mt-n16{margin-top:-16px}.tutor-mt-n20{margin-top:-20px}.tutor-mt-n24{margin-top:-24px}.tutor-mt-n28{margin-top:-28px}.tutor-mt-n32{margin-top:-32px}.tutor-mt-n36{margin-top:-36px}.tutor-mt-n40{margin-top:-40px}.tutor-mt-n44{margin-top:-44px}.tutor-mt-n48{margin-top:-48px}.tutor-mt-n52{margin-top:-52px}.tutor-mt-n56{margin-top:-56px}.tutor-mt-n60{margin-top:-60px}.tutor-mt-n64{margin-top:-64px}.tutor-mt-n68{margin-top:-68px}.tutor-mt-n72{margin-top:-72px}.tutor-mt-n76{margin-top:-76px}.tutor-mt-n80{margin-top:-80px}.tutor-mr-n2{margin-right:-2px}.tutor-mr-n4{margin-right:-4px}.tutor-mr-n8{margin-right:-8px}.tutor-mr-n12{margin-right:-12px}.tutor-mr-n16{margin-right:-16px}.tutor-mr-n20{margin-right:-20px}.tutor-mr-n24{margin-right:-24px}.tutor-mr-n28{margin-right:-28px}.tutor-mr-n32{margin-right:-32px}.tutor-mr-n36{margin-right:-36px}.tutor-mr-n40{margin-right:-40px}.tutor-mr-n44{margin-right:-44px}.tutor-mr-n48{margin-right:-48px}.tutor-mr-n52{margin-right:-52px}.tutor-mr-n56{margin-right:-56px}.tutor-mr-n60{margin-right:-60px}.tutor-mr-n64{margin-right:-64px}.tutor-mr-n68{margin-right:-68px}.tutor-mr-n72{margin-right:-72px}.tutor-mr-n76{margin-right:-76px}.tutor-mr-n80{margin-right:-80px}.tutor-mb-n2{margin-bottom:-2px}.tutor-mb-n4{margin-bottom:-4px}.tutor-mb-n8{margin-bottom:-8px}.tutor-mb-n12{margin-bottom:-12px}.tutor-mb-n16{margin-bottom:-16px}.tutor-mb-n20{margin-bottom:-20px}.tutor-mb-n24{margin-bottom:-24px}.tutor-mb-n28{margin-bottom:-28px}.tutor-mb-n32{margin-bottom:-32px}.tutor-mb-n36{margin-bottom:-36px}.tutor-mb-n40{margin-bottom:-40px}.tutor-mb-n44{margin-bottom:-44px}.tutor-mb-n48{margin-bottom:-48px}.tutor-mb-n52{margin-bottom:-52px}.tutor-mb-n56{margin-bottom:-56px}.tutor-mb-n60{margin-bottom:-60px}.tutor-mb-n64{margin-bottom:-64px}.tutor-mb-n68{margin-bottom:-68px}.tutor-mb-n72{margin-bottom:-72px}.tutor-mb-n76{margin-bottom:-76px}.tutor-mb-n80{margin-bottom:-80px}.tutor-ml-n2{margin-left:-2px}.tutor-ml-n4{margin-left:-4px}.tutor-ml-n8{margin-left:-8px}.tutor-ml-n12{margin-left:-12px}.tutor-ml-n16{margin-left:-16px}.tutor-ml-n20{margin-left:-20px}.tutor-ml-n24{margin-left:-24px}.tutor-ml-n28{margin-left:-28px}.tutor-ml-n32{margin-left:-32px}.tutor-ml-n36{margin-left:-36px}.tutor-ml-n40{margin-left:-40px}.tutor-ml-n44{margin-left:-44px}.tutor-ml-n48{margin-left:-48px}.tutor-ml-n52{margin-left:-52px}.tutor-ml-n56{margin-left:-56px}.tutor-ml-n60{margin-left:-60px}.tutor-ml-n64{margin-left:-64px}.tutor-ml-n68{margin-left:-68px}.tutor-ml-n72{margin-left:-72px}.tutor-ml-n76{margin-left:-76px}.tutor-ml-n80{margin-left:-80px}.tutor-p-0{padding:0}.tutor-p-2{padding:2px}.tutor-p-4{padding:4px}.tutor-p-8{padding:8px}.tutor-p-12{padding:12px}.tutor-p-16{padding:16px}.tutor-p-20{padding:20px}.tutor-p-24,.tutor-large-notification{padding:24px}.tutor-p-28{padding:28px}.tutor-p-32{padding:32px}.tutor-p-36{padding:36px}.tutor-p-40{padding:40px}.tutor-p-44{padding:44px}.tutor-p-48{padding:48px}.tutor-p-52{padding:52px}.tutor-p-56{padding:56px}.tutor-p-60{padding:60px}.tutor-p-64{padding:64px}.tutor-p-68{padding:68px}.tutor-p-72{padding:72px}.tutor-p-76{padding:76px}.tutor-p-80{padding:80px}.tutor-px-0{padding-right:0;padding-left:0}.tutor-px-2{padding-right:2px;padding-left:2px}.tutor-px-4{padding-right:4px;padding-left:4px}.tutor-px-8{padding-right:8px;padding-left:8px}.tutor-px-12{padding-right:12px;padding-left:12px}.tutor-px-16{padding-right:16px;padding-left:16px}.tutor-px-20{padding-right:20px;padding-left:20px}.tutor-px-24{padding-right:24px;padding-left:24px}.tutor-px-28{padding-right:28px;padding-left:28px}.tutor-px-32{padding-right:32px;padding-left:32px}.tutor-px-36{padding-right:36px;padding-left:36px}.tutor-px-40{padding-right:40px;padding-left:40px}.tutor-px-44{padding-right:44px;padding-left:44px}.tutor-px-48{padding-right:48px;padding-left:48px}.tutor-px-52{padding-right:52px;padding-left:52px}.tutor-px-56{padding-right:56px;padding-left:56px}.tutor-px-60{padding-right:60px;padding-left:60px}.tutor-px-64{padding-right:64px;padding-left:64px}.tutor-px-68{padding-right:68px;padding-left:68px}.tutor-px-72{padding-right:72px;padding-left:72px}.tutor-px-76{padding-right:76px;padding-left:76px}.tutor-px-80{padding-right:80px;padding-left:80px}.tutor-py-0{padding-top:0;padding-bottom:0}.tutor-py-2{padding-top:2px;padding-bottom:2px}.tutor-py-4{padding-top:4px;padding-bottom:4px}.tutor-py-8{padding-top:8px;padding-bottom:8px}.tutor-py-12{padding-top:12px;padding-bottom:12px}.tutor-py-16{padding-top:16px;padding-bottom:16px}.tutor-py-20{padding-top:20px;padding-bottom:20px}.tutor-py-24{padding-top:24px;padding-bottom:24px}.tutor-py-28{padding-top:28px;padding-bottom:28px}.tutor-py-32{padding-top:32px;padding-bottom:32px}.tutor-py-36{padding-top:36px;padding-bottom:36px}.tutor-py-40{padding-top:40px;padding-bottom:40px}.tutor-py-44{padding-top:44px;padding-bottom:44px}.tutor-py-48{padding-top:48px;padding-bottom:48px}.tutor-py-52{padding-top:52px;padding-bottom:52px}.tutor-py-56{padding-top:56px;padding-bottom:56px}.tutor-py-60{padding-top:60px;padding-bottom:60px}.tutor-py-64{padding-top:64px;padding-bottom:64px}.tutor-py-68{padding-top:68px;padding-bottom:68px}.tutor-py-72{padding-top:72px;padding-bottom:72px}.tutor-py-76{padding-top:76px;padding-bottom:76px}.tutor-py-80{padding-top:80px;padding-bottom:80px}.tutor-pt-0{padding-top:0}.tutor-pt-2{padding-top:2px}.tutor-pt-4{padding-top:4px}.tutor-pt-8{padding-top:8px}.tutor-pt-12{padding-top:12px}.tutor-pt-16{padding-top:16px}.tutor-pt-20{padding-top:20px}.tutor-pt-24{padding-top:24px}.tutor-pt-28{padding-top:28px}.tutor-pt-32{padding-top:32px}.tutor-pt-36{padding-top:36px}.tutor-pt-40{padding-top:40px}.tutor-pt-44{padding-top:44px}.tutor-pt-48{padding-top:48px}.tutor-pt-52{padding-top:52px}.tutor-pt-56{padding-top:56px}.tutor-pt-60{padding-top:60px}.tutor-pt-64{padding-top:64px}.tutor-pt-68{padding-top:68px}.tutor-pt-72{padding-top:72px}.tutor-pt-76{padding-top:76px}.tutor-pt-80{padding-top:80px}.tutor-pr-0{padding-right:0}.tutor-pr-2{padding-right:2px}.tutor-pr-4{padding-right:4px}.tutor-pr-8{padding-right:8px}.tutor-pr-12{padding-right:12px}.tutor-pr-16{padding-right:16px}.tutor-pr-20{padding-right:20px}.tutor-pr-24{padding-right:24px}.tutor-pr-28{padding-right:28px}.tutor-pr-32{padding-right:32px}.tutor-pr-36{padding-right:36px}.tutor-pr-40{padding-right:40px}.tutor-pr-44{padding-right:44px}.tutor-pr-48{padding-right:48px}.tutor-pr-52{padding-right:52px}.tutor-pr-56{padding-right:56px}.tutor-pr-60{padding-right:60px}.tutor-pr-64{padding-right:64px}.tutor-pr-68{padding-right:68px}.tutor-pr-72{padding-right:72px}.tutor-pr-76{padding-right:76px}.tutor-pr-80{padding-right:80px}.tutor-pb-0{padding-bottom:0}.tutor-pb-2{padding-bottom:2px}.tutor-pb-4{padding-bottom:4px}.tutor-pb-8{padding-bottom:8px}.tutor-pb-12{padding-bottom:12px}.tutor-pb-16{padding-bottom:16px}.tutor-pb-20{padding-bottom:20px}.tutor-pb-24{padding-bottom:24px}.tutor-pb-28{padding-bottom:28px}.tutor-pb-32{padding-bottom:32px}.tutor-pb-36{padding-bottom:36px}.tutor-pb-40{padding-bottom:40px}.tutor-pb-44{padding-bottom:44px}.tutor-pb-48{padding-bottom:48px}.tutor-pb-52{padding-bottom:52px}.tutor-pb-56{padding-bottom:56px}.tutor-pb-60{padding-bottom:60px}.tutor-pb-64{padding-bottom:64px}.tutor-pb-68{padding-bottom:68px}.tutor-pb-72{padding-bottom:72px}.tutor-pb-76{padding-bottom:76px}.tutor-pb-80{padding-bottom:80px}.tutor-pl-0{padding-left:0}.tutor-pl-2{padding-left:2px}.tutor-pl-4{padding-left:4px}.tutor-pl-8{padding-left:8px}.tutor-pl-12,.tutor-instructor-card .tutor-icard-content{padding-left:12px}.tutor-pl-16{padding-left:16px}.tutor-pl-20{padding-left:20px}.tutor-pl-24{padding-left:24px}.tutor-pl-28{padding-left:28px}.tutor-pl-32{padding-left:32px}.tutor-pl-36{padding-left:36px}.tutor-pl-40{padding-left:40px}.tutor-pl-44{padding-left:44px}.tutor-pl-48{padding-left:48px}.tutor-pl-52{padding-left:52px}.tutor-pl-56{padding-left:56px}.tutor-pl-60{padding-left:60px}.tutor-pl-64{padding-left:64px}.tutor-pl-68{padding-left:68px}.tutor-pl-72{padding-left:72px}.tutor-pl-76{padding-left:76px}.tutor-pl-80{padding-left:80px}.tutor-fs-1{font-size:calc(1.525rem + 3.3vw)}.tutor-fs-2{font-size:calc(1.425rem + 2.1vw)}.tutor-fs-3{font-size:calc(1.325rem + 0.9vw)}.tutor-fs-4{font-size:calc(1.275rem + 0.3vw)}.tutor-fs-5{font-size:1.25rem}.tutor-fs-6{font-size:1rem}.tutor-fs-7{font-size:0.875rem}.tutor-fs-8{font-size:0.75rem}.tutor-fs-9{font-size:0.625rem}.tutor-fst-italic{font-style:italic !important}.tutor-fst-normal{font-style:normal !important}.tutor-fw-thin{font-weight:lighter}.tutor-fw-lighter{font-weight:300}.tutor-fw-normal{font-weight:400}.tutor-fw-medium{font-weight:500}.tutor-fw-bold{font-weight:700}.tutor-fw-bolder{font-weight:bolder}@media(min-width: 576px){.tutor-d-sm-inline{display:inline !important}.tutor-d-sm-inline-block{display:inline-block !important}.tutor-d-sm-block{display:block !important}.tutor-d-sm-grid{display:grid !important}.tutor-d-sm-table{display:table !important}.tutor-d-sm-table-row{display:table-row !important}.tutor-d-sm-table-cell{display:table-cell !important}.tutor-d-sm-flex{display:flex !important}.tutor-d-sm-inline-flex{display:inline-flex !important}.tutor-d-sm-none{display:none !important}.tutor-flex-sm-fill{flex:1 1 auto !important}.tutor-flex-sm-row{flex-direction:row !important}.tutor-flex-sm-column{flex-direction:column !important}.tutor-flex-sm-row-reverse{flex-direction:row-reverse !important}.tutor-flex-sm-column-reverse{flex-direction:column-reverse !important}.tutor-flex-sm-grow-0{flex-grow:0 !important}.tutor-flex-sm-grow-1{flex-grow:1 !important}.tutor-flex-sm-shrink-0{flex-shrink:0 !important}.tutor-flex-sm-shrink-1{flex-shrink:1 !important}.tutor-flex-sm-wrap{flex-wrap:wrap !important}.tutor-flex-sm-nowrap{flex-wrap:nowrap !important}.tutor-flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.tutor-gap-sm-0{gap:0 !important}.tutor-gap-sm-1{gap:.5rem !important}.tutor-gap-sm-2{gap:1rem !important}.tutor-gap-sm-3{gap:1.5rem !important}.tutor-gap-sm-4{gap:2rem !important}.tutor-gap-sm-5{gap:3rem !important}.tutor-gap-sm-4px{gap:.25rem !important}.tutor-gap-sm-12px{gap:.75rem !important}.tutor-justify-sm-start{justify-content:flex-start !important}.tutor-justify-sm-end{justify-content:flex-end !important}.tutor-justify-sm-center{justify-content:center !important}.tutor-justify-sm-between{justify-content:space-between !important}.tutor-justify-sm-around{justify-content:space-around !important}.tutor-justify-sm-evenly{justify-content:space-evenly !important}.tutor-align-sm-start{align-items:flex-start !important}.tutor-align-sm-end{align-items:flex-end !important}.tutor-align-sm-center{align-items:center !important}.tutor-align-sm-baseline{align-items:baseline !important}.tutor-align-sm-stretch{align-items:stretch !important}.tutor-align-content-sm-start{align-content:flex-start !important}.tutor-align-content-sm-end{align-content:flex-end !important}.tutor-align-content-sm-center{align-content:center !important}.tutor-align-content-sm-between{align-content:space-between !important}.tutor-align-content-sm-around{align-content:space-around !important}.tutor-align-content-sm-stretch{align-content:stretch !important}.tutor-align-self-sm-auto{align-self:auto !important}.tutor-align-self-sm-start{align-self:flex-start !important}.tutor-align-self-sm-end{align-self:flex-end !important}.tutor-align-self-sm-center{align-self:center !important}.tutor-align-self-sm-baseline{align-self:baseline !important}.tutor-align-self-sm-stretch{align-self:stretch !important}.tutor-order-sm-first{order:-1 !important}.tutor-order-sm-0{order:0 !important}.tutor-order-sm-1{order:1 !important}.tutor-order-sm-2{order:2 !important}.tutor-order-sm-3{order:3 !important}.tutor-order-sm-4{order:4 !important}.tutor-order-sm-5{order:5 !important}.tutor-order-sm-last{order:6 !important}.tutor-m-sm-0{margin:0}.tutor-m-sm-2{margin:2px}.tutor-m-sm-4{margin:4px}.tutor-m-sm-8{margin:8px}.tutor-m-sm-12{margin:12px}.tutor-m-sm-16{margin:16px}.tutor-m-sm-20{margin:20px}.tutor-m-sm-24{margin:24px}.tutor-m-sm-28{margin:28px}.tutor-m-sm-32{margin:32px}.tutor-m-sm-36{margin:36px}.tutor-m-sm-40{margin:40px}.tutor-m-sm-44{margin:44px}.tutor-m-sm-48{margin:48px}.tutor-m-sm-52{margin:52px}.tutor-m-sm-56{margin:56px}.tutor-m-sm-60{margin:60px}.tutor-m-sm-64{margin:64px}.tutor-m-sm-68{margin:68px}.tutor-m-sm-72{margin:72px}.tutor-m-sm-76{margin:76px}.tutor-m-sm-80{margin:80px}.tutor-m-sm-auto{margin:auto}.tutor-mx-sm-0{margin-right:0;margin-left:0}.tutor-mx-sm-2{margin-right:2px;margin-left:2px}.tutor-mx-sm-4{margin-right:4px;margin-left:4px}.tutor-mx-sm-8{margin-right:8px;margin-left:8px}.tutor-mx-sm-12{margin-right:12px;margin-left:12px}.tutor-mx-sm-16{margin-right:16px;margin-left:16px}.tutor-mx-sm-20{margin-right:20px;margin-left:20px}.tutor-mx-sm-24{margin-right:24px;margin-left:24px}.tutor-mx-sm-28{margin-right:28px;margin-left:28px}.tutor-mx-sm-32{margin-right:32px;margin-left:32px}.tutor-mx-sm-36{margin-right:36px;margin-left:36px}.tutor-mx-sm-40{margin-right:40px;margin-left:40px}.tutor-mx-sm-44{margin-right:44px;margin-left:44px}.tutor-mx-sm-48{margin-right:48px;margin-left:48px}.tutor-mx-sm-52{margin-right:52px;margin-left:52px}.tutor-mx-sm-56{margin-right:56px;margin-left:56px}.tutor-mx-sm-60{margin-right:60px;margin-left:60px}.tutor-mx-sm-64{margin-right:64px;margin-left:64px}.tutor-mx-sm-68{margin-right:68px;margin-left:68px}.tutor-mx-sm-72{margin-right:72px;margin-left:72px}.tutor-mx-sm-76{margin-right:76px;margin-left:76px}.tutor-mx-sm-80{margin-right:80px;margin-left:80px}.tutor-mx-sm-auto{margin-right:auto;margin-left:auto}.tutor-my-sm-0{margin-top:0;margin-bottom:0}.tutor-my-sm-2{margin-top:2px;margin-bottom:2px}.tutor-my-sm-4{margin-top:4px;margin-bottom:4px}.tutor-my-sm-8{margin-top:8px;margin-bottom:8px}.tutor-my-sm-12{margin-top:12px;margin-bottom:12px}.tutor-my-sm-16{margin-top:16px;margin-bottom:16px}.tutor-my-sm-20{margin-top:20px;margin-bottom:20px}.tutor-my-sm-24{margin-top:24px;margin-bottom:24px}.tutor-my-sm-28{margin-top:28px;margin-bottom:28px}.tutor-my-sm-32{margin-top:32px;margin-bottom:32px}.tutor-my-sm-36{margin-top:36px;margin-bottom:36px}.tutor-my-sm-40{margin-top:40px;margin-bottom:40px}.tutor-my-sm-44{margin-top:44px;margin-bottom:44px}.tutor-my-sm-48{margin-top:48px;margin-bottom:48px}.tutor-my-sm-52{margin-top:52px;margin-bottom:52px}.tutor-my-sm-56{margin-top:56px;margin-bottom:56px}.tutor-my-sm-60{margin-top:60px;margin-bottom:60px}.tutor-my-sm-64{margin-top:64px;margin-bottom:64px}.tutor-my-sm-68{margin-top:68px;margin-bottom:68px}.tutor-my-sm-72{margin-top:72px;margin-bottom:72px}.tutor-my-sm-76{margin-top:76px;margin-bottom:76px}.tutor-my-sm-80{margin-top:80px;margin-bottom:80px}.tutor-my-sm-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-sm-0{margin-top:0}.tutor-mt-sm-2{margin-top:2px}.tutor-mt-sm-4{margin-top:4px}.tutor-mt-sm-8{margin-top:8px}.tutor-mt-sm-12{margin-top:12px}.tutor-mt-sm-16{margin-top:16px}.tutor-mt-sm-20{margin-top:20px}.tutor-mt-sm-24{margin-top:24px}.tutor-mt-sm-28{margin-top:28px}.tutor-mt-sm-32{margin-top:32px}.tutor-mt-sm-36{margin-top:36px}.tutor-mt-sm-40{margin-top:40px}.tutor-mt-sm-44{margin-top:44px}.tutor-mt-sm-48{margin-top:48px}.tutor-mt-sm-52{margin-top:52px}.tutor-mt-sm-56{margin-top:56px}.tutor-mt-sm-60{margin-top:60px}.tutor-mt-sm-64{margin-top:64px}.tutor-mt-sm-68{margin-top:68px}.tutor-mt-sm-72{margin-top:72px}.tutor-mt-sm-76{margin-top:76px}.tutor-mt-sm-80{margin-top:80px}.tutor-mt-sm-auto{margin-top:auto}.tutor-mr-sm-0{margin-right:0}.tutor-mr-sm-2{margin-right:2px}.tutor-mr-sm-4{margin-right:4px}.tutor-mr-sm-8{margin-right:8px}.tutor-mr-sm-12{margin-right:12px}.tutor-mr-sm-16{margin-right:16px}.tutor-mr-sm-20{margin-right:20px}.tutor-mr-sm-24{margin-right:24px}.tutor-mr-sm-28{margin-right:28px}.tutor-mr-sm-32{margin-right:32px}.tutor-mr-sm-36{margin-right:36px}.tutor-mr-sm-40{margin-right:40px}.tutor-mr-sm-44{margin-right:44px}.tutor-mr-sm-48{margin-right:48px}.tutor-mr-sm-52{margin-right:52px}.tutor-mr-sm-56{margin-right:56px}.tutor-mr-sm-60{margin-right:60px}.tutor-mr-sm-64{margin-right:64px}.tutor-mr-sm-68{margin-right:68px}.tutor-mr-sm-72{margin-right:72px}.tutor-mr-sm-76{margin-right:76px}.tutor-mr-sm-80{margin-right:80px}.tutor-mr-sm-auto{margin-right:auto}.tutor-mb-sm-0{margin-bottom:0}.tutor-mb-sm-2{margin-bottom:2px}.tutor-mb-sm-4{margin-bottom:4px}.tutor-mb-sm-8{margin-bottom:8px}.tutor-mb-sm-12{margin-bottom:12px}.tutor-mb-sm-16{margin-bottom:16px}.tutor-mb-sm-20{margin-bottom:20px}.tutor-mb-sm-24{margin-bottom:24px}.tutor-mb-sm-28{margin-bottom:28px}.tutor-mb-sm-32{margin-bottom:32px}.tutor-mb-sm-36{margin-bottom:36px}.tutor-mb-sm-40{margin-bottom:40px}.tutor-mb-sm-44{margin-bottom:44px}.tutor-mb-sm-48{margin-bottom:48px}.tutor-mb-sm-52{margin-bottom:52px}.tutor-mb-sm-56{margin-bottom:56px}.tutor-mb-sm-60{margin-bottom:60px}.tutor-mb-sm-64{margin-bottom:64px}.tutor-mb-sm-68{margin-bottom:68px}.tutor-mb-sm-72{margin-bottom:72px}.tutor-mb-sm-76{margin-bottom:76px}.tutor-mb-sm-80{margin-bottom:80px}.tutor-mb-sm-auto{margin-bottom:auto}.tutor-ml-sm-0{margin-left:0}.tutor-ml-sm-2{margin-left:2px}.tutor-ml-sm-4{margin-left:4px}.tutor-ml-sm-8{margin-left:8px}.tutor-ml-sm-12{margin-left:12px}.tutor-ml-sm-16{margin-left:16px}.tutor-ml-sm-20{margin-left:20px}.tutor-ml-sm-24{margin-left:24px}.tutor-ml-sm-28{margin-left:28px}.tutor-ml-sm-32{margin-left:32px}.tutor-ml-sm-36{margin-left:36px}.tutor-ml-sm-40{margin-left:40px}.tutor-ml-sm-44{margin-left:44px}.tutor-ml-sm-48{margin-left:48px}.tutor-ml-sm-52{margin-left:52px}.tutor-ml-sm-56{margin-left:56px}.tutor-ml-sm-60{margin-left:60px}.tutor-ml-sm-64{margin-left:64px}.tutor-ml-sm-68{margin-left:68px}.tutor-ml-sm-72{margin-left:72px}.tutor-ml-sm-76{margin-left:76px}.tutor-ml-sm-80{margin-left:80px}.tutor-ml-sm-auto{margin-left:auto}.tutor-m-sm-n2{margin:-2px}.tutor-m-sm-n4{margin:-4px}.tutor-m-sm-n8{margin:-8px}.tutor-m-sm-n12{margin:-12px}.tutor-m-sm-n16{margin:-16px}.tutor-m-sm-n20{margin:-20px}.tutor-m-sm-n24{margin:-24px}.tutor-m-sm-n28{margin:-28px}.tutor-m-sm-n32{margin:-32px}.tutor-m-sm-n36{margin:-36px}.tutor-m-sm-n40{margin:-40px}.tutor-m-sm-n44{margin:-44px}.tutor-m-sm-n48{margin:-48px}.tutor-m-sm-n52{margin:-52px}.tutor-m-sm-n56{margin:-56px}.tutor-m-sm-n60{margin:-60px}.tutor-m-sm-n64{margin:-64px}.tutor-m-sm-n68{margin:-68px}.tutor-m-sm-n72{margin:-72px}.tutor-m-sm-n76{margin:-76px}.tutor-m-sm-n80{margin:-80px}.tutor-mx-sm-n2{margin-right:-2px;margin-left:-2px}.tutor-mx-sm-n4{margin-right:-4px;margin-left:-4px}.tutor-mx-sm-n8{margin-right:-8px;margin-left:-8px}.tutor-mx-sm-n12{margin-right:-12px;margin-left:-12px}.tutor-mx-sm-n16{margin-right:-16px;margin-left:-16px}.tutor-mx-sm-n20{margin-right:-20px;margin-left:-20px}.tutor-mx-sm-n24{margin-right:-24px;margin-left:-24px}.tutor-mx-sm-n28{margin-right:-28px;margin-left:-28px}.tutor-mx-sm-n32{margin-right:-32px;margin-left:-32px}.tutor-mx-sm-n36{margin-right:-36px;margin-left:-36px}.tutor-mx-sm-n40{margin-right:-40px;margin-left:-40px}.tutor-mx-sm-n44{margin-right:-44px;margin-left:-44px}.tutor-mx-sm-n48{margin-right:-48px;margin-left:-48px}.tutor-mx-sm-n52{margin-right:-52px;margin-left:-52px}.tutor-mx-sm-n56{margin-right:-56px;margin-left:-56px}.tutor-mx-sm-n60{margin-right:-60px;margin-left:-60px}.tutor-mx-sm-n64{margin-right:-64px;margin-left:-64px}.tutor-mx-sm-n68{margin-right:-68px;margin-left:-68px}.tutor-mx-sm-n72{margin-right:-72px;margin-left:-72px}.tutor-mx-sm-n76{margin-right:-76px;margin-left:-76px}.tutor-mx-sm-n80{margin-right:-80px;margin-left:-80px}.tutor-my-sm-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-sm-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-sm-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-sm-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-sm-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-sm-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-sm-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-sm-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-sm-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-sm-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-sm-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-sm-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-sm-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-sm-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-sm-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-sm-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-sm-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-sm-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-sm-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-sm-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-sm-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-sm-n2{margin-top:-2px}.tutor-mt-sm-n4{margin-top:-4px}.tutor-mt-sm-n8{margin-top:-8px}.tutor-mt-sm-n12{margin-top:-12px}.tutor-mt-sm-n16{margin-top:-16px}.tutor-mt-sm-n20{margin-top:-20px}.tutor-mt-sm-n24{margin-top:-24px}.tutor-mt-sm-n28{margin-top:-28px}.tutor-mt-sm-n32{margin-top:-32px}.tutor-mt-sm-n36{margin-top:-36px}.tutor-mt-sm-n40{margin-top:-40px}.tutor-mt-sm-n44{margin-top:-44px}.tutor-mt-sm-n48{margin-top:-48px}.tutor-mt-sm-n52{margin-top:-52px}.tutor-mt-sm-n56{margin-top:-56px}.tutor-mt-sm-n60{margin-top:-60px}.tutor-mt-sm-n64{margin-top:-64px}.tutor-mt-sm-n68{margin-top:-68px}.tutor-mt-sm-n72{margin-top:-72px}.tutor-mt-sm-n76{margin-top:-76px}.tutor-mt-sm-n80{margin-top:-80px}.tutor-mr-sm-n2{margin-right:-2px}.tutor-mr-sm-n4{margin-right:-4px}.tutor-mr-sm-n8{margin-right:-8px}.tutor-mr-sm-n12{margin-right:-12px}.tutor-mr-sm-n16{margin-right:-16px}.tutor-mr-sm-n20{margin-right:-20px}.tutor-mr-sm-n24{margin-right:-24px}.tutor-mr-sm-n28{margin-right:-28px}.tutor-mr-sm-n32{margin-right:-32px}.tutor-mr-sm-n36{margin-right:-36px}.tutor-mr-sm-n40{margin-right:-40px}.tutor-mr-sm-n44{margin-right:-44px}.tutor-mr-sm-n48{margin-right:-48px}.tutor-mr-sm-n52{margin-right:-52px}.tutor-mr-sm-n56{margin-right:-56px}.tutor-mr-sm-n60{margin-right:-60px}.tutor-mr-sm-n64{margin-right:-64px}.tutor-mr-sm-n68{margin-right:-68px}.tutor-mr-sm-n72{margin-right:-72px}.tutor-mr-sm-n76{margin-right:-76px}.tutor-mr-sm-n80{margin-right:-80px}.tutor-mb-sm-n2{margin-bottom:-2px}.tutor-mb-sm-n4{margin-bottom:-4px}.tutor-mb-sm-n8{margin-bottom:-8px}.tutor-mb-sm-n12{margin-bottom:-12px}.tutor-mb-sm-n16{margin-bottom:-16px}.tutor-mb-sm-n20{margin-bottom:-20px}.tutor-mb-sm-n24{margin-bottom:-24px}.tutor-mb-sm-n28{margin-bottom:-28px}.tutor-mb-sm-n32{margin-bottom:-32px}.tutor-mb-sm-n36{margin-bottom:-36px}.tutor-mb-sm-n40{margin-bottom:-40px}.tutor-mb-sm-n44{margin-bottom:-44px}.tutor-mb-sm-n48{margin-bottom:-48px}.tutor-mb-sm-n52{margin-bottom:-52px}.tutor-mb-sm-n56{margin-bottom:-56px}.tutor-mb-sm-n60{margin-bottom:-60px}.tutor-mb-sm-n64{margin-bottom:-64px}.tutor-mb-sm-n68{margin-bottom:-68px}.tutor-mb-sm-n72{margin-bottom:-72px}.tutor-mb-sm-n76{margin-bottom:-76px}.tutor-mb-sm-n80{margin-bottom:-80px}.tutor-ml-sm-n2{margin-left:-2px}.tutor-ml-sm-n4{margin-left:-4px}.tutor-ml-sm-n8{margin-left:-8px}.tutor-ml-sm-n12{margin-left:-12px}.tutor-ml-sm-n16{margin-left:-16px}.tutor-ml-sm-n20{margin-left:-20px}.tutor-ml-sm-n24{margin-left:-24px}.tutor-ml-sm-n28{margin-left:-28px}.tutor-ml-sm-n32{margin-left:-32px}.tutor-ml-sm-n36{margin-left:-36px}.tutor-ml-sm-n40{margin-left:-40px}.tutor-ml-sm-n44{margin-left:-44px}.tutor-ml-sm-n48{margin-left:-48px}.tutor-ml-sm-n52{margin-left:-52px}.tutor-ml-sm-n56{margin-left:-56px}.tutor-ml-sm-n60{margin-left:-60px}.tutor-ml-sm-n64{margin-left:-64px}.tutor-ml-sm-n68{margin-left:-68px}.tutor-ml-sm-n72{margin-left:-72px}.tutor-ml-sm-n76{margin-left:-76px}.tutor-ml-sm-n80{margin-left:-80px}.tutor-p-sm-0{padding:0}.tutor-p-sm-2{padding:2px}.tutor-p-sm-4{padding:4px}.tutor-p-sm-8{padding:8px}.tutor-p-sm-12{padding:12px}.tutor-p-sm-16{padding:16px}.tutor-p-sm-20{padding:20px}.tutor-p-sm-24{padding:24px}.tutor-p-sm-28{padding:28px}.tutor-p-sm-32{padding:32px}.tutor-p-sm-36{padding:36px}.tutor-p-sm-40{padding:40px}.tutor-p-sm-44{padding:44px}.tutor-p-sm-48{padding:48px}.tutor-p-sm-52{padding:52px}.tutor-p-sm-56{padding:56px}.tutor-p-sm-60{padding:60px}.tutor-p-sm-64{padding:64px}.tutor-p-sm-68{padding:68px}.tutor-p-sm-72{padding:72px}.tutor-p-sm-76{padding:76px}.tutor-p-sm-80{padding:80px}.tutor-px-sm-0{padding-right:0;padding-left:0}.tutor-px-sm-2{padding-right:2px;padding-left:2px}.tutor-px-sm-4{padding-right:4px;padding-left:4px}.tutor-px-sm-8{padding-right:8px;padding-left:8px}.tutor-px-sm-12{padding-right:12px;padding-left:12px}.tutor-px-sm-16{padding-right:16px;padding-left:16px}.tutor-px-sm-20{padding-right:20px;padding-left:20px}.tutor-px-sm-24{padding-right:24px;padding-left:24px}.tutor-px-sm-28{padding-right:28px;padding-left:28px}.tutor-px-sm-32{padding-right:32px;padding-left:32px}.tutor-px-sm-36{padding-right:36px;padding-left:36px}.tutor-px-sm-40{padding-right:40px;padding-left:40px}.tutor-px-sm-44{padding-right:44px;padding-left:44px}.tutor-px-sm-48{padding-right:48px;padding-left:48px}.tutor-px-sm-52{padding-right:52px;padding-left:52px}.tutor-px-sm-56{padding-right:56px;padding-left:56px}.tutor-px-sm-60{padding-right:60px;padding-left:60px}.tutor-px-sm-64{padding-right:64px;padding-left:64px}.tutor-px-sm-68{padding-right:68px;padding-left:68px}.tutor-px-sm-72{padding-right:72px;padding-left:72px}.tutor-px-sm-76{padding-right:76px;padding-left:76px}.tutor-px-sm-80{padding-right:80px;padding-left:80px}.tutor-py-sm-0{padding-top:0;padding-bottom:0}.tutor-py-sm-2{padding-top:2px;padding-bottom:2px}.tutor-py-sm-4{padding-top:4px;padding-bottom:4px}.tutor-py-sm-8{padding-top:8px;padding-bottom:8px}.tutor-py-sm-12{padding-top:12px;padding-bottom:12px}.tutor-py-sm-16{padding-top:16px;padding-bottom:16px}.tutor-py-sm-20{padding-top:20px;padding-bottom:20px}.tutor-py-sm-24{padding-top:24px;padding-bottom:24px}.tutor-py-sm-28{padding-top:28px;padding-bottom:28px}.tutor-py-sm-32{padding-top:32px;padding-bottom:32px}.tutor-py-sm-36{padding-top:36px;padding-bottom:36px}.tutor-py-sm-40{padding-top:40px;padding-bottom:40px}.tutor-py-sm-44{padding-top:44px;padding-bottom:44px}.tutor-py-sm-48{padding-top:48px;padding-bottom:48px}.tutor-py-sm-52{padding-top:52px;padding-bottom:52px}.tutor-py-sm-56{padding-top:56px;padding-bottom:56px}.tutor-py-sm-60{padding-top:60px;padding-bottom:60px}.tutor-py-sm-64{padding-top:64px;padding-bottom:64px}.tutor-py-sm-68{padding-top:68px;padding-bottom:68px}.tutor-py-sm-72{padding-top:72px;padding-bottom:72px}.tutor-py-sm-76{padding-top:76px;padding-bottom:76px}.tutor-py-sm-80{padding-top:80px;padding-bottom:80px}.tutor-pt-sm-0{padding-top:0}.tutor-pt-sm-2{padding-top:2px}.tutor-pt-sm-4{padding-top:4px}.tutor-pt-sm-8{padding-top:8px}.tutor-pt-sm-12{padding-top:12px}.tutor-pt-sm-16{padding-top:16px}.tutor-pt-sm-20{padding-top:20px}.tutor-pt-sm-24{padding-top:24px}.tutor-pt-sm-28{padding-top:28px}.tutor-pt-sm-32{padding-top:32px}.tutor-pt-sm-36{padding-top:36px}.tutor-pt-sm-40{padding-top:40px}.tutor-pt-sm-44{padding-top:44px}.tutor-pt-sm-48{padding-top:48px}.tutor-pt-sm-52{padding-top:52px}.tutor-pt-sm-56{padding-top:56px}.tutor-pt-sm-60{padding-top:60px}.tutor-pt-sm-64{padding-top:64px}.tutor-pt-sm-68{padding-top:68px}.tutor-pt-sm-72{padding-top:72px}.tutor-pt-sm-76{padding-top:76px}.tutor-pt-sm-80{padding-top:80px}.tutor-pr-sm-0{padding-right:0}.tutor-pr-sm-2{padding-right:2px}.tutor-pr-sm-4{padding-right:4px}.tutor-pr-sm-8{padding-right:8px}.tutor-pr-sm-12{padding-right:12px}.tutor-pr-sm-16{padding-right:16px}.tutor-pr-sm-20{padding-right:20px}.tutor-pr-sm-24{padding-right:24px}.tutor-pr-sm-28{padding-right:28px}.tutor-pr-sm-32{padding-right:32px}.tutor-pr-sm-36{padding-right:36px}.tutor-pr-sm-40{padding-right:40px}.tutor-pr-sm-44{padding-right:44px}.tutor-pr-sm-48{padding-right:48px}.tutor-pr-sm-52{padding-right:52px}.tutor-pr-sm-56{padding-right:56px}.tutor-pr-sm-60{padding-right:60px}.tutor-pr-sm-64{padding-right:64px}.tutor-pr-sm-68{padding-right:68px}.tutor-pr-sm-72{padding-right:72px}.tutor-pr-sm-76{padding-right:76px}.tutor-pr-sm-80{padding-right:80px}.tutor-pb-sm-0{padding-bottom:0}.tutor-pb-sm-2{padding-bottom:2px}.tutor-pb-sm-4{padding-bottom:4px}.tutor-pb-sm-8{padding-bottom:8px}.tutor-pb-sm-12{padding-bottom:12px}.tutor-pb-sm-16{padding-bottom:16px}.tutor-pb-sm-20{padding-bottom:20px}.tutor-pb-sm-24{padding-bottom:24px}.tutor-pb-sm-28{padding-bottom:28px}.tutor-pb-sm-32{padding-bottom:32px}.tutor-pb-sm-36{padding-bottom:36px}.tutor-pb-sm-40{padding-bottom:40px}.tutor-pb-sm-44{padding-bottom:44px}.tutor-pb-sm-48{padding-bottom:48px}.tutor-pb-sm-52{padding-bottom:52px}.tutor-pb-sm-56{padding-bottom:56px}.tutor-pb-sm-60{padding-bottom:60px}.tutor-pb-sm-64{padding-bottom:64px}.tutor-pb-sm-68{padding-bottom:68px}.tutor-pb-sm-72{padding-bottom:72px}.tutor-pb-sm-76{padding-bottom:76px}.tutor-pb-sm-80{padding-bottom:80px}.tutor-pl-sm-0{padding-left:0}.tutor-pl-sm-2{padding-left:2px}.tutor-pl-sm-4{padding-left:4px}.tutor-pl-sm-8{padding-left:8px}.tutor-pl-sm-12{padding-left:12px}.tutor-pl-sm-16{padding-left:16px}.tutor-pl-sm-20{padding-left:20px}.tutor-pl-sm-24{padding-left:24px}.tutor-pl-sm-28{padding-left:28px}.tutor-pl-sm-32{padding-left:32px}.tutor-pl-sm-36{padding-left:36px}.tutor-pl-sm-40{padding-left:40px}.tutor-pl-sm-44{padding-left:44px}.tutor-pl-sm-48{padding-left:48px}.tutor-pl-sm-52{padding-left:52px}.tutor-pl-sm-56{padding-left:56px}.tutor-pl-sm-60{padding-left:60px}.tutor-pl-sm-64{padding-left:64px}.tutor-pl-sm-68{padding-left:68px}.tutor-pl-sm-72{padding-left:72px}.tutor-pl-sm-76{padding-left:76px}.tutor-pl-sm-80{padding-left:80px}}@media(min-width: 768px){.tutor-d-md-inline{display:inline !important}.tutor-d-md-inline-block{display:inline-block !important}.tutor-d-md-block{display:block !important}.tutor-d-md-grid{display:grid !important}.tutor-d-md-table{display:table !important}.tutor-d-md-table-row{display:table-row !important}.tutor-d-md-table-cell{display:table-cell !important}.tutor-d-md-flex{display:flex !important}.tutor-d-md-inline-flex{display:inline-flex !important}.tutor-d-md-none{display:none !important}.tutor-flex-md-fill{flex:1 1 auto !important}.tutor-flex-md-row{flex-direction:row !important}.tutor-flex-md-column{flex-direction:column !important}.tutor-flex-md-row-reverse{flex-direction:row-reverse !important}.tutor-flex-md-column-reverse{flex-direction:column-reverse !important}.tutor-flex-md-grow-0{flex-grow:0 !important}.tutor-flex-md-grow-1{flex-grow:1 !important}.tutor-flex-md-shrink-0{flex-shrink:0 !important}.tutor-flex-md-shrink-1{flex-shrink:1 !important}.tutor-flex-md-wrap{flex-wrap:wrap !important}.tutor-flex-md-nowrap{flex-wrap:nowrap !important}.tutor-flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.tutor-gap-md-0{gap:0 !important}.tutor-gap-md-1{gap:.5rem !important}.tutor-gap-md-2{gap:1rem !important}.tutor-gap-md-3{gap:1.5rem !important}.tutor-gap-md-4{gap:2rem !important}.tutor-gap-md-5{gap:3rem !important}.tutor-gap-md-4px{gap:.25rem !important}.tutor-gap-md-12px{gap:.75rem !important}.tutor-justify-md-start{justify-content:flex-start !important}.tutor-justify-md-end{justify-content:flex-end !important}.tutor-justify-md-center{justify-content:center !important}.tutor-justify-md-between{justify-content:space-between !important}.tutor-justify-md-around{justify-content:space-around !important}.tutor-justify-md-evenly{justify-content:space-evenly !important}.tutor-align-md-start{align-items:flex-start !important}.tutor-align-md-end{align-items:flex-end !important}.tutor-align-md-center{align-items:center !important}.tutor-align-md-baseline{align-items:baseline !important}.tutor-align-md-stretch{align-items:stretch !important}.tutor-align-content-md-start{align-content:flex-start !important}.tutor-align-content-md-end{align-content:flex-end !important}.tutor-align-content-md-center{align-content:center !important}.tutor-align-content-md-between{align-content:space-between !important}.tutor-align-content-md-around{align-content:space-around !important}.tutor-align-content-md-stretch{align-content:stretch !important}.tutor-align-self-md-auto{align-self:auto !important}.tutor-align-self-md-start{align-self:flex-start !important}.tutor-align-self-md-end{align-self:flex-end !important}.tutor-align-self-md-center{align-self:center !important}.tutor-align-self-md-baseline{align-self:baseline !important}.tutor-align-self-md-stretch{align-self:stretch !important}.tutor-order-md-first{order:-1 !important}.tutor-order-md-0{order:0 !important}.tutor-order-md-1{order:1 !important}.tutor-order-md-2{order:2 !important}.tutor-order-md-3{order:3 !important}.tutor-order-md-4{order:4 !important}.tutor-order-md-5{order:5 !important}.tutor-order-md-last{order:6 !important}.tutor-m-md-0{margin:0}.tutor-m-md-2{margin:2px}.tutor-m-md-4{margin:4px}.tutor-m-md-8{margin:8px}.tutor-m-md-12{margin:12px}.tutor-m-md-16{margin:16px}.tutor-m-md-20{margin:20px}.tutor-m-md-24{margin:24px}.tutor-m-md-28{margin:28px}.tutor-m-md-32{margin:32px}.tutor-m-md-36{margin:36px}.tutor-m-md-40{margin:40px}.tutor-m-md-44{margin:44px}.tutor-m-md-48{margin:48px}.tutor-m-md-52{margin:52px}.tutor-m-md-56{margin:56px}.tutor-m-md-60{margin:60px}.tutor-m-md-64{margin:64px}.tutor-m-md-68{margin:68px}.tutor-m-md-72{margin:72px}.tutor-m-md-76{margin:76px}.tutor-m-md-80{margin:80px}.tutor-m-md-auto{margin:auto}.tutor-mx-md-0{margin-right:0;margin-left:0}.tutor-mx-md-2{margin-right:2px;margin-left:2px}.tutor-mx-md-4{margin-right:4px;margin-left:4px}.tutor-mx-md-8{margin-right:8px;margin-left:8px}.tutor-mx-md-12{margin-right:12px;margin-left:12px}.tutor-mx-md-16{margin-right:16px;margin-left:16px}.tutor-mx-md-20{margin-right:20px;margin-left:20px}.tutor-mx-md-24{margin-right:24px;margin-left:24px}.tutor-mx-md-28{margin-right:28px;margin-left:28px}.tutor-mx-md-32{margin-right:32px;margin-left:32px}.tutor-mx-md-36{margin-right:36px;margin-left:36px}.tutor-mx-md-40{margin-right:40px;margin-left:40px}.tutor-mx-md-44{margin-right:44px;margin-left:44px}.tutor-mx-md-48{margin-right:48px;margin-left:48px}.tutor-mx-md-52{margin-right:52px;margin-left:52px}.tutor-mx-md-56{margin-right:56px;margin-left:56px}.tutor-mx-md-60{margin-right:60px;margin-left:60px}.tutor-mx-md-64{margin-right:64px;margin-left:64px}.tutor-mx-md-68{margin-right:68px;margin-left:68px}.tutor-mx-md-72{margin-right:72px;margin-left:72px}.tutor-mx-md-76{margin-right:76px;margin-left:76px}.tutor-mx-md-80{margin-right:80px;margin-left:80px}.tutor-mx-md-auto{margin-right:auto;margin-left:auto}.tutor-my-md-0{margin-top:0;margin-bottom:0}.tutor-my-md-2{margin-top:2px;margin-bottom:2px}.tutor-my-md-4{margin-top:4px;margin-bottom:4px}.tutor-my-md-8{margin-top:8px;margin-bottom:8px}.tutor-my-md-12{margin-top:12px;margin-bottom:12px}.tutor-my-md-16{margin-top:16px;margin-bottom:16px}.tutor-my-md-20{margin-top:20px;margin-bottom:20px}.tutor-my-md-24{margin-top:24px;margin-bottom:24px}.tutor-my-md-28{margin-top:28px;margin-bottom:28px}.tutor-my-md-32{margin-top:32px;margin-bottom:32px}.tutor-my-md-36{margin-top:36px;margin-bottom:36px}.tutor-my-md-40{margin-top:40px;margin-bottom:40px}.tutor-my-md-44{margin-top:44px;margin-bottom:44px}.tutor-my-md-48{margin-top:48px;margin-bottom:48px}.tutor-my-md-52{margin-top:52px;margin-bottom:52px}.tutor-my-md-56{margin-top:56px;margin-bottom:56px}.tutor-my-md-60{margin-top:60px;margin-bottom:60px}.tutor-my-md-64{margin-top:64px;margin-bottom:64px}.tutor-my-md-68{margin-top:68px;margin-bottom:68px}.tutor-my-md-72{margin-top:72px;margin-bottom:72px}.tutor-my-md-76{margin-top:76px;margin-bottom:76px}.tutor-my-md-80{margin-top:80px;margin-bottom:80px}.tutor-my-md-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-md-0{margin-top:0}.tutor-mt-md-2{margin-top:2px}.tutor-mt-md-4{margin-top:4px}.tutor-mt-md-8{margin-top:8px}.tutor-mt-md-12{margin-top:12px}.tutor-mt-md-16{margin-top:16px}.tutor-mt-md-20{margin-top:20px}.tutor-mt-md-24{margin-top:24px}.tutor-mt-md-28{margin-top:28px}.tutor-mt-md-32{margin-top:32px}.tutor-mt-md-36{margin-top:36px}.tutor-mt-md-40{margin-top:40px}.tutor-mt-md-44{margin-top:44px}.tutor-mt-md-48{margin-top:48px}.tutor-mt-md-52{margin-top:52px}.tutor-mt-md-56{margin-top:56px}.tutor-mt-md-60{margin-top:60px}.tutor-mt-md-64{margin-top:64px}.tutor-mt-md-68{margin-top:68px}.tutor-mt-md-72{margin-top:72px}.tutor-mt-md-76{margin-top:76px}.tutor-mt-md-80{margin-top:80px}.tutor-mt-md-auto{margin-top:auto}.tutor-mr-md-0{margin-right:0}.tutor-mr-md-2{margin-right:2px}.tutor-mr-md-4{margin-right:4px}.tutor-mr-md-8{margin-right:8px}.tutor-mr-md-12{margin-right:12px}.tutor-mr-md-16{margin-right:16px}.tutor-mr-md-20{margin-right:20px}.tutor-mr-md-24{margin-right:24px}.tutor-mr-md-28{margin-right:28px}.tutor-mr-md-32{margin-right:32px}.tutor-mr-md-36{margin-right:36px}.tutor-mr-md-40{margin-right:40px}.tutor-mr-md-44{margin-right:44px}.tutor-mr-md-48{margin-right:48px}.tutor-mr-md-52{margin-right:52px}.tutor-mr-md-56{margin-right:56px}.tutor-mr-md-60{margin-right:60px}.tutor-mr-md-64{margin-right:64px}.tutor-mr-md-68{margin-right:68px}.tutor-mr-md-72{margin-right:72px}.tutor-mr-md-76{margin-right:76px}.tutor-mr-md-80{margin-right:80px}.tutor-mr-md-auto{margin-right:auto}.tutor-mb-md-0{margin-bottom:0}.tutor-mb-md-2{margin-bottom:2px}.tutor-mb-md-4{margin-bottom:4px}.tutor-mb-md-8{margin-bottom:8px}.tutor-mb-md-12{margin-bottom:12px}.tutor-mb-md-16{margin-bottom:16px}.tutor-mb-md-20{margin-bottom:20px}.tutor-mb-md-24{margin-bottom:24px}.tutor-mb-md-28{margin-bottom:28px}.tutor-mb-md-32{margin-bottom:32px}.tutor-mb-md-36{margin-bottom:36px}.tutor-mb-md-40{margin-bottom:40px}.tutor-mb-md-44{margin-bottom:44px}.tutor-mb-md-48{margin-bottom:48px}.tutor-mb-md-52{margin-bottom:52px}.tutor-mb-md-56{margin-bottom:56px}.tutor-mb-md-60{margin-bottom:60px}.tutor-mb-md-64{margin-bottom:64px}.tutor-mb-md-68{margin-bottom:68px}.tutor-mb-md-72{margin-bottom:72px}.tutor-mb-md-76{margin-bottom:76px}.tutor-mb-md-80{margin-bottom:80px}.tutor-mb-md-auto{margin-bottom:auto}.tutor-ml-md-0{margin-left:0}.tutor-ml-md-2{margin-left:2px}.tutor-ml-md-4{margin-left:4px}.tutor-ml-md-8{margin-left:8px}.tutor-ml-md-12{margin-left:12px}.tutor-ml-md-16{margin-left:16px}.tutor-ml-md-20{margin-left:20px}.tutor-ml-md-24{margin-left:24px}.tutor-ml-md-28{margin-left:28px}.tutor-ml-md-32{margin-left:32px}.tutor-ml-md-36{margin-left:36px}.tutor-ml-md-40{margin-left:40px}.tutor-ml-md-44{margin-left:44px}.tutor-ml-md-48{margin-left:48px}.tutor-ml-md-52{margin-left:52px}.tutor-ml-md-56{margin-left:56px}.tutor-ml-md-60{margin-left:60px}.tutor-ml-md-64{margin-left:64px}.tutor-ml-md-68{margin-left:68px}.tutor-ml-md-72{margin-left:72px}.tutor-ml-md-76{margin-left:76px}.tutor-ml-md-80{margin-left:80px}.tutor-ml-md-auto{margin-left:auto}.tutor-m-md-n2{margin:-2px}.tutor-m-md-n4{margin:-4px}.tutor-m-md-n8{margin:-8px}.tutor-m-md-n12{margin:-12px}.tutor-m-md-n16{margin:-16px}.tutor-m-md-n20{margin:-20px}.tutor-m-md-n24{margin:-24px}.tutor-m-md-n28{margin:-28px}.tutor-m-md-n32{margin:-32px}.tutor-m-md-n36{margin:-36px}.tutor-m-md-n40{margin:-40px}.tutor-m-md-n44{margin:-44px}.tutor-m-md-n48{margin:-48px}.tutor-m-md-n52{margin:-52px}.tutor-m-md-n56{margin:-56px}.tutor-m-md-n60{margin:-60px}.tutor-m-md-n64{margin:-64px}.tutor-m-md-n68{margin:-68px}.tutor-m-md-n72{margin:-72px}.tutor-m-md-n76{margin:-76px}.tutor-m-md-n80{margin:-80px}.tutor-mx-md-n2{margin-right:-2px;margin-left:-2px}.tutor-mx-md-n4{margin-right:-4px;margin-left:-4px}.tutor-mx-md-n8{margin-right:-8px;margin-left:-8px}.tutor-mx-md-n12{margin-right:-12px;margin-left:-12px}.tutor-mx-md-n16{margin-right:-16px;margin-left:-16px}.tutor-mx-md-n20{margin-right:-20px;margin-left:-20px}.tutor-mx-md-n24{margin-right:-24px;margin-left:-24px}.tutor-mx-md-n28{margin-right:-28px;margin-left:-28px}.tutor-mx-md-n32{margin-right:-32px;margin-left:-32px}.tutor-mx-md-n36{margin-right:-36px;margin-left:-36px}.tutor-mx-md-n40{margin-right:-40px;margin-left:-40px}.tutor-mx-md-n44{margin-right:-44px;margin-left:-44px}.tutor-mx-md-n48{margin-right:-48px;margin-left:-48px}.tutor-mx-md-n52{margin-right:-52px;margin-left:-52px}.tutor-mx-md-n56{margin-right:-56px;margin-left:-56px}.tutor-mx-md-n60{margin-right:-60px;margin-left:-60px}.tutor-mx-md-n64{margin-right:-64px;margin-left:-64px}.tutor-mx-md-n68{margin-right:-68px;margin-left:-68px}.tutor-mx-md-n72{margin-right:-72px;margin-left:-72px}.tutor-mx-md-n76{margin-right:-76px;margin-left:-76px}.tutor-mx-md-n80{margin-right:-80px;margin-left:-80px}.tutor-my-md-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-md-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-md-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-md-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-md-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-md-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-md-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-md-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-md-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-md-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-md-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-md-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-md-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-md-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-md-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-md-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-md-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-md-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-md-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-md-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-md-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-md-n2{margin-top:-2px}.tutor-mt-md-n4{margin-top:-4px}.tutor-mt-md-n8{margin-top:-8px}.tutor-mt-md-n12{margin-top:-12px}.tutor-mt-md-n16{margin-top:-16px}.tutor-mt-md-n20{margin-top:-20px}.tutor-mt-md-n24{margin-top:-24px}.tutor-mt-md-n28{margin-top:-28px}.tutor-mt-md-n32{margin-top:-32px}.tutor-mt-md-n36{margin-top:-36px}.tutor-mt-md-n40{margin-top:-40px}.tutor-mt-md-n44{margin-top:-44px}.tutor-mt-md-n48{margin-top:-48px}.tutor-mt-md-n52{margin-top:-52px}.tutor-mt-md-n56{margin-top:-56px}.tutor-mt-md-n60{margin-top:-60px}.tutor-mt-md-n64{margin-top:-64px}.tutor-mt-md-n68{margin-top:-68px}.tutor-mt-md-n72{margin-top:-72px}.tutor-mt-md-n76{margin-top:-76px}.tutor-mt-md-n80{margin-top:-80px}.tutor-mr-md-n2{margin-right:-2px}.tutor-mr-md-n4{margin-right:-4px}.tutor-mr-md-n8{margin-right:-8px}.tutor-mr-md-n12{margin-right:-12px}.tutor-mr-md-n16{margin-right:-16px}.tutor-mr-md-n20{margin-right:-20px}.tutor-mr-md-n24{margin-right:-24px}.tutor-mr-md-n28{margin-right:-28px}.tutor-mr-md-n32{margin-right:-32px}.tutor-mr-md-n36{margin-right:-36px}.tutor-mr-md-n40{margin-right:-40px}.tutor-mr-md-n44{margin-right:-44px}.tutor-mr-md-n48{margin-right:-48px}.tutor-mr-md-n52{margin-right:-52px}.tutor-mr-md-n56{margin-right:-56px}.tutor-mr-md-n60{margin-right:-60px}.tutor-mr-md-n64{margin-right:-64px}.tutor-mr-md-n68{margin-right:-68px}.tutor-mr-md-n72{margin-right:-72px}.tutor-mr-md-n76{margin-right:-76px}.tutor-mr-md-n80{margin-right:-80px}.tutor-mb-md-n2{margin-bottom:-2px}.tutor-mb-md-n4{margin-bottom:-4px}.tutor-mb-md-n8{margin-bottom:-8px}.tutor-mb-md-n12{margin-bottom:-12px}.tutor-mb-md-n16{margin-bottom:-16px}.tutor-mb-md-n20{margin-bottom:-20px}.tutor-mb-md-n24{margin-bottom:-24px}.tutor-mb-md-n28{margin-bottom:-28px}.tutor-mb-md-n32{margin-bottom:-32px}.tutor-mb-md-n36{margin-bottom:-36px}.tutor-mb-md-n40{margin-bottom:-40px}.tutor-mb-md-n44{margin-bottom:-44px}.tutor-mb-md-n48{margin-bottom:-48px}.tutor-mb-md-n52{margin-bottom:-52px}.tutor-mb-md-n56{margin-bottom:-56px}.tutor-mb-md-n60{margin-bottom:-60px}.tutor-mb-md-n64{margin-bottom:-64px}.tutor-mb-md-n68{margin-bottom:-68px}.tutor-mb-md-n72{margin-bottom:-72px}.tutor-mb-md-n76{margin-bottom:-76px}.tutor-mb-md-n80{margin-bottom:-80px}.tutor-ml-md-n2{margin-left:-2px}.tutor-ml-md-n4{margin-left:-4px}.tutor-ml-md-n8{margin-left:-8px}.tutor-ml-md-n12{margin-left:-12px}.tutor-ml-md-n16{margin-left:-16px}.tutor-ml-md-n20{margin-left:-20px}.tutor-ml-md-n24{margin-left:-24px}.tutor-ml-md-n28{margin-left:-28px}.tutor-ml-md-n32{margin-left:-32px}.tutor-ml-md-n36{margin-left:-36px}.tutor-ml-md-n40{margin-left:-40px}.tutor-ml-md-n44{margin-left:-44px}.tutor-ml-md-n48{margin-left:-48px}.tutor-ml-md-n52{margin-left:-52px}.tutor-ml-md-n56{margin-left:-56px}.tutor-ml-md-n60{margin-left:-60px}.tutor-ml-md-n64{margin-left:-64px}.tutor-ml-md-n68{margin-left:-68px}.tutor-ml-md-n72{margin-left:-72px}.tutor-ml-md-n76{margin-left:-76px}.tutor-ml-md-n80{margin-left:-80px}.tutor-p-md-0{padding:0}.tutor-p-md-2{padding:2px}.tutor-p-md-4{padding:4px}.tutor-p-md-8{padding:8px}.tutor-p-md-12{padding:12px}.tutor-p-md-16{padding:16px}.tutor-p-md-20{padding:20px}.tutor-p-md-24{padding:24px}.tutor-p-md-28{padding:28px}.tutor-p-md-32{padding:32px}.tutor-p-md-36{padding:36px}.tutor-p-md-40{padding:40px}.tutor-p-md-44{padding:44px}.tutor-p-md-48{padding:48px}.tutor-p-md-52{padding:52px}.tutor-p-md-56{padding:56px}.tutor-p-md-60{padding:60px}.tutor-p-md-64{padding:64px}.tutor-p-md-68{padding:68px}.tutor-p-md-72{padding:72px}.tutor-p-md-76{padding:76px}.tutor-p-md-80{padding:80px}.tutor-px-md-0{padding-right:0;padding-left:0}.tutor-px-md-2{padding-right:2px;padding-left:2px}.tutor-px-md-4{padding-right:4px;padding-left:4px}.tutor-px-md-8{padding-right:8px;padding-left:8px}.tutor-px-md-12{padding-right:12px;padding-left:12px}.tutor-px-md-16{padding-right:16px;padding-left:16px}.tutor-px-md-20{padding-right:20px;padding-left:20px}.tutor-px-md-24{padding-right:24px;padding-left:24px}.tutor-px-md-28{padding-right:28px;padding-left:28px}.tutor-px-md-32{padding-right:32px;padding-left:32px}.tutor-px-md-36{padding-right:36px;padding-left:36px}.tutor-px-md-40{padding-right:40px;padding-left:40px}.tutor-px-md-44{padding-right:44px;padding-left:44px}.tutor-px-md-48{padding-right:48px;padding-left:48px}.tutor-px-md-52{padding-right:52px;padding-left:52px}.tutor-px-md-56{padding-right:56px;padding-left:56px}.tutor-px-md-60{padding-right:60px;padding-left:60px}.tutor-px-md-64{padding-right:64px;padding-left:64px}.tutor-px-md-68{padding-right:68px;padding-left:68px}.tutor-px-md-72{padding-right:72px;padding-left:72px}.tutor-px-md-76{padding-right:76px;padding-left:76px}.tutor-px-md-80{padding-right:80px;padding-left:80px}.tutor-py-md-0{padding-top:0;padding-bottom:0}.tutor-py-md-2{padding-top:2px;padding-bottom:2px}.tutor-py-md-4{padding-top:4px;padding-bottom:4px}.tutor-py-md-8{padding-top:8px;padding-bottom:8px}.tutor-py-md-12{padding-top:12px;padding-bottom:12px}.tutor-py-md-16{padding-top:16px;padding-bottom:16px}.tutor-py-md-20{padding-top:20px;padding-bottom:20px}.tutor-py-md-24{padding-top:24px;padding-bottom:24px}.tutor-py-md-28{padding-top:28px;padding-bottom:28px}.tutor-py-md-32{padding-top:32px;padding-bottom:32px}.tutor-py-md-36{padding-top:36px;padding-bottom:36px}.tutor-py-md-40{padding-top:40px;padding-bottom:40px}.tutor-py-md-44{padding-top:44px;padding-bottom:44px}.tutor-py-md-48{padding-top:48px;padding-bottom:48px}.tutor-py-md-52{padding-top:52px;padding-bottom:52px}.tutor-py-md-56{padding-top:56px;padding-bottom:56px}.tutor-py-md-60{padding-top:60px;padding-bottom:60px}.tutor-py-md-64{padding-top:64px;padding-bottom:64px}.tutor-py-md-68{padding-top:68px;padding-bottom:68px}.tutor-py-md-72{padding-top:72px;padding-bottom:72px}.tutor-py-md-76{padding-top:76px;padding-bottom:76px}.tutor-py-md-80{padding-top:80px;padding-bottom:80px}.tutor-pt-md-0{padding-top:0}.tutor-pt-md-2{padding-top:2px}.tutor-pt-md-4{padding-top:4px}.tutor-pt-md-8{padding-top:8px}.tutor-pt-md-12{padding-top:12px}.tutor-pt-md-16{padding-top:16px}.tutor-pt-md-20{padding-top:20px}.tutor-pt-md-24{padding-top:24px}.tutor-pt-md-28{padding-top:28px}.tutor-pt-md-32{padding-top:32px}.tutor-pt-md-36{padding-top:36px}.tutor-pt-md-40{padding-top:40px}.tutor-pt-md-44{padding-top:44px}.tutor-pt-md-48{padding-top:48px}.tutor-pt-md-52{padding-top:52px}.tutor-pt-md-56{padding-top:56px}.tutor-pt-md-60{padding-top:60px}.tutor-pt-md-64{padding-top:64px}.tutor-pt-md-68{padding-top:68px}.tutor-pt-md-72{padding-top:72px}.tutor-pt-md-76{padding-top:76px}.tutor-pt-md-80{padding-top:80px}.tutor-pr-md-0{padding-right:0}.tutor-pr-md-2{padding-right:2px}.tutor-pr-md-4{padding-right:4px}.tutor-pr-md-8{padding-right:8px}.tutor-pr-md-12{padding-right:12px}.tutor-pr-md-16{padding-right:16px}.tutor-pr-md-20{padding-right:20px}.tutor-pr-md-24{padding-right:24px}.tutor-pr-md-28{padding-right:28px}.tutor-pr-md-32{padding-right:32px}.tutor-pr-md-36{padding-right:36px}.tutor-pr-md-40{padding-right:40px}.tutor-pr-md-44{padding-right:44px}.tutor-pr-md-48{padding-right:48px}.tutor-pr-md-52{padding-right:52px}.tutor-pr-md-56{padding-right:56px}.tutor-pr-md-60{padding-right:60px}.tutor-pr-md-64{padding-right:64px}.tutor-pr-md-68{padding-right:68px}.tutor-pr-md-72{padding-right:72px}.tutor-pr-md-76{padding-right:76px}.tutor-pr-md-80{padding-right:80px}.tutor-pb-md-0{padding-bottom:0}.tutor-pb-md-2{padding-bottom:2px}.tutor-pb-md-4{padding-bottom:4px}.tutor-pb-md-8{padding-bottom:8px}.tutor-pb-md-12{padding-bottom:12px}.tutor-pb-md-16{padding-bottom:16px}.tutor-pb-md-20{padding-bottom:20px}.tutor-pb-md-24{padding-bottom:24px}.tutor-pb-md-28{padding-bottom:28px}.tutor-pb-md-32{padding-bottom:32px}.tutor-pb-md-36{padding-bottom:36px}.tutor-pb-md-40{padding-bottom:40px}.tutor-pb-md-44{padding-bottom:44px}.tutor-pb-md-48{padding-bottom:48px}.tutor-pb-md-52{padding-bottom:52px}.tutor-pb-md-56{padding-bottom:56px}.tutor-pb-md-60{padding-bottom:60px}.tutor-pb-md-64{padding-bottom:64px}.tutor-pb-md-68{padding-bottom:68px}.tutor-pb-md-72{padding-bottom:72px}.tutor-pb-md-76{padding-bottom:76px}.tutor-pb-md-80{padding-bottom:80px}.tutor-pl-md-0{padding-left:0}.tutor-pl-md-2{padding-left:2px}.tutor-pl-md-4{padding-left:4px}.tutor-pl-md-8{padding-left:8px}.tutor-pl-md-12{padding-left:12px}.tutor-pl-md-16{padding-left:16px}.tutor-pl-md-20{padding-left:20px}.tutor-pl-md-24{padding-left:24px}.tutor-pl-md-28{padding-left:28px}.tutor-pl-md-32{padding-left:32px}.tutor-pl-md-36{padding-left:36px}.tutor-pl-md-40{padding-left:40px}.tutor-pl-md-44{padding-left:44px}.tutor-pl-md-48{padding-left:48px}.tutor-pl-md-52{padding-left:52px}.tutor-pl-md-56{padding-left:56px}.tutor-pl-md-60{padding-left:60px}.tutor-pl-md-64{padding-left:64px}.tutor-pl-md-68{padding-left:68px}.tutor-pl-md-72{padding-left:72px}.tutor-pl-md-76{padding-left:76px}.tutor-pl-md-80{padding-left:80px}}@media(min-width: 992px){.tutor-d-lg-inline{display:inline !important}.tutor-d-lg-inline-block{display:inline-block !important}.tutor-d-lg-block{display:block !important}.tutor-d-lg-grid{display:grid !important}.tutor-d-lg-table{display:table !important}.tutor-d-lg-table-row{display:table-row !important}.tutor-d-lg-table-cell{display:table-cell !important}.tutor-d-lg-flex{display:flex !important}.tutor-d-lg-inline-flex{display:inline-flex !important}.tutor-d-lg-none{display:none !important}.tutor-flex-lg-fill{flex:1 1 auto !important}.tutor-flex-lg-row{flex-direction:row !important}.tutor-flex-lg-column{flex-direction:column !important}.tutor-flex-lg-row-reverse{flex-direction:row-reverse !important}.tutor-flex-lg-column-reverse{flex-direction:column-reverse !important}.tutor-flex-lg-grow-0{flex-grow:0 !important}.tutor-flex-lg-grow-1{flex-grow:1 !important}.tutor-flex-lg-shrink-0{flex-shrink:0 !important}.tutor-flex-lg-shrink-1{flex-shrink:1 !important}.tutor-flex-lg-wrap{flex-wrap:wrap !important}.tutor-flex-lg-nowrap{flex-wrap:nowrap !important}.tutor-flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.tutor-gap-lg-0{gap:0 !important}.tutor-gap-lg-1{gap:.5rem !important}.tutor-gap-lg-2{gap:1rem !important}.tutor-gap-lg-3{gap:1.5rem !important}.tutor-gap-lg-4{gap:2rem !important}.tutor-gap-lg-5{gap:3rem !important}.tutor-gap-lg-4px{gap:.25rem !important}.tutor-gap-lg-12px{gap:.75rem !important}.tutor-justify-lg-start{justify-content:flex-start !important}.tutor-justify-lg-end{justify-content:flex-end !important}.tutor-justify-lg-center{justify-content:center !important}.tutor-justify-lg-between{justify-content:space-between !important}.tutor-justify-lg-around{justify-content:space-around !important}.tutor-justify-lg-evenly{justify-content:space-evenly !important}.tutor-align-lg-start{align-items:flex-start !important}.tutor-align-lg-end{align-items:flex-end !important}.tutor-align-lg-center{align-items:center !important}.tutor-align-lg-baseline{align-items:baseline !important}.tutor-align-lg-stretch{align-items:stretch !important}.tutor-align-content-lg-start{align-content:flex-start !important}.tutor-align-content-lg-end{align-content:flex-end !important}.tutor-align-content-lg-center{align-content:center !important}.tutor-align-content-lg-between{align-content:space-between !important}.tutor-align-content-lg-around{align-content:space-around !important}.tutor-align-content-lg-stretch{align-content:stretch !important}.tutor-align-self-lg-auto{align-self:auto !important}.tutor-align-self-lg-start{align-self:flex-start !important}.tutor-align-self-lg-end{align-self:flex-end !important}.tutor-align-self-lg-center{align-self:center !important}.tutor-align-self-lg-baseline{align-self:baseline !important}.tutor-align-self-lg-stretch{align-self:stretch !important}.tutor-order-lg-first{order:-1 !important}.tutor-order-lg-0{order:0 !important}.tutor-order-lg-1{order:1 !important}.tutor-order-lg-2{order:2 !important}.tutor-order-lg-3{order:3 !important}.tutor-order-lg-4{order:4 !important}.tutor-order-lg-5{order:5 !important}.tutor-order-lg-last{order:6 !important}.tutor-m-lg-0{margin:0}.tutor-m-lg-2{margin:2px}.tutor-m-lg-4{margin:4px}.tutor-m-lg-8{margin:8px}.tutor-m-lg-12{margin:12px}.tutor-m-lg-16{margin:16px}.tutor-m-lg-20{margin:20px}.tutor-m-lg-24{margin:24px}.tutor-m-lg-28{margin:28px}.tutor-m-lg-32{margin:32px}.tutor-m-lg-36{margin:36px}.tutor-m-lg-40{margin:40px}.tutor-m-lg-44{margin:44px}.tutor-m-lg-48{margin:48px}.tutor-m-lg-52{margin:52px}.tutor-m-lg-56{margin:56px}.tutor-m-lg-60{margin:60px}.tutor-m-lg-64{margin:64px}.tutor-m-lg-68{margin:68px}.tutor-m-lg-72{margin:72px}.tutor-m-lg-76{margin:76px}.tutor-m-lg-80{margin:80px}.tutor-m-lg-auto{margin:auto}.tutor-mx-lg-0{margin-right:0;margin-left:0}.tutor-mx-lg-2{margin-right:2px;margin-left:2px}.tutor-mx-lg-4{margin-right:4px;margin-left:4px}.tutor-mx-lg-8{margin-right:8px;margin-left:8px}.tutor-mx-lg-12{margin-right:12px;margin-left:12px}.tutor-mx-lg-16{margin-right:16px;margin-left:16px}.tutor-mx-lg-20{margin-right:20px;margin-left:20px}.tutor-mx-lg-24{margin-right:24px;margin-left:24px}.tutor-mx-lg-28{margin-right:28px;margin-left:28px}.tutor-mx-lg-32{margin-right:32px;margin-left:32px}.tutor-mx-lg-36{margin-right:36px;margin-left:36px}.tutor-mx-lg-40{margin-right:40px;margin-left:40px}.tutor-mx-lg-44{margin-right:44px;margin-left:44px}.tutor-mx-lg-48{margin-right:48px;margin-left:48px}.tutor-mx-lg-52{margin-right:52px;margin-left:52px}.tutor-mx-lg-56{margin-right:56px;margin-left:56px}.tutor-mx-lg-60{margin-right:60px;margin-left:60px}.tutor-mx-lg-64{margin-right:64px;margin-left:64px}.tutor-mx-lg-68{margin-right:68px;margin-left:68px}.tutor-mx-lg-72{margin-right:72px;margin-left:72px}.tutor-mx-lg-76{margin-right:76px;margin-left:76px}.tutor-mx-lg-80{margin-right:80px;margin-left:80px}.tutor-mx-lg-auto{margin-right:auto;margin-left:auto}.tutor-my-lg-0{margin-top:0;margin-bottom:0}.tutor-my-lg-2{margin-top:2px;margin-bottom:2px}.tutor-my-lg-4{margin-top:4px;margin-bottom:4px}.tutor-my-lg-8{margin-top:8px;margin-bottom:8px}.tutor-my-lg-12{margin-top:12px;margin-bottom:12px}.tutor-my-lg-16{margin-top:16px;margin-bottom:16px}.tutor-my-lg-20{margin-top:20px;margin-bottom:20px}.tutor-my-lg-24{margin-top:24px;margin-bottom:24px}.tutor-my-lg-28{margin-top:28px;margin-bottom:28px}.tutor-my-lg-32{margin-top:32px;margin-bottom:32px}.tutor-my-lg-36{margin-top:36px;margin-bottom:36px}.tutor-my-lg-40{margin-top:40px;margin-bottom:40px}.tutor-my-lg-44{margin-top:44px;margin-bottom:44px}.tutor-my-lg-48{margin-top:48px;margin-bottom:48px}.tutor-my-lg-52{margin-top:52px;margin-bottom:52px}.tutor-my-lg-56{margin-top:56px;margin-bottom:56px}.tutor-my-lg-60{margin-top:60px;margin-bottom:60px}.tutor-my-lg-64{margin-top:64px;margin-bottom:64px}.tutor-my-lg-68{margin-top:68px;margin-bottom:68px}.tutor-my-lg-72{margin-top:72px;margin-bottom:72px}.tutor-my-lg-76{margin-top:76px;margin-bottom:76px}.tutor-my-lg-80{margin-top:80px;margin-bottom:80px}.tutor-my-lg-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-lg-0{margin-top:0}.tutor-mt-lg-2{margin-top:2px}.tutor-mt-lg-4{margin-top:4px}.tutor-mt-lg-8{margin-top:8px}.tutor-mt-lg-12{margin-top:12px}.tutor-mt-lg-16{margin-top:16px}.tutor-mt-lg-20{margin-top:20px}.tutor-mt-lg-24{margin-top:24px}.tutor-mt-lg-28{margin-top:28px}.tutor-mt-lg-32{margin-top:32px}.tutor-mt-lg-36{margin-top:36px}.tutor-mt-lg-40{margin-top:40px}.tutor-mt-lg-44{margin-top:44px}.tutor-mt-lg-48{margin-top:48px}.tutor-mt-lg-52{margin-top:52px}.tutor-mt-lg-56{margin-top:56px}.tutor-mt-lg-60{margin-top:60px}.tutor-mt-lg-64{margin-top:64px}.tutor-mt-lg-68{margin-top:68px}.tutor-mt-lg-72{margin-top:72px}.tutor-mt-lg-76{margin-top:76px}.tutor-mt-lg-80{margin-top:80px}.tutor-mt-lg-auto{margin-top:auto}.tutor-mr-lg-0{margin-right:0}.tutor-mr-lg-2{margin-right:2px}.tutor-mr-lg-4{margin-right:4px}.tutor-mr-lg-8{margin-right:8px}.tutor-mr-lg-12{margin-right:12px}.tutor-mr-lg-16{margin-right:16px}.tutor-mr-lg-20{margin-right:20px}.tutor-mr-lg-24{margin-right:24px}.tutor-mr-lg-28{margin-right:28px}.tutor-mr-lg-32{margin-right:32px}.tutor-mr-lg-36{margin-right:36px}.tutor-mr-lg-40{margin-right:40px}.tutor-mr-lg-44{margin-right:44px}.tutor-mr-lg-48{margin-right:48px}.tutor-mr-lg-52{margin-right:52px}.tutor-mr-lg-56{margin-right:56px}.tutor-mr-lg-60{margin-right:60px}.tutor-mr-lg-64{margin-right:64px}.tutor-mr-lg-68{margin-right:68px}.tutor-mr-lg-72{margin-right:72px}.tutor-mr-lg-76{margin-right:76px}.tutor-mr-lg-80{margin-right:80px}.tutor-mr-lg-auto{margin-right:auto}.tutor-mb-lg-0{margin-bottom:0}.tutor-mb-lg-2{margin-bottom:2px}.tutor-mb-lg-4{margin-bottom:4px}.tutor-mb-lg-8{margin-bottom:8px}.tutor-mb-lg-12{margin-bottom:12px}.tutor-mb-lg-16{margin-bottom:16px}.tutor-mb-lg-20{margin-bottom:20px}.tutor-mb-lg-24{margin-bottom:24px}.tutor-mb-lg-28{margin-bottom:28px}.tutor-mb-lg-32{margin-bottom:32px}.tutor-mb-lg-36{margin-bottom:36px}.tutor-mb-lg-40{margin-bottom:40px}.tutor-mb-lg-44{margin-bottom:44px}.tutor-mb-lg-48{margin-bottom:48px}.tutor-mb-lg-52{margin-bottom:52px}.tutor-mb-lg-56{margin-bottom:56px}.tutor-mb-lg-60{margin-bottom:60px}.tutor-mb-lg-64{margin-bottom:64px}.tutor-mb-lg-68{margin-bottom:68px}.tutor-mb-lg-72{margin-bottom:72px}.tutor-mb-lg-76{margin-bottom:76px}.tutor-mb-lg-80{margin-bottom:80px}.tutor-mb-lg-auto{margin-bottom:auto}.tutor-ml-lg-0{margin-left:0}.tutor-ml-lg-2{margin-left:2px}.tutor-ml-lg-4{margin-left:4px}.tutor-ml-lg-8{margin-left:8px}.tutor-ml-lg-12{margin-left:12px}.tutor-ml-lg-16{margin-left:16px}.tutor-ml-lg-20{margin-left:20px}.tutor-ml-lg-24{margin-left:24px}.tutor-ml-lg-28{margin-left:28px}.tutor-ml-lg-32{margin-left:32px}.tutor-ml-lg-36{margin-left:36px}.tutor-ml-lg-40{margin-left:40px}.tutor-ml-lg-44{margin-left:44px}.tutor-ml-lg-48{margin-left:48px}.tutor-ml-lg-52{margin-left:52px}.tutor-ml-lg-56{margin-left:56px}.tutor-ml-lg-60{margin-left:60px}.tutor-ml-lg-64{margin-left:64px}.tutor-ml-lg-68{margin-left:68px}.tutor-ml-lg-72{margin-left:72px}.tutor-ml-lg-76{margin-left:76px}.tutor-ml-lg-80{margin-left:80px}.tutor-ml-lg-auto{margin-left:auto}.tutor-m-lg-n2{margin:-2px}.tutor-m-lg-n4{margin:-4px}.tutor-m-lg-n8{margin:-8px}.tutor-m-lg-n12{margin:-12px}.tutor-m-lg-n16{margin:-16px}.tutor-m-lg-n20{margin:-20px}.tutor-m-lg-n24{margin:-24px}.tutor-m-lg-n28{margin:-28px}.tutor-m-lg-n32{margin:-32px}.tutor-m-lg-n36{margin:-36px}.tutor-m-lg-n40{margin:-40px}.tutor-m-lg-n44{margin:-44px}.tutor-m-lg-n48{margin:-48px}.tutor-m-lg-n52{margin:-52px}.tutor-m-lg-n56{margin:-56px}.tutor-m-lg-n60{margin:-60px}.tutor-m-lg-n64{margin:-64px}.tutor-m-lg-n68{margin:-68px}.tutor-m-lg-n72{margin:-72px}.tutor-m-lg-n76{margin:-76px}.tutor-m-lg-n80{margin:-80px}.tutor-mx-lg-n2{margin-right:-2px;margin-left:-2px}.tutor-mx-lg-n4{margin-right:-4px;margin-left:-4px}.tutor-mx-lg-n8{margin-right:-8px;margin-left:-8px}.tutor-mx-lg-n12{margin-right:-12px;margin-left:-12px}.tutor-mx-lg-n16{margin-right:-16px;margin-left:-16px}.tutor-mx-lg-n20{margin-right:-20px;margin-left:-20px}.tutor-mx-lg-n24{margin-right:-24px;margin-left:-24px}.tutor-mx-lg-n28{margin-right:-28px;margin-left:-28px}.tutor-mx-lg-n32{margin-right:-32px;margin-left:-32px}.tutor-mx-lg-n36{margin-right:-36px;margin-left:-36px}.tutor-mx-lg-n40{margin-right:-40px;margin-left:-40px}.tutor-mx-lg-n44{margin-right:-44px;margin-left:-44px}.tutor-mx-lg-n48{margin-right:-48px;margin-left:-48px}.tutor-mx-lg-n52{margin-right:-52px;margin-left:-52px}.tutor-mx-lg-n56{margin-right:-56px;margin-left:-56px}.tutor-mx-lg-n60{margin-right:-60px;margin-left:-60px}.tutor-mx-lg-n64{margin-right:-64px;margin-left:-64px}.tutor-mx-lg-n68{margin-right:-68px;margin-left:-68px}.tutor-mx-lg-n72{margin-right:-72px;margin-left:-72px}.tutor-mx-lg-n76{margin-right:-76px;margin-left:-76px}.tutor-mx-lg-n80{margin-right:-80px;margin-left:-80px}.tutor-my-lg-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-lg-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-lg-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-lg-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-lg-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-lg-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-lg-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-lg-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-lg-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-lg-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-lg-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-lg-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-lg-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-lg-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-lg-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-lg-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-lg-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-lg-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-lg-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-lg-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-lg-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-lg-n2{margin-top:-2px}.tutor-mt-lg-n4{margin-top:-4px}.tutor-mt-lg-n8{margin-top:-8px}.tutor-mt-lg-n12{margin-top:-12px}.tutor-mt-lg-n16{margin-top:-16px}.tutor-mt-lg-n20{margin-top:-20px}.tutor-mt-lg-n24{margin-top:-24px}.tutor-mt-lg-n28{margin-top:-28px}.tutor-mt-lg-n32{margin-top:-32px}.tutor-mt-lg-n36{margin-top:-36px}.tutor-mt-lg-n40{margin-top:-40px}.tutor-mt-lg-n44{margin-top:-44px}.tutor-mt-lg-n48{margin-top:-48px}.tutor-mt-lg-n52{margin-top:-52px}.tutor-mt-lg-n56{margin-top:-56px}.tutor-mt-lg-n60{margin-top:-60px}.tutor-mt-lg-n64{margin-top:-64px}.tutor-mt-lg-n68{margin-top:-68px}.tutor-mt-lg-n72{margin-top:-72px}.tutor-mt-lg-n76{margin-top:-76px}.tutor-mt-lg-n80{margin-top:-80px}.tutor-mr-lg-n2{margin-right:-2px}.tutor-mr-lg-n4{margin-right:-4px}.tutor-mr-lg-n8{margin-right:-8px}.tutor-mr-lg-n12{margin-right:-12px}.tutor-mr-lg-n16{margin-right:-16px}.tutor-mr-lg-n20{margin-right:-20px}.tutor-mr-lg-n24{margin-right:-24px}.tutor-mr-lg-n28{margin-right:-28px}.tutor-mr-lg-n32{margin-right:-32px}.tutor-mr-lg-n36{margin-right:-36px}.tutor-mr-lg-n40{margin-right:-40px}.tutor-mr-lg-n44{margin-right:-44px}.tutor-mr-lg-n48{margin-right:-48px}.tutor-mr-lg-n52{margin-right:-52px}.tutor-mr-lg-n56{margin-right:-56px}.tutor-mr-lg-n60{margin-right:-60px}.tutor-mr-lg-n64{margin-right:-64px}.tutor-mr-lg-n68{margin-right:-68px}.tutor-mr-lg-n72{margin-right:-72px}.tutor-mr-lg-n76{margin-right:-76px}.tutor-mr-lg-n80{margin-right:-80px}.tutor-mb-lg-n2{margin-bottom:-2px}.tutor-mb-lg-n4{margin-bottom:-4px}.tutor-mb-lg-n8{margin-bottom:-8px}.tutor-mb-lg-n12{margin-bottom:-12px}.tutor-mb-lg-n16{margin-bottom:-16px}.tutor-mb-lg-n20{margin-bottom:-20px}.tutor-mb-lg-n24{margin-bottom:-24px}.tutor-mb-lg-n28{margin-bottom:-28px}.tutor-mb-lg-n32{margin-bottom:-32px}.tutor-mb-lg-n36{margin-bottom:-36px}.tutor-mb-lg-n40{margin-bottom:-40px}.tutor-mb-lg-n44{margin-bottom:-44px}.tutor-mb-lg-n48{margin-bottom:-48px}.tutor-mb-lg-n52{margin-bottom:-52px}.tutor-mb-lg-n56{margin-bottom:-56px}.tutor-mb-lg-n60{margin-bottom:-60px}.tutor-mb-lg-n64{margin-bottom:-64px}.tutor-mb-lg-n68{margin-bottom:-68px}.tutor-mb-lg-n72{margin-bottom:-72px}.tutor-mb-lg-n76{margin-bottom:-76px}.tutor-mb-lg-n80{margin-bottom:-80px}.tutor-ml-lg-n2{margin-left:-2px}.tutor-ml-lg-n4{margin-left:-4px}.tutor-ml-lg-n8{margin-left:-8px}.tutor-ml-lg-n12{margin-left:-12px}.tutor-ml-lg-n16{margin-left:-16px}.tutor-ml-lg-n20{margin-left:-20px}.tutor-ml-lg-n24{margin-left:-24px}.tutor-ml-lg-n28{margin-left:-28px}.tutor-ml-lg-n32{margin-left:-32px}.tutor-ml-lg-n36{margin-left:-36px}.tutor-ml-lg-n40{margin-left:-40px}.tutor-ml-lg-n44{margin-left:-44px}.tutor-ml-lg-n48{margin-left:-48px}.tutor-ml-lg-n52{margin-left:-52px}.tutor-ml-lg-n56{margin-left:-56px}.tutor-ml-lg-n60{margin-left:-60px}.tutor-ml-lg-n64{margin-left:-64px}.tutor-ml-lg-n68{margin-left:-68px}.tutor-ml-lg-n72{margin-left:-72px}.tutor-ml-lg-n76{margin-left:-76px}.tutor-ml-lg-n80{margin-left:-80px}.tutor-p-lg-0{padding:0}.tutor-p-lg-2{padding:2px}.tutor-p-lg-4{padding:4px}.tutor-p-lg-8{padding:8px}.tutor-p-lg-12{padding:12px}.tutor-p-lg-16{padding:16px}.tutor-p-lg-20{padding:20px}.tutor-p-lg-24{padding:24px}.tutor-p-lg-28{padding:28px}.tutor-p-lg-32{padding:32px}.tutor-p-lg-36{padding:36px}.tutor-p-lg-40{padding:40px}.tutor-p-lg-44{padding:44px}.tutor-p-lg-48{padding:48px}.tutor-p-lg-52{padding:52px}.tutor-p-lg-56{padding:56px}.tutor-p-lg-60{padding:60px}.tutor-p-lg-64{padding:64px}.tutor-p-lg-68{padding:68px}.tutor-p-lg-72{padding:72px}.tutor-p-lg-76{padding:76px}.tutor-p-lg-80{padding:80px}.tutor-px-lg-0{padding-right:0;padding-left:0}.tutor-px-lg-2{padding-right:2px;padding-left:2px}.tutor-px-lg-4{padding-right:4px;padding-left:4px}.tutor-px-lg-8{padding-right:8px;padding-left:8px}.tutor-px-lg-12{padding-right:12px;padding-left:12px}.tutor-px-lg-16{padding-right:16px;padding-left:16px}.tutor-px-lg-20{padding-right:20px;padding-left:20px}.tutor-px-lg-24{padding-right:24px;padding-left:24px}.tutor-px-lg-28{padding-right:28px;padding-left:28px}.tutor-px-lg-32{padding-right:32px;padding-left:32px}.tutor-px-lg-36{padding-right:36px;padding-left:36px}.tutor-px-lg-40{padding-right:40px;padding-left:40px}.tutor-px-lg-44{padding-right:44px;padding-left:44px}.tutor-px-lg-48{padding-right:48px;padding-left:48px}.tutor-px-lg-52{padding-right:52px;padding-left:52px}.tutor-px-lg-56{padding-right:56px;padding-left:56px}.tutor-px-lg-60{padding-right:60px;padding-left:60px}.tutor-px-lg-64{padding-right:64px;padding-left:64px}.tutor-px-lg-68{padding-right:68px;padding-left:68px}.tutor-px-lg-72{padding-right:72px;padding-left:72px}.tutor-px-lg-76{padding-right:76px;padding-left:76px}.tutor-px-lg-80{padding-right:80px;padding-left:80px}.tutor-py-lg-0{padding-top:0;padding-bottom:0}.tutor-py-lg-2{padding-top:2px;padding-bottom:2px}.tutor-py-lg-4{padding-top:4px;padding-bottom:4px}.tutor-py-lg-8{padding-top:8px;padding-bottom:8px}.tutor-py-lg-12{padding-top:12px;padding-bottom:12px}.tutor-py-lg-16{padding-top:16px;padding-bottom:16px}.tutor-py-lg-20{padding-top:20px;padding-bottom:20px}.tutor-py-lg-24{padding-top:24px;padding-bottom:24px}.tutor-py-lg-28{padding-top:28px;padding-bottom:28px}.tutor-py-lg-32{padding-top:32px;padding-bottom:32px}.tutor-py-lg-36{padding-top:36px;padding-bottom:36px}.tutor-py-lg-40{padding-top:40px;padding-bottom:40px}.tutor-py-lg-44{padding-top:44px;padding-bottom:44px}.tutor-py-lg-48{padding-top:48px;padding-bottom:48px}.tutor-py-lg-52{padding-top:52px;padding-bottom:52px}.tutor-py-lg-56{padding-top:56px;padding-bottom:56px}.tutor-py-lg-60{padding-top:60px;padding-bottom:60px}.tutor-py-lg-64{padding-top:64px;padding-bottom:64px}.tutor-py-lg-68{padding-top:68px;padding-bottom:68px}.tutor-py-lg-72{padding-top:72px;padding-bottom:72px}.tutor-py-lg-76{padding-top:76px;padding-bottom:76px}.tutor-py-lg-80{padding-top:80px;padding-bottom:80px}.tutor-pt-lg-0{padding-top:0}.tutor-pt-lg-2{padding-top:2px}.tutor-pt-lg-4{padding-top:4px}.tutor-pt-lg-8{padding-top:8px}.tutor-pt-lg-12{padding-top:12px}.tutor-pt-lg-16{padding-top:16px}.tutor-pt-lg-20{padding-top:20px}.tutor-pt-lg-24{padding-top:24px}.tutor-pt-lg-28{padding-top:28px}.tutor-pt-lg-32{padding-top:32px}.tutor-pt-lg-36{padding-top:36px}.tutor-pt-lg-40{padding-top:40px}.tutor-pt-lg-44{padding-top:44px}.tutor-pt-lg-48{padding-top:48px}.tutor-pt-lg-52{padding-top:52px}.tutor-pt-lg-56{padding-top:56px}.tutor-pt-lg-60{padding-top:60px}.tutor-pt-lg-64{padding-top:64px}.tutor-pt-lg-68{padding-top:68px}.tutor-pt-lg-72{padding-top:72px}.tutor-pt-lg-76{padding-top:76px}.tutor-pt-lg-80{padding-top:80px}.tutor-pr-lg-0{padding-right:0}.tutor-pr-lg-2{padding-right:2px}.tutor-pr-lg-4{padding-right:4px}.tutor-pr-lg-8{padding-right:8px}.tutor-pr-lg-12{padding-right:12px}.tutor-pr-lg-16{padding-right:16px}.tutor-pr-lg-20{padding-right:20px}.tutor-pr-lg-24{padding-right:24px}.tutor-pr-lg-28{padding-right:28px}.tutor-pr-lg-32{padding-right:32px}.tutor-pr-lg-36{padding-right:36px}.tutor-pr-lg-40{padding-right:40px}.tutor-pr-lg-44{padding-right:44px}.tutor-pr-lg-48{padding-right:48px}.tutor-pr-lg-52{padding-right:52px}.tutor-pr-lg-56{padding-right:56px}.tutor-pr-lg-60{padding-right:60px}.tutor-pr-lg-64{padding-right:64px}.tutor-pr-lg-68{padding-right:68px}.tutor-pr-lg-72{padding-right:72px}.tutor-pr-lg-76{padding-right:76px}.tutor-pr-lg-80{padding-right:80px}.tutor-pb-lg-0{padding-bottom:0}.tutor-pb-lg-2{padding-bottom:2px}.tutor-pb-lg-4{padding-bottom:4px}.tutor-pb-lg-8{padding-bottom:8px}.tutor-pb-lg-12{padding-bottom:12px}.tutor-pb-lg-16{padding-bottom:16px}.tutor-pb-lg-20{padding-bottom:20px}.tutor-pb-lg-24{padding-bottom:24px}.tutor-pb-lg-28{padding-bottom:28px}.tutor-pb-lg-32{padding-bottom:32px}.tutor-pb-lg-36{padding-bottom:36px}.tutor-pb-lg-40{padding-bottom:40px}.tutor-pb-lg-44{padding-bottom:44px}.tutor-pb-lg-48{padding-bottom:48px}.tutor-pb-lg-52{padding-bottom:52px}.tutor-pb-lg-56{padding-bottom:56px}.tutor-pb-lg-60{padding-bottom:60px}.tutor-pb-lg-64{padding-bottom:64px}.tutor-pb-lg-68{padding-bottom:68px}.tutor-pb-lg-72{padding-bottom:72px}.tutor-pb-lg-76{padding-bottom:76px}.tutor-pb-lg-80{padding-bottom:80px}.tutor-pl-lg-0{padding-left:0}.tutor-pl-lg-2{padding-left:2px}.tutor-pl-lg-4{padding-left:4px}.tutor-pl-lg-8{padding-left:8px}.tutor-pl-lg-12{padding-left:12px}.tutor-pl-lg-16{padding-left:16px}.tutor-pl-lg-20{padding-left:20px}.tutor-pl-lg-24{padding-left:24px}.tutor-pl-lg-28{padding-left:28px}.tutor-pl-lg-32{padding-left:32px}.tutor-pl-lg-36{padding-left:36px}.tutor-pl-lg-40{padding-left:40px}.tutor-pl-lg-44{padding-left:44px}.tutor-pl-lg-48{padding-left:48px}.tutor-pl-lg-52{padding-left:52px}.tutor-pl-lg-56{padding-left:56px}.tutor-pl-lg-60{padding-left:60px}.tutor-pl-lg-64{padding-left:64px}.tutor-pl-lg-68{padding-left:68px}.tutor-pl-lg-72{padding-left:72px}.tutor-pl-lg-76{padding-left:76px}.tutor-pl-lg-80{padding-left:80px}}@media(min-width: 1200px){.tutor-d-xl-inline{display:inline !important}.tutor-d-xl-inline-block{display:inline-block !important}.tutor-d-xl-block{display:block !important}.tutor-d-xl-grid{display:grid !important}.tutor-d-xl-table{display:table !important}.tutor-d-xl-table-row{display:table-row !important}.tutor-d-xl-table-cell{display:table-cell !important}.tutor-d-xl-flex{display:flex !important}.tutor-d-xl-inline-flex{display:inline-flex !important}.tutor-d-xl-none{display:none !important}.tutor-flex-xl-fill{flex:1 1 auto !important}.tutor-flex-xl-row{flex-direction:row !important}.tutor-flex-xl-column{flex-direction:column !important}.tutor-flex-xl-row-reverse{flex-direction:row-reverse !important}.tutor-flex-xl-column-reverse{flex-direction:column-reverse !important}.tutor-flex-xl-grow-0{flex-grow:0 !important}.tutor-flex-xl-grow-1{flex-grow:1 !important}.tutor-flex-xl-shrink-0{flex-shrink:0 !important}.tutor-flex-xl-shrink-1{flex-shrink:1 !important}.tutor-flex-xl-wrap{flex-wrap:wrap !important}.tutor-flex-xl-nowrap{flex-wrap:nowrap !important}.tutor-flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.tutor-gap-xl-0{gap:0 !important}.tutor-gap-xl-1{gap:.5rem !important}.tutor-gap-xl-2{gap:1rem !important}.tutor-gap-xl-3{gap:1.5rem !important}.tutor-gap-xl-4{gap:2rem !important}.tutor-gap-xl-5{gap:3rem !important}.tutor-gap-xl-4px{gap:.25rem !important}.tutor-gap-xl-12px{gap:.75rem !important}.tutor-justify-xl-start{justify-content:flex-start !important}.tutor-justify-xl-end{justify-content:flex-end !important}.tutor-justify-xl-center{justify-content:center !important}.tutor-justify-xl-between{justify-content:space-between !important}.tutor-justify-xl-around{justify-content:space-around !important}.tutor-justify-xl-evenly{justify-content:space-evenly !important}.tutor-align-xl-start{align-items:flex-start !important}.tutor-align-xl-end{align-items:flex-end !important}.tutor-align-xl-center{align-items:center !important}.tutor-align-xl-baseline{align-items:baseline !important}.tutor-align-xl-stretch{align-items:stretch !important}.tutor-align-content-xl-start{align-content:flex-start !important}.tutor-align-content-xl-end{align-content:flex-end !important}.tutor-align-content-xl-center{align-content:center !important}.tutor-align-content-xl-between{align-content:space-between !important}.tutor-align-content-xl-around{align-content:space-around !important}.tutor-align-content-xl-stretch{align-content:stretch !important}.tutor-align-self-xl-auto{align-self:auto !important}.tutor-align-self-xl-start{align-self:flex-start !important}.tutor-align-self-xl-end{align-self:flex-end !important}.tutor-align-self-xl-center{align-self:center !important}.tutor-align-self-xl-baseline{align-self:baseline !important}.tutor-align-self-xl-stretch{align-self:stretch !important}.tutor-order-xl-first{order:-1 !important}.tutor-order-xl-0{order:0 !important}.tutor-order-xl-1{order:1 !important}.tutor-order-xl-2{order:2 !important}.tutor-order-xl-3{order:3 !important}.tutor-order-xl-4{order:4 !important}.tutor-order-xl-5{order:5 !important}.tutor-order-xl-last{order:6 !important}.tutor-m-xl-0{margin:0}.tutor-m-xl-2{margin:2px}.tutor-m-xl-4{margin:4px}.tutor-m-xl-8{margin:8px}.tutor-m-xl-12{margin:12px}.tutor-m-xl-16{margin:16px}.tutor-m-xl-20{margin:20px}.tutor-m-xl-24{margin:24px}.tutor-m-xl-28{margin:28px}.tutor-m-xl-32{margin:32px}.tutor-m-xl-36{margin:36px}.tutor-m-xl-40{margin:40px}.tutor-m-xl-44{margin:44px}.tutor-m-xl-48{margin:48px}.tutor-m-xl-52{margin:52px}.tutor-m-xl-56{margin:56px}.tutor-m-xl-60{margin:60px}.tutor-m-xl-64{margin:64px}.tutor-m-xl-68{margin:68px}.tutor-m-xl-72{margin:72px}.tutor-m-xl-76{margin:76px}.tutor-m-xl-80{margin:80px}.tutor-m-xl-auto{margin:auto}.tutor-mx-xl-0{margin-right:0;margin-left:0}.tutor-mx-xl-2{margin-right:2px;margin-left:2px}.tutor-mx-xl-4{margin-right:4px;margin-left:4px}.tutor-mx-xl-8{margin-right:8px;margin-left:8px}.tutor-mx-xl-12{margin-right:12px;margin-left:12px}.tutor-mx-xl-16{margin-right:16px;margin-left:16px}.tutor-mx-xl-20{margin-right:20px;margin-left:20px}.tutor-mx-xl-24{margin-right:24px;margin-left:24px}.tutor-mx-xl-28{margin-right:28px;margin-left:28px}.tutor-mx-xl-32{margin-right:32px;margin-left:32px}.tutor-mx-xl-36{margin-right:36px;margin-left:36px}.tutor-mx-xl-40{margin-right:40px;margin-left:40px}.tutor-mx-xl-44{margin-right:44px;margin-left:44px}.tutor-mx-xl-48{margin-right:48px;margin-left:48px}.tutor-mx-xl-52{margin-right:52px;margin-left:52px}.tutor-mx-xl-56{margin-right:56px;margin-left:56px}.tutor-mx-xl-60{margin-right:60px;margin-left:60px}.tutor-mx-xl-64{margin-right:64px;margin-left:64px}.tutor-mx-xl-68{margin-right:68px;margin-left:68px}.tutor-mx-xl-72{margin-right:72px;margin-left:72px}.tutor-mx-xl-76{margin-right:76px;margin-left:76px}.tutor-mx-xl-80{margin-right:80px;margin-left:80px}.tutor-mx-xl-auto{margin-right:auto;margin-left:auto}.tutor-my-xl-0{margin-top:0;margin-bottom:0}.tutor-my-xl-2{margin-top:2px;margin-bottom:2px}.tutor-my-xl-4{margin-top:4px;margin-bottom:4px}.tutor-my-xl-8{margin-top:8px;margin-bottom:8px}.tutor-my-xl-12{margin-top:12px;margin-bottom:12px}.tutor-my-xl-16{margin-top:16px;margin-bottom:16px}.tutor-my-xl-20{margin-top:20px;margin-bottom:20px}.tutor-my-xl-24{margin-top:24px;margin-bottom:24px}.tutor-my-xl-28{margin-top:28px;margin-bottom:28px}.tutor-my-xl-32{margin-top:32px;margin-bottom:32px}.tutor-my-xl-36{margin-top:36px;margin-bottom:36px}.tutor-my-xl-40{margin-top:40px;margin-bottom:40px}.tutor-my-xl-44{margin-top:44px;margin-bottom:44px}.tutor-my-xl-48{margin-top:48px;margin-bottom:48px}.tutor-my-xl-52{margin-top:52px;margin-bottom:52px}.tutor-my-xl-56{margin-top:56px;margin-bottom:56px}.tutor-my-xl-60{margin-top:60px;margin-bottom:60px}.tutor-my-xl-64{margin-top:64px;margin-bottom:64px}.tutor-my-xl-68{margin-top:68px;margin-bottom:68px}.tutor-my-xl-72{margin-top:72px;margin-bottom:72px}.tutor-my-xl-76{margin-top:76px;margin-bottom:76px}.tutor-my-xl-80{margin-top:80px;margin-bottom:80px}.tutor-my-xl-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-xl-0{margin-top:0}.tutor-mt-xl-2{margin-top:2px}.tutor-mt-xl-4{margin-top:4px}.tutor-mt-xl-8{margin-top:8px}.tutor-mt-xl-12{margin-top:12px}.tutor-mt-xl-16{margin-top:16px}.tutor-mt-xl-20{margin-top:20px}.tutor-mt-xl-24{margin-top:24px}.tutor-mt-xl-28{margin-top:28px}.tutor-mt-xl-32{margin-top:32px}.tutor-mt-xl-36{margin-top:36px}.tutor-mt-xl-40{margin-top:40px}.tutor-mt-xl-44{margin-top:44px}.tutor-mt-xl-48{margin-top:48px}.tutor-mt-xl-52{margin-top:52px}.tutor-mt-xl-56{margin-top:56px}.tutor-mt-xl-60{margin-top:60px}.tutor-mt-xl-64{margin-top:64px}.tutor-mt-xl-68{margin-top:68px}.tutor-mt-xl-72{margin-top:72px}.tutor-mt-xl-76{margin-top:76px}.tutor-mt-xl-80{margin-top:80px}.tutor-mt-xl-auto{margin-top:auto}.tutor-mr-xl-0{margin-right:0}.tutor-mr-xl-2{margin-right:2px}.tutor-mr-xl-4{margin-right:4px}.tutor-mr-xl-8{margin-right:8px}.tutor-mr-xl-12{margin-right:12px}.tutor-mr-xl-16{margin-right:16px}.tutor-mr-xl-20{margin-right:20px}.tutor-mr-xl-24{margin-right:24px}.tutor-mr-xl-28{margin-right:28px}.tutor-mr-xl-32{margin-right:32px}.tutor-mr-xl-36{margin-right:36px}.tutor-mr-xl-40{margin-right:40px}.tutor-mr-xl-44{margin-right:44px}.tutor-mr-xl-48{margin-right:48px}.tutor-mr-xl-52{margin-right:52px}.tutor-mr-xl-56{margin-right:56px}.tutor-mr-xl-60{margin-right:60px}.tutor-mr-xl-64{margin-right:64px}.tutor-mr-xl-68{margin-right:68px}.tutor-mr-xl-72{margin-right:72px}.tutor-mr-xl-76{margin-right:76px}.tutor-mr-xl-80{margin-right:80px}.tutor-mr-xl-auto{margin-right:auto}.tutor-mb-xl-0{margin-bottom:0}.tutor-mb-xl-2{margin-bottom:2px}.tutor-mb-xl-4{margin-bottom:4px}.tutor-mb-xl-8{margin-bottom:8px}.tutor-mb-xl-12{margin-bottom:12px}.tutor-mb-xl-16{margin-bottom:16px}.tutor-mb-xl-20{margin-bottom:20px}.tutor-mb-xl-24{margin-bottom:24px}.tutor-mb-xl-28{margin-bottom:28px}.tutor-mb-xl-32{margin-bottom:32px}.tutor-mb-xl-36{margin-bottom:36px}.tutor-mb-xl-40{margin-bottom:40px}.tutor-mb-xl-44{margin-bottom:44px}.tutor-mb-xl-48{margin-bottom:48px}.tutor-mb-xl-52{margin-bottom:52px}.tutor-mb-xl-56{margin-bottom:56px}.tutor-mb-xl-60{margin-bottom:60px}.tutor-mb-xl-64{margin-bottom:64px}.tutor-mb-xl-68{margin-bottom:68px}.tutor-mb-xl-72{margin-bottom:72px}.tutor-mb-xl-76{margin-bottom:76px}.tutor-mb-xl-80{margin-bottom:80px}.tutor-mb-xl-auto{margin-bottom:auto}.tutor-ml-xl-0{margin-left:0}.tutor-ml-xl-2{margin-left:2px}.tutor-ml-xl-4{margin-left:4px}.tutor-ml-xl-8{margin-left:8px}.tutor-ml-xl-12{margin-left:12px}.tutor-ml-xl-16{margin-left:16px}.tutor-ml-xl-20{margin-left:20px}.tutor-ml-xl-24{margin-left:24px}.tutor-ml-xl-28{margin-left:28px}.tutor-ml-xl-32{margin-left:32px}.tutor-ml-xl-36{margin-left:36px}.tutor-ml-xl-40{margin-left:40px}.tutor-ml-xl-44{margin-left:44px}.tutor-ml-xl-48{margin-left:48px}.tutor-ml-xl-52{margin-left:52px}.tutor-ml-xl-56{margin-left:56px}.tutor-ml-xl-60{margin-left:60px}.tutor-ml-xl-64{margin-left:64px}.tutor-ml-xl-68{margin-left:68px}.tutor-ml-xl-72{margin-left:72px}.tutor-ml-xl-76{margin-left:76px}.tutor-ml-xl-80{margin-left:80px}.tutor-ml-xl-auto{margin-left:auto}.tutor-m-xl-n2{margin:-2px}.tutor-m-xl-n4{margin:-4px}.tutor-m-xl-n8{margin:-8px}.tutor-m-xl-n12{margin:-12px}.tutor-m-xl-n16{margin:-16px}.tutor-m-xl-n20{margin:-20px}.tutor-m-xl-n24{margin:-24px}.tutor-m-xl-n28{margin:-28px}.tutor-m-xl-n32{margin:-32px}.tutor-m-xl-n36{margin:-36px}.tutor-m-xl-n40{margin:-40px}.tutor-m-xl-n44{margin:-44px}.tutor-m-xl-n48{margin:-48px}.tutor-m-xl-n52{margin:-52px}.tutor-m-xl-n56{margin:-56px}.tutor-m-xl-n60{margin:-60px}.tutor-m-xl-n64{margin:-64px}.tutor-m-xl-n68{margin:-68px}.tutor-m-xl-n72{margin:-72px}.tutor-m-xl-n76{margin:-76px}.tutor-m-xl-n80{margin:-80px}.tutor-mx-xl-n2{margin-right:-2px;margin-left:-2px}.tutor-mx-xl-n4{margin-right:-4px;margin-left:-4px}.tutor-mx-xl-n8{margin-right:-8px;margin-left:-8px}.tutor-mx-xl-n12{margin-right:-12px;margin-left:-12px}.tutor-mx-xl-n16{margin-right:-16px;margin-left:-16px}.tutor-mx-xl-n20{margin-right:-20px;margin-left:-20px}.tutor-mx-xl-n24{margin-right:-24px;margin-left:-24px}.tutor-mx-xl-n28{margin-right:-28px;margin-left:-28px}.tutor-mx-xl-n32{margin-right:-32px;margin-left:-32px}.tutor-mx-xl-n36{margin-right:-36px;margin-left:-36px}.tutor-mx-xl-n40{margin-right:-40px;margin-left:-40px}.tutor-mx-xl-n44{margin-right:-44px;margin-left:-44px}.tutor-mx-xl-n48{margin-right:-48px;margin-left:-48px}.tutor-mx-xl-n52{margin-right:-52px;margin-left:-52px}.tutor-mx-xl-n56{margin-right:-56px;margin-left:-56px}.tutor-mx-xl-n60{margin-right:-60px;margin-left:-60px}.tutor-mx-xl-n64{margin-right:-64px;margin-left:-64px}.tutor-mx-xl-n68{margin-right:-68px;margin-left:-68px}.tutor-mx-xl-n72{margin-right:-72px;margin-left:-72px}.tutor-mx-xl-n76{margin-right:-76px;margin-left:-76px}.tutor-mx-xl-n80{margin-right:-80px;margin-left:-80px}.tutor-my-xl-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-xl-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-xl-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-xl-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-xl-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-xl-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-xl-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-xl-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-xl-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-xl-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-xl-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-xl-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-xl-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-xl-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-xl-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-xl-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-xl-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-xl-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-xl-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-xl-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-xl-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-xl-n2{margin-top:-2px}.tutor-mt-xl-n4{margin-top:-4px}.tutor-mt-xl-n8{margin-top:-8px}.tutor-mt-xl-n12{margin-top:-12px}.tutor-mt-xl-n16{margin-top:-16px}.tutor-mt-xl-n20{margin-top:-20px}.tutor-mt-xl-n24{margin-top:-24px}.tutor-mt-xl-n28{margin-top:-28px}.tutor-mt-xl-n32{margin-top:-32px}.tutor-mt-xl-n36{margin-top:-36px}.tutor-mt-xl-n40{margin-top:-40px}.tutor-mt-xl-n44{margin-top:-44px}.tutor-mt-xl-n48{margin-top:-48px}.tutor-mt-xl-n52{margin-top:-52px}.tutor-mt-xl-n56{margin-top:-56px}.tutor-mt-xl-n60{margin-top:-60px}.tutor-mt-xl-n64{margin-top:-64px}.tutor-mt-xl-n68{margin-top:-68px}.tutor-mt-xl-n72{margin-top:-72px}.tutor-mt-xl-n76{margin-top:-76px}.tutor-mt-xl-n80{margin-top:-80px}.tutor-mr-xl-n2{margin-right:-2px}.tutor-mr-xl-n4{margin-right:-4px}.tutor-mr-xl-n8{margin-right:-8px}.tutor-mr-xl-n12{margin-right:-12px}.tutor-mr-xl-n16{margin-right:-16px}.tutor-mr-xl-n20{margin-right:-20px}.tutor-mr-xl-n24{margin-right:-24px}.tutor-mr-xl-n28{margin-right:-28px}.tutor-mr-xl-n32{margin-right:-32px}.tutor-mr-xl-n36{margin-right:-36px}.tutor-mr-xl-n40{margin-right:-40px}.tutor-mr-xl-n44{margin-right:-44px}.tutor-mr-xl-n48{margin-right:-48px}.tutor-mr-xl-n52{margin-right:-52px}.tutor-mr-xl-n56{margin-right:-56px}.tutor-mr-xl-n60{margin-right:-60px}.tutor-mr-xl-n64{margin-right:-64px}.tutor-mr-xl-n68{margin-right:-68px}.tutor-mr-xl-n72{margin-right:-72px}.tutor-mr-xl-n76{margin-right:-76px}.tutor-mr-xl-n80{margin-right:-80px}.tutor-mb-xl-n2{margin-bottom:-2px}.tutor-mb-xl-n4{margin-bottom:-4px}.tutor-mb-xl-n8{margin-bottom:-8px}.tutor-mb-xl-n12{margin-bottom:-12px}.tutor-mb-xl-n16{margin-bottom:-16px}.tutor-mb-xl-n20{margin-bottom:-20px}.tutor-mb-xl-n24{margin-bottom:-24px}.tutor-mb-xl-n28{margin-bottom:-28px}.tutor-mb-xl-n32{margin-bottom:-32px}.tutor-mb-xl-n36{margin-bottom:-36px}.tutor-mb-xl-n40{margin-bottom:-40px}.tutor-mb-xl-n44{margin-bottom:-44px}.tutor-mb-xl-n48{margin-bottom:-48px}.tutor-mb-xl-n52{margin-bottom:-52px}.tutor-mb-xl-n56{margin-bottom:-56px}.tutor-mb-xl-n60{margin-bottom:-60px}.tutor-mb-xl-n64{margin-bottom:-64px}.tutor-mb-xl-n68{margin-bottom:-68px}.tutor-mb-xl-n72{margin-bottom:-72px}.tutor-mb-xl-n76{margin-bottom:-76px}.tutor-mb-xl-n80{margin-bottom:-80px}.tutor-ml-xl-n2{margin-left:-2px}.tutor-ml-xl-n4{margin-left:-4px}.tutor-ml-xl-n8{margin-left:-8px}.tutor-ml-xl-n12{margin-left:-12px}.tutor-ml-xl-n16{margin-left:-16px}.tutor-ml-xl-n20{margin-left:-20px}.tutor-ml-xl-n24{margin-left:-24px}.tutor-ml-xl-n28{margin-left:-28px}.tutor-ml-xl-n32{margin-left:-32px}.tutor-ml-xl-n36{margin-left:-36px}.tutor-ml-xl-n40{margin-left:-40px}.tutor-ml-xl-n44{margin-left:-44px}.tutor-ml-xl-n48{margin-left:-48px}.tutor-ml-xl-n52{margin-left:-52px}.tutor-ml-xl-n56{margin-left:-56px}.tutor-ml-xl-n60{margin-left:-60px}.tutor-ml-xl-n64{margin-left:-64px}.tutor-ml-xl-n68{margin-left:-68px}.tutor-ml-xl-n72{margin-left:-72px}.tutor-ml-xl-n76{margin-left:-76px}.tutor-ml-xl-n80{margin-left:-80px}.tutor-p-xl-0{padding:0}.tutor-p-xl-2{padding:2px}.tutor-p-xl-4{padding:4px}.tutor-p-xl-8{padding:8px}.tutor-p-xl-12{padding:12px}.tutor-p-xl-16{padding:16px}.tutor-p-xl-20{padding:20px}.tutor-p-xl-24{padding:24px}.tutor-p-xl-28{padding:28px}.tutor-p-xl-32{padding:32px}.tutor-p-xl-36{padding:36px}.tutor-p-xl-40{padding:40px}.tutor-p-xl-44{padding:44px}.tutor-p-xl-48{padding:48px}.tutor-p-xl-52{padding:52px}.tutor-p-xl-56{padding:56px}.tutor-p-xl-60{padding:60px}.tutor-p-xl-64{padding:64px}.tutor-p-xl-68{padding:68px}.tutor-p-xl-72{padding:72px}.tutor-p-xl-76{padding:76px}.tutor-p-xl-80{padding:80px}.tutor-px-xl-0{padding-right:0;padding-left:0}.tutor-px-xl-2{padding-right:2px;padding-left:2px}.tutor-px-xl-4{padding-right:4px;padding-left:4px}.tutor-px-xl-8{padding-right:8px;padding-left:8px}.tutor-px-xl-12{padding-right:12px;padding-left:12px}.tutor-px-xl-16{padding-right:16px;padding-left:16px}.tutor-px-xl-20{padding-right:20px;padding-left:20px}.tutor-px-xl-24{padding-right:24px;padding-left:24px}.tutor-px-xl-28{padding-right:28px;padding-left:28px}.tutor-px-xl-32{padding-right:32px;padding-left:32px}.tutor-px-xl-36{padding-right:36px;padding-left:36px}.tutor-px-xl-40{padding-right:40px;padding-left:40px}.tutor-px-xl-44{padding-right:44px;padding-left:44px}.tutor-px-xl-48{padding-right:48px;padding-left:48px}.tutor-px-xl-52{padding-right:52px;padding-left:52px}.tutor-px-xl-56{padding-right:56px;padding-left:56px}.tutor-px-xl-60{padding-right:60px;padding-left:60px}.tutor-px-xl-64{padding-right:64px;padding-left:64px}.tutor-px-xl-68{padding-right:68px;padding-left:68px}.tutor-px-xl-72{padding-right:72px;padding-left:72px}.tutor-px-xl-76{padding-right:76px;padding-left:76px}.tutor-px-xl-80{padding-right:80px;padding-left:80px}.tutor-py-xl-0{padding-top:0;padding-bottom:0}.tutor-py-xl-2{padding-top:2px;padding-bottom:2px}.tutor-py-xl-4{padding-top:4px;padding-bottom:4px}.tutor-py-xl-8{padding-top:8px;padding-bottom:8px}.tutor-py-xl-12{padding-top:12px;padding-bottom:12px}.tutor-py-xl-16{padding-top:16px;padding-bottom:16px}.tutor-py-xl-20{padding-top:20px;padding-bottom:20px}.tutor-py-xl-24{padding-top:24px;padding-bottom:24px}.tutor-py-xl-28{padding-top:28px;padding-bottom:28px}.tutor-py-xl-32{padding-top:32px;padding-bottom:32px}.tutor-py-xl-36{padding-top:36px;padding-bottom:36px}.tutor-py-xl-40{padding-top:40px;padding-bottom:40px}.tutor-py-xl-44{padding-top:44px;padding-bottom:44px}.tutor-py-xl-48{padding-top:48px;padding-bottom:48px}.tutor-py-xl-52{padding-top:52px;padding-bottom:52px}.tutor-py-xl-56{padding-top:56px;padding-bottom:56px}.tutor-py-xl-60{padding-top:60px;padding-bottom:60px}.tutor-py-xl-64{padding-top:64px;padding-bottom:64px}.tutor-py-xl-68{padding-top:68px;padding-bottom:68px}.tutor-py-xl-72{padding-top:72px;padding-bottom:72px}.tutor-py-xl-76{padding-top:76px;padding-bottom:76px}.tutor-py-xl-80{padding-top:80px;padding-bottom:80px}.tutor-pt-xl-0{padding-top:0}.tutor-pt-xl-2{padding-top:2px}.tutor-pt-xl-4{padding-top:4px}.tutor-pt-xl-8{padding-top:8px}.tutor-pt-xl-12{padding-top:12px}.tutor-pt-xl-16{padding-top:16px}.tutor-pt-xl-20{padding-top:20px}.tutor-pt-xl-24{padding-top:24px}.tutor-pt-xl-28{padding-top:28px}.tutor-pt-xl-32{padding-top:32px}.tutor-pt-xl-36{padding-top:36px}.tutor-pt-xl-40{padding-top:40px}.tutor-pt-xl-44{padding-top:44px}.tutor-pt-xl-48{padding-top:48px}.tutor-pt-xl-52{padding-top:52px}.tutor-pt-xl-56{padding-top:56px}.tutor-pt-xl-60{padding-top:60px}.tutor-pt-xl-64{padding-top:64px}.tutor-pt-xl-68{padding-top:68px}.tutor-pt-xl-72{padding-top:72px}.tutor-pt-xl-76{padding-top:76px}.tutor-pt-xl-80{padding-top:80px}.tutor-pr-xl-0{padding-right:0}.tutor-pr-xl-2{padding-right:2px}.tutor-pr-xl-4{padding-right:4px}.tutor-pr-xl-8{padding-right:8px}.tutor-pr-xl-12{padding-right:12px}.tutor-pr-xl-16{padding-right:16px}.tutor-pr-xl-20{padding-right:20px}.tutor-pr-xl-24{padding-right:24px}.tutor-pr-xl-28{padding-right:28px}.tutor-pr-xl-32{padding-right:32px}.tutor-pr-xl-36{padding-right:36px}.tutor-pr-xl-40{padding-right:40px}.tutor-pr-xl-44{padding-right:44px}.tutor-pr-xl-48{padding-right:48px}.tutor-pr-xl-52{padding-right:52px}.tutor-pr-xl-56{padding-right:56px}.tutor-pr-xl-60{padding-right:60px}.tutor-pr-xl-64{padding-right:64px}.tutor-pr-xl-68{padding-right:68px}.tutor-pr-xl-72{padding-right:72px}.tutor-pr-xl-76{padding-right:76px}.tutor-pr-xl-80{padding-right:80px}.tutor-pb-xl-0{padding-bottom:0}.tutor-pb-xl-2{padding-bottom:2px}.tutor-pb-xl-4{padding-bottom:4px}.tutor-pb-xl-8{padding-bottom:8px}.tutor-pb-xl-12{padding-bottom:12px}.tutor-pb-xl-16{padding-bottom:16px}.tutor-pb-xl-20{padding-bottom:20px}.tutor-pb-xl-24{padding-bottom:24px}.tutor-pb-xl-28{padding-bottom:28px}.tutor-pb-xl-32{padding-bottom:32px}.tutor-pb-xl-36{padding-bottom:36px}.tutor-pb-xl-40{padding-bottom:40px}.tutor-pb-xl-44{padding-bottom:44px}.tutor-pb-xl-48{padding-bottom:48px}.tutor-pb-xl-52{padding-bottom:52px}.tutor-pb-xl-56{padding-bottom:56px}.tutor-pb-xl-60{padding-bottom:60px}.tutor-pb-xl-64{padding-bottom:64px}.tutor-pb-xl-68{padding-bottom:68px}.tutor-pb-xl-72{padding-bottom:72px}.tutor-pb-xl-76{padding-bottom:76px}.tutor-pb-xl-80{padding-bottom:80px}.tutor-pl-xl-0{padding-left:0}.tutor-pl-xl-2{padding-left:2px}.tutor-pl-xl-4{padding-left:4px}.tutor-pl-xl-8{padding-left:8px}.tutor-pl-xl-12{padding-left:12px}.tutor-pl-xl-16{padding-left:16px}.tutor-pl-xl-20{padding-left:20px}.tutor-pl-xl-24{padding-left:24px}.tutor-pl-xl-28{padding-left:28px}.tutor-pl-xl-32{padding-left:32px}.tutor-pl-xl-36{padding-left:36px}.tutor-pl-xl-40{padding-left:40px}.tutor-pl-xl-44{padding-left:44px}.tutor-pl-xl-48{padding-left:48px}.tutor-pl-xl-52{padding-left:52px}.tutor-pl-xl-56{padding-left:56px}.tutor-pl-xl-60{padding-left:60px}.tutor-pl-xl-64{padding-left:64px}.tutor-pl-xl-68{padding-left:68px}.tutor-pl-xl-72{padding-left:72px}.tutor-pl-xl-76{padding-left:76px}.tutor-pl-xl-80{padding-left:80px}}@media(min-width: 1400px){.tutor-d-xxl-inline{display:inline !important}.tutor-d-xxl-inline-block{display:inline-block !important}.tutor-d-xxl-block{display:block !important}.tutor-d-xxl-grid{display:grid !important}.tutor-d-xxl-table{display:table !important}.tutor-d-xxl-table-row{display:table-row !important}.tutor-d-xxl-table-cell{display:table-cell !important}.tutor-d-xxl-flex{display:flex !important}.tutor-d-xxl-inline-flex{display:inline-flex !important}.tutor-d-xxl-none{display:none !important}.tutor-flex-xxl-fill{flex:1 1 auto !important}.tutor-flex-xxl-row{flex-direction:row !important}.tutor-flex-xxl-column{flex-direction:column !important}.tutor-flex-xxl-row-reverse{flex-direction:row-reverse !important}.tutor-flex-xxl-column-reverse{flex-direction:column-reverse !important}.tutor-flex-xxl-grow-0{flex-grow:0 !important}.tutor-flex-xxl-grow-1{flex-grow:1 !important}.tutor-flex-xxl-shrink-0{flex-shrink:0 !important}.tutor-flex-xxl-shrink-1{flex-shrink:1 !important}.tutor-flex-xxl-wrap{flex-wrap:wrap !important}.tutor-flex-xxl-nowrap{flex-wrap:nowrap !important}.tutor-flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.tutor-gap-xxl-0{gap:0 !important}.tutor-gap-xxl-1{gap:.5rem !important}.tutor-gap-xxl-2{gap:1rem !important}.tutor-gap-xxl-3{gap:1.5rem !important}.tutor-gap-xxl-4{gap:2rem !important}.tutor-gap-xxl-5{gap:3rem !important}.tutor-gap-xxl-4px{gap:.25rem !important}.tutor-gap-xxl-12px{gap:.75rem !important}.tutor-justify-xxl-start{justify-content:flex-start !important}.tutor-justify-xxl-end{justify-content:flex-end !important}.tutor-justify-xxl-center{justify-content:center !important}.tutor-justify-xxl-between{justify-content:space-between !important}.tutor-justify-xxl-around{justify-content:space-around !important}.tutor-justify-xxl-evenly{justify-content:space-evenly !important}.tutor-align-xxl-start{align-items:flex-start !important}.tutor-align-xxl-end{align-items:flex-end !important}.tutor-align-xxl-center{align-items:center !important}.tutor-align-xxl-baseline{align-items:baseline !important}.tutor-align-xxl-stretch{align-items:stretch !important}.tutor-align-content-xxl-start{align-content:flex-start !important}.tutor-align-content-xxl-end{align-content:flex-end !important}.tutor-align-content-xxl-center{align-content:center !important}.tutor-align-content-xxl-between{align-content:space-between !important}.tutor-align-content-xxl-around{align-content:space-around !important}.tutor-align-content-xxl-stretch{align-content:stretch !important}.tutor-align-self-xxl-auto{align-self:auto !important}.tutor-align-self-xxl-start{align-self:flex-start !important}.tutor-align-self-xxl-end{align-self:flex-end !important}.tutor-align-self-xxl-center{align-self:center !important}.tutor-align-self-xxl-baseline{align-self:baseline !important}.tutor-align-self-xxl-stretch{align-self:stretch !important}.tutor-order-xxl-first{order:-1 !important}.tutor-order-xxl-0{order:0 !important}.tutor-order-xxl-1{order:1 !important}.tutor-order-xxl-2{order:2 !important}.tutor-order-xxl-3{order:3 !important}.tutor-order-xxl-4{order:4 !important}.tutor-order-xxl-5{order:5 !important}.tutor-order-xxl-last{order:6 !important}.tutor-m-xxl-0{margin:0}.tutor-m-xxl-2{margin:2px}.tutor-m-xxl-4{margin:4px}.tutor-m-xxl-8{margin:8px}.tutor-m-xxl-12{margin:12px}.tutor-m-xxl-16{margin:16px}.tutor-m-xxl-20{margin:20px}.tutor-m-xxl-24{margin:24px}.tutor-m-xxl-28{margin:28px}.tutor-m-xxl-32{margin:32px}.tutor-m-xxl-36{margin:36px}.tutor-m-xxl-40{margin:40px}.tutor-m-xxl-44{margin:44px}.tutor-m-xxl-48{margin:48px}.tutor-m-xxl-52{margin:52px}.tutor-m-xxl-56{margin:56px}.tutor-m-xxl-60{margin:60px}.tutor-m-xxl-64{margin:64px}.tutor-m-xxl-68{margin:68px}.tutor-m-xxl-72{margin:72px}.tutor-m-xxl-76{margin:76px}.tutor-m-xxl-80{margin:80px}.tutor-m-xxl-auto{margin:auto}.tutor-mx-xxl-0{margin-right:0;margin-left:0}.tutor-mx-xxl-2{margin-right:2px;margin-left:2px}.tutor-mx-xxl-4{margin-right:4px;margin-left:4px}.tutor-mx-xxl-8{margin-right:8px;margin-left:8px}.tutor-mx-xxl-12{margin-right:12px;margin-left:12px}.tutor-mx-xxl-16{margin-right:16px;margin-left:16px}.tutor-mx-xxl-20{margin-right:20px;margin-left:20px}.tutor-mx-xxl-24{margin-right:24px;margin-left:24px}.tutor-mx-xxl-28{margin-right:28px;margin-left:28px}.tutor-mx-xxl-32{margin-right:32px;margin-left:32px}.tutor-mx-xxl-36{margin-right:36px;margin-left:36px}.tutor-mx-xxl-40{margin-right:40px;margin-left:40px}.tutor-mx-xxl-44{margin-right:44px;margin-left:44px}.tutor-mx-xxl-48{margin-right:48px;margin-left:48px}.tutor-mx-xxl-52{margin-right:52px;margin-left:52px}.tutor-mx-xxl-56{margin-right:56px;margin-left:56px}.tutor-mx-xxl-60{margin-right:60px;margin-left:60px}.tutor-mx-xxl-64{margin-right:64px;margin-left:64px}.tutor-mx-xxl-68{margin-right:68px;margin-left:68px}.tutor-mx-xxl-72{margin-right:72px;margin-left:72px}.tutor-mx-xxl-76{margin-right:76px;margin-left:76px}.tutor-mx-xxl-80{margin-right:80px;margin-left:80px}.tutor-mx-xxl-auto{margin-right:auto;margin-left:auto}.tutor-my-xxl-0{margin-top:0;margin-bottom:0}.tutor-my-xxl-2{margin-top:2px;margin-bottom:2px}.tutor-my-xxl-4{margin-top:4px;margin-bottom:4px}.tutor-my-xxl-8{margin-top:8px;margin-bottom:8px}.tutor-my-xxl-12{margin-top:12px;margin-bottom:12px}.tutor-my-xxl-16{margin-top:16px;margin-bottom:16px}.tutor-my-xxl-20{margin-top:20px;margin-bottom:20px}.tutor-my-xxl-24{margin-top:24px;margin-bottom:24px}.tutor-my-xxl-28{margin-top:28px;margin-bottom:28px}.tutor-my-xxl-32{margin-top:32px;margin-bottom:32px}.tutor-my-xxl-36{margin-top:36px;margin-bottom:36px}.tutor-my-xxl-40{margin-top:40px;margin-bottom:40px}.tutor-my-xxl-44{margin-top:44px;margin-bottom:44px}.tutor-my-xxl-48{margin-top:48px;margin-bottom:48px}.tutor-my-xxl-52{margin-top:52px;margin-bottom:52px}.tutor-my-xxl-56{margin-top:56px;margin-bottom:56px}.tutor-my-xxl-60{margin-top:60px;margin-bottom:60px}.tutor-my-xxl-64{margin-top:64px;margin-bottom:64px}.tutor-my-xxl-68{margin-top:68px;margin-bottom:68px}.tutor-my-xxl-72{margin-top:72px;margin-bottom:72px}.tutor-my-xxl-76{margin-top:76px;margin-bottom:76px}.tutor-my-xxl-80{margin-top:80px;margin-bottom:80px}.tutor-my-xxl-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-xxl-0{margin-top:0}.tutor-mt-xxl-2{margin-top:2px}.tutor-mt-xxl-4{margin-top:4px}.tutor-mt-xxl-8{margin-top:8px}.tutor-mt-xxl-12{margin-top:12px}.tutor-mt-xxl-16{margin-top:16px}.tutor-mt-xxl-20{margin-top:20px}.tutor-mt-xxl-24{margin-top:24px}.tutor-mt-xxl-28{margin-top:28px}.tutor-mt-xxl-32{margin-top:32px}.tutor-mt-xxl-36{margin-top:36px}.tutor-mt-xxl-40{margin-top:40px}.tutor-mt-xxl-44{margin-top:44px}.tutor-mt-xxl-48{margin-top:48px}.tutor-mt-xxl-52{margin-top:52px}.tutor-mt-xxl-56{margin-top:56px}.tutor-mt-xxl-60{margin-top:60px}.tutor-mt-xxl-64{margin-top:64px}.tutor-mt-xxl-68{margin-top:68px}.tutor-mt-xxl-72{margin-top:72px}.tutor-mt-xxl-76{margin-top:76px}.tutor-mt-xxl-80{margin-top:80px}.tutor-mt-xxl-auto{margin-top:auto}.tutor-mr-xxl-0{margin-right:0}.tutor-mr-xxl-2{margin-right:2px}.tutor-mr-xxl-4{margin-right:4px}.tutor-mr-xxl-8{margin-right:8px}.tutor-mr-xxl-12{margin-right:12px}.tutor-mr-xxl-16{margin-right:16px}.tutor-mr-xxl-20{margin-right:20px}.tutor-mr-xxl-24{margin-right:24px}.tutor-mr-xxl-28{margin-right:28px}.tutor-mr-xxl-32{margin-right:32px}.tutor-mr-xxl-36{margin-right:36px}.tutor-mr-xxl-40{margin-right:40px}.tutor-mr-xxl-44{margin-right:44px}.tutor-mr-xxl-48{margin-right:48px}.tutor-mr-xxl-52{margin-right:52px}.tutor-mr-xxl-56{margin-right:56px}.tutor-mr-xxl-60{margin-right:60px}.tutor-mr-xxl-64{margin-right:64px}.tutor-mr-xxl-68{margin-right:68px}.tutor-mr-xxl-72{margin-right:72px}.tutor-mr-xxl-76{margin-right:76px}.tutor-mr-xxl-80{margin-right:80px}.tutor-mr-xxl-auto{margin-right:auto}.tutor-mb-xxl-0{margin-bottom:0}.tutor-mb-xxl-2{margin-bottom:2px}.tutor-mb-xxl-4{margin-bottom:4px}.tutor-mb-xxl-8{margin-bottom:8px}.tutor-mb-xxl-12{margin-bottom:12px}.tutor-mb-xxl-16{margin-bottom:16px}.tutor-mb-xxl-20{margin-bottom:20px}.tutor-mb-xxl-24{margin-bottom:24px}.tutor-mb-xxl-28{margin-bottom:28px}.tutor-mb-xxl-32{margin-bottom:32px}.tutor-mb-xxl-36{margin-bottom:36px}.tutor-mb-xxl-40{margin-bottom:40px}.tutor-mb-xxl-44{margin-bottom:44px}.tutor-mb-xxl-48{margin-bottom:48px}.tutor-mb-xxl-52{margin-bottom:52px}.tutor-mb-xxl-56{margin-bottom:56px}.tutor-mb-xxl-60{margin-bottom:60px}.tutor-mb-xxl-64{margin-bottom:64px}.tutor-mb-xxl-68{margin-bottom:68px}.tutor-mb-xxl-72{margin-bottom:72px}.tutor-mb-xxl-76{margin-bottom:76px}.tutor-mb-xxl-80{margin-bottom:80px}.tutor-mb-xxl-auto{margin-bottom:auto}.tutor-ml-xxl-0{margin-left:0}.tutor-ml-xxl-2{margin-left:2px}.tutor-ml-xxl-4{margin-left:4px}.tutor-ml-xxl-8{margin-left:8px}.tutor-ml-xxl-12{margin-left:12px}.tutor-ml-xxl-16{margin-left:16px}.tutor-ml-xxl-20{margin-left:20px}.tutor-ml-xxl-24{margin-left:24px}.tutor-ml-xxl-28{margin-left:28px}.tutor-ml-xxl-32{margin-left:32px}.tutor-ml-xxl-36{margin-left:36px}.tutor-ml-xxl-40{margin-left:40px}.tutor-ml-xxl-44{margin-left:44px}.tutor-ml-xxl-48{margin-left:48px}.tutor-ml-xxl-52{margin-left:52px}.tutor-ml-xxl-56{margin-left:56px}.tutor-ml-xxl-60{margin-left:60px}.tutor-ml-xxl-64{margin-left:64px}.tutor-ml-xxl-68{margin-left:68px}.tutor-ml-xxl-72{margin-left:72px}.tutor-ml-xxl-76{margin-left:76px}.tutor-ml-xxl-80{margin-left:80px}.tutor-ml-xxl-auto{margin-left:auto}.tutor-m-xxl-n2{margin:-2px}.tutor-m-xxl-n4{margin:-4px}.tutor-m-xxl-n8{margin:-8px}.tutor-m-xxl-n12{margin:-12px}.tutor-m-xxl-n16{margin:-16px}.tutor-m-xxl-n20{margin:-20px}.tutor-m-xxl-n24{margin:-24px}.tutor-m-xxl-n28{margin:-28px}.tutor-m-xxl-n32{margin:-32px}.tutor-m-xxl-n36{margin:-36px}.tutor-m-xxl-n40{margin:-40px}.tutor-m-xxl-n44{margin:-44px}.tutor-m-xxl-n48{margin:-48px}.tutor-m-xxl-n52{margin:-52px}.tutor-m-xxl-n56{margin:-56px}.tutor-m-xxl-n60{margin:-60px}.tutor-m-xxl-n64{margin:-64px}.tutor-m-xxl-n68{margin:-68px}.tutor-m-xxl-n72{margin:-72px}.tutor-m-xxl-n76{margin:-76px}.tutor-m-xxl-n80{margin:-80px}.tutor-mx-xxl-n2{margin-right:-2px;margin-left:-2px}.tutor-mx-xxl-n4{margin-right:-4px;margin-left:-4px}.tutor-mx-xxl-n8{margin-right:-8px;margin-left:-8px}.tutor-mx-xxl-n12{margin-right:-12px;margin-left:-12px}.tutor-mx-xxl-n16{margin-right:-16px;margin-left:-16px}.tutor-mx-xxl-n20{margin-right:-20px;margin-left:-20px}.tutor-mx-xxl-n24{margin-right:-24px;margin-left:-24px}.tutor-mx-xxl-n28{margin-right:-28px;margin-left:-28px}.tutor-mx-xxl-n32{margin-right:-32px;margin-left:-32px}.tutor-mx-xxl-n36{margin-right:-36px;margin-left:-36px}.tutor-mx-xxl-n40{margin-right:-40px;margin-left:-40px}.tutor-mx-xxl-n44{margin-right:-44px;margin-left:-44px}.tutor-mx-xxl-n48{margin-right:-48px;margin-left:-48px}.tutor-mx-xxl-n52{margin-right:-52px;margin-left:-52px}.tutor-mx-xxl-n56{margin-right:-56px;margin-left:-56px}.tutor-mx-xxl-n60{margin-right:-60px;margin-left:-60px}.tutor-mx-xxl-n64{margin-right:-64px;margin-left:-64px}.tutor-mx-xxl-n68{margin-right:-68px;margin-left:-68px}.tutor-mx-xxl-n72{margin-right:-72px;margin-left:-72px}.tutor-mx-xxl-n76{margin-right:-76px;margin-left:-76px}.tutor-mx-xxl-n80{margin-right:-80px;margin-left:-80px}.tutor-my-xxl-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-xxl-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-xxl-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-xxl-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-xxl-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-xxl-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-xxl-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-xxl-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-xxl-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-xxl-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-xxl-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-xxl-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-xxl-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-xxl-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-xxl-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-xxl-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-xxl-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-xxl-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-xxl-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-xxl-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-xxl-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-xxl-n2{margin-top:-2px}.tutor-mt-xxl-n4{margin-top:-4px}.tutor-mt-xxl-n8{margin-top:-8px}.tutor-mt-xxl-n12{margin-top:-12px}.tutor-mt-xxl-n16{margin-top:-16px}.tutor-mt-xxl-n20{margin-top:-20px}.tutor-mt-xxl-n24{margin-top:-24px}.tutor-mt-xxl-n28{margin-top:-28px}.tutor-mt-xxl-n32{margin-top:-32px}.tutor-mt-xxl-n36{margin-top:-36px}.tutor-mt-xxl-n40{margin-top:-40px}.tutor-mt-xxl-n44{margin-top:-44px}.tutor-mt-xxl-n48{margin-top:-48px}.tutor-mt-xxl-n52{margin-top:-52px}.tutor-mt-xxl-n56{margin-top:-56px}.tutor-mt-xxl-n60{margin-top:-60px}.tutor-mt-xxl-n64{margin-top:-64px}.tutor-mt-xxl-n68{margin-top:-68px}.tutor-mt-xxl-n72{margin-top:-72px}.tutor-mt-xxl-n76{margin-top:-76px}.tutor-mt-xxl-n80{margin-top:-80px}.tutor-mr-xxl-n2{margin-right:-2px}.tutor-mr-xxl-n4{margin-right:-4px}.tutor-mr-xxl-n8{margin-right:-8px}.tutor-mr-xxl-n12{margin-right:-12px}.tutor-mr-xxl-n16{margin-right:-16px}.tutor-mr-xxl-n20{margin-right:-20px}.tutor-mr-xxl-n24{margin-right:-24px}.tutor-mr-xxl-n28{margin-right:-28px}.tutor-mr-xxl-n32{margin-right:-32px}.tutor-mr-xxl-n36{margin-right:-36px}.tutor-mr-xxl-n40{margin-right:-40px}.tutor-mr-xxl-n44{margin-right:-44px}.tutor-mr-xxl-n48{margin-right:-48px}.tutor-mr-xxl-n52{margin-right:-52px}.tutor-mr-xxl-n56{margin-right:-56px}.tutor-mr-xxl-n60{margin-right:-60px}.tutor-mr-xxl-n64{margin-right:-64px}.tutor-mr-xxl-n68{margin-right:-68px}.tutor-mr-xxl-n72{margin-right:-72px}.tutor-mr-xxl-n76{margin-right:-76px}.tutor-mr-xxl-n80{margin-right:-80px}.tutor-mb-xxl-n2{margin-bottom:-2px}.tutor-mb-xxl-n4{margin-bottom:-4px}.tutor-mb-xxl-n8{margin-bottom:-8px}.tutor-mb-xxl-n12{margin-bottom:-12px}.tutor-mb-xxl-n16{margin-bottom:-16px}.tutor-mb-xxl-n20{margin-bottom:-20px}.tutor-mb-xxl-n24{margin-bottom:-24px}.tutor-mb-xxl-n28{margin-bottom:-28px}.tutor-mb-xxl-n32{margin-bottom:-32px}.tutor-mb-xxl-n36{margin-bottom:-36px}.tutor-mb-xxl-n40{margin-bottom:-40px}.tutor-mb-xxl-n44{margin-bottom:-44px}.tutor-mb-xxl-n48{margin-bottom:-48px}.tutor-mb-xxl-n52{margin-bottom:-52px}.tutor-mb-xxl-n56{margin-bottom:-56px}.tutor-mb-xxl-n60{margin-bottom:-60px}.tutor-mb-xxl-n64{margin-bottom:-64px}.tutor-mb-xxl-n68{margin-bottom:-68px}.tutor-mb-xxl-n72{margin-bottom:-72px}.tutor-mb-xxl-n76{margin-bottom:-76px}.tutor-mb-xxl-n80{margin-bottom:-80px}.tutor-ml-xxl-n2{margin-left:-2px}.tutor-ml-xxl-n4{margin-left:-4px}.tutor-ml-xxl-n8{margin-left:-8px}.tutor-ml-xxl-n12{margin-left:-12px}.tutor-ml-xxl-n16{margin-left:-16px}.tutor-ml-xxl-n20{margin-left:-20px}.tutor-ml-xxl-n24{margin-left:-24px}.tutor-ml-xxl-n28{margin-left:-28px}.tutor-ml-xxl-n32{margin-left:-32px}.tutor-ml-xxl-n36{margin-left:-36px}.tutor-ml-xxl-n40{margin-left:-40px}.tutor-ml-xxl-n44{margin-left:-44px}.tutor-ml-xxl-n48{margin-left:-48px}.tutor-ml-xxl-n52{margin-left:-52px}.tutor-ml-xxl-n56{margin-left:-56px}.tutor-ml-xxl-n60{margin-left:-60px}.tutor-ml-xxl-n64{margin-left:-64px}.tutor-ml-xxl-n68{margin-left:-68px}.tutor-ml-xxl-n72{margin-left:-72px}.tutor-ml-xxl-n76{margin-left:-76px}.tutor-ml-xxl-n80{margin-left:-80px}.tutor-p-xxl-0{padding:0}.tutor-p-xxl-2{padding:2px}.tutor-p-xxl-4{padding:4px}.tutor-p-xxl-8{padding:8px}.tutor-p-xxl-12{padding:12px}.tutor-p-xxl-16{padding:16px}.tutor-p-xxl-20{padding:20px}.tutor-p-xxl-24{padding:24px}.tutor-p-xxl-28{padding:28px}.tutor-p-xxl-32{padding:32px}.tutor-p-xxl-36{padding:36px}.tutor-p-xxl-40{padding:40px}.tutor-p-xxl-44{padding:44px}.tutor-p-xxl-48{padding:48px}.tutor-p-xxl-52{padding:52px}.tutor-p-xxl-56{padding:56px}.tutor-p-xxl-60{padding:60px}.tutor-p-xxl-64{padding:64px}.tutor-p-xxl-68{padding:68px}.tutor-p-xxl-72{padding:72px}.tutor-p-xxl-76{padding:76px}.tutor-p-xxl-80{padding:80px}.tutor-px-xxl-0{padding-right:0;padding-left:0}.tutor-px-xxl-2{padding-right:2px;padding-left:2px}.tutor-px-xxl-4{padding-right:4px;padding-left:4px}.tutor-px-xxl-8{padding-right:8px;padding-left:8px}.tutor-px-xxl-12{padding-right:12px;padding-left:12px}.tutor-px-xxl-16{padding-right:16px;padding-left:16px}.tutor-px-xxl-20{padding-right:20px;padding-left:20px}.tutor-px-xxl-24{padding-right:24px;padding-left:24px}.tutor-px-xxl-28{padding-right:28px;padding-left:28px}.tutor-px-xxl-32{padding-right:32px;padding-left:32px}.tutor-px-xxl-36{padding-right:36px;padding-left:36px}.tutor-px-xxl-40{padding-right:40px;padding-left:40px}.tutor-px-xxl-44{padding-right:44px;padding-left:44px}.tutor-px-xxl-48{padding-right:48px;padding-left:48px}.tutor-px-xxl-52{padding-right:52px;padding-left:52px}.tutor-px-xxl-56{padding-right:56px;padding-left:56px}.tutor-px-xxl-60{padding-right:60px;padding-left:60px}.tutor-px-xxl-64{padding-right:64px;padding-left:64px}.tutor-px-xxl-68{padding-right:68px;padding-left:68px}.tutor-px-xxl-72{padding-right:72px;padding-left:72px}.tutor-px-xxl-76{padding-right:76px;padding-left:76px}.tutor-px-xxl-80{padding-right:80px;padding-left:80px}.tutor-py-xxl-0{padding-top:0;padding-bottom:0}.tutor-py-xxl-2{padding-top:2px;padding-bottom:2px}.tutor-py-xxl-4{padding-top:4px;padding-bottom:4px}.tutor-py-xxl-8{padding-top:8px;padding-bottom:8px}.tutor-py-xxl-12{padding-top:12px;padding-bottom:12px}.tutor-py-xxl-16{padding-top:16px;padding-bottom:16px}.tutor-py-xxl-20{padding-top:20px;padding-bottom:20px}.tutor-py-xxl-24{padding-top:24px;padding-bottom:24px}.tutor-py-xxl-28{padding-top:28px;padding-bottom:28px}.tutor-py-xxl-32{padding-top:32px;padding-bottom:32px}.tutor-py-xxl-36{padding-top:36px;padding-bottom:36px}.tutor-py-xxl-40{padding-top:40px;padding-bottom:40px}.tutor-py-xxl-44{padding-top:44px;padding-bottom:44px}.tutor-py-xxl-48{padding-top:48px;padding-bottom:48px}.tutor-py-xxl-52{padding-top:52px;padding-bottom:52px}.tutor-py-xxl-56{padding-top:56px;padding-bottom:56px}.tutor-py-xxl-60{padding-top:60px;padding-bottom:60px}.tutor-py-xxl-64{padding-top:64px;padding-bottom:64px}.tutor-py-xxl-68{padding-top:68px;padding-bottom:68px}.tutor-py-xxl-72{padding-top:72px;padding-bottom:72px}.tutor-py-xxl-76{padding-top:76px;padding-bottom:76px}.tutor-py-xxl-80{padding-top:80px;padding-bottom:80px}.tutor-pt-xxl-0{padding-top:0}.tutor-pt-xxl-2{padding-top:2px}.tutor-pt-xxl-4{padding-top:4px}.tutor-pt-xxl-8{padding-top:8px}.tutor-pt-xxl-12{padding-top:12px}.tutor-pt-xxl-16{padding-top:16px}.tutor-pt-xxl-20{padding-top:20px}.tutor-pt-xxl-24{padding-top:24px}.tutor-pt-xxl-28{padding-top:28px}.tutor-pt-xxl-32{padding-top:32px}.tutor-pt-xxl-36{padding-top:36px}.tutor-pt-xxl-40{padding-top:40px}.tutor-pt-xxl-44{padding-top:44px}.tutor-pt-xxl-48{padding-top:48px}.tutor-pt-xxl-52{padding-top:52px}.tutor-pt-xxl-56{padding-top:56px}.tutor-pt-xxl-60{padding-top:60px}.tutor-pt-xxl-64{padding-top:64px}.tutor-pt-xxl-68{padding-top:68px}.tutor-pt-xxl-72{padding-top:72px}.tutor-pt-xxl-76{padding-top:76px}.tutor-pt-xxl-80{padding-top:80px}.tutor-pr-xxl-0{padding-right:0}.tutor-pr-xxl-2{padding-right:2px}.tutor-pr-xxl-4{padding-right:4px}.tutor-pr-xxl-8{padding-right:8px}.tutor-pr-xxl-12{padding-right:12px}.tutor-pr-xxl-16{padding-right:16px}.tutor-pr-xxl-20{padding-right:20px}.tutor-pr-xxl-24{padding-right:24px}.tutor-pr-xxl-28{padding-right:28px}.tutor-pr-xxl-32{padding-right:32px}.tutor-pr-xxl-36{padding-right:36px}.tutor-pr-xxl-40{padding-right:40px}.tutor-pr-xxl-44{padding-right:44px}.tutor-pr-xxl-48{padding-right:48px}.tutor-pr-xxl-52{padding-right:52px}.tutor-pr-xxl-56{padding-right:56px}.tutor-pr-xxl-60{padding-right:60px}.tutor-pr-xxl-64{padding-right:64px}.tutor-pr-xxl-68{padding-right:68px}.tutor-pr-xxl-72{padding-right:72px}.tutor-pr-xxl-76{padding-right:76px}.tutor-pr-xxl-80{padding-right:80px}.tutor-pb-xxl-0{padding-bottom:0}.tutor-pb-xxl-2{padding-bottom:2px}.tutor-pb-xxl-4{padding-bottom:4px}.tutor-pb-xxl-8{padding-bottom:8px}.tutor-pb-xxl-12{padding-bottom:12px}.tutor-pb-xxl-16{padding-bottom:16px}.tutor-pb-xxl-20{padding-bottom:20px}.tutor-pb-xxl-24{padding-bottom:24px}.tutor-pb-xxl-28{padding-bottom:28px}.tutor-pb-xxl-32{padding-bottom:32px}.tutor-pb-xxl-36{padding-bottom:36px}.tutor-pb-xxl-40{padding-bottom:40px}.tutor-pb-xxl-44{padding-bottom:44px}.tutor-pb-xxl-48{padding-bottom:48px}.tutor-pb-xxl-52{padding-bottom:52px}.tutor-pb-xxl-56{padding-bottom:56px}.tutor-pb-xxl-60{padding-bottom:60px}.tutor-pb-xxl-64{padding-bottom:64px}.tutor-pb-xxl-68{padding-bottom:68px}.tutor-pb-xxl-72{padding-bottom:72px}.tutor-pb-xxl-76{padding-bottom:76px}.tutor-pb-xxl-80{padding-bottom:80px}.tutor-pl-xxl-0{padding-left:0}.tutor-pl-xxl-2{padding-left:2px}.tutor-pl-xxl-4{padding-left:4px}.tutor-pl-xxl-8{padding-left:8px}.tutor-pl-xxl-12{padding-left:12px}.tutor-pl-xxl-16{padding-left:16px}.tutor-pl-xxl-20{padding-left:20px}.tutor-pl-xxl-24{padding-left:24px}.tutor-pl-xxl-28{padding-left:28px}.tutor-pl-xxl-32{padding-left:32px}.tutor-pl-xxl-36{padding-left:36px}.tutor-pl-xxl-40{padding-left:40px}.tutor-pl-xxl-44{padding-left:44px}.tutor-pl-xxl-48{padding-left:48px}.tutor-pl-xxl-52{padding-left:52px}.tutor-pl-xxl-56{padding-left:56px}.tutor-pl-xxl-60{padding-left:60px}.tutor-pl-xxl-64{padding-left:64px}.tutor-pl-xxl-68{padding-left:68px}.tutor-pl-xxl-72{padding-left:72px}.tutor-pl-xxl-76{padding-left:76px}.tutor-pl-xxl-80{padding-left:80px}}@media(min-width: 1200px){.tutor-fs-1{font-size:4rem}.tutor-fs-2{font-size:3rem}.tutor-fs-3{font-size:2rem}.tutor-fs-4{font-size:1.5rem}}@media print{.tutor-d-print-inline{display:inline !important}.tutor-d-print-inline-block{display:inline-block !important}.tutor-d-print-block{display:block !important}.tutor-d-print-grid{display:grid !important}.tutor-d-print-table{display:table !important}.tutor-d-print-table-row{display:table-row !important}.tutor-d-print-table-cell{display:table-cell !important}.tutor-d-print-flex{display:flex !important}.tutor-d-print-inline-flex{display:inline-flex !important}.tutor-d-print-none{display:none !important}}:root{--tutor-text-size: 16px;--tutor-color-white:	#ffffff;--tutor-color-success:	#24A148;--tutor-color-success-rgb:	36, 161, 72;--tutor-color-warning:	#ED9700;--tutor-color-warning-rgb:	237, 151, 0;--tutor-color-danger:	#F44337;--tutor-color-danger-rgb:	244, 67, 55;--tutor-color-secondary:	#41454F;--tutor-color-subdued:	#5B616F;--tutor-color-hints:	#767C8E;--tutor-color-muted:	#757c8e;--tutor-color-gray:	#e3e5eb;--tutor-color-gray-10:	#eff1f6}.tutor-color-black{color:var(--tutor-body-color)}.tutor-color-white{color:#ffffff}.tutor-color-primary{color:var(--tutor-color-primary)}.tutor-color-success{color:#24A148}.tutor-color-warning{color:#ED9700}.tutor-color-danger{color:#F44337}.tutor-color-secondary{color:#41454F}.tutor-color-muted{color:#757c8e}.tutor-color-subdued{color:#5B616F}.tutor-color-hints{color:#767C8E}.tutor-color-gray-20{color:#e3e5eb}.tutor-color-gray-10{color:#eff1f6}.tutor-bg-black{background-color:var(--tutor-body-color)}.tutor-bg-white{background-color:#ffffff}.tutor-bg-primary{background-color:var(--tutor-color-primary)}.tutor-bg-success{background-color:#24A148}.tutor-bg-warning{background-color:#ED9700}.tutor-bg-danger{background-color:#F44337}.tutor-bg-secondary{background-color:#41454F}.tutor-bg-muted{background-color:#757c8e}.tutor-bg-subdued{background-color:#5B616F}.tutor-bg-hints{background-color:#767C8E}.tutor-bg-gray-20{background-color:#e3e5eb}.tutor-bg-gray-10{background-color:#eff1f6}.text-regular-body{font-weight:400;font-size:16px;line-height:162%}.tutor-text-regular-body{font-weight:400;font-size:16px;line-height:162%}.text-regular-caption,.tutor-alert .tutor-alert-text{font-weight:400;font-size:15px;line-height:160%}.tutor-text-regular-caption{font-weight:400;font-size:15px;line-height:160%}.text-regular-small,.tooltip-wrap .tooltip-txt,.text-body{font-weight:400;font-size:13px;line-height:138%}.tutor-text-regular-small{font-weight:400;font-size:13px;line-height:138%}.text-regular-tiny{font-weight:400;font-size:11px;line-height:145%}.tutor-text-regular-tiny{font-weight:400;font-size:11px;line-height:145%}.text-medium-h1{font-weight:500;font-size:80px;line-height:101%}.tutor-text-medium-h1{font-weight:500;font-size:80px;line-height:101%}.text-medium-h2{font-weight:500;font-size:60px;line-height:117%}.tutor-text-medium-h2{font-weight:500;font-size:60px;line-height:117%}.text-medium-h3{font-weight:500;font-size:40px;line-height:120%}.tutor-text-medium-h3{font-weight:500;font-size:40px;line-height:120%}.text-medium-h4{font-weight:500;font-size:30px;line-height:123%}.tutor-text-medium-h4{font-weight:500;font-size:30px;line-height:123%}.text-medium-h5{font-weight:500;font-size:24px;line-height:142%}.tutor-text-medium-h5{font-weight:500;font-size:24px;line-height:142%}.text-medium-h6{font-weight:500;font-size:20px;line-height:140%}.tutor-text-medium-h6{font-weight:500;font-size:20px;line-height:140%}.text-medium-body,.tutor-dropdown-select-selected>div:first-child{font-weight:500;font-size:16px;line-height:162%}.tutor-text-medium-body{font-weight:500;font-size:16px;line-height:162%}.text-medium-caption,.tutor-pagination ul.tutor-pagination-numbers .page-numbers,.tutor-wp-dashboard-filter .tutor-wp-dashboard-filter-items .tutor-form-label{font-weight:500;font-size:15px;line-height:160%}.tutor-text-medium-caption{font-weight:500;font-size:15px;line-height:160%}.text-medium-small,.tutor-form-select-with-icon select{font-weight:500;font-size:13px;line-height:162%}.tutor-text-medium-small{font-weight:500;font-size:13px;line-height:162%}.text-medium-tiny{font-weight:500;font-size:11px;line-height:145%}.tutor-text-medium-tiny{font-weight:500;font-size:11px;line-height:145%}.text-semi-h1{font-weight:600;font-size:80px;line-height:101%}.tutor-text-semi-h1{font-weight:600;font-size:80px;line-height:101%}.text-semi-h2{font-weight:600;font-size:60px;line-height:117%}.tutor-text-semi-h2{font-weight:600;font-size:60px;line-height:117%}.text-semi-h3{font-weight:600;font-size:40px;line-height:120%}.tutor-text-semi-h3{font-weight:600;font-size:40px;line-height:120%}.text-semi-h4{font-weight:600;font-size:30px;line-height:123%}.tutor-text-semi-h4{font-weight:600;font-size:30px;line-height:123%}.text-semi-h5{font-weight:600;font-size:24px;line-height:142%}.tutor-text-semi-h5{font-weight:600;font-size:24px;line-height:142%}.text-semi-h6{font-weight:600;font-size:20px;line-height:150%}.tutor-text-semi-h6{font-weight:600;font-size:20px;line-height:150%}.text-semi-caption{font-weight:600;font-size:15px;line-height:165%}.tutor-text-semi-caption{font-weight:600;font-size:15px;line-height:165%}.text-semi-small{font-weight:600;font-size:13px;line-height:128%}.tutor-text-semi-small{font-weight:600;font-size:13px;line-height:128%}.text-bold-h1{font-weight:700;font-size:80px;line-height:101%}.tutor-text-bold-h1{font-weight:700;font-size:80px;line-height:101%}.text-bold-h2{font-weight:700;font-size:60px;line-height:117%}.tutor-text-bold-h2{font-weight:700;font-size:60px;line-height:117%}.text-bold-h3{font-weight:700;font-size:40px;line-height:120%}.tutor-text-bold-h3{font-weight:700;font-size:40px;line-height:120%}.text-bold-h4{font-weight:700;font-size:30px;line-height:123%}.tutor-text-bold-h4{font-weight:700;font-size:30px;line-height:123%}.text-bold-h5{font-weight:700;font-size:24px;line-height:142%}.tutor-text-bold-h5{font-weight:700;font-size:24px;line-height:142%}.text-bold-h6{font-weight:700;font-size:20px;line-height:150%}.tutor-text-bold-h6{font-weight:700;font-size:20px;line-height:150%}.text-bold-body{font-weight:700;font-size:16px;line-height:162%}.tutor-text-bold-body{font-weight:700;font-size:16px;line-height:162%}.text-bold-caption,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current{font-weight:700;font-size:15px;line-height:160%}.tutor-text-bold-caption{font-weight:700;font-size:15px;line-height:160%}.text-bold-small{font-weight:700;font-size:13px;line-height:162%}.tutor-text-bold-small{font-weight:700;font-size:13px;line-height:162%}.text-bold-tiny{font-weight:700;font-size:11px;line-height:145%}.tutor-text-bold-tiny{font-weight:700;font-size:11px;line-height:145%}.text-btn-xlarge{font-weight:500;font-size:18px;line-height:178%}.tutor-text-btn-xlarge{font-weight:500;font-size:18px;line-height:178%}.text-btn-large{font-weight:500;font-size:16px;line-height:200%}.tutor-text-btn-large{font-weight:500;font-size:16px;line-height:200%}.text-btn-medium{font-weight:500;font-size:15px;line-height:160%}.tutor-text-btn-medium{font-weight:500;font-size:15px;line-height:160%}.text-btn-small{font-weight:500;font-size:13px;line-height:123%}.tutor-text-btn-small{font-weight:500;font-size:13px;line-height:123%}.clearfix::after{display:block;clear:both;content:""}.tutor-flex-center{display:flex;align-items:center;justify-content:center}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-items-end{align-items:flex-end}.align-items-center,.tutor-profile-badge,.tutor-instructor-card .tutor-name,.tutor-instructor-card{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.visible{visibility:visible}.invisible{visibility:hidden}.tutor-visibility-visible{visibility:visible}.tutor-visibility-hidden{visibility:hidden}.flex-center{display:flex;justify-content:center;align-items:center}.tutor-flex-end{display:flex;align-items:center;justify-content:flex-end}.tutor-ws-nowrap{white-space:nowrap}.tutor-line-clamp-1{display:block !important;display:-webkit-box !important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.tutor-line-clamp-2{display:block !important;display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.tutor-line-clamp-3{display:block !important;display:-webkit-box !important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.tutor-img-responsive{max-width:100%;height:auto}.tutor-fs-1,.tutor-fs-2,.tutor-fs-3,.tutor-fs-4,.tutor-fs-5,.tutor-fs-6,.tutor-fs-7,.tutor-fs-8,.tutor-fs-9{line-height:1.6}.tutor-break-word{word-break:break-word}.tutor-break-all{word-break:break-all}.tutor-user-select-none{user-select:none}.tutor-ul{list-style:none;padding:0;margin:0}.tutor-cursor-pointer{cursor:pointer}.tutor-cursor-move{cursor:move}.tutor-w-100{width:100%}.tutor-mw-100{min-width:100%}.tutor-h-100{height:100%}.tutor-mh-100{min-height:100%}.d-inline{display:inline}.d-inline-block,.tutor-badge,.tutor-badge-square{display:inline-block}.d-block,.tutor-profile-badge img{display:block}.d-flex,.tutor-profile-badge,.tutor-instructor-card .tutor-name,.tutor-instructor-card{display:flex}.d-inline-flex{display:inline-flex}.align-items-center,.tutor-profile-badge,.tutor-instructor-card .tutor-name,.tutor-instructor-card{align-items:center}.tutor-bg-light{background-color:#fdfdfd}.tutor-bg-transparent{background-color:rgba(0,0,0,0) !important}.tutor-img-responsive{max-width:100%;height:auto}.tutor-plain-code{padding:8px 16px;background:#212327;color:#fff;border-radius:6px}.tutor-plain-code .tutor-color-muted{color:#757c8e}.tutor-position-relative{position:relative}.tutor-position-absolute{position:absolute}.tutor-position-sticky{position:sticky}.tutor-overflow-hidden{overflow:hidden}.tutor-text-nowrap{white-space:nowrap}.tutor-nowrap-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tutor-text-hover-underline{cursor:pointer}.tutor-text-hover-underline:hover{text-decoration:underline}.tutor-text-center{text-align:center}.tutor-text-left{text-align:left}.tutor-text-right{text-align:right}.tutor-text-justify{text-align:justify}.tutor-text-300,.tutor-text-light{font-weight:300}.tutor-text-regular{font-weight:400}.tutor-text-700,.tutor-text-bold{font-weight:700}.tutor-text-800,.tutor-text-extra-bold{font-weight:800}.tutor-text-900,.tutor-text-black{font-weight:900}.tutor-text-normal{font-style:normal}.tutor-text-italic{font-style:italic}.tutor-text-uppercase,.tutor-text-uc{text-transform:uppercase}.tutor-text-lowercase,.tutor-text-lc{text-transform:lowercase}.tutor-text-capitalize{text-transform:capitalize}.tutor-text-decoration-none{text-decoration:none}.tutor-text-decoration-underline{text-decoration:underline}.tutor-text-decoration-line-through{text-decoration:line-through}.tutor-border,.tutor-instructor-card,.tutor-bordered-box,.tutor-radio-select,.tutor-quiz-item{border:1px solid var(--tutor-border-color)}.tutor-border-left{border-left:1px solid var(--tutor-border-color)}.tutor-border-right{border-right:1px solid var(--tutor-border-color)}.tutor-border-top{border-top:1px solid var(--tutor-border-color)}.tutor-border-bottom{border-bottom:1px solid var(--tutor-border-color)}.tutor-border-top-light{border-top:1px solid #e0e2ea}.tutor-divider{border:1px solid #e0e2ea}.tutor-divider-left{border-left:1px solid #e0e2ea}.tutor-divider-right{border-right:1px solid #e0e2ea}.tutor-divider-top{border-top:1px solid #e0e2ea}.tutor-divider-bottom{border-bottom:1px solid #e0e2ea}.tutor-radius-0{border-radius:0px}.tutor-radius-1{border-radius:1px}.tutor-radius-2{border-radius:2px}.tutor-radius-3{border-radius:3px}.tutor-radius-4{border-radius:4px}.tutor-radius-5{border-radius:5px}.tutor-radius-6{border-radius:6px}.tutor-radius-7{border-radius:7px}.tutor-radius-8{border-radius:8px}.tutor-radius-9{border-radius:9px}.tutor-radius-10,.tutor-large-notification{border-radius:10px}.tutor-radius-12{border-radius:12px}.tutor-radius-15{border-radius:15px}.tutor-radius-20{border-radius:20px}.tutor-radius-30{border-radius:30px}.tutor-radius-40{border-radius:40px}.tutor-radius-50{border-radius:50px}.tutor-lh-1{line-height:1 !important}.tutor-ratio{content:" ";position:relative;width:100%;display:block}.tutor-ratio-16x9{padding-top:56.25%}.tutor-ratio-4x3{padding-top:75%}.tutor-ratio-3x2{padding-top:66.66%}.tutor-ratio-3x1{padding-top:33.33%}.tutor-ratio-1x1{padding-top:100%}.tutor-ratio>*{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important}.tutor-ratio>img{object-fit:cover;object-position:center}.tutor-toggle-more-collapsed{position:relative;overflow:hidden}.tutor-toggle-more-collapsed:before{content:" ";position:absolute;bottom:0;left:0;width:100%;height:62px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 1.31%, rgba(255, 255, 255, 0.721372) 15.41%, #fff 100%);z-index:5}.tutor-svg svg{height:1em;width:1em}.tutor-round-box{display:inline-flex;align-items:center;justify-content:center;font-size:28px;width:60px;height:60px;border-radius:80px;overflow:hidden;color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb), 0.1)}.tutor-round-box [class^=tutor-icon-],.tutor-round-box [class*=" tutor-icon-"],.tutor-round-box .tutor-svg{display:inline-block}@media(max-width: 991.98px){.tutor-round-box{width:44px;height:44px;font-size:20px}}.tutor-round-box-lg{width:76px;height:76px;font-size:36px}.tutor-vr{width:1px;background-color:var(--tutor-border-color);height:100%}.tutor-hr{height:1px;background-color:var(--tutor-border-color);width:100%}.tutor-stretched-link:after{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.tutor-spinner{display:inline-block;width:32px;height:32px;vertical-align:-4px;border:4px solid currentColor;border-right-color:rgba(0,0,0,0);border-radius:50%;animation:800ms linear infinite rotateSpinner}.tutor-spinner-sm{border-width:2px;vertical-align:-2px;width:20px;height:20px}.tutor-spinner-wrap{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center}.tutor-user-profile{display:flex;align-items:center}.tutor-user-profile .tutor-profile-content{padding-left:20px;font-size:15px;color:var(--tutor-color-muted)}.tutor-user-profile .tutor-profile-subtitle{font-size:24px;line-height:34px;font-weight:400;color:var(--tutor-body-color)}.tutor-user-profile .tutor-profile-name{display:block;font-size:30px;line-height:37px;color:var(--tutor-body-color)}.tutor-instructor-card{padding:12px 17px;border-radius:4px;min-width:320px}.tutor-instructor-card .tutor-icard-content{font-size:13px;line-height:18px;color:var(--tutor-color-muted);flex-grow:1}.tutor-instructor-card .tutor-name{font-size:18px;font-weight:500;line-height:28px;margin:0;color:var(--tutor-body-color)}.tutor-instructor-card .tutor-name .tutor-icard-icon{font-size:13px;padding-left:6px;color:var(--tutor-color-primary)}.tutor-switch{position:relative;display:inline-block;width:40px;height:24px}.tutor-switch input{visibility:hidden;width:0;height:0}.tutor-switch input:checked+.slider{background-color:#24a148}.tutor-switch input:checked+.slider.tutor-switch-blue{background-color:#3e64de}.tutor-switch input:checked+.slider::before{transform:translateX(14px)}.tutor-switch input:focus+.slider{box-shadow:0 0 1px #24a148}.tutor-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.tutor-switch .slider.round{border-radius:34px}.tutor-switch .slider.round:before{border-radius:50%}.tutor-switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.tutor-toast-parent{position:fixed;right:25px;bottom:25px;left:auto;max-height:400px;width:350px;overflow-x:hidden;overflow-y:auto;background:rgba(0,0,0,0);z-index:99999999}.tutor-toast-parent:empty{display:none}.tutor-toast-parent.tutor-toast-left{position:fixed;bottom:40px;left:calc(0% + 200px);z-index:999}.tutor-toast-parent .tutor-is-success .tutor-notification-icon{color:var(--tutor-color-success)}.tutor-toast-parent .tutor-is-success .tutor-notification-content h5{color:var(--tutor-color-success)}.tutor-toast-parent .tutor-is-warning .tutor-notification-icon{color:var(--tutor-color-warning)}.tutor-toast-parent .tutor-is-warning .tutor-notification-content h5{color:var(--tutor-color-warning)}.tutor-toast-parent .tutor-is-danger .tutor-notification-icon{color:var(--tutor-color-danger)}.tutor-toast-parent .tutor-is-danger .tutor-notification-content h5{color:var(--tutor-color-danger)}body.rtl .tutor-toast-parent{right:auto;left:50px}.ui-datepicker{display:none;margin-top:4px;padding:10px;width:260px;background:#fff;border:1px solid #e3e5eb;box-sizing:border-box;box-shadow:0px 10px 14px rgba(0,0,0,.12);border-radius:6px}.ui-datepicker table th span{color:#b4b7c0;font-weight:400;font-size:13px}.ui-datepicker .ui-datepicker-title .ui-datepicker-month,.ui-datepicker .ui-datepicker-title .ui-datepicker-year{font-size:20px;font-weight:500;color:var(--tutor-body-color)}.ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%;border:0px !important}.ui-datepicker .ui-datepicker-calendar .ui-state-default{border:none;background:none}.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight{border-radius:100% !important;background-color:#e9edfb !important;color:#41454f !important;border:none !important;padding:5px}.ui-datepicker .ui-datepicker-calendar td{width:30px;height:30px;border-radius:50% !important;cursor:pointer;-webkit-transition:background-color .1s ease-in-out,color .1s ease-in-out;transition:background-color .1s ease-in-out,color .1s ease-in-out}.ui-datepicker .ui-datepicker-calendar td:hover{border-radius:100% !important;background-color:#e9edfb !important;color:#41454f !important;border:none !important}.ui-datepicker .ui-datepicker-calendar td a{text-decoration:none}.ui-datepicker .ui-datepicker-calendar tbody{border:0px !important}.ui-datepicker .ui-datepicker-calendar th,.ui-datepicker .ui-datepicker-calendar td{text-align:center;padding:0;border:0px !important}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover{background-color:#fff;cursor:default}.ui-datepicker .ui-datepicker-current-day{border-radius:100% !important;background-color:#3e64de !important}.ui-datepicker .ui-datepicker-current-day,.ui-datepicker .ui-datepicker-current-day a{color:#fff !important}.ui-datepicker .ui-datepicker-prev.ui-corner-all,.ui-datepicker .ui-datepicker-next.ui-corner-all{color:#3e64de}.ui-datepicker .ui_tpicker_hour_slider,.ui-datepicker .ui_tpicker_minute_slider{border:1px solid !important}.ui-datepicker a,.ui-datepicker a:hover{text-decoration:none}.ui-datepicker a:hover,.ui-datepicker td:hover a{color:#2a6496;-webkit-transition:color .1s ease-in-out;transition:color .1s ease-in-out}.ui-datepicker .ui-datepicker-header{margin-bottom:4px;text-align:center}.ui-datepicker .ui-datepicker-header .ui-datepicker-title{font-weight:700}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{cursor:default;font-family:"tutor";-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;height:20px;line-height:1;margin-top:2px;width:30px}.ui-datepicker .ui-datepicker-prev{float:left;text-align:left}.ui-datepicker .ui-datepicker-prev:before{content:""}.ui-datepicker .ui-datepicker-next{float:right;text-align:right}.ui-datepicker .ui-datepicker-next:before{content:""}.ui-datepicker .ui-icon{display:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:15px;height:15px;cursor:default;top:-6px;cursor:pointer}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-0.3em;margin-left:0;margin-bottom:-0.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.tutor-field-type-slider{background-color:#fff;border:1px solid #c0c3cb;box-shadow:none;color:#333;padding:20px 70px 24px 15px;margin:0 10px 0 0;height:46px;width:100%;display:block;position:relative;border-radius:6px}.tutor-field-type-slider .ui-widget-header{background:#dedede;border-radius:4px}.tutor-field-type-slider .ui-widget-content{background-color:var(--tutor-color-primary);border:none;height:4px;border-radius:4px}.tutor-field-type-slider .ui-widget-content .ui-state-default{background-color:#fff;border:4px solid var(--tutor-color-primary);border-radius:50%}.tutor-field-type-slider .tutor-field-type-slider-value{font-size:16px;font-weight:600;background:var(--tutor-color-primary);position:absolute;right:5px;top:50%;margin:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);line-height:34px;width:43px;text-align:center;border-radius:4px;color:#fff}.tutor-field-type-slider .tutor-field-type-slider-value:before{content:"";position:absolute;border:7px solid rgba(0,0,0,0);top:50%;border-right-color:var(--tutor-color-primary);right:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tutor-quiz-slider .tutor-field-type-slider{padding:10px 0 10px 6px !important}.tutor-quiz-slider .tutor-field-type-slider .ui-widget-content{top:40% !important;width:85% !important}.tutorPlayer,.tutorPlayer iframe{width:100%;max-width:100%;height:auto}.add_question_answers_option.disabled{color:#aaaeb5 !important;cursor:none !important;pointer-events:none !important}.add_question_answers_option.disabled i{background-color:#aaaeb5 !important}.tutor-valign-middle{vertical-align:middle}.tutor-btn{display:inline-flex;align-items:center;font-weight:400;line-height:1.375;color:var(--tutor-color-primary);text-align:center;text-decoration:none;vertical-align:middle;user-select:none;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:8px 16px;font-size:16px;border-radius:6px;box-sizing:border-box;cursor:pointer;transition:color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out}.tutor-btn[disabled],.tutor-btn.disabled{pointer-events:none;color:#858689}.tutor-btn-block{display:flex;justify-content:center;width:100%}.tutor-btn-fw{display:inline-flex;justify-content:center;min-width:120px}.tutor-btn-primary{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);color:#fff}.tutor-btn-primary:hover,.tutor-btn-primary:focus,.tutor-btn-primary:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-btn-primary[disabled],.tutor-btn-primary.disabled{border-color:#e9e9ea;background-color:#e9e9ea}.tutor-btn-outline-primary{border-color:var(--tutor-color-primary)}.tutor-btn-outline-primary:hover,.tutor-btn-outline-primary:focus,.tutor-btn-outline-primary:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-btn-outline-primary[disabled],.tutor-btn-outline-primary.disabled{border-color:#e9e9ea}.tutor-btn-secondary{background-color:rgba(var(--tutor-color-primary-rgb), 0.1);color:var(--tutor-color-primary)}.tutor-btn-secondary:hover,.tutor-btn-secondary:focus,.tutor-btn-secondary:active{color:#fff;background-color:var(--tutor-color-primary-hover)}.tutor-btn-secondary[disabled],.tutor-btn-secondary.disabled{background-color:#e9e9ea}.tutor-btn-outline-secondary{border-color:rgba(var(--tutor-color-primary-rgb), 0.1);background-color:rgba(var(--tutor-color-primary-rgb), 0.1);color:var(--tutor-color-primary)}.tutor-btn-outline-secondary:hover,.tutor-btn-outline-secondary:focus,.tutor-btn-outline-secondary:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-btn-outline-secondary[disabled],.tutor-btn-outline-secondary.disabled{border-color:#e9e9ea;background-color:#e9e9ea}.tutor-btn-tertiary{background-color:#fff;color:var(--tutor-color-secondary);border:1px solid var(--tutor-border-color)}.tutor-btn-tertiary [class^=tutor-icon-]{color:#9197a8}.tutor-btn-tertiary:hover,.tutor-btn-tertiary:focus,.tutor-btn-tertiary:active{background-color:#f5f6fa;color:var(--tutor-color-secondary)}.tutor-btn-tertiary[disabled],.tutor-btn-tertiary.disabled{background-color:#e9e9ea}.tutor-btn-danger{background-color:#f44337;color:#fff}.tutor-btn-danger:hover,.tutor-btn-danger:focus,.tutor-btn-danger:active{color:#fff}.tutor-btn-danger[disabled],.tutor-btn-danger.disabled{border-color:#e9e9ea;background-color:#e9e9ea;color:#000}.tutor-btn-link{font-size:inherit;padding:0px !important;position:relative}.tutor-btn-link:after{content:" ";position:absolute;bottom:0px;left:0;width:0;height:1px;background:var(--tutor-color-primary-hover);transition:width 200ms ease-in-out}.tutor-btn-link:hover:after,.tutor-btn-link:focus:after,.tutor-btn-link:active:after{width:100%}.tutor-btn-ghost{padding:0px !important;position:relative;color:#757c8e;border-radius:0;outline:0}.tutor-btn-ghost.tutor-has-underline{position:relative}.tutor-btn-ghost.tutor-has-underline:after{content:" ";position:absolute;bottom:0px;left:0;width:100%;height:1px;background-color:#757c8e;transition:background-color 200ms ease-in-out}.tutor-btn-ghost:hover,.tutor-btn-ghost:focus,.tutor-btn-ghost:active{color:var(--tutor-color-primary);outline:0;box-shadow:none}.tutor-btn-ghost:hover.tutor-has-underline:after,.tutor-btn-ghost:focus.tutor-has-underline:after,.tutor-btn-ghost:active.tutor-has-underline:after{background-color:var(--tutor-color-primary)}.tutor-btn-ghost-light{color:#fff}.tutor-btn-ghost-light.tutor-has-underline:after{background-color:#fff}.tutor-btn-ghost-light:hover,.tutor-btn-ghost-light:focus,.tutor-btn-ghost-light:active{color:hsla(0,0%,100%,.8)}.tutor-btn-ghost-light:hover.tutor-has-underline:after,.tutor-btn-ghost-light:focus.tutor-has-underline:after,.tutor-btn-ghost-light:active.tutor-has-underline:after{background-color:hsla(0,0%,100%,.8)}.tutor-btn-sm{font-size:14px;padding:5px 12px}.tutor-btn-md{padding:6px 12px}.tutor-btn-lg{font-size:16px;line-height:1.5;padding:12px 32px}.tutor-btn-xl{font-size:18px;padding:15px 24px}.tutor-btn.is-loading:before{margin-right:8px}.tutor-btn.is-loading [class^=tutor-icon-],.tutor-btn.is-loading [class*=" tutor-icon-"]{display:none}.tutor-iconic-btn-group{display:flex;align-items:center;gap:4px}.tutor-iconic-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;margin-top:-4px;margin-bottom:-4px;font-weight:400;line-height:1.375;color:#757c8e;text-align:center;text-decoration:none;vertical-align:middle;user-select:none;background-color:rgba(0,0,0,0);font-size:16px;border:1px solid rgba(0,0,0,0);border-radius:48px;cursor:pointer;transition:color 200ms ease-in-out,background-color 200ms ease-in-out}.tutor-iconic-btn [class^=tutor-icon-],.tutor-iconic-btn [class*=" tutor-icon-"]{pointer-events:none}.tutor-iconic-btn:hover,.tutor-iconic-btn:focus,.tutor-iconic-btn:active{color:var(--tutor-color-primary-hover);background-color:rgba(var(--tutor-color-primary-rgb), 0.1);border-color:rgba(var(--tutor-color-primary-rgb), 0.1)}.tutor-iconic-btn[disabled],.tutor-iconic-btn.disabled{background-color:#e9e9ea}.tutor-iconic-btn-outline{border-color:var(--tutor-color-primary);color:var(--tutor-color-primary)}.tutor-iconic-btn-outline:hover,.tutor-iconic-btn-outline:focus,.tutor-iconic-btn-outline:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-iconic-btn-outline[disabled],.tutor-iconic-btn-outline.disabled{border-color:#e9e9ea}.tutor-iconic-btn-secondary{background-color:rgba(var(--tutor-color-primary-rgb), 0.1);color:var(--tutor-color-primary)}.tutor-iconic-btn-secondary:hover,.tutor-iconic-btn-secondary:focus,.tutor-iconic-btn-secondary:active{color:#fff;background-color:var(--tutor-color-primary-hover)}.tutor-iconic-btn-secondary[disabled],.tutor-iconic-btn-secondary.disabled{border-color:#e9e9ea;background-color:#e9e9ea}.tutor-iconic-btn-light{color:#fff}.tutor-iconic-btn-light:hover,.tutor-iconic-btn-light:focus,.tutor-iconic-btn-light:active{color:#fff;background-color:var(--tutor-color-primary-hover)}.tutor-iconic-btn-light[disabled],.tutor-iconic-btn-light.disabled{border-color:#e9e9ea;background-color:#e9e9ea}.tutor-iconic-btn-md{width:40px;height:40px;font-size:20px}.tutor-iconic-btn-lg{width:48px;height:48px;font-size:24px}.tutor-btn-group{position:relative;display:inline-flex;vertical-align:middle}.tutor-btn-group .tutor-btn{position:relative;flex:1}.tutor-btn-group .tutor-btn:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tutor-btn-group .tutor-btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.tutor-btn.is-loading:before,.tutor-iconic-btn.is-loading:before{content:"" !important;display:inline-block;font-family:"tutor";line-height:1;font-size:18px;margin-top:-2px;margin-bottom:-2px;animation:rotateSpinner .8s linear infinite}.tutor-btn.is-loading [class^=tutor-icon-],.tutor-btn.is-loading [class*=" tutor-icon-"],.tutor-iconic-btn.is-loading [class^=tutor-icon-],.tutor-iconic-btn.is-loading [class*=" tutor-icon-"]{display:none}.tutor-animation-spin{animation:rotateSpinner .8s linear infinite}@keyframes rotateSpinner{to{transform:rotate(360deg)}}#tutor-pro-google-authentication{width:400px}.tutor-form-group{margin-bottom:32px}.tutor-form-wrap{position:relative;display:flex}.tutor-form-control{display:block;width:100%;outline:none;border-radius:6px;background-color:var(--tutor-color-white);box-sizing:border-box;color:var(--tutor-color-black);padding:8px 16px;font-size:16px;font-weight:400;line-height:1.4;height:auto;border:1px solid var(--tutor-border-color) !important;box-shadow:none;transition:color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out}.tutor-form-control::placeholder,.tutor-form-control.tutor-placeholder{color:var(--tutor-color-muted)}.tutor-form-control:focus,.tutor-form-control.is-active{border-color:var(--tutor-color-primary);box-shadow:unset}.tutor-form-control[readonly]:focus,.tutor-form-control[readonly]{background-color:var(--tutor-disabled-bg);border-color:var(--tutor-disabled-bg);color:var(--tutor-disabled-color)}.tutor-form-control[readonly]:focus::placeholder,.tutor-form-control[readonly]::placeholder{color:var(--tutor-disabled-color)}.tutor-form-control:disabled{background:#e3e5eb;border-color:#e3e5eb;cursor:not-allowed}.tutor-form-control:disabled::placeholder{color:var(--tutor-color-muted)}.tutor-form-control-sm{font-size:14px;padding:5px 12px}.tutor-form-control-md{padding:6px 12px}.tutor-form-control-lg{font-size:18px;padding:10px 20px}.tutor-form-control-xl{font-size:18px;padding:15px 24px}.tutor-form-select{position:relative;min-width:180px;text-align:left;cursor:pointer}.tutor-form-select-dropdown{display:none;flex-direction:column;width:100%;min-width:220px;max-height:300px;transition:all 100ms;position:absolute;left:0px;top:calc(100% + 5px);background:#fff;border:1px solid #cdcfd5;box-shadow:0px 6px 20px rgba(28,49,104,.1);border-radius:6px;z-index:10}.tutor-form-select-dropdown .tutor-form-control{padding-left:0;padding-right:0;border-top:0;border-left:0;border-right:0}.tutor-form-select.is-active .tutor-form-select-dropdown{display:flex}.tutor-form-select-options{list-style:none;display:flex;flex-direction:column;gap:1px;padding:8px 0px;margin:0;overflow-y:auto}.tutor-form-select-option{font-weight:400;line-height:1.4;cursor:pointer}.tutor-form-select-option span{font-size:14px;display:block;padding:8px 19px}.tutor-form-select-option:hover,.tutor-form-select-option.is-active{background:#eff1f7}.tutor-form-label{display:block;font-size:14px;color:var(--tutor-body-color);line-height:24px;margin:0 0 10px;font-weight:500}.tutor-form-icon{position:absolute;top:0;bottom:0;left:0;font-size:16px;line-height:1.4;width:40px;display:inline-flex;justify-content:center;align-items:center;color:var(--tutor-color-muted)}.tutor-form-icon:not(.tutor-password-reveal){pointer-events:none}.tutor-form-icon-reverse{left:auto;right:0}.tutor-form-icon-reverse~.tutor-form-control{padding-right:40px !important}.tutor-form-icon:not(.tutor-form-icon-reverse)~.tutor-form-control{padding-left:40px !important}textarea.tutor-form-control{min-height:180px;resize:vertical}textarea.tutor-form-control-auto-height{min-height:72px}select.tutor-form-control,.tutor-form-select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;padding-right:36px}.tutor-input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.tutor-input-group-addon{display:flex;align-items:center;padding:10px 16px;font-size:16px;font-weight:400;line-height:1.4;text-align:center;white-space:nowrap;background-color:var(--tutor-color-white);border:1px solid var(--tutor-border-color);border-radius:6px}.tutor-input-group>:not(.tutor-form-wrap):not(:last-child),.tutor-input-group>.tutor-form-wrap:not(:last-child)>.tutor-form-control{border-top-right-radius:0;border-bottom-right-radius:0}.tutor-input-group>:not(.tutor-form-wrap):not(:first-child),.tutor-input-group>.tutor-form-wrap:not(:first-child)>.tutor-form-control{border-top-left-radius:0;border-bottom-left-radius:0}.tutor-input-group>:not(.tutor-form-wrap):not(:first-child),.tutor-input-group>.tutor-form-wrap:not(:first-child){margin-left:-1px}.tutor-input-group>.tutor-form-control,.tutor-input-group>.tutor-form-wrap{position:relative;flex:1 1 auto;width:1%;min-width:0}.tutor-input-group .tutor-btn{position:relative;z-index:2}.tutor-input-group .tutor-btn:focus{z-index:3}.tutor-form-feedback{font-size:14px;line-height:1.4;margin:12px 0 0;color:var(--tutor-color-muted);position:relative;display:flex}.tutor-form-feedback .tutor-form-feedback-icon{font-size:18px;margin-right:8px}.tutor-form-check{display:inline-block}.tutor-form-check label{display:inline-block !important;font-size:16px;color:var(--tutor-body-color);font-weight:500;margin:0 !important;cursor:pointer}.tutor-form-check input.tutor-form-check-input{margin-top:0px !important;margin-right:8px}.tutor-form-check+.tutor-form-check{margin-left:16px}.tutor-form-check-input.tutor-form-check-input{display:inline-block;vertical-align:top;background-color:var(--tutor-color-white);width:24px;height:24px;margin:0;border:2px solid var(--tutor-border-color);border-radius:4px;cursor:pointer;appearance:none;color-adjust:exact;outline:none !important;background-size:12px;background-position:center;background-repeat:no-repeat;transition:300ms;box-shadow:0 0 0 0 rgba(var(--tutor-color-primary-rgb), 0.1);flex:0 0 auto}.tutor-form-check-input.tutor-form-check-input:before,.tutor-form-check-input.tutor-form-check-input:after{display:none !important}.tutor-form-check-input.tutor-form-check-input:focus{box-shadow:0 0 0 6px rgba(var(--tutor-color-primary-rgb), 0.1)}.tutor-form-check-input.tutor-form-check-input[type=checkbox]{border-radius:4px}.tutor-form-check-input.tutor-form-check-input[type=checkbox].tutor-form-check-square{border-radius:0}.tutor-form-check-input.tutor-form-check-input[type=checkbox].tutor-form-check-circle{border-radius:50%}.tutor-form-check-input.tutor-form-check-input[type=checkbox]:checked{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);background-image:url("data:image/svg+xml,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.922 5.7a.627.627 0 01-.127-.194.72.72 0 010-.5.6.6 0 01.127-.195l.905-.867a.562.562 0 01.425-.195.592.592 0 01.25.05.665.665 0 01.207.145l2.73 2.734L11.295.82a.658.658 0 01.202-.145.613.613 0 01.484.002.568.568 0 01.191.143l.905.88a.6.6 0 01.127.195.72.72 0 010 .5.628.628 0 01-.127.194l-7.2 7.163a.575.575 0 01-.195.147.655.655 0 01-.5 0 .575.575 0 01-.195-.147L.922 5.7z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 50%}.tutor-form-check-input.tutor-form-check-input[type=radio],.tutor-form-check-input.tutor-form-check-input-radio{border-radius:50%;background-size:100%}input:checked+label .tutor-form-check-input-radio,.tutor-form-check-input.tutor-form-check-input[type=radio]:checked,.tutor-form-check-input.tutor-form-check-input[type=radio].is-active,.tutor-form-check-input.tutor-form-check-input-radio:checked,.tutor-form-check-input.tutor-form-check-input-radio.is-active{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");background-position:50% 50%}.tutor-form-check-input.tutor-form-check-input.tutor-form-check-20{background-size:10px}.tutor-form-toggle{display:inline-flex;align-items:center;vertical-align:top}.tutor-form-toggle input{display:none}.tutor-form-toggle input~.tutor-form-toggle-control{display:inline-block;width:40px;height:24px;background-color:#cdcfd5;border-radius:12px;vertical-align:top;cursor:pointer;position:relative;margin:0 4px}.tutor-form-toggle input~.tutor-form-toggle-control::before{content:"";position:absolute;height:18px;width:18px;background-color:var(--tutor-color-white);top:3px;left:4px;border-radius:50%;transition:100ms;box-shadow:0px 2px 4px 0px rgba(0,0,0,.1647058824)}.tutor-form-toggle input:checked~.tutor-form-toggle-control{background-color:var(--tutor-color-primary)}.tutor-form-toggle input:checked~.tutor-form-toggle-control::before{left:18px}.tutor-form-toggle input~.tutor-form-toggle-label{padding:0 4px}.tutor-form-toggle input~.tutor-form-toggle-label.tutor-form-toggle-checked{color:var(--tutor-border-color)}.tutor-form-toggle input:checked~.tutor-form-toggle-checked{color:inherit}.tutor-form-toggle input:checked~.tutor-form-toggle-unchecked{color:var(--tutor-border-color)}.tutor-control-button{height:24px;width:24px;font-size:16px;background-color:rgba(0,0,0,0);border:none;cursor:pointer;color:#9197a8}.tutor-control-button.active{color:var(--tutor-color-primary)}.tutor-control-button input{display:none}.tutor-badge,.tutor-badge-square{padding:0 8px;line-height:21px;font-size:13px;color:var(--tutor-color-white);border-radius:2px;font-weight:700;box-sizing:border-box}.tutor-badge-square{line-height:22px;padding:5px;min-width:32px;text-align:center;font-size:15px;font-weight:500}.tutor-profile-badge{box-sizing:border-box}.tutor-profile-badge img{height:auto;max-width:50px}.tutor-profile-badge .tutor-profile-badge-content{padding-left:20px;font-size:16px;line-height:26px;font-weight:400;color:var(--tutor-color-muted)}.tutor-profile-badge .tutor-profile-badge-content h5{margin:0;font-size:24px;line-height:34px;font-weight:400;color:var(--tutor-body-color)}.tutor-floating-badge{display:inline-flex;align-items:center;justify-content:center;background-color:var(--tutor-color-danger);position:absolute;right:-4px;top:-4px;line-height:1;min-width:20px;min-height:20px;font-size:12px;border-radius:40px;padding:0px 4px;box-sizing:border-box;color:#fff;font-weight:700;z-index:1}.tutor-tag-list{list-style:none;margin:0 0 0 -15px;padding:0}.tutor-tag-list li{display:inline-block}.tutor-tag-list li a{display:block;font-size:16px;line-height:26px;text-decoration:none;padding:7px 23px;border:1px solid var(--tutor-border-color);color:var(--tutor-color-secondary);margin-left:15px;border-radius:6px;transition:200ms}.tutor-tag-list li a:hover{color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}.tutor-ratings{display:flex;align-items:center}.tutor-ratings-stars{color:#ed9700;margin:0 -3px;font-size:16px}.tutor-ratings-stars>*{margin:0 3px}.tutor-ratings-average{color:var(--tutor-body-color);font-weight:500;margin-left:12px}.tutor-ratings-count{color:var(--tutor-color-muted);margin-left:8px}.tutor-ratings-progress-bar{height:8px !important}.tutor-ratings-progress-bar .tutor-progress-value{background-color:#ed9700}.tutor-ratings-selectable .tutor-ratings-stars{cursor:pointer}.tutor-ratings-lg .tutor-ratings-stars{font-size:20px}.tutor-ratings-xl .tutor-ratings-stars{font-size:40px}.tutor-badge-label{font-size:12px;line-height:1.5;font-weight:500;display:inline-flex;align-items:center;padding-inline:8px;border:1px solid rgba(0,0,0,0);border-radius:50px;width:fit-content;white-space:nowrap}.tutor-badge-label.label-default{background:var(--tutor-color-gray-10);color:var(--tutor-color-muted);border-color:var(--tutor-border-color)}.tutor-badge-label.label-primary{background:rgba(var(--tutor-color-primary-rgb), 0.15);color:var(--tutor-color-primary);border-color:rgba(var(--tutor-color-primary-rgb), 0.3)}.tutor-badge-label.label-success{background:rgba(var(--tutor-color-success-rgb), 0.15);color:var(--tutor-color-success);border-color:rgba(var(--tutor-color-success-rgb), 0.3)}.tutor-badge-label.label-warning{background:rgba(var(--tutor-color-warning-rgb), 0.15);color:var(--tutor-color-warning);border-color:rgba(var(--tutor-color-warning-rgb), 0.3)}.tutor-badge-label.label-danger{background:rgba(var(--tutor-color-danger-rgb), 0.15);color:var(--tutor-color-danger);border-color:rgba(var(--tutor-color-danger-rgb), 0.3)}.tutor-form-select-with-icon.select-primary{color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb), 0.15);border:1px solid rgba(var(--tutor-color-primary-rgb), 0.3)}.tutor-form-select-with-icon.select-primary select{color:var(--tutor-color-primary)}.tutor-form-select-with-icon.select-primary:focus{border-color:var(--tutor-color-primary)}.tutor-form-select-with-icon.select-primary .icon1:before{content:""}.tutor-form-select-with-icon.select-default{color:rgba(65, 69, 79, 0.9);background:#eff1f6;border:1px solid var(--tutor-border-color)}.tutor-form-select-with-icon.select-default select{color:rgba(65, 69, 79, 0.9)}.tutor-form-select-with-icon.select-default:focus{border-color:rgba(65, 69, 79, 0.9)}.tutor-form-select-with-icon.select-default .icon1:before{content:""}.tutor-form-select-with-icon.select-success{color:var(--tutor-color-success);background:rgba(var(--tutor-color-success-rgb), 0.15);border:1px solid rgba(var(--tutor-color-success-rgb), 0.3)}.tutor-form-select-with-icon.select-success select{color:var(--tutor-color-success)}.tutor-form-select-with-icon.select-success:focus{border-color:var(--tutor-color-success)}.tutor-form-select-with-icon.select-success .icon1:before{content:""}.tutor-form-select-with-icon.select-danger{color:var(--tutor-color-danger);background:rgba(var(--tutor-color-danger-rgb), 0.15);border:1px solid rgba(var(--tutor-color-danger-rgb), 0.3)}.tutor-form-select-with-icon.select-danger select{color:var(--tutor-color-danger)}.tutor-form-select-with-icon.select-danger:focus{border-color:var(--tutor-color-danger)}.tutor-form-select-with-icon.select-danger .icon1:before{content:""}.tutor-form-select-with-icon.select-warning{color:var(--tutor-color-warning);background:rgba(var(--tutor-color-warning-rgb), 0.15);border:1px solid rgba(var(--tutor-color-warning-rgb), 0.3)}.tutor-form-select-with-icon.select-warning select{color:var(--tutor-color-warning)}.tutor-form-select-with-icon.select-warning:focus{border-color:var(--tutor-color-warning)}.tutor-form-select-with-icon.select-warning .icon1:before{content:""}.tutor-form-select-with-icon{width:fit-content;min-width:120px;max-width:max-content;position:relative;border-radius:42px;display:flex;align-items:center;justify-content:space-between}.tutor-form-select-with-icon select{display:block;width:100%;margin:0;padding:5px 28px;border:none;outline:none;appearance:none;min-height:24px !important;position:relative;z-index:1;background:rgba(0,0,0,0);cursor:pointer}.tutor-form-select-with-icon select:focus{box-shadow:none}.tutor-form-select-with-icon>i{position:absolute;font-size:14px}.tutor-form-select-with-icon .icon1{left:8px}.tutor-form-select-with-icon .icon2{right:8px}.tutor-tag{display:inline-block;width:fit-content;font-size:14px;line-height:24px;background-color:#e4e5e7;color:#202223;border-radius:4px;padding:4px 8px}.tutor-tag.tag-default{background:var(--tutor-color-gray-10);color:var(--tutor-color-muted)}.tutor-tag.tag-primary{background:rgba(var(--tutor-color-primary-rgb), 0.15);color:var(--tutor-color-primary)}.tutor-tag.tag-success{background:rgba(var(--tutor-color-success-rgb), 0.15);color:#202223}.tutor-tag.tag-warning{background:rgba(var(--tutor-color-warning-rgb), 0.15);color:var(--tutor-color-warning)}.tutor-tag.tag-danger{background:rgba(var(--tutor-color-danger-rgb), 0.15);color:var(--tutor-color-danger)}.tutor-avatar{display:inline-flex;flex-shrink:0;height:36px;width:36px;background-color:#fff;box-shadow:0px 0px 0px 1px var(--tutor-border-color);border-radius:100px;overflow:hidden}.tutor-avatar-text{display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.8);background-color:var(--tutor-color-primary)}.tutor-avatar-xl{width:96px;height:96px}.tutor-avatar-xl .tutor-avatar-text{font-size:24px;font-weight:500}.tutor-avatar-lg{width:64px;height:64px}.tutor-avatar-md{width:48px;height:48px}.tutor-avatar-sm{width:32px;height:32px}.tutor-avatar-xs{width:24px;height:24px}.tutor-avatar.tutor-is-lg{width:120px;height:120px}.tutor-avatar.tutor-is-sm{width:60px;height:60px}.tutor-avatar.tutor-is-xs{width:40px;height:40px}.tutor-table{border-collapse:separate;border-spacing:0;min-width:600px;width:100%;margin:0;--tutor-table-border-radius: 6px}.tutor-table-responsive{position:relative;overflow-x:auto;-webkit-overflow-scrolling:touch}.tutor-table tbody,.tutor-table td,.tutor-table tfoot,.tutor-table th,.tutor-table thead,.tutor-table tr{border-color:inherit;border-style:solid;border-width:0;box-sizing:border-box}.tutor-table thead{vertical-align:bottom}.tutor-table tbody{vertical-align:inherit}.tutor-table tr th{border-bottom:1px solid var(--tutor-border-color);padding:9px 16px;background:#f4f6f9;border-top:1px solid var(--tutor-border-color);font-size:14px;line-height:1.8;font-weight:500;white-space:nowrap;color:var(--tutor-color-secondary)}.tutor-table tr th:not(.tutor-text-left):not(.tutor-text-center):not(.tutor-text-right){text-align:left}.tutor-table tr th:first-child{border-left:1px solid var(--tutor-border-color)}.tutor-table tr th:last-child{border-right:1px solid var(--tutor-border-color)}.tutor-table tr td{border-bottom:1px solid var(--tutor-border-color);padding:16px;font-size:16px;line-height:1.6;background:#fff;font-weight:500;color:var(--tutor-body-color)}.tutor-table tr td>a:not(.tutor-btn):not(.tutor-iconic-btn):not(.quiz-manual-review-action),.tutor-table tr td .tutor-table-link{text-decoration:none;color:var(--tutor-body-color);font-weight:500}.tutor-table tr td>a:not(.tutor-btn):not(.tutor-iconic-btn):not(.quiz-manual-review-action):hover,.tutor-table tr td .tutor-table-link:hover{color:var(--tutor-color-primary)}.tutor-table tr td:not(.tutor-text-left):not(.tutor-text-center):not(.tutor-text-right){text-align:left}.tutor-table tr td:first-child{border-left:1px solid var(--tutor-border-color)}.tutor-table tr td:last-child{border-right:1px solid var(--tutor-border-color)}.tutor-table tr:first-child th:first-child{border-top-left-radius:var(--tutor-table-border-radius)}.tutor-table tr:first-child th:last-child{border-top-right-radius:var(--tutor-table-border-radius)}.tutor-table tr:last-child td:first-child{border-bottom-left-radius:var(--tutor-table-border-radius)}.tutor-table tr:last-child td:last-child{border-bottom-right-radius:var(--tutor-table-border-radius)}.tutor-table-top td,.tutor-table-top th{vertical-align:top}.tutor-table-middle td,.tutor-table-middle th{vertical-align:middle}.tutor-table-bottom td,.tutor-table-bottom th{vertical-align:bottom}.tutor-table .tutor-td-top{vertical-align:top}.tutor-table .tutor-td-middle{vertical-align:middle}.tutor-table .tutor-td-bottom{vertical-align:bottom}.tutor-table.tutor-table-data-td-target .has-data-td-target.is-active::before{transform:rotate(180deg)}@media only screen and (max-width: 575px){.tutor-table-mobile table{min-width:auto}.tutor-table-mobile table,.tutor-table-mobile thead,.tutor-table-mobile tbody,.tutor-table-mobile th,.tutor-table-mobile td,.tutor-table-mobile tr{display:block}.tutor-table-mobile thead tr{position:absolute;top:-9999px;left:-9999px}.tutor-table-mobile tr{border:1px solid var(--tutor-border-color);border-radius:6px;overflow:hidden;margin-bottom:20px}.tutor-table-mobile td{font-size:15px;color:var(--tutor-body-color);font-weight:400;border:none;border-bottom:1px solid var(--tutor-border-color)}.tutor-table-mobile td[data-title]{display:grid;grid-template-columns:1fr 1.5fr;align-items:center}.tutor-table-mobile td:first-child{border-left:none !important;border-radius:0 !important}.tutor-table-mobile td:last-child{border-bottom:none !important;border-right:none !important}.tutor-table-mobile td:before{content:attr(data-title);font-size:13px;font-weight:500;color:var(--tutor-color-subdued);text-align:left}}.tutor-thumbnail-uploader{width:100%}.tutor-thumbnail-uploader .thumbnail-wrapper{background:var(--tutor-color-white);box-sizing:border-box;border-radius:6px}.tutor-thumbnail-uploader .thumbnail-wrapper:not(.tutor-is-borderless){border:1px solid var(--tutor-border-color)}.tutor-thumbnail-uploader .thumbnail-preview{--width: 235px;background:#eff1f6;border:2px solid #eff1f6;border-radius:3px;position:relative;width:268px;height:98px;width:var(--width);height:calc(var(--width)/1.775);display:flex;align-items:center;justify-content:center}.tutor-thumbnail-uploader .thumbnail-preview img{width:auto;height:auto;max-width:100%;max-height:100%}.tutor-thumbnail-uploader .thumbnail-preview img::before{content:"";position:absolute;inset:0;background:#eff1f6;display:flex;align-items:center;justify-content:center;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='125' height='32' viewBox='0 0 125 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.66663 9.37562C4.66663 6.77485 6.75507 4.6665 9.33131 4.6665H22.1438C24.72 4.6665 26.8085 6.77485 26.8085 9.37562V19.4552C26.8085 19.9329 26.4249 20.3201 25.9517 20.3201C25.4785 20.3201 25.0949 19.9329 25.0949 19.4552V9.37562C25.0949 7.73023 23.7737 6.39638 22.1438 6.39638H9.33131C7.70145 6.39638 6.38018 7.73023 6.38018 9.37562V22.3102C6.38018 23.9556 7.70144 25.2894 9.33131 25.2894H19.3246C19.7978 25.2894 20.1813 25.6767 20.1813 26.1543C20.1813 26.632 19.7978 27.0193 19.3246 27.0193H9.33131C6.75507 27.0193 4.66663 24.9109 4.66663 22.3102V9.37562Z' fill='%23B4B7C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.9032 25.8664C21.9032 25.3887 22.2868 25.0015 22.76 25.0015L29.1432 25.0015C29.6164 25.0015 29.9999 25.3887 29.9999 25.8664C29.9999 26.3441 29.6164 26.7313 29.1432 26.7313L22.76 26.7313C22.2868 26.7313 21.9032 26.3441 21.9032 25.8664Z' fill='%23B4B7C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.0827 21.7856C26.5559 21.7856 26.9395 22.1729 26.9395 22.6506L26.9395 29.1348C26.9395 29.6125 26.5559 29.9998 26.0827 29.9998C25.6095 29.9998 25.2259 29.6125 25.2259 29.1348L25.2259 22.6506C25.2259 22.1729 25.6095 21.7856 26.0827 21.7856Z' fill='%23B4B7C0'/%3e%3cpath d='M9.03067 17.1587C8.9164 17.2781 8.85254 17.4377 8.85254 17.6038V21.9306C8.85254 22.4614 9.27875 22.8917 9.80451 22.8917H21.8629C22.3886 22.8917 22.8148 22.4614 22.8148 21.9306V17.6069C22.8148 17.439 22.7495 17.2778 22.6329 17.158L19.1287 13.5567C18.7763 13.1946 18.1969 13.1887 17.8373 13.5437L13.375 17.9483C13.2556 18.0662 13.0634 18.0648 12.9458 17.9452L11.2367 16.2087C10.8765 15.8427 10.2855 15.8469 9.93056 16.218L9.03067 17.1587Z' fill='%23B4B7C0'/%3e%3cpath d='M15.0194 10.7788C15.0194 11.9171 14.1054 12.8398 12.9779 12.8398C11.8503 12.8398 10.9363 11.9171 10.9363 10.7788C10.9363 9.64052 11.8503 8.71777 12.9779 8.71777C14.1054 8.71777 15.0194 9.64052 15.0194 10.7788Z' fill='%23B4B7C0'/%3e%3cpath d='M40.2588 21.1758C42.9175 21.1758 44.5288 19.6011 44.5288 17.2866V10.4312H42.8955V17.1548C42.8955 18.6929 41.9434 19.7256 40.2588 19.7256C38.5742 19.7256 37.6147 18.6929 37.6147 17.1548V10.4312H35.9741V17.2866C35.9741 19.6011 37.6074 21.1758 40.2588 21.1758ZM46.2866 23.5635H47.8687V19.7036H47.9053C48.3594 20.5972 49.2456 21.1538 50.3369 21.1538C52.2705 21.1538 53.5376 19.6084 53.5376 17.1548V17.1475C53.5376 14.6865 52.2778 13.1484 50.3149 13.1484C49.2163 13.1484 48.3667 13.7051 47.9053 14.6206H47.8687V13.2949H46.2866V23.5635ZM49.9048 19.7915C48.7109 19.7915 47.8613 18.7515 47.8613 17.1548V17.1475C47.8613 15.5435 48.7036 14.5034 49.9048 14.5034C51.1426 14.5034 51.9263 15.5068 51.9263 17.1475V17.1548C51.9263 18.7808 51.1499 19.7915 49.9048 19.7915ZM54.8267 21H56.4087V10.4312H54.8267V21ZM61.3452 21.1538C63.5498 21.1538 65 19.6304 65 17.1475V17.1328C65 14.6646 63.5352 13.1484 61.3379 13.1484C59.1479 13.1484 57.6904 14.6719 57.6904 17.1328V17.1475C57.6904 19.623 59.1333 21.1538 61.3452 21.1538ZM61.3525 19.8281C60.1147 19.8281 59.3091 18.854 59.3091 17.1475V17.1328C59.3091 15.4482 60.1221 14.4741 61.3379 14.4741C62.5757 14.4741 63.3813 15.4482 63.3813 17.1328V17.1475C63.3813 18.8467 62.5903 19.8281 61.3525 19.8281ZM68.4863 21.1392C69.5044 21.1392 70.3979 20.6118 70.8447 19.7842H70.874V21H72.4634V15.6899C72.4634 14.1445 71.2695 13.1484 69.3872 13.1484C67.4902 13.1484 66.3403 14.1665 66.2305 15.4922L66.2231 15.5728H67.7173L67.7319 15.5068C67.8638 14.8916 68.4277 14.4595 69.3433 14.4595C70.3247 14.4595 70.874 14.9722 70.874 15.8218V16.4004L68.7793 16.5249C66.9556 16.6348 65.9155 17.4551 65.9155 18.7954V18.8101C65.9155 20.1943 66.9482 21.1392 68.4863 21.1392ZM67.5122 18.7734V18.7588C67.5122 18.1069 68.0396 17.6895 68.9917 17.6309L70.874 17.5137V18.1143C70.874 19.1177 70.0317 19.8721 68.9185 19.8721C68.0688 19.8721 67.5122 19.4473 67.5122 18.7734ZM76.8799 21.1538C77.9858 21.1538 78.8354 20.5972 79.2969 19.6963H79.3262V21H80.9155V10.4312H79.3262V14.606H79.2969C78.8354 13.6978 77.9565 13.1484 76.8652 13.1484C74.9316 13.1484 73.6572 14.6865 73.6572 17.1401V17.1475C73.6572 19.6011 74.917 21.1538 76.8799 21.1538ZM77.2974 19.7915C76.0449 19.7915 75.2759 18.7881 75.2759 17.1475V17.1401C75.2759 15.5142 76.0522 14.5034 77.2974 14.5034C78.4839 14.5034 79.3335 15.5435 79.3335 17.1401V17.1475C79.3335 18.7515 78.4912 19.7915 77.2974 19.7915ZM86.4453 12.1084C86.9653 12.1084 87.3682 11.6982 87.3682 11.2002C87.3682 10.6948 86.9653 10.2847 86.4453 10.2847C85.9326 10.2847 85.5225 10.6948 85.5225 11.2002C85.5225 11.6982 85.9326 12.1084 86.4453 12.1084ZM85.6543 21H87.2363V13.2949H85.6543V21ZM88.8696 21H90.4517V16.2393C90.4517 15.2432 91.1182 14.5034 92.0557 14.5034C92.9492 14.5034 93.5132 15.0747 93.5132 15.9683V21H95.0659V16.1807C95.0659 15.2065 95.7178 14.5034 96.6553 14.5034C97.5928 14.5034 98.1274 15.082 98.1274 16.0854V21H99.7168V15.7046C99.7168 14.1592 98.7207 13.1484 97.1973 13.1484C96.0986 13.1484 95.1904 13.7271 94.7949 14.6646H94.7583C94.4507 13.6978 93.6743 13.1484 92.6123 13.1484C91.6016 13.1484 90.8179 13.6831 90.4883 14.4888H90.4517V13.2949H88.8696V21ZM103.511 21.1392C104.529 21.1392 105.422 20.6118 105.869 19.7842H105.898V21H107.488V15.6899C107.488 14.1445 106.294 13.1484 104.412 13.1484C102.515 13.1484 101.365 14.1665 101.255 15.4922L101.248 15.5728H102.742L102.756 15.5068C102.888 14.8916 103.452 14.4595 104.368 14.4595C105.349 14.4595 105.898 14.9722 105.898 15.8218V16.4004L103.804 16.5249C101.98 16.6348 100.94 17.4551 100.94 18.7954V18.8101C100.94 20.1943 101.973 21.1392 103.511 21.1392ZM102.537 18.7734V18.7588C102.537 18.1069 103.064 17.6895 104.016 17.6309L105.898 17.5137V18.1143C105.898 19.1177 105.056 19.8721 103.943 19.8721C103.093 19.8721 102.537 19.4473 102.537 18.7734ZM112.402 23.7173C114.578 23.7173 115.94 22.5454 115.94 20.7876V13.2949H114.351V14.606H114.314C113.86 13.7344 113.01 13.1484 111.926 13.1484C109.971 13.1484 108.682 14.6646 108.682 17.0815V17.0889C108.682 19.4912 109.956 21.0073 111.89 21.0073C112.996 21.0073 113.875 20.4727 114.314 19.6377H114.351V20.6924C114.351 21.769 113.655 22.4429 112.395 22.4429C111.406 22.4429 110.74 22.106 110.527 21.6152L110.498 21.5566H108.931L108.938 21.6226C109.172 22.8018 110.425 23.7173 112.402 23.7173ZM112.336 19.7183C111.084 19.7183 110.3 18.7222 110.3 17.1108V17.1035C110.3 15.5142 111.084 14.5034 112.336 14.5034C113.538 14.5034 114.351 15.5215 114.351 17.1035V17.1108C114.351 18.7002 113.545 19.7183 112.336 19.7183ZM120.796 21.1538C122.664 21.1538 123.85 20.0405 124.099 18.8174L124.114 18.7368H122.612L122.59 18.7954C122.393 19.374 121.77 19.8574 120.833 19.8574C119.573 19.8574 118.774 19.0078 118.745 17.5503H124.202V17.0156C124.202 14.7012 122.876 13.1484 120.715 13.1484C118.555 13.1484 117.163 14.7598 117.163 17.1694V17.1768C117.163 19.6084 118.533 21.1538 120.796 21.1538ZM120.723 14.4448C121.755 14.4448 122.502 15.0967 122.634 16.4297H118.767C118.906 15.1406 119.697 14.4448 120.723 14.4448Z' fill='%23B4B7C0'/%3e%3c/svg%3e ");background-repeat:no-repeat;background-position:center}.tutor-thumbnail-uploader .thumbnail-preview span.delete-btn{display:inline-block;position:absolute;width:24px;height:24px;border-radius:50%;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3e%3cpath d='M1.36301 12.0781C1.36301 12.3889 1.48628 12.687 1.7057 12.9068C1.92512 13.1265 2.22272 13.25 2.53302 13.25H9.55307C9.86337 13.25 10.161 13.1265 10.3804 12.9068C10.5998 12.687 10.7231 12.3889 10.7231 12.0781V3.875H1.36301V12.0781ZM7.99306 5.82813C7.99306 5.72453 8.03415 5.62517 8.10729 5.55191C8.18043 5.47866 8.27962 5.4375 8.38306 5.4375C8.48649 5.4375 8.58569 5.47866 8.65883 5.55191C8.73197 5.62517 8.77306 5.72453 8.77306 5.82813V11.2969C8.77306 11.4005 8.73197 11.4998 8.65883 11.5731C8.58569 11.6463 8.48649 11.6875 8.38306 11.6875C8.27962 11.6875 8.18043 11.6463 8.10729 11.5731C8.03415 11.4998 7.99306 11.4005 7.99306 11.2969V5.82813ZM5.65304 5.82813C5.65304 5.72453 5.69413 5.62517 5.76727 5.55191C5.84041 5.47866 5.93961 5.4375 6.04304 5.4375C6.14648 5.4375 6.24568 5.47866 6.31882 5.55191C6.39196 5.62517 6.43305 5.72453 6.43305 5.82813V11.2969C6.43305 11.4005 6.39196 11.4998 6.31882 11.5731C6.24568 11.6463 6.14648 11.6875 6.04304 11.6875C5.93961 11.6875 5.84041 11.6463 5.76727 11.5731C5.69413 11.4998 5.65304 11.4005 5.65304 11.2969V5.82813ZM3.31303 5.82813C3.31303 5.72453 3.35412 5.62517 3.42726 5.55191C3.50039 5.47866 3.59959 5.4375 3.70303 5.4375C3.80646 5.4375 3.90566 5.47866 3.9788 5.55191C4.05194 5.62517 4.09303 5.72453 4.09303 5.82813V11.2969C4.09303 11.4005 4.05194 11.4998 3.9788 11.5731C3.90566 11.6463 3.80646 11.6875 3.70303 11.6875C3.59959 11.6875 3.50039 11.6463 3.42726 11.5731C3.35412 11.4998 3.31303 11.4005 3.31303 11.2969V5.82813ZM11.1131 1.53125H8.18806L7.95893 1.07471C7.9104 0.977107 7.83563 0.895005 7.74305 0.837641C7.65046 0.780276 7.54373 0.749926 7.43487 0.750004H4.64879C4.54016 0.749586 4.43362 0.779823 4.34137 0.837251C4.24911 0.894679 4.17487 0.976976 4.12716 1.07471L3.89803 1.53125H0.97301C0.869575 1.53125 0.770377 1.57241 0.697237 1.64567C0.624097 1.71892 0.583008 1.81828 0.583008 1.92188L0.583008 2.70313C0.583008 2.80673 0.624097 2.90609 0.697237 2.97934C0.770377 3.0526 0.869575 3.09375 0.97301 3.09375H11.1131C11.2165 3.09375 11.3157 3.0526 11.3889 2.97934C11.462 2.90609 11.5031 2.80673 11.5031 2.70313V1.92188C11.5031 1.81828 11.462 1.71892 11.3889 1.64567C11.3157 1.57241 11.2165 1.53125 11.1131 1.53125Z' fill='white'/%3e%3c/svg%3e");background-color:#f44337;background-repeat:no-repeat;background-position:50%;cursor:pointer;top:-12px;right:-12px}.tutor-thumbnail-uploader .thumbnail-preview span.delete-btn:hover{background-color:rgb(242.4047393365,39.7355450237,25.9952606635)}.tutor-thumbnail-uploader .thumbnail-input input[type=file]{appearance:none;-moz-appearance:none;-webkit-appearance:none;display:none}.tutor-thumbnail-uploader .thumbnail-input .tutor-btn{cursor:pointer;border-radius:6px;padding:6px 14px}.tutor-thumbnail-uploader .thumbnail-input .tutor-btn>.tutor-btn-icon{font-size:24px}.tutor-offcanvas .tutor-offcanvas-backdrop{position:fixed;inset:0;width:100vw;height:100vh;z-index:1040;background-color:rgba(0,0,0,.25);opacity:0;visibility:hidden;transition:300ms}.tutor-offcanvas .tutor-offcanvas-main{position:fixed;z-index:1050;background:#fff;box-shadow:0px 6px 20px rgba(28,49,104,.1);padding:20px 0;transition:300ms ease-in-out;opacity:0;visibility:hidden}.tutor-offcanvas.tutor-offcanvas-right .tutor-offcanvas-main{width:360px;max-width:100%;height:100%;top:0;right:0;transform:translateX(100%)}.tutor-offcanvas.tutor-offcanvas-left .tutor-offcanvas-main{width:360px;max-width:100%;height:100%;top:0;left:0;transform:translateX(-100%)}.tutor-offcanvas.tutor-offcanvas-top .tutor-offcanvas-main{height:360px;max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.tutor-offcanvas.tutor-offcanvas-bottom .tutor-offcanvas-main{height:360px;max-height:100%;width:100%;bottom:0;left:0;right:0;transform:translateY(100%)}.tutor-offcanvas.is-active{opacity:1;visibility:visible}.tutor-offcanvas.is-active .tutor-offcanvas-main{opacity:1;visibility:visible;transform:none}.tutor-offcanvas.is-active .tutor-offcanvas-backdrop{opacity:1;visibility:visible}.tutor-offcanvas .tutor-offcanvas-header{display:flex;align-items:center;justify-content:space-between;margin:10px 0}.tutor-offcanvas .tutor-offcanvas-main{--padding: 20px}.tutor-offcanvas .tutor-offcanvas-header,.tutor-offcanvas .tutor-offcanvas-body{padding:0 var(--padding)}.tutor-notification-tab .tab-header{position:relative}.tutor-notification-tab .tab-header:before{content:" ";bottom:0;position:absolute;left:calc(-1*var(--padding));width:calc(100% + 2*var(--padding));border-bottom:1px solid var(--tutor-border-color)}.tutor-notification-tab .tab-header-item{cursor:pointer;position:relative}.tutor-notification-tab .tab-header-item>*{pointer-events:none}.tutor-notification-tab .tab-header-item span{display:flex;padding:10px}.tutor-notification-tab .tab-header-item:before{content:"";position:absolute;width:100%;bottom:0;border-bottom:2px solid #3e64de;transform:scaleY(0);transition:300ms ease-in}.tutor-notification-tab .tab-header-item.is-active:before{transform:scaleY(1)}.tutor-notification-tab .tab-body{min-width:100%;width:calc(100% + var(--padding));min-height:200px;max-height:calc(100vmin - 120px);overflow-y:auto;padding-right:var(--padding);--scrollbarBG: rgba(205, 207, 213, 0.5);--thumbBG: #3e64de;scrollbar-width:thin;scrollbar-color:var(--thumbBG) var(--scrollbarBG)}.tutor-notification-tab .tab-body-item{display:none}.tutor-notification-tab .tab-body-item.is-active{display:block}.tutor-notification-tab .tab-body::-webkit-scrollbar{width:4px}.tutor-notification-tab .tab-body::-webkit-scrollbar-track{background:var(--scrollbarBG)}.tutor-notification-tab .tab-body::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border-radius:40px}.tutor-notification-element:not(.notification-read) .element-icon .element-primary{color:var(--tutor-color-primary)}.tutor-notification-element:not(.notification-read) .element-content .header .element-primary{color:var(--tutor-color-primary)}.tutor-notification-element:not(.notification-read) .element-icon .element-success{color:var(--tutor-color-success)}.tutor-notification-element:not(.notification-read) .element-content .header .element-success{color:var(--tutor-color-success)}.tutor-notification-element:not(.notification-read) .element-icon .element-warning{color:var(--tutor-color-warning)}.tutor-notification-element:not(.notification-read) .element-content .header .element-warning{color:var(--tutor-color-warning)}.tutor-notification-element:not(.notification-read) .element-icon .element-danger{color:var(--tutor-color-danger)}.tutor-notification-element:not(.notification-read) .element-content .header .element-danger{color:var(--tutor-color-danger)}.tutor-notification-element:not(.notification-read) .element-icon .element-purple{color:#9b4ab4}.tutor-notification-element:not(.notification-read) .element-content .header .element-purple{color:#9b4ab4}.tutor-notification-element{display:flex;gap:10px;padding-top:20px;padding-bottom:15px}.tutor-notification-element .element-icon{color:var(--tutor-color-muted)}.tutor-notification-element .element-icon [class^=element-]{width:24px;height:24px;font-size:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(0,0,0,0)}.tutor-notification-element .element-content .header{display:flex;justify-content:space-between;margin-bottom:10px}.tutor-notification-element .element-content .header .meta{display:flex;align-items:center;gap:8px}.tutor-notification-element .element-content .header .meta .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--tutor-color-primary);box-shadow:0 0 0 2px #e9edfb;position:relative}.tutor-notification-element .element-content .header .meta .dot:before{content:"";position:absolute;inset:0;border-radius:50%;z-index:-1}@keyframes pulse-animation{0%{box-shadow:0 0 0 0px rgba(0,0,0,.1)}100%{box-shadow:0 0 0 6px rgba(0,0,0,0)}}.tutor-notification-element .element-content .header [class^=element-]{color:var(--tutor-color-secondary)}.tutor-notification-element .element-content .message span{font-weight:400}.tutor-notification-element.notification-read .element-content .header .meta .dot{display:none}.tutor-notification-element.notification-read .element-content .message,.tutor-notification-element.notification-read .element-content .message>*{color:var(--tutor-color-secondary)}.tutor-notification-element-empty{display:grid;place-items:center;text-align:center}.tutor-notification-element-empty .element-content{max-width:250px}.tutor-course-certificate-tabs.tutor-nav{display:inline-flex;padding:4px;background:#f6f8fd;border-radius:6px}.tutor-course-certificate-tabs.tutor-nav>li>a{color:var(--tutor-color-muted)}.tutor-course-certificate-tabs.tutor-nav>li>a:hover{color:var(--tutor-color-primary);background-color:rgba(0,0,0,0)}.tutor-course-certificate-tabs.tutor-nav>li>a.is-active{color:var(--tutor-color-primary);background-color:var(--tutor-color-white);box-shadow:0px 1px 2px rgba(2,11,83,.2)}.tutor-certificate-templates{display:grid;gap:25px;grid-template-columns:repeat(auto-fill, minmax(228px, 1fr));grid-template-rows:min-content;position:relative;min-height:580px}.tutor-certificate-template{display:flex;align-items:flex-start;flex-direction:column}.tutor-certificate-template label{position:relative;display:flex;flex-direction:column;width:100%;height:100%;margin:0;cursor:pointer}.tutor-certificate-template img{display:inline-block;max-width:100%;height:auto;border-radius:6px}.tutor-certificate-template-inner{position:relative;box-shadow:0 0 0 1px var(--tutor-color-gray-10);background-color:#fff;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:6px;z-index:1}.tutor-certificate-template-inner::after{content:"";position:absolute;width:28px;height:28px;background-size:25px;background-repeat:no-repeat;background-position:left 2px center;background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42318 12.9161C6.3686 12.8593 6.32513 12.7929 6.29503 12.7201C6.23499 12.558 6.23499 12.3797 6.29503 12.2175C6.32453 12.1445 6.36807 12.0779 6.42318 12.0215L7.33283 11.1496C7.38636 11.0869 7.45336 11.0371 7.52883 11.0038C7.60148 10.971 7.68026 10.9538 7.76001 10.9536C7.84642 10.9519 7.93217 10.9691 8.01129 11.0038C8.0895 11.0386 8.16031 11.0881 8.21985 11.1496L10.9639 13.8986L16.8539 8.00855C16.9119 7.94744 16.981 7.89797 17.0575 7.8628C17.1368 7.82861 17.2224 7.81149 17.3088 7.81255C17.3898 7.813 17.4698 7.83071 17.5435 7.8645C17.6171 7.8983 17.6827 7.94741 17.7359 8.00855L18.6456 8.89306C18.7007 8.9494 18.7442 9.01598 18.7737 9.08906C18.8338 9.25121 18.8338 9.42949 18.7737 9.59163C18.7436 9.66439 18.7002 9.73087 18.6456 9.78763L11.4061 16.9894C11.3522 17.0523 11.2853 17.1029 11.2101 17.1377C11.0492 17.2041 10.8685 17.2041 10.7076 17.1377C10.6323 17.1029 10.5655 17.0523 10.5116 16.9894L6.42318 12.9161Z' fill='white'/%3E%3C/svg%3E%0A");background-color:var(--tutor-color-primary);border-radius:50%;right:-15px;top:-15px;z-index:1;opacity:0;transition:200ms ease-in}.tutor-certificate-template input[type=radio]{display:none;appearance:none}.tutor-certificate-template input[type=radio]:checked+.tutor-certificate-template-inner{box-shadow:0 0 0 2px var(--tutor-color-primary)}.tutor-certificate-template input[type=radio]:checked+.tutor-certificate-template-inner::after{opacity:1}.tutor-certificate-template-icon{position:absolute;right:-12px;top:-20px;z-index:10;opacity:0;transition:200ms ease-in}.tutor-certificate-template-overlay{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;position:absolute;inset:0;background:hsla(0,0%,100%,.6);backdrop-filter:blur(30px);border-radius:6px;visibility:hidden;opacity:0;transition:200ms ease-in}.tutor-certificate-template:hover .tutor-certificate-template-overlay{visibility:visible;opacity:1}.tutor-dashboard-content-inner .field-label{color:var(--tutor-color-secondary)}.tutor-password-strength-checker{position:relative}.tutor-password-strength-checker .tutor-password-field{text-align:left}.tutor-password-strength-checker .tutor-password-field .field-group,.tutor-password-strength-checker .tutor-password-field .tutor-input-group{position:relative}.tutor-password-strength-checker .tutor-password-field input.password-checker{transition:border-color .3s}.tutor-password-strength-checker .show-hide-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:15px;font-weight:600;cursor:pointer;display:none;user-select:none;width:30px;height:30px;background-size:30px;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.70941 24C7.89169 24.3172 8.14035 24.7327 8.45342 25.2175C9.2055 26.382 10.3194 27.9309 11.7662 29.4741C14.687 32.5897 18.7868 35.5 23.875 35.5C28.9632 35.5 33.063 32.5897 35.9838 29.4741C37.4306 27.9309 38.5445 26.382 39.2966 25.2175C39.6096 24.7327 39.8583 24.3172 40.0406 24C39.8583 23.6828 39.6096 23.2673 39.2966 22.7825C38.5445 21.618 37.4306 20.0691 35.9838 18.5259C33.063 15.4103 28.9632 12.5 23.875 12.5C18.7868 12.5 14.687 15.4103 11.7662 18.5259C10.3194 20.0691 9.2055 21.618 8.45342 22.7825C8.14035 23.2673 7.89169 23.6828 7.70941 24ZM41.75 24C43.0916 23.3292 43.0914 23.3287 43.0911 23.3281L43.0904 23.3267L43.0886 23.3231L43.0831 23.3123L43.065 23.2769C43.0497 23.2472 43.0281 23.2054 43 23.1524C42.944 23.0465 42.8625 22.8955 42.7558 22.706C42.5427 22.3272 42.2287 21.7929 41.8167 21.155C40.9946 19.882 39.7726 18.1809 38.1724 16.4741C34.9995 13.0897 30.1618 9.5 23.875 9.5C17.5882 9.5 12.7505 13.0897 9.57757 16.4741C7.97744 18.1809 6.75544 19.882 5.9333 21.155C5.5213 21.7929 5.20726 22.3272 4.99415 22.706C4.88754 22.8955 4.80601 23.0465 4.74996 23.1524C4.72193 23.2054 4.70025 23.2472 4.68497 23.2769L4.66685 23.3123L4.6614 23.3231L4.65889 23.3281C4.65861 23.3287 4.65836 23.3292 6 24L4.65836 23.3292C4.44721 23.7515 4.44721 24.2485 4.65836 24.6708L6 24C4.65836 24.6708 4.65861 24.6713 4.65889 24.6719L4.6614 24.6769L4.66685 24.6877L4.68497 24.7231C4.70025 24.7529 4.72193 24.7946 4.74996 24.8476C4.80601 24.9535 4.88754 25.1045 4.99415 25.294C5.20726 25.6729 5.5213 26.2071 5.9333 26.845C6.75544 28.118 7.97744 29.8191 9.57757 31.5259C12.7505 34.9103 17.5882 38.5 23.875 38.5C30.1618 38.5 34.9995 34.9103 38.1724 31.5259C39.7726 29.8191 40.9946 28.118 41.8167 26.845C42.2287 26.2071 42.5427 25.6729 42.7558 25.294C42.8625 25.1045 42.944 24.9535 43 24.8476C43.0281 24.7946 43.0497 24.7529 43.065 24.7231L43.0831 24.6877L43.0886 24.6769L43.0904 24.6733L43.0911 24.6719C43.0914 24.6713 43.0916 24.6708 41.75 24ZM41.75 24L43.0916 24.6708C43.3028 24.2485 43.3028 23.7515 43.0916 23.3292L41.75 24Z' fill='%23212327'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.875 20.625C22.011 20.625 20.5 22.136 20.5 24C20.5 25.864 22.011 27.375 23.875 27.375C25.739 27.375 27.25 25.864 27.25 24C27.25 22.136 25.739 20.625 23.875 20.625ZM17.5 24C17.5 20.4792 20.3542 17.625 23.875 17.625C27.3958 17.625 30.25 20.4792 30.25 24C30.25 27.5208 27.3958 30.375 23.875 30.375C20.3542 30.375 17.5 27.5208 17.5 24Z' fill='%23212327'/%3E%3C/svg%3E")}.tutor-password-strength-checker .show-hide-btn.hide-btn{background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9965 13.1362C23.0202 13.1339 22.047 13.2452 21.0964 13.4677C20.2898 13.6565 19.4828 13.1556 19.294 12.349C19.1052 11.5424 19.6061 10.7354 20.4127 10.5466C21.5891 10.2713 22.7935 10.1335 24.0018 10.1362C30.0093 10.1369 34.6277 13.5671 37.6511 16.7921C39.1767 18.4194 40.3415 20.0409 41.1251 21.2543C41.5179 21.8624 41.8173 22.3718 42.0206 22.7332C42.1223 22.9141 42.2002 23.0582 42.2537 23.1594C42.2805 23.2101 42.3013 23.2501 42.316 23.2786L42.3334 23.3127L42.3387 23.3231L42.3411 23.328C42.3414 23.3285 42.3416 23.3291 41 23.9999L42.3416 23.3291C42.5592 23.7642 42.5522 24.2779 42.3229 24.707C41.3355 26.5541 40.158 28.2931 38.8096 29.8956C38.2762 30.5295 37.3299 30.611 36.6961 30.0776C36.0622 29.5442 35.9807 28.598 36.5141 27.9641C37.5555 26.7265 38.4836 25.3986 39.2875 23.9963C39.117 23.7011 38.889 23.3215 38.605 22.8818C37.8914 21.777 36.8347 20.3076 35.4625 18.844C32.6908 15.8875 28.8098 13.1362 24 13.1362L23.9965 13.1362ZM13.9096 13.6277C14.5069 13.1717 15.3493 13.2279 15.8807 13.7592L21.7784 19.6569C21.7819 19.6604 21.7854 19.6639 21.7889 19.6674L28.3324 26.2109C28.3359 26.2145 28.3395 26.218 28.343 26.2216L34.2407 32.1192C34.5467 32.4252 34.7056 32.8486 34.6766 33.2804C34.6476 33.7122 34.4335 34.1105 34.0893 34.3728C31.1929 36.5806 27.666 37.8038 24.0245 37.8633L24 37.8635C17.9916 37.8635 13.3726 34.4329 10.3489 31.2076C8.82332 29.5803 7.6585 27.9588 6.87488 26.7455C6.48215 26.1374 6.18271 25.628 5.97939 25.2665C5.87767 25.0857 5.79984 24.9416 5.74625 24.8403C5.71945 24.7897 5.6987 24.7497 5.68404 24.7212L5.66662 24.6871L5.66134 24.6766L5.65889 24.6718C5.65861 24.6712 5.65836 24.6707 7 23.9999L5.65836 24.6707C5.44039 24.2348 5.44782 23.7201 5.67827 23.2906C7.70177 19.5196 10.5083 16.225 13.9096 13.6277ZM8.71331 24.0048C8.88371 24.2999 9.11149 24.6789 9.395 25.1179C10.1086 26.2228 11.1653 27.6921 12.5375 29.1558C15.3068 32.1098 19.1836 34.8588 23.9878 34.8635C26.404 34.8219 28.7586 34.1587 30.8297 32.9509L27.1742 29.2954C26.9214 29.456 26.6567 29.5982 26.3818 29.7207C25.6291 30.0561 24.8165 30.2364 23.9926 30.2509C23.1687 30.2655 22.3503 30.1139 21.5862 29.8053C20.8221 29.4967 20.128 29.0373 19.5453 28.4546C18.9626 27.8719 18.5032 27.1778 18.1946 26.4137C17.886 25.6496 17.7344 24.8312 17.7489 24.0073C17.7635 23.1833 17.9438 22.3708 18.2792 21.6181C18.4017 21.3432 18.5439 21.0784 18.7044 20.8256L14.7099 16.8311C12.3103 18.8548 10.2806 21.2821 8.71331 24.0048ZM20.933 23.0542C20.817 23.3767 20.7545 23.7165 20.7485 24.0602C20.741 24.4813 20.8185 24.8996 20.9763 25.2902C21.134 25.6807 21.3688 26.0354 21.6666 26.3333C21.9644 26.6311 22.3192 26.8659 22.7097 27.0236C23.1003 27.1814 23.5186 27.2588 23.9397 27.2514C24.2834 27.2453 24.6232 27.1828 24.9457 27.0669L20.933 23.0542Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93934 5.93934C6.52513 5.35355 7.47487 5.35355 8.06066 5.93934L42.0607 39.9393C42.6464 40.5251 42.6464 41.4749 42.0607 42.0607C41.4749 42.6464 40.5251 42.6464 39.9393 42.0607L5.93934 8.06066C5.35355 7.47487 5.35355 6.52513 5.93934 5.93934Z' fill='black'/%3E%3C/svg%3E%0A")}.tutor-password-strength-hint{display:flex;align-items:center;justify-content:space-between;margin-top:7px}.tutor-password-strength-hint .indicator{height:10px;margin:10px 0;gap:25px;align-items:center;justify-content:space-between;display:none}.tutor-password-strength-hint .indicator span{position:relative;height:2px;width:72px;background:#d3d3d3;border-radius:5px}.tutor-password-strength-hint .indicator span.active:before{position:absolute;content:"";top:0;left:0;height:100%;width:100%;border-radius:5px}.tutor-password-strength-hint .indicator span.weak:before{background-color:#f44337}.tutor-password-strength-hint .indicator span.medium:before{background-color:#ed9700}.tutor-password-strength-hint .indicator span.strong:before{background-color:var(--tutor-color-success)}.tutor-password-strength-hint .indicator span:nth-child(2){margin:0 3px}.tutor-password-strength-hint .text{display:none;text-align:right;text-transform:capitalize}.tutor-password-strength-hint .text.weak{color:#f44337}.tutor-password-strength-hint .text.medium{color:#ed9700}.tutor-password-strength-hint .text.strong{color:var(--tutor-color-success)}.tutor-card{background-color:#fff;position:relative;border-radius:6px;display:flex;flex-direction:column;min-width:0;word-wrap:break-word}.tutor-card:not(.tutor-no-border){border:1px solid var(--tutor-border-color)}.tutor-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-radius:5px 5px 0 0}.tutor-card-header:not(.tutor-no-border){border-bottom:1px solid var(--tutor-border-color)}.tutor-card-title{font-size:16px;font-weight:500;margin:0}.tutor-card-body{flex:1 1 auto;padding:20px}.tutor-card-footer{padding:16px 20px;border-radius:0 0 5px 5px}.tutor-card-footer:not(.tutor-no-border){border-top:1px solid var(--tutor-border-color)}.tutor-card-image{border-radius:5px}.tutor-card-image-top{border-radius:5px 5px 0px 0px}.tutor-card-image-right{border-radius:0px 5px 5px 0px}.tutor-card-image-bottom{border-radius:0px 0px 5px 5px}.tutor-card-image-left{border-radius:5px 0px 0px 5px}.tutor-card-secondary{border:2px solid #e0e2ea}.tutor-card.is-selected{background-color:rgba(var(--tutor-color-primary-rgb), 0.05);border-color:rgba(var(--tutor-color-primary-rgb), 0.4)}.tutor-card.is-active{background-color:rgba(var(--tutor-color-primary-rgb), 0.05);border-color:var(--tutor-color-primary)}.tutor-card-sm .tutor-card-header{padding:10px 16px}.tutor-card-sm .tutor-card-body,.tutor-card-sm .tutor-card-footer{padding:16px}.tutor-card-md .tutor-card-header{padding:24px 32px}.tutor-card-md .tutor-card-body{padding:32px}.tutor-card-md .tutor-card-footer{padding:24px 32px}.tutor-card-list{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:6px}.tutor-card-list:first-child{border-top-width:0;border-top-left-radius:5px;border-top-right-radius:5px}.tutor-card-list-item{position:relative;display:block;color:var(--tutor-body-color);text-decoration:none;background-color:#fff}.tutor-card-list-item:nth-child(even){background-color:#fcfcfd}.tutor-card-list-item:not(:last-child){border-bottom:1px solid #cdcfd5}.tutor-card-list-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.tutor-card-list-item:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}@media(min-width: 1200px){.tutor-card-list-horizontal{flex-direction:row}.tutor-card-list-horizontal .tutor-card-list-item{flex-shrink:0;flex-grow:1;border-bottom:0;border-radius:6px}.tutor-card-list-horizontal .tutor-card-list-item:not(:last-child){border-right:1px solid #cdcfd5;border-top-right-radius:0;border-bottom-right-radius:0}}.tutor-accordion-item{background-color:#fff;border:1px solid #e0e2ea;border-radius:6px}.tutor-accordion-item:not(:last-child){margin-bottom:10px}@media(min-width: 992px){.tutor-accordion-item:not(:last-child){margin-bottom:20px}}.tutor-accordion-item-header{position:relative;font-size:20px;font-weight:500;line-height:1.4;padding:16px 40px 16px 20px;margin:0 !important;transition:200ms;background-color:#fcfcfd;color:var(--tutor-color-secondary);user-select:none;border-radius:6px;transition:300ms ease-in;cursor:pointer}.tutor-accordion-item-header::after{content:"";font-family:"tutor" !important;color:var(--tutor-color-primary);font-size:16px;font-weight:normal;position:absolute;right:16px;top:50%;transform:translateY(-50%) rotate(0deg);transition:150ms}.tutor-accordion-item-header:hover{color:var(--tutor-color-primary)}.tutor-accordion-item-header.is-active{color:var(--tutor-color-primary);background-color:#eff1f6;border-radius:6px 6px 0 0}.tutor-accordion-item-header.is-active::after{transform:translateY(-50%) rotate(-90deg)}.tutor-accordion-item-header .tooltip-wrap.tooltip-icon{position:relative;font-size:16px;top:1px;margin-left:8px}.tutor-accordion-item-body{overflow:hidden}.tutor-accordion-item-body-content{padding:0 16px;border-top:1px solid #e0e2ea}.tutor-modal{position:fixed;top:0;left:0;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0;z-index:99999}.tutor-modal-open{overflow:hidden}.tutor-modal.tutor-is-active,.tutor-modal-active{display:block}.tutor-modal-overlay{position:fixed;height:100%;width:100%;top:0;left:0;background-color:rgba(0,0,0,.75);z-index:-1}.tutor-modal-window{position:relative;width:auto;pointer-events:none;display:flex;align-items:center;max-width:640px;margin:48px auto;min-height:calc(100% - 96px)}.tutor-modal-window-lg{max-width:880px}.tutor-modal-window-md{max-width:520px}.tutor-modal-window-sm{max-width:430px}.tutor-modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#eff1f7;background-clip:padding-box;border:1px solid var(--tutor-border-color);border-radius:16px;outline:0}.tutor-modal-content-white{background-color:#fff}.tutor-modal-header,.tutor-modal-footer{padding:16px 32px;display:flex;flex-shrink:0;align-items:center;justify-content:space-between;background-color:#fff}.tutor-modal-header{border-bottom:1px solid var(--tutor-border-color);border-top-left-radius:16px;border-top-right-radius:16px}.tutor-modal-header .tutor-modal-close{margin-right:-16px}.tutor-modal .tutor-modal-close-o{position:absolute;top:16px;right:16px;font-size:20px;z-index:1}.tutor-modal-title{margin:0;font-size:20px;color:var(--tutor-body-color);font-weight:700;line-height:1.2}.tutor-modal-footer{border-top:1px solid var(--tutor-border-color);border-bottom-right-radius:16px;border-bottom-left-radius:16px}.tutor-modal-body{position:relative;padding:24px 32px;flex:1 1 auto}.tutor-modal-scrollable .tutor-modal-window{height:calc(100% - 96px)}.tutor-modal-scrollable .tutor-modal-content{max-height:100%;overflow:hidden}.tutor-modal-scrollable .tutor-modal-body{overflow-y:auto}.tutor-modal-steps ul{list-style:none;display:flex;justify-content:space-between;margin:0;padding:0;position:relative;overflow:hidden}.tutor-modal-steps ul li{display:flex;flex-direction:column;align-items:center;font-size:15px;line-height:24px;color:var(--tutor-color-muted);position:relative;z-index:8}.tutor-modal-steps ul li:nth-child(2){z-index:7}.tutor-modal-steps ul li:nth-child(3){z-index:6}.tutor-modal-steps ul li:nth-child(4){z-index:5}.tutor-modal-steps ul li:nth-child(5){z-index:4}.tutor-modal-steps ul li:nth-child(6){z-index:3}.tutor-modal-steps ul li:nth-child(7){z-index:2}.tutor-modal-steps ul li:nth-child(8){z-index:1}.tutor-modal-steps ul li:nth-child(9){z-index:0}.tutor-modal-steps ul li .tutor-modal-step-btn{margin:4px 0;display:flex;height:20px;width:20px;border:none;border-radius:50%;position:relative;align-items:center;justify-content:center;color:var(--tutor-color-muted);font-size:13px;background:var(--tutor-color-gray);cursor:pointer;z-index:1}.tutor-modal-steps ul li .tutor-modal-step-btn::before{content:"";position:absolute;height:2px;top:50%;margin-top:-1px;background-color:var(--tutor-color-gray);width:1000px;right:100%}.tutor-modal-steps ul li.tutor-is-completed{color:var(--tutor-body-color)}.tutor-modal-steps ul li.tutor-is-completed .tutor-modal-step-btn{color:rgba(0,0,0,0);background-size:10px;background-position:5px center;background-repeat:no-repeat;background-color:var(--tutor-color-primary);background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 9'%3e%3cpath d='M.436496 4.58374C.391263 4.5367.355238 4.4816.330285 4.4213c-.049755-.13438-.049755-.28214 0-.41652a.499923.499923 0 01.106211-.16244l.753894-.72265c.04436-.05197.09989-.09326.16244-.12079.06021-.02724.1255-.04143.19159-.04165.07162-.00139.14269.01282.20826.04165.06482.02883.1235.06983.17285.12079L4.1997 5.39802 9.08124.516483c.04802-.050643.10527-.091641.16869-.120789.06572-.028338.13668-.042529.20825-.041652a.472749.472749 0 01.19453.043062c.06105.02801.11542.068706.15951.119379l.75388.733067c.0457.04668.0818.10187.1062.16244.0498.13438.0498.28213 0 .41651-.0249.0603-.061.1154-.1062.16244L4.56623 7.95958c-.04471.05213-.10011.09403-.16244.12287-.13338.05508-.28314.05508-.41651 0-.06233-.02884-.11773-.07074-.16244-.12287L.436496 4.58374z' fill='%23fff'/%3e%3c/svg%3e")}.tutor-modal-steps ul li.tutor-is-completed .tutor-modal-step-btn::before{background-color:var(--tutor-color-primary)}.tutor-modal-steps ul li:first-child .tutor-modal-step-btn::after,.tutor-modal-steps ul li:last-child .tutor-modal-step-btn::after{content:"";position:absolute;height:2px;width:100px;background-color:#fff;top:50%;margin-top:-1px;right:100%}.tutor-modal-steps ul li:last-child .tutor-modal-step-btn::after{right:auto;left:100%}.tutor-quiz-item{background:var(--tutor-color-white);border-radius:6px;display:flex}.tutor-quiz-item .tutor-quiz-item-label{flex-grow:1;min-width:0;display:inline-flex;align-items:flex-start}.tutor-quiz-item .tutor-quiz-item-label .tutor-quiz-item-name{margin:0;padding:9px 0;font-weight:400;font-size:15px;line-height:24px}.tutor-quiz-item .tutor-quiz-item-label .tutor-quiz-item-draggable{padding:0 15px 0 13px;line-height:42px;color:var(--tutor-color-muted);cursor:move}.tutor-quiz-item .tutor-quiz-item-action{display:inline-flex;align-items:flex-start;padding-left:20px;padding-right:3px}.tutor-quiz-item .tutor-quiz-item-action .tutor-quiz-item-type{display:inline-flex;align-items:center;font-size:13px;padding-right:10px;line-height:42px;width:165px}.tutor-radio-select{display:flex;padding:13px;border-radius:6px;background:var(--tutor-color-white);cursor:pointer}.tutor-radio-select .tutor-form-check-input{margin-top:4px;height:19px;width:19px}.tutor-radio-select .tutor-radio-select-content{padding-left:12px;font-size:13px;line-height:18px;color:var(--tutor-color-muted)}.tutor-radio-select .tutor-radio-select-content .tutor-radio-select-title{font-size:15px;line-height:24px;color:var(--tutor-body-color);display:block}.tutor-radio-select .tutor-radio-select-content a{text-decoration:none;color:var(--tutor-color-primary)}.tutor-radio-select .tutor-radio-select-content a:hover{color:var(--tutor-color-primary-hover)}.tutor-modal .tutor-alert{padding:8px 12px}.tutor-modal .tutor-alert.tutor-warning{background-color:rgba(var(--tutor-color-warning), 0.15);color:var(--tutor-color-warning);border-color:rgba(var(--tutor-color-warning), 0.3);text-align:left}.tutor-modal-ins-approval .tutor-modal-root{width:634px}.tutor-modal-ins-approval .tutor-modal-buttons .tutor-btn{max-width:280px}.tutor-modal-ins-approval .tutor-avatar{width:100px;height:100px}.tutor-modal-ins-approval .tutor-avatar img{object-fit:cover}.tutor-modal-ins-approval .tutor-modal-buttons{max-width:280px;margin-left:auto;margin-right:auto}@media(max-width: 575.98px){.tutor-modal .tutor-btn:not(.tutor-is-icon-btn){padding:6px 20px !important;width:max-content;max-width:max-content;height:auto !important;font-size:14px;font-weight:400;line-height:2}}.tutor-modal.tutor-login-modal .tutor-modal-root .tutor-modal-body{padding:50px 57px;align-items:unset}.tutor-modal.tutor-login-modal .tutor-modal-root .tutor-modal-body .tutor-form-check label{color:var(--tutor-color-muted)}.tutor-meta{display:flex;align-items:center;gap:16px}.tutor-meta>*{font-size:14px;line-height:1.6;color:var(--tutor-color-hints)}.tutor-meta-value,.tutor-meta a{color:var(--tutor-body-color);font-weight:500}.tutor-meta a{text-decoration:none}.tutor-meta a:hover,.tutor-meta a:focus,.tutor-meta a:active{color:var(--tutor-color-primary);text-decoration:none;outline:0}.tutor-meta-icon{line-height:1.6;margin-right:4px}.tutor-wp-dashboard-header{box-sizing:border-box;background:#fff;border-bottom:1px solid var(--tutor-border-color)}.tutor-wp-dashboard-filter{gap:30px}@media(max-width: 1300px){.tutor-wp-dashboard-filter{flex-wrap:wrap;margin-top:40px}}@media(max-width: 575.98px){.tutor-wp-dashboard-filter{flex-direction:row;display:block !important}.tutor-wp-dashboard-filter-items{display:block !important}.tutor-wp-dashboard-filter-items .tutor-input-group{max-width:100% !important;width:100% !important}.tutor-wp-dashboard-filter-item{margin-top:20px}}.tutor-wp-dashboard-filter .tutor-form-select-label{display:inline-block;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.tutor-wp-dashboard-filter .tutor-wp-dashboard-filter-items{gap:24px}.tutor-wp-dashboard-filter .tutor-wp-dashboard-filter-items .tutor-form-label{color:var(--tutor-color-secondary)}.tutor-wp-dashboard-course-header{border-bottom:1px solid #e0e2ea;padding:16px 0px;margin-bottom:24px}.tutor-wp-dashboard-course-header-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.tutor-wp-dashboard-course-filter{display:flex;align-items:start;gap:24px}@media(max-width: 575.98px){.tutor-wp-dashboard-course-filter{flex-direction:column;gap:16px}}body:not(.rtl) .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-right.tutor-flex-column .tutor-wp-dashboard-filter-tag-dropdown:last-child .tutor-form-select-dropdown{left:auto;right:0px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-order{font-size:14px;line-height:1.5;background-color:#fff;color:#9197a8;border:1px solid var(--tutor-border-color);border-radius:6px;padding:12px;cursor:pointer;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters{position:relative}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button{background-color:#fff;color:#212327;font-size:14px;border:1px solid var(--tutor-border-color);border-radius:6px;padding:6px 12px;cursor:pointer;display:flex;align-items:center;gap:8px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button.active{padding:4px 6px 4px 12px}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button.active{padding:4px 12px 4px 6px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button i{color:#9197a8}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-line{height:24px;width:1px;background:#e0e2ea;border-radius:4px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-count{background-color:#d2dbf5;color:var(--tutor-color-primary);border-radius:4px;padding:8px 12px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters .tutor-dropdown{min-width:266px;padding:16px;border:none;border-radius:6px;top:calc(100% + 2px)}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters .tutor-form-label{margin-bottom:4px;font-weight:400}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-wrapper{display:flex;align-items:center;gap:8px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown{display:flex;align-items:center;border-radius:4px;background-color:#fff}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown select.tutor-form-control{width:100px !important}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown .tutor-form-select{background-color:rgba(0,0,0,0) !important;font-size:14px !important;color:#41454f !important;border:none !important;border-radius:0px !important;min-width:auto !important;line-height:24px !important}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown a{flex-shrink:0;font-size:14px;color:#9197a8;border-left:1px solid #f5f5f5;height:40px;width:40px;display:flex;align-items:center;justify-content:center;transition:color .25 ease-in-out}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown a{border-left:none;border-right:1px solid #f5f5f5}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown a:hover{color:var(--tutor-color-primary)}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag{background-color:#fff;border-radius:4px;display:flex;align-items:center;font-size:14px;line-height:18px;color:var(--tutor-color-secondary);text-transform:capitalize;padding-left:12px}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag{padding-left:0px;padding-right:12px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag a{height:40px;width:40px;display:flex;align-items:center;justify-content:center;color:#9197a8;border-left:1px solid #f5f5f5;transition:color .25 ease-in-out}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag a:hover{color:var(--tutor-color-primary)}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag a{border-left:none;border-right:1px solid #f5f5f5}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag .tutor-v2-date-picker input.tutor-form-control{font-size:14px !important;border:none !important;width:90px;padding:0px !important;margin:0px !important;background-color:rgba(0,0,0,0)}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag .tutor-v2-date-picker .tutor-form-icon{display:none}.tutor-course-details-header a{text-decoration:none}@media(min-width: 992px){.tutor-course-details-title{max-width:80%}}.tutor-course-details-page-main .plyr--video,.tutor-course-details-page-main .tutor-course-thumbnail img,.tutor-course-details-page-main .tutor-video-player{border-radius:6px;overflow:hidden}@media(min-width: 800px){.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{position:sticky;top:0;background:hsla(0,0%,100%,.6);backdrop-filter:blur(14px);z-index:500}}@media(min-width: 800px){.admin-bar .tutor-course-details-tab .tutor-is-sticky{top:32px}}.tutor-course-details-widget ul{margin:0;padding:0}.tutor-course-details-widget-list{margin-top:16px}.tutor-course-details-widget-tags{margin-left:-16px}.tutor-course-details-widget-tags .tutor-tag-list li a{margin-bottom:16px}@media(min-width: 768px){.tutor-course-details-widget-col-2 ul{display:flex;flex-flow:row wrap;justify-content:space-between}.tutor-course-details-widget-col-2 ul>li{width:calc(50% - 1.2rem)}}.tutor-course-sidebar-card{border:1px solid var(--tutor-border-color);border-radius:6px;position:relative}.tutor-course-sidebar-card-footer{border-top:1px solid var(--tutor-border-color)}.tutor-course-sidebar-card-meta-list li>div{max-width:50%;flex-basis:50%;justify-content:flex-start}.tutor-course-sidebar-card-meta-list li:not(:last-child){margin-bottom:9px}.tutor-course-sidebar-card .tutor-alert .tutor-alert-text{align-items:flex-start}.tutor-course-sidebar-card .tutor-alert .tutor-alert-icon{margin-top:-4px}.tutor-course-sidebar-card-membership-plan{border-color:rgba(var(--tutor-color-primary), 0.2)}.tutor-course-sidebar-card-membership-plan-badge{position:absolute;top:-1px;right:30px}.tutor-course-sidebar-card-membership-plan-badge.badge-left{right:unset;left:30px}.tutor-course-sidebar-card-membership-plan.badge-triangle-ribbon{position:relative}.tutor-course-sidebar-card-membership-plan.badge-triangle-ribbon::before{content:"";position:absolute;right:-1px;top:-1px;width:26px;height:26px;background:#3e64de;color:#fff;clip-path:polygon(100% 0, 0 0, 100% 100%);border-radius:0px 5px 0px 0px;transition:200ms;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.91728 2.33301C6.98861 2.33348 7.05929 2.34669 7.12598 2.37202C7.19764 2.39504 7.26396 2.43218 7.32103 2.48125C7.37943 2.53622 7.4259 2.60261 7.45756 2.6763L8.63177 5.06371L11.2884 5.45381C11.3645 5.46335 11.4377 5.4893 11.5029 5.52988C11.565 5.56953 11.6214 5.61743 11.6707 5.67227C11.7124 5.7317 11.744 5.7976 11.7643 5.86732C11.7833 5.93195 11.7931 5.99891 11.7935 6.06627C11.7945 6.13854 11.7784 6.21002 11.7467 6.27497C11.7144 6.33838 11.6722 6.3963 11.6219 6.44662L9.68894 8.33276L10.1454 10.9893C10.1601 11.0601 10.1601 11.1331 10.1454 11.2039C10.1292 11.2731 10.1015 11.339 10.0634 11.3989C10.0277 11.4611 9.97919 11.515 9.92105 11.5569C9.80242 11.6419 9.65634 11.6795 9.51144 11.6623C9.4421 11.6521 9.37565 11.6275 9.31639 11.5901L6.91728 10.3515L4.52596 11.5901C4.4667 11.6275 4.40025 11.6521 4.33091 11.6623C4.18602 11.6795 4.03993 11.6419 3.9213 11.5569C3.86317 11.515 3.81463 11.4611 3.77892 11.3989C3.74081 11.339 3.71311 11.2731 3.69699 11.2039C3.68227 11.1331 3.68227 11.0601 3.69699 10.9893L4.15341 8.33276L2.21266 6.45637C2.16394 6.40236 2.12381 6.34118 2.09368 6.27497C2.06362 6.20917 2.04578 6.13846 2.04102 6.06627C2.04088 5.99695 2.05074 5.92798 2.07027 5.86147C2.09099 5.79005 2.12618 5.72366 2.17365 5.66642C2.21755 5.61005 2.27103 5.56185 2.33164 5.52403C2.39717 5.48522 2.4704 5.46125 2.5462 5.45381L5.20278 5.06371L6.39259 2.66459C6.42351 2.59437 6.46945 2.53179 6.52717 2.48125C6.58425 2.43218 6.65057 2.39504 6.72223 2.37202C6.78461 2.34823 6.85054 2.33505 6.91728 2.33301V2.33301Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:90% 10%;background-size:12px}.tutor-course-sidebar-card-pick-plan-label{cursor:pointer;display:grid;align-items:center;position:relative}.tutor-course-sidebar-card-pick-plan-label input[type=radio]{position:absolute;left:20px;width:20px;height:20px;border:2px solid var(--tutor-border-color);z-index:1}.tutor-course-sidebar-card-pick-plan-label input[type=radio]:checked~.tutor-course-sidebar-card-pick-plan-input{background:rgba(var(--tutor-color-primary), 0.15);border-color:var(--tutor-color-primary)}.tutor-course-sidebar-card-pick-plan-label input[type=radio]:checked~.tutor-course-sidebar-card-pick-plan-input:before{opacity:1}.tutor-course-sidebar-card-pick-plan-input{padding:16px 20px;display:grid;align-items:center;grid-template-columns:1fr auto;grid-gap:10px;transition:400ms;padding-left:48px;position:relative}.tutor-course-sidebar-card-pick-plan-input:before{content:"";position:absolute;right:-1px;top:-1px;width:26px;height:26px;background:#3e64de;color:#fff;clip-path:polygon(100% 0, 0 0, 100% 100%);border-radius:0px 5px 0px 0px;transition:200ms;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.91728 2.33301C6.98861 2.33348 7.05929 2.34669 7.12598 2.37202C7.19764 2.39504 7.26396 2.43218 7.32103 2.48125C7.37943 2.53622 7.4259 2.60261 7.45756 2.6763L8.63177 5.06371L11.2884 5.45381C11.3645 5.46335 11.4377 5.4893 11.5029 5.52988C11.565 5.56953 11.6214 5.61743 11.6707 5.67227C11.7124 5.7317 11.744 5.7976 11.7643 5.86732C11.7833 5.93195 11.7931 5.99891 11.7935 6.06627C11.7945 6.13854 11.7784 6.21002 11.7467 6.27497C11.7144 6.33838 11.6722 6.3963 11.6219 6.44662L9.68894 8.33276L10.1454 10.9893C10.1601 11.0601 10.1601 11.1331 10.1454 11.2039C10.1292 11.2731 10.1015 11.339 10.0634 11.3989C10.0277 11.4611 9.97919 11.515 9.92105 11.5569C9.80242 11.6419 9.65634 11.6795 9.51144 11.6623C9.4421 11.6521 9.37565 11.6275 9.31639 11.5901L6.91728 10.3515L4.52596 11.5901C4.4667 11.6275 4.40025 11.6521 4.33091 11.6623C4.18602 11.6795 4.03993 11.6419 3.9213 11.5569C3.86317 11.515 3.81463 11.4611 3.77892 11.3989C3.74081 11.339 3.71311 11.2731 3.69699 11.2039C3.68227 11.1331 3.68227 11.0601 3.69699 10.9893L4.15341 8.33276L2.21266 6.45637C2.16394 6.40236 2.12381 6.34118 2.09368 6.27497C2.06362 6.20917 2.04578 6.13846 2.04102 6.06627C2.04088 5.99695 2.05074 5.92798 2.07027 5.86147C2.09099 5.79005 2.12618 5.72366 2.17365 5.66642C2.21755 5.61005 2.27103 5.56185 2.33164 5.52403C2.39717 5.48522 2.4704 5.46125 2.5462 5.45381L5.20278 5.06371L6.39259 2.66459C6.42351 2.59437 6.46945 2.53179 6.52717 2.48125C6.58425 2.43218 6.65057 2.39504 6.72223 2.37202C6.78461 2.34823 6.85054 2.33505 6.91728 2.33301V2.33301Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:90% 10%;background-size:12px;opacity:0}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-label input[type=radio]{top:24px}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input{display:block;padding-left:16px}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input .input-plan{padding:0 16px;display:grid;align-items:center;grid-template-columns:1fr auto;grid-gap:10px;transition:400ms;position:relative;padding-left:40px}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input .input-plan-details{max-height:0;overflow:hidden;transition:max-height .25s linear}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input .input-plan-details>*:first-child{margin-top:17px}.tutor-course-details-page ul.tutor-course-details-widget-list{padding:0;list-style:none}.tutor-course-details-page .tutor-course-thumbnail img{width:100%;max-height:100%}@media(min-width: 992px){.tutor-course-details-page-main{display:grid;grid-gap:32px;grid-template-columns:8fr 4fr}}@media(min-width: 1200px){.tutor-course-details-page-main{grid-gap:54px}}.tutor-course-content-list{list-style:none;margin:0 -16px;padding:0}.tutor-course-content-list-item{display:flex;justify-content:space-between;align-items:start;gap:8px;font-size:16px;padding:8px 16px;background-color:#fff;transition:background-color 300ms ease-in}.tutor-course-content-list-item:last-child{border-radius:0 0 6px 6px}.tutor-course-content-list-item:hover{background-color:#eff1f6}.tutor-course-content-list-item-title{font-size:16px;font-weight:400;line-height:1.6;margin:0;padding:0}.tutor-course-content-list-item-title a{color:inherit}.tutor-course-content-list-item-icon{color:rgba(var(--tutor-body-color-rgb), 0.35)}.tutor-review-summary-average-rating{font-weight:500;font-size:80px;line-height:81px;color:var(--tutor-body-color)}.tutor-review-summary-rating:not(:last-child){margin-bottom:8px}.tutor-quesanswer-askquestion textarea.tutor-form-control{min-height:72px}.tutor-quesanswer-commentlist{list-style:none}.tutor-quesanswer-commentlist .commentlist-comment{border-radius:6px;position:relative}.tutor-quesanswer-commentlist .commentlist-comment>*{position:relative;z-index:1}.tutor-quesanswer-commentlist .commentlist-comment:before{content:"";position:absolute;width:20px;height:20px;top:-5px;left:15px;background:inherit;clip-path:polygon(0% 0%, 0% 100%, 100% 0%);transform:rotate(45deg);border-radius:3px}.tutor-quesanswer-commentlist .commentlist-comment:after{content:"";position:absolute;inset:0;background:#fff}.tutor-quesanswer-commentlist .commentlist-comment:before,.tutor-quesanswer-commentlist .commentlist-comment:after{opacity:.5}.tutor-quesanswer-commentlist-item-reply .commentlist-comment:before{left:unset;right:15px}.tutor-announcement{border:1px solid var(--tutor-border-color);overflow:hidden;border-radius:6px}.tutor-emptystate img{max-width:100%}.tutor-gradebook-finalgrade{background:#f6f8fd;border:1px solid #e9edfb;box-sizing:border-box;border-radius:6px}.tutor-gradebook-grade-badge{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;font-size:16px;line-height:1.4px;color:var(--tutor-color-primary);border:1px solid var(--tutor-color-primary);border-radius:100px}.tutor-gradebook-grade-badge-lg{width:64px;height:64px;font-size:28px;font-weight:700}.tutor-course-card{height:100%}.tutor-course-card .tutor-card-body{display:flex;flex-direction:column;flex-wrap:nowrap}.tutor-course-card .tutor-course-bookmark{position:absolute;top:12px;right:12px}.tutor-course-card .tutor-course-co-author-badge{position:absolute;top:9px;right:10px;border-radius:4px;font-size:10px;padding:0px 7px;background:#3f51b5;color:#fff}.tutor-course-card .tutor-course-difficulty-level{position:absolute;top:12px;left:12px;background:var(--tutor-color-primary);color:#fff;font-size:12px;line-height:1.4;font-weight:500;padding:4px 8px;border-radius:50px}.tutor-course-card .tutor-course-name{display:block !important;display:-webkit-box !important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.tutor-course-card .tutor-course-name,.tutor-course-card .tutor-course-name a{color:var(--tutor-body-color)}.tutor-course-card .tutor-course-name a:hover{color:var(--tutor-color-primary)}.tooltip-wrap{position:relative;display:inline-block;cursor:pointer}.tooltip-wrap.tooltip-icon{margin-left:4px;color:var(--tutor-color-muted)}.tooltip-wrap.tooltip-icon:after{content:"";font-family:"tutor"}.tooltip-wrap.tutor-d-block{display:block !important}.tooltip-wrap.tutor-d-flex{display:flex !important}.tooltip-wrap .tooltip-txt{position:absolute;max-width:208px;width:max-content;background:var(--tutor-body-color);color:var(--tutor-color-white);padding:10px 15px;text-align:center;border-radius:10px;z-index:100;opacity:0;visibility:hidden;transition:200ms ease-in}.tooltip-wrap .tooltip-txt::after{content:"";position:absolute;border:5px solid rgba(0,0,0,0)}.tooltip-wrap:hover .tooltip-txt{opacity:1;visibility:visible;filter:blur(0px)}.tooltip-wrap .tooltip-top{bottom:calc(100% + 8px)}.tooltip-wrap .tooltip-top::after{top:100%;left:50%;margin-left:-5px;border-top-color:var(--tutor-body-color)}.tooltip-wrap .tooltip-bottom{top:calc(100% + 8px)}.tooltip-wrap .tooltip-bottom::after{bottom:100%;left:50%;margin-left:-5px;border-bottom-color:var(--tutor-body-color)}.tooltip-wrap .tooltip-top,.tooltip-wrap .tooltip-bottom{left:50%;transform:translateX(-50%)}.tooltip-wrap .tooltip-left,.tooltip-wrap .tooltip-right{top:-5px}.tooltip-wrap .tooltip-left::after,.tooltip-wrap .tooltip-right::after{top:18px;margin-top:-5px}.tooltip-wrap .tooltip-left.arrow-center,.tooltip-wrap .tooltip-right.arrow-center{top:50%;transform:translateY(-50%)}.tooltip-wrap .tooltip-left.arrow-center::after,.tooltip-wrap .tooltip-right.arrow-center::after{top:50%;transform:translateY(-50%);margin-top:unset}.tooltip-wrap .tooltip-right{left:calc(100% + 8px)}.tooltip-wrap .tooltip-right::after{right:100%;border-right-color:var(--tutor-body-color)}.tooltip-wrap .tooltip-left{right:calc(100% + 8px)}.tooltip-wrap .tooltip-left::after{left:100%;border-left-color:var(--tutor-body-color)}.tooltip-wrap .tooltip-top{transform:translateX(-50%) translateY(-2px)}.tooltip-wrap .tooltip-bottom{transform:translateX(-50%) translateY(2px)}.tooltip-wrap .tooltip-right{transform:translateX(2px)}.tooltip-wrap .tooltip-left{transform:translateX(-2px)}.tooltip-wrap:hover .tooltip-top{transform:translateX(-50%) translateY(0)}.tooltip-wrap:hover .tooltip-bottom{transform:translateX(-50%) translateY(0)}.tooltip-wrap:hover .tooltip-right{transform:translateX(0)}.tooltip-wrap:hover .tooltip-left{transform:translateX(0)}.tooltip-wrap:hover .arrow-center.tooltip-right{transform:translateY(-50%) translateX(0px)}.tooltip-wrap:hover .arrow-center.tooltip-left{transform:translateY(-50%) translateX(0px)}.tooltip-wrap .arrow-center.tooltip-right{transform:translateY(-50%) translateX(2px)}.tooltip-wrap .arrow-center.tooltip-left{transform:translateY(-50%) translateX(-2px)}.tutor-download-certificate{max-width:750px;display:grid;margin:auto}.tutor-certificate-demo{max-width:730px;height:auto;overflow:hidden}.tutor-certificate-demo img{width:100%}.tutor-certificate-info{display:grid;grid-template-columns:repeat(4, 1fr)}@media(max-width: 650px){.tutor-certificate-info{grid-template-columns:repeat(2, 1fr)}.tutor-certificate-info .tutor-info-issued,.tutor-certificate-info .tutor-info-issued-date{padding-top:10px}.tutor-certificate-info .tutor-info-id-name,.tutor-certificate-info .tutor-info-expiration-name,.tutor-certificate-info .tutor-info-issued-name,.tutor-certificate-info .tutor-info-date-name{font-size:13px}.tutor-certificate-info .tutor-info-id-details,.tutor-certificate-info .tutor-info-expiration-value,.tutor-certificate-info .tutor-info-issued-value,.tutor-certificate-info .tutor-info-date-details{font-size:18px}}@media(max-width: 400px){.tutor-certificate-info{grid-template-columns:repeat(1, 1fr)}.tutor-certificate-info .tutor-info-expiration{padding-top:10px}}.tutor-dc-button-group{position:absolute;right:20px;top:210px}@media(min-width: 992px){.tutor-download-certificate{padding-top:100px;padding-bottom:200px}}@media(min-width: 992px)and (max-width: 1200px){.tutor-dc-button-group{top:200px}}@media(max-width: 991px){.tutor-dc-button-group{right:0px;top:125px}}@media(min-width: 768px)and (max-width: 1200px){.tutor-certificate-demo{max-width:570px}}@media(min-width: 577px)and (max-width: 767px){.tutor-certificate-demo{max-width:420px}}@media(max-width: 576px){.tutor-certificate-demo{max-width:82%}}.tutor-dc-button-group .tooltip-txt.tooltip-left{top:unset;right:calc(100% + 19px)}.tutor-app-process-image{max-width:920px;height:auto;overflow:hidden}.tutor-app-process-image img{width:100%;border-radius:10px}.tutor-ins-app-title{max-width:570px}@media(max-width: 767px){span.tutor-app-process-title{font-size:28px}span.tutor-app-process-subtitle{font-size:16px}}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon::before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{box-sizing:content-box;position:absolute;border:8px solid rgba(0,0,0,0);height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0;width:100%}.react-datepicker{font-family:"Helvetica Neue",helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 2px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:bold;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *::before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next::before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous::before{transform:rotate(225deg);right:-7px}.tutor-react-datepicker .react-datepicker-popper{z-index:99999}.tutor-react-datepicker .datepicker-header-custom{display:flex;gap:2px;justify-content:space-between;margin:0}.tutor-react-datepicker .dropdown-container{position:relative}.tutor-react-datepicker .dropdown-container .dropdown-label{display:flex;align-items:center;font-weight:500;font-size:20px;line-height:140%;color:var(--tutor-body-color);border-radius:8px;padding:8px 10px;cursor:pointer}.tutor-react-datepicker .dropdown-container .dropdown-label:hover{color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb), 0.15)}.tutor-react-datepicker .dropdown-container .dropdown-label:hover>svg path{stroke:var(--tutor-color-primary)}.tutor-react-datepicker .dropdown-container>ul{padding:0;margin:0;list-style:none}.tutor-react-datepicker .dropdown-container .dropdown-list{text-align:left;position:absolute;left:50%;top:calc(100% - 8px);transform:translateX(-50%) translateY(-4px);min-width:71px;max-width:112px;min-height:200px;max-height:322px;max-height:258px;overflow-y:auto;background:#fff;border:1px solid #e0e2ea;box-sizing:border-box;box-shadow:0px 10px 14px rgba(0,0,0,.12);border-radius:6px;z-index:9;transition:200ms ease-out;opacity:0;visibility:hidden;--scrollbarBG: rgba(205, 207, 213, 0);--thumbBG: #d2dbf5;scrollbar-width:thin;scrollbar-color:var(--thumbBG) var(--scrollbarBG)}.tutor-react-datepicker .dropdown-container .dropdown-list::-webkit-scrollbar{width:4px}.tutor-react-datepicker .dropdown-container .dropdown-list::-webkit-scrollbar-track{background:var(--scrollbarBG)}.tutor-react-datepicker .dropdown-container .dropdown-list::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border-radius:30px}.tutor-react-datepicker .dropdown-container .dropdown-list li{font-weight:normal;font-size:15px;line-height:160%;color:var(--tutor-body-color);padding:4px 10px}.tutor-react-datepicker .dropdown-container .dropdown-list li:hover{color:var(--tutor-color-primary);background:#f6f8fd;cursor:pointer}.tutor-react-datepicker .dropdown-container .dropdown-list li.is-current{color:#fff;background:var(--tutor-color-primary)}.tutor-react-datepicker .dropdown-container.dropdown-months .dropdown-list li{padding:4px 14px}.tutor-react-datepicker .dropdown-container.is-active .dropdown-list{transform:translateX(-50%) translateY(0px);opacity:1;visibility:visible}.tutor-react-datepicker .dropdown-container.is-active .dropdown-label{color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb), 0.15)}.tutor-react-datepicker .dropdown-container.is-active .dropdown-label>svg path{stroke:var(--tutor-color-primary)}.tutor-react-datepicker .navigation-icon{display:flex;gap:2px}.tutor-react-datepicker .navigation-icon button{position:relative;width:36px;height:36px;padding:0;outline:none;border:none;display:flex;align-items:center;background:rgba(0,0,0,0);cursor:pointer}.tutor-react-datepicker .navigation-icon button:hover>svg path{fill:var(--tutor-color-primary)}.tutor-react-datepicker .react-datepicker{background:#fff;border:1px solid var(--tutor-border-color);box-sizing:border-box;box-shadow:0px 6px 20px rgba(28,49,104,.1);border-radius:6px;min-width:350px;display:flex}.tutor-react-datepicker .react-datepicker__custom-wrapper{width:100%}.tutor-react-datepicker .react-datepicker__month-container{float:unset;width:100%;min-width:348px}.tutor-react-datepicker .react-datepicker__header{background:rgba(0,0,0,0);border-bottom:none;padding:0}.tutor-react-datepicker .react-datepicker__week:not(:first-child){margin-top:15px}.tutor-react-datepicker .react-datepicker__day-names,.tutor-react-datepicker .react-datepicker__week{display:flex;justify-content:space-between}.tutor-react-datepicker .react-datepicker__day-name{font-weight:normal;font-size:13px;line-height:138%;text-align:center;color:#9ca0ac}.tutor-react-datepicker .react-datepicker__day{cursor:pointer;font-weight:500;font-size:15px;line-height:160%;text-align:center;color:#41454f;border-radius:6px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;margin:0;padding:0;transition:100ms}.tutor-react-datepicker .react-datepicker__day:not(.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected,.react-datepicker__day--range-start,.react-datepicker__day--in-range):hover{color:var(--tutor-color-primary);background:#e9edfb;color:#41454f;background:#f6f8fd;box-shadow:0 0 0 1px #d2dbf5}.tutor-react-datepicker .react-datepicker__day--selected{background:var(--tutor-color-primary);color:#fff}.tutor-react-datepicker .react-datepicker__day--keyboard-selected{background:rgba(var(--tutor-color-primary-rgb), 0.8);color:#fff}.tutor-react-datepicker .react-datepicker__day-names{margin:0;margin-top:26px}.tutor-react-datepicker .react-datepicker__day--outside-month,.tutor-react-datepicker .react-datepicker__day--disabled{color:#b4b7c0}.tutor-react-datepicker .react-datepicker__day-name,.tutor-react-datepicker .react-datepicker__month{padding:0;margin:0}.tutor-react-datepicker .react-datepicker__header,.tutor-react-datepicker .react-datepicker__month,.tutor-react-datepicker .react-datepicker__timepicker{padding:10px 20px}.tutor-react-datepicker .react-datepicker__month{padding-bottom:20px}.tutor-react-datepicker .react-datepicker__time-container{float:unset;width:unset;border-left:1px solid #c0c3cb}.rtl .tutor-react-datepicker .react-datepicker__time-container{border-left:0;border-right:1px solid #c0c3cb}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input{margin-left:0}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input>input{background:#fff;border:1px solid #c0c3cb;box-sizing:border-box;border-radius:6px;font-weight:normal;font-size:16px;line-height:162%;color:#212327;height:40px;padding:4px 10px;transition:200ms ease-out}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input>input::-webkit-calendar-picker-indicator{font-size:24px;padding:0;display:flex;align-items:center;justify-content:center;margin-left:20px}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input>input:focus-visible{outline:none;border-color:var(--tutor-color-primary)}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__caption{display:none}.tutor-react-datepicker .react-datepicker__time-list{height:calc(276px + .85rem) !important;overflow:auto}.tutor-react-datepicker .react-datepicker__time-list-item{height:40px !important;padding:11px 10px !important}.tutor-react-datepicker__selects-range .react-datepicker__navigation{--pd: 15px;top:18px}.tutor-react-datepicker__selects-range .react-datepicker__navigation--next{right:var(--pd)}.tutor-react-datepicker__selects-range .react-datepicker__navigation--previous{left:var(--pd)}.tutor-react-datepicker__selects-range .react-datepicker__navigation:hover *::before{border-color:var(--tutor-color-primary)}.tutor-react-datepicker__selects-range .react-datepicker__day{position:relative;z-index:1}.tutor-react-datepicker__selects-range .react-datepicker__day:before{content:"";position:absolute;inset:1px -50%;box-shadow:0px 1px 0px 0px #d2dbf5,0px -1px 0px 0px #d2dbf5;background:#f6f8fd;z-index:-1;opacity:0;transition:100ms}.tutor-react-datepicker__selects-range .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--selecting-range-start){background:#f6f8fd;color:#41454f}.tutor-react-datepicker__selects-range .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--selecting-range-start){box-shadow:0 0 0 1px #d2dbf5}.tutor-react-datepicker__selects-range .react-datepicker__day--range-start,.tutor-react-datepicker__selects-range .react-datepicker__day--range-end{background:var(--tutor-color-primary);color:#fff}.tutor-react-datepicker__selects-range .react-datepicker__day--range-start::after,.tutor-react-datepicker__selects-range .react-datepicker__day--range-end::after{content:"";position:absolute;inset:0;z-index:-1;background:var(--tutor-color-primary);border-radius:6px}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range::before{opacity:1}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range__day--range-start,.tutor-react-datepicker__selects-range .react-datepicker__day--in-range__day--range-end{background:var(--tutor-color-primary);color:#fff}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range:first-child:before{left:0}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range:last-child:before{right:0}.tutor-react-datepicker__selects-range .react-datepicker__day--range-start.react-datepicker__day--in-range:before{left:50%}.tutor-react-datepicker__selects-range .react-datepicker__day--range-end.react-datepicker__day--in-range:before{right:50%}.tutor-react-datepicker__selects-range .react-datepicker__header{padding:20px 20px 10px 20px}.tutor-react-datepicker__selects-range .react-datepicker__current-month{font-weight:500;font-size:16px;line-height:26px;text-align:center;color:#212327}.tutor-react-datepicker__selects-range .react-datepicker__custom-footer{display:flex;align-items:center;justify-content:space-between;padding:15px 24px;font-weight:500;font-size:13px;line-height:162%;color:#9ca0ac;border-top:1px solid #e3e6eb}.tutor-react-datepicker__selects-range .react-datepicker__custom-footer .tutor-btns{display:flex;align-items:center;grid-gap:10px}.tutor-react-datepicker__selects-range .react-datepicker__custom-footer .tutor-btn:not(.tutor-btn-icon).tutor-btn-md{padding:7px 16.8px}.tutor-screen-frontend-dashboard .tutor-react-datepicker .react-datepicker__input-container input:focus{border-color:var(--tutor-color-primary)}.react-datepicker__input-container{position:relative}.react-datepicker__input-container .react-datepicker__close-icon{position:absolute;cursor:pointer;outline:0;border:none;height:20px;width:20px;right:10px;top:50%;transform:translateY(-50%);border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 !important;--color: hsl(0, 0%, 70%);background:var(--color) !important;color:#fff;border-color:var(--color) !important}.rtl .react-datepicker__input-container .react-datepicker__close-icon{right:auto;left:10px}.react-datepicker__input-container .react-datepicker__close-icon:hover{--color: hsl(0, 0%, 50%);background:var(--color) !important;border-color:var(--color) !important}.react-datepicker__input-container .react-datepicker__close-icon:after{content:"×";margin-top:-2px}.tutor-pagination{display:flex;align-items:center;justify-content:space-between;flex-direction:column;background:rgba(0,0,0,0);border:1px solid var(--tutor-border-color);border-radius:6px;padding:7px 18px}@media(min-width: 768px){.tutor-pagination{flex-direction:row}}.tutor-pagination ul.tutor-pagination-numbers{list-style:none;display:flex;align-items:center;gap:11px;padding:0;margin:0}@media(max-width: 767.98px){.tutor-pagination ul.tutor-pagination-numbers{margin-top:10px;gap:10px}}.tutor-pagination ul.tutor-pagination-numbers a{text-decoration:none;color:inherit}.tutor-pagination ul.tutor-pagination-numbers .page-numbers{color:var(--tutor-body-color);display:flex;align-items:center;justify-content:center;position:relative;padding:0 5px}.tutor-pagination ul.tutor-pagination-numbers .page-numbers:hover{color:var(--tutor-color-primary)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers a{padding:1px 6px}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next{padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(var(--tutor-color-primary-rgb), 0.1);border-radius:6px;transition:all 150ms linear}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev:hover,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next:hover{color:var(--tutor-color-white);background:var(--tutor-color-primary)}@media(min-width: 1200px){.tutor-pagination ul.tutor-pagination-numbers .page-numbers{--margin: 32px}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev{margin-right:var(--margin)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next{margin-left:var(--margin)}}.tutor-pagination ul.tutor-pagination-numbers .page-numbers:before{content:"";position:absolute;width:100%;height:2px;background:var(--tutor-color-primary);bottom:calc(0% - 12px);left:0;transform:scaleY(0);transform-origin:bottom;transition:transform 100ms linear}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current{color:var(--tutor-color-primary)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current:before{transform:scaleY(1)}.tutor-pagination[data-tutor_pagination_ajax]{position:relative}.tutor-pagination[data-tutor_pagination_ajax]:not(.is-ajax-pagination-enabled)::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;display:block;z-index:99;background:#000;border-radius:inherit;opacity:.03}.tutor-dropdown-select{display:flex;position:relative}.tutor-dropdown-select label{cursor:pointer}.tutor-dropdown-select input[type=radio]{display:none}.tutor-dropdown-select h3,.tutor-dropdown-select h5{margin:0 !important}.tutor-dropdown-select-options-container{width:100%;max-height:290px;overflow-y:auto;transition:all 100ms;order:1;position:absolute;top:calc(100% + 5px);z-index:10;background:#fff;border:1px solid var(--tutor-border-color);box-shadow:0px 6px 20px rgba(28,49,104,.1);border-radius:6px;opacity:0;visibility:hidden}.tutor-dropdown-select-options-container.is-active{opacity:1;visibility:visible}.tutor-dropdown-select-options-container.is-active+.tutor-dropdown-select-selected::after{transform:translateY(-50%) rotateX(180deg);transform:translateY(-50%) rotate(-180deg)}.tutor-dropdown-select-selected{margin-bottom:12px;position:relative;width:100%;background:#fff;border:1px solid var(--tutor-border-color);border-radius:6px;order:0}.tutor-dropdown-select-selected::after{content:"";font-family:"tutor" !important;position:absolute;right:8px;top:50%;transition:transform 200ms linear;transform:translateY(-50%);color:#7a7a7a}.tutor-dropdown-select-option{padding:8px 19px;cursor:pointer}.tutor-dropdown-select-option:hover{background:#eff1f6}.tutor-dropdown-select-option:last-child{border-top:1px solid #cdcfd5}.tutor-dropdown-select-selected{font-size:16px;font-weight:400;line-height:1.4;padding:10px 16px;cursor:pointer}.tutor-dropdown-select-selected>div:first-child{color:var(--tutor-body-color)}.tutor-dropdown-select-options-container.is-active+.tutor-dropdown-select-selected{border-color:var(--tutor-color-primary)}.tutor-form-group-select-sm .tutor-dropdown-select{height:40px}.tutor-form-group-select-md .tutor-dropdown-select{height:48px}.tutor-form-group-select-lg .tutor-dropdown-select{height:54px}.tutor-dropdown{list-style:none;padding:0;position:absolute;top:calc(100% - 4px);padding:8px 0px;background-color:var(--tutor-color-white);border:1px solid var(--tutor-border-color);box-shadow:0px 6px 20px rgba(28,49,104,.1);border-radius:4px;display:none;z-index:1025;right:0}.tutor-dropdown>li{padding:0;margin:0}.tutor-dropdown-item{display:block;padding:8px 16px;color:var(--tutor-color-secondary);font-size:16px;font-weight:500;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0)}.tutor-dropdown-item:hover,.tutor-dropdown-item:focus{color:var(--tutor-color-primary);background-color:rgba(var(--tutor-color-primary-rgb), 0.1)}.tutor-dropdown-item.is-active{color:var(--tutor-color-primary);background-color:rgba(var(--tutor-color-primary-rgb), 0.1)}.tutor-dropdown-dark{background-color:#212327;border:1px solid #212327}.tutor-dropdown-dark .tutor-dropdown-item,.tutor-dropdown-dark .tutor-dropdown-item:hover,.tutor-dropdown-dark .tutor-dropdown-item:focus{color:#fff}.tutor-dropdown-dark .tutor-dropdown-item:hover,.tutor-dropdown-dark .tutor-dropdown-item:focus{background-color:#41454f}.tutor-dropdown-dark .tutor-dropdown-item.is-active{color:#fff;background-color:#41454f}.tutor-dropdown-parent{position:relative}.tutor-dropdown-parent.is-open .tutor-dropdown{display:block}.tutor-notification{border:1px solid var(--tutor-border-color);padding:16px 20px;box-sizing:border-box;border-radius:10px;display:flex;align-items:center;width:340px;position:relative;overflow-wrap:anywhere;background:var(--tutor-color-white)}.tutor-notification.tutor-bg-primary{border-color:var(--tutor-color-primary)}.tutor-notification.tutor-bg-success{border-color:var(--tutor-color-success)}.tutor-notification.tutor-bg-warning{border-color:var(--tutor-color-warning)}.tutor-notification.tutor-bg-danger{border-color:var(--tutor-color-color)}.tutor-notification-icon{color:var(--tutor-color-primary);font-size:32px;margin-right:16px}.tutor-notification-content{font-size:14px;line-height:18px;flex-grow:1;color:var(--tutor-color-muted)}.tutor-notification-content h5{font-size:16px;font-weight:500;margin:0;line-height:26px;color:var(--tutor-color-primary)}.tutor-notification-content p{margin:0}.tutor-notification-close{border:none;background:none;position:absolute;padding:5px;right:6px;top:6px;color:var(--tutor-border-color);transition:200ms;outline:none;cursor:pointer}.tutor-notification-close:hover{color:var(--tutor-body-color)}.tutor-notification-close span{display:block;font-size:16px}.tutor-alert{font-size:16px;border-radius:6px;margin-bottom:16px;display:grid;padding:13px 16px;grid-gap:24px;background:var(--tutor-color-white);border:1px solid var(--tutor-border-color)}@media(min-width: 576px){.tutor-alert{grid-template-columns:1fr auto}}.tutor-alert.tutor-primary{background:#ffffff;color:#41454F;border:1px solid rgba(var(--tutor-color-primary-rgb), 0.7)}.tutor-alert.tutor-primary .tutor-alert-icon{color:var(--tutor-color-primary)}.tutor-alert.tutor-primary .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb), 0.15);border:1px solid rgba(var(--tutor-color-primary-rgb), 0.3)}.tutor-alert.tutor-success{background:#ffffff;color:#41454F;border:1px solid rgba(var(--tutor-color-success-rgb), 0.7)}.tutor-alert.tutor-success .tutor-alert-icon{color:var(--tutor-color-success)}.tutor-alert.tutor-success .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-success);background:rgba(var(--tutor-color-success-rgb), 0.15);border:1px solid rgba(var(--tutor-color-success-rgb), 0.3)}.tutor-alert.tutor-danger{background:#ffffff;color:#41454F;border:1px solid rgba(var(--tutor-color-danger-rgb), 0.7)}.tutor-alert.tutor-danger .tutor-alert-icon{color:var(--tutor-color-danger)}.tutor-alert.tutor-danger .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-danger);background:rgba(var(--tutor-color-danger-rgb), 0.15);border:1px solid rgba(var(--tutor-color-danger-rgb), 0.3)}.tutor-alert.tutor-warning{background:#ffffff;color:#41454F;border:1px solid rgba(var(--tutor-color-warning-rgb), 0.7)}.tutor-alert.tutor-warning .tutor-alert-icon{color:var(--tutor-color-warning)}.tutor-alert.tutor-warning .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-warning);background:rgba(var(--tutor-color-warning-rgb), 0.15);border:1px solid rgba(var(--tutor-color-warning-rgb), 0.3)}.tutor-alert .tutor-alert-text{color:var(--tutor-color-secondary);display:flex}@media(min-width: 768px){.tutor-alert .tutor-alert-text{align-items:center}}.tutor-alert .alert-btn-group{display:flex;justify-self:flex-end;align-items:center;grid-gap:10px}.tutor-alert .tutor-btn:not(.tutor-btn-icon).tutor-btn-sm{padding:7.5px 13px}.tutor-alert .tutor-btn.tutor-btn-outline-primary{border-color:var(--tutor-border-color)}.tutor-alert .tutor-alert-close{cursor:pointer}@media(max-width: 575.98px){.tutor-alert .tutor-alert-close{display:none}}.tutor-large-notification{display:flex;box-shadow:0px 2px 4px rgba(0,0,0,.05);backdrop-filter:blur(24px);position:relative;background:#fff;border:1px solid var(--tutor-border-color)}@media(min-width: 1200px){.tutor-large-notification{padding-right:90px}}.tutor-large-notification-icon{font-size:32px;margin-right:20px}.tutor-large-notification-btns .tutor-btn:not(.tutor-btn-icon).tutor-btn-sm{padding:8px 12px}.tutor-large-notification-btns>*:not(:last-child){margin-right:10px}.tutor-large-notification .tutor-noti-close{position:absolute;top:16px;right:13px;cursor:pointer}.tutor-large-notification.tutor-large-notification-primary .tutor-large-notification-icon{color:var(--tutor-color-primary)}.tutor-large-notification.tutor-large-notification-primary .tutor-large-notification-title{color:var(--tutor-color-primary)}.tutor-large-notification.tutor-large-notification-primary .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-primary-rgb), 0.3);background:rgba(var(--tutor-color-primary-rgb), 0.15);color:var(--tutor-color-primary)}.tutor-large-notification.tutor-large-notification-success .tutor-large-notification-icon{color:var(--tutor-color-success)}.tutor-large-notification.tutor-large-notification-success .tutor-large-notification-title{color:var(--tutor-color-success)}.tutor-large-notification.tutor-large-notification-success .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-success-rgb), 0.3);background:rgba(var(--tutor-color-success-rgb), 0.15);color:var(--tutor-color-success)}.tutor-large-notification.tutor-large-notification-warning .tutor-large-notification-icon{color:var(--tutor-color-warning)}.tutor-large-notification.tutor-large-notification-warning .tutor-large-notification-title{color:var(--tutor-color-warning)}.tutor-large-notification.tutor-large-notification-warning .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-warning-rgb), 0.3);background:rgba(var(--tutor-color-warning-rgb), 0.15);color:var(--tutor-color-warning)}.tutor-large-notification.tutor-large-notification-danger .tutor-large-notification-icon{color:var(--tutor-color-danger)}.tutor-large-notification.tutor-large-notification-danger .tutor-large-notification-title{color:var(--tutor-color-danger)}.tutor-large-notification.tutor-large-notification-danger .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-danger-rgb), 0.3);background:rgba(var(--tutor-color-danger-rgb), 0.15);color:var(--tutor-color-danger)}.tutor-nav{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap}.tutor-nav>li{line-height:1.6;position:relative;margin:0;padding:0}.tutor-nav-link{font-size:16px;font-weight:400;padding:8px 20px;display:flex;align-items:center;color:var(--tutor-color-secondary);cursor:pointer}.tutor-nav-link,.tutor-nav-link:focus,.tutor-nav-link:hover,.tutor-nav-link:active{background:rgba(0,0,0,0);text-decoration:none;line-height:1.6;box-shadow:none;outline:0}.tutor-nav-link:hover{color:var(--tutor-color-primary)}.tutor-nav-link.is-active{color:var(--tutor-color-primary)}.tutor-nav .tutor-nav-more{margin-left:auto !important}.tutor-nav .tutor-nav-more-icon{font-size:12px;margin-left:4px;color:var(--tutor-color-primary);transform:rotate(-45deg);transition:transform 200ms ease-in}.tutor-nav .tutor-nav-more.tutor-nav-opened .tutor-dropdown{display:block}.tutor-nav .tutor-nav-more.tutor-nav-opened .tutor-nav-more-icon{transform:rotate(0deg)}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs){border-bottom:1px solid var(--tutor-border-color)}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link{border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-1px}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link.is-active{border-bottom-color:var(--tutor-color-primary)}.tutor-nav-pills{border-bottom:0}.tutor-nav-pills .tutor-nav-item:not(:last-child){margin-right:4px}.tutor-nav-pills .tutor-nav-link{border-radius:6px}.tutor-nav-pills .tutor-nav-link:hover{color:var(--tutor-color-secondary);background-color:#edf0f9}.tutor-nav-pills .tutor-nav-link.is-active{background-color:var(--tutor-color-primary);color:#fff;margin-bottom:0}.tutor-nav-tabs{background-color:#fafafb;border-bottom:1px solid #cdcfd5;border-radius:6px 6px 0px 0px}.tutor-nav-tabs .tutor-nav-link{position:relative;border-right:1px solid var(--tutor-border-color);border-top:2px solid rgba(0,0,0,0);border-bottom:1px solid var(--tutor-border-color);margin-top:-1px;margin-bottom:-1px;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;padding:16px 32px}.tutor-nav-tabs .tutor-nav-link.is-active{background-color:#fff;border-top-color:var(--tutor-color-primary);border-bottom-color:#fff}.tutor-nav-tabs .tutor-nav-item{align-items:stretch;display:flex;flex:1 1 auto}.tutor-nav-tabs .tutor-nav-item:first-child .tutor-nav-link{border-radius:5px 0 0 0}.tutor-nav-tabs .tutor-nav-item:last-child .tutor-nav-link{border-radius:0 5px 0 0;border-right:0}.tutor-nav-tabs-container{background-color:#fff;border:1px solid var(--tutor-border-color);border-radius:6px}.tutor-nav-v{flex-direction:column;border-bottom:0}.tutor-nav-v .tutor-nav-item{margin-right:0}.tutor-nav-v .tutor-nav-item:not(:last-child){margin-bottom:4px}.tutor-nav-admin{border-bottom:0 !important}.tutor-nav-admin .tutor-nav-item{margin:0}.tutor-nav-admin .tutor-nav-link{padding:20px 16px}.tutor-tab-item:not(.is-active){display:none}.tutor-widget-title{font-size:20px;font-weight:500;color:var(--tutor-body-color);margin:0 0 24px}.tutor-list{list-style:none;padding:0;margin:0}.tutor-list-item{position:relative;display:block;font-size:16px;color:var(--tutor-body-color);text-decoration:none}.tutor-list-item:not(:last-child){margin-bottom:16px}.tutor-list-item label{display:flex;align-items:center;margin:0;padding:0;cursor:pointer}.tutor-list-item label input[type=checkbox]{margin-right:16px}.tutor-progress-bar{position:relative;width:100%;height:4px;background:#e3e5eb;border-radius:10px;overflow:hidden}.tutor-progress-value{background:var(--tutor-color-primary);position:absolute;width:var(--tutor-progress-value);height:100%}.tutor-progress-circle{--w: 24px;--pd: 3px;position:relative;width:var(--w);height:var(--w);padding:var(--pd);border-radius:50%;background:conic-gradient(var(--tutor-color-primary) var(--pro), 0, rgba(var(--tutor-color-primary-rgb), 0.15) 100%)}.tutor-progress-circle:before{content:"";position:absolute !important;inset:calc(0% + var(--pd));border-radius:50%;background:#fff}:root{--tutor-text-size: 16px;--tutor-color-white:	#ffffff;--tutor-color-success:	#24A148;--tutor-color-success-rgb:	36, 161, 72;--tutor-color-warning:	#ED9700;--tutor-color-warning-rgb:	237, 151, 0;--tutor-color-danger:	#F44337;--tutor-color-danger-rgb:	244, 67, 55;--tutor-color-secondary:	#41454F;--tutor-color-subdued:	#5B616F;--tutor-color-hints:	#767C8E;--tutor-color-muted:	#757c8e;--tutor-color-gray:	#e3e5eb;--tutor-color-gray-10:	#eff1f6}.tutor-color-black{color:var(--tutor-body-color)}.tutor-color-white{color:#ffffff}.tutor-color-primary{color:var(--tutor-color-primary)}.tutor-color-success{color:#24A148}.tutor-color-warning{color:#ED9700}.tutor-color-danger{color:#F44337}.tutor-color-secondary{color:#41454F}.tutor-color-muted{color:#757c8e}.tutor-color-subdued{color:#5B616F}.tutor-color-hints{color:#767C8E}.tutor-color-gray-20{color:#e3e5eb}.tutor-color-gray-10{color:#eff1f6}.tutor-bg-black{background-color:var(--tutor-body-color)}.tutor-bg-white{background-color:#ffffff}.tutor-bg-primary{background-color:var(--tutor-color-primary)}.tutor-bg-success{background-color:#24A148}.tutor-bg-warning{background-color:#ED9700}.tutor-bg-danger{background-color:#F44337}.tutor-bg-secondary{background-color:#41454F}.tutor-bg-muted{background-color:#757c8e}.tutor-bg-subdued{background-color:#5B616F}.tutor-bg-hints{background-color:#767C8E}.tutor-bg-gray-20{background-color:#e3e5eb}.tutor-bg-gray-10{background-color:#eff1f6}.text-regular-body{font-weight:400;font-size:16px;line-height:162%}.tutor-text-regular-body{font-weight:400;font-size:16px;line-height:162%}.text-regular-caption{font-weight:400;font-size:15px;line-height:160%}.tutor-text-regular-caption{font-weight:400;font-size:15px;line-height:160%}.text-regular-small,.text-body{font-weight:400;font-size:13px;line-height:138%}.tutor-text-regular-small{font-weight:400;font-size:13px;line-height:138%}.text-regular-tiny{font-weight:400;font-size:11px;line-height:145%}.tutor-text-regular-tiny{font-weight:400;font-size:11px;line-height:145%}.text-medium-h1{font-weight:500;font-size:80px;line-height:101%}.tutor-text-medium-h1{font-weight:500;font-size:80px;line-height:101%}.text-medium-h2{font-weight:500;font-size:60px;line-height:117%}.tutor-text-medium-h2{font-weight:500;font-size:60px;line-height:117%}.text-medium-h3{font-weight:500;font-size:40px;line-height:120%}.tutor-text-medium-h3{font-weight:500;font-size:40px;line-height:120%}.text-medium-h4{font-weight:500;font-size:30px;line-height:123%}.tutor-text-medium-h4{font-weight:500;font-size:30px;line-height:123%}.text-medium-h5{font-weight:500;font-size:24px;line-height:142%}.tutor-text-medium-h5{font-weight:500;font-size:24px;line-height:142%}.text-medium-h6{font-weight:500;font-size:20px;line-height:140%}.tutor-text-medium-h6{font-weight:500;font-size:20px;line-height:140%}.text-medium-body{font-weight:500;font-size:16px;line-height:162%}.tutor-text-medium-body{font-weight:500;font-size:16px;line-height:162%}.text-medium-caption,.tutor-instructor-filter .course-category-filter .tutor-form-check label.text-medium-caption{font-weight:500;font-size:15px;line-height:160%}.tutor-text-medium-caption{font-weight:500;font-size:15px;line-height:160%}.text-medium-small{font-weight:500;font-size:13px;line-height:162%}.tutor-text-medium-small{font-weight:500;font-size:13px;line-height:162%}.text-medium-tiny{font-weight:500;font-size:11px;line-height:145%}.tutor-text-medium-tiny{font-weight:500;font-size:11px;line-height:145%}.text-semi-h1{font-weight:600;font-size:80px;line-height:101%}.tutor-text-semi-h1{font-weight:600;font-size:80px;line-height:101%}.text-semi-h2{font-weight:600;font-size:60px;line-height:117%}.tutor-text-semi-h2{font-weight:600;font-size:60px;line-height:117%}.text-semi-h3{font-weight:600;font-size:40px;line-height:120%}.tutor-text-semi-h3{font-weight:600;font-size:40px;line-height:120%}.text-semi-h4{font-weight:600;font-size:30px;line-height:123%}.tutor-text-semi-h4{font-weight:600;font-size:30px;line-height:123%}.text-semi-h5{font-weight:600;font-size:24px;line-height:142%}.tutor-text-semi-h5{font-weight:600;font-size:24px;line-height:142%}.text-semi-h6{font-weight:600;font-size:20px;line-height:150%}.tutor-text-semi-h6{font-weight:600;font-size:20px;line-height:150%}.text-semi-caption{font-weight:600;font-size:15px;line-height:165%}.tutor-text-semi-caption{font-weight:600;font-size:15px;line-height:165%}.text-semi-small{font-weight:600;font-size:13px;line-height:128%}.tutor-text-semi-small{font-weight:600;font-size:13px;line-height:128%}.text-bold-h1{font-weight:700;font-size:80px;line-height:101%}.tutor-text-bold-h1{font-weight:700;font-size:80px;line-height:101%}.text-bold-h2{font-weight:700;font-size:60px;line-height:117%}.tutor-text-bold-h2{font-weight:700;font-size:60px;line-height:117%}.text-bold-h3{font-weight:700;font-size:40px;line-height:120%}.tutor-text-bold-h3{font-weight:700;font-size:40px;line-height:120%}.text-bold-h4{font-weight:700;font-size:30px;line-height:123%}.tutor-text-bold-h4{font-weight:700;font-size:30px;line-height:123%}.text-bold-h5{font-weight:700;font-size:24px;line-height:142%}.tutor-text-bold-h5{font-weight:700;font-size:24px;line-height:142%}.text-bold-h6{font-weight:700;font-size:20px;line-height:150%}.tutor-text-bold-h6{font-weight:700;font-size:20px;line-height:150%}.text-bold-body{font-weight:700;font-size:16px;line-height:162%}.tutor-text-bold-body{font-weight:700;font-size:16px;line-height:162%}.text-bold-caption{font-weight:700;font-size:15px;line-height:160%}.tutor-text-bold-caption{font-weight:700;font-size:15px;line-height:160%}.text-bold-small{font-weight:700;font-size:13px;line-height:162%}.tutor-text-bold-small{font-weight:700;font-size:13px;line-height:162%}.text-bold-tiny{font-weight:700;font-size:11px;line-height:145%}.tutor-text-bold-tiny{font-weight:700;font-size:11px;line-height:145%}.text-btn-xlarge{font-weight:500;font-size:18px;line-height:178%}.tutor-text-btn-xlarge{font-weight:500;font-size:18px;line-height:178%}.text-btn-large{font-weight:500;font-size:16px;line-height:200%}.tutor-text-btn-large{font-weight:500;font-size:16px;line-height:200%}.text-btn-medium{font-weight:500;font-size:15px;line-height:160%}.tutor-text-btn-medium{font-weight:500;font-size:15px;line-height:160%}.text-btn-small{font-weight:500;font-size:13px;line-height:123%}.tutor-text-btn-small{font-weight:500;font-size:13px;line-height:123%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.tutor-frontend *,body.tutor-frontend *::before,body.tutor-frontend *::after{box-sizing:border-box}body .media-modal *{box-sizing:content-box}.tutor-wrap{color:var(--tutor-body-color)}.tutor-wrap img{max-width:100%;height:auto}.tutor-custom-list-style{list-style:none;margin:0;padding:0}.tutor-custom-list-style li{position:relative;margin-bottom:5px;line-height:30px;padding-left:25px}.tutor-custom-list-style li:before{content:"";position:absolute;left:0;font-family:"tutor";color:var(--tutor-color-primary)}.tutor-entry-content>br{display:none}.tutor-entry-content p:not(:last-child){padding-bottom:20px;word-wrap:break-word}.tutor-segment-title{font-size:18px;line-height:23px;font-weight:500;margin-bottom:13px;color:#000}.tutor-course-topics-header{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:8px}.tutor-course-topics-header .tutor-course-topics-header-right span:not(:first-child){margin-left:45px}.tutor-course-topics-contents h4{font-size:var(--tutor-text-size);font-weight:500;margin-bottom:0;color:var(--tutor-body-color)}.tutor-course-topics-contents .tutor-course-title{cursor:pointer}.tutor-course-topics-contents .tutor-course-title h4{color:var(--tutor-color-primary);font-size:16px;line-height:25px;overflow:hidden;margin-top:0}.tutor-course-topic.tutor-active .tutor-course-title h4>i:before{content:""}.tutor-course-topics-contents .tutor-course-title h4 i{font-size:15px;line-height:25px;float:left;margin-right:10px}.tutor-course-topics-contents .tutor-course-topic{border:1px solid #dce4e6;margin-bottom:20px;border-radius:5px;overflow:hidden}.tutor-course-title,.tutor-course-lesson{padding:14px 20px}.tutor-course-lesson{border-top:1px solid #dce4e6}.tutor-course-lesson h5{line-height:22px;font-size:var(--tutor-text-size);margin-bottom:0;display:flex;color:inherit;margin-top:0}.tutor-course-lesson h5 a{color:var(--tutor-color-primary);-webkit-transition:300ms;transition:300ms}.tutor-course-lesson h5 a:hover{color:var(--tutor-color-primary-hover)}.tutor-course-lesson h5 i{line-height:22px;vertical-align:text-top;margin-right:10px;color:var(--tutor-color-muted);display:block}.tutor-course-lesson h5 .lesson-preview-icon i{margin-right:0;margin-left:10px}.tutor-course-lesson h5 .tutor-lesson-duration{margin-left:auto;padding-left:5px;align-self:flex-start}.tutor-course-lesson .lesson-preview-title{flex:1 0 0;flex-direction:row;display:flex;align-items:flex-start}table.course-single-gradebooks .datetime{margin:0;font-size:80%}.tutor-course-lessons .tutor-course-lesson h5 i.tutor-lesson-thumbnail-icon{height:50px;width:70px;border-radius:3px;text-align:center;line-height:50px;color:#fff;margin-right:10px;position:relative;z-index:1;overflow:hidden;font-size:20px;background-position:center center !important;background-size:cover !important}.tutor-course-lessons .tutor-course-lesson h5 i.tutor-lesson-thumbnail-icon:after{position:absolute;content:"";left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,.5);z-index:-1}.theme-twentytwentytwo .select2-container .select2-selection{padding:.2rem}.tutor-password-protected-course .tutor-modal-overlay{backdrop-filter:blur(10px)}.tutor-password-protected-course .tutor-course-thumbnail{margin-bottom:60px}.tutor-password-protected-course .tutor-course-thumbnail img{width:100%}.tutor-password-protected-course .tutor-locked-badge{display:inline-block;width:fit-content;font-size:14px;line-height:24px;background-color:#fdf4e3;color:#202223;border-radius:4px;padding:4px 8px}.tutor-password-protected-course .tutor-btn{min-width:110px;justify-content:center}.tutor-quiz-questions-pagination{margin-top:24px}.tutor-quiz-questions-pagination ul{margin:0;padding:0 !important;list-style:none;display:flex;flex-wrap:wrap;gap:10px}.tutor-quiz-questions-pagination ul li{display:inline-block}.tutor-quiz-questions-pagination ul li a{border:1px solid var(--tutor-color-primary);padding:7px 13px;display:block;border-radius:50%;color:var(--tutor-color-primary);font-weight:bold;font-size:15px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.tutor-quiz-questions-pagination ul li a:hover,.tutor-quiz-questions-pagination ul li a.active{background-color:var(--tutor-color-primary);color:#fff}.tutor-quiz-questions-pagination ul li a:hover:hover,.tutor-quiz-questions-pagination ul li a.active:hover{opacity:.8}.tutor-notice-warning{background-color:#fcf8e3;border-color:#faebcc;padding:20px;margin-bottom:10px}.tutor-info-msg,.tutor-success-msg,.tutor-warning-msg,.tutor-error-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px}.tutor-info-msg{color:var(--tutor-color-primary);background-color:#bef}.tutor-success-msg{color:var(--tutor-color-success);background-color:#dff2bf}.tutor-warning-msg{color:#9f6000;background-color:#feefb3}.tutor-error-msg{color:#d8000c;background-color:#fbdcdc;border:1px solid #d8000c}.tutor-profile-photo-upload-wrap{width:200px;height:auto;margin-bottom:70px;position:relative}.tutor-profile-photo-upload-wrap img{width:100%;height:auto;display:block}a.tutor-profile-photo-upload-btn,button.tutor-profile-photo-upload-btn{position:absolute;top:100%;background-color:var(--tutor-color-primary);color:#fff;display:block;width:100%;text-align:CENTER;padding:9px 0}a.tutor-profile-photo-upload-btn:hover,button.tutor-profile-photo-upload-btn:hover{background-color:var(--tutor-color-primary-hover);color:#fff}.tutor-profile-photo-delete-btn{position:absolute;color:#ff000c;right:10px;top:10px}.single-instructor-wrap{border:1px solid #e8eff1;margin-bottom:30px;border-radius:4px}.single-instructor-wrap .single-instructor-top{padding:20px;border-bottom:1px solid #e8eff1;display:flex}@media(max-width: 767px){.single-instructor-wrap .single-instructor-top{flex-wrap:wrap}}.single-instructor-wrap .single-instructor-top h3,.single-instructor-wrap .single-instructor-top h4{margin:0;padding:0}.single-instructor-wrap .tutor-instructor-left{flex:0 0 auto;padding-right:30px}@media(max-width: 767px){.single-instructor-wrap .tutor-instructor-left{width:100%;margin-bottom:15px}}.single-instructor-wrap .instructor-name{float:left;padding-left:20px;max-width:180px}.single-instructor-wrap .instructor-name h3{font-size:16px;color:var(--tutor-body-color);font-weight:600}.single-instructor-wrap .instructor-name h3 a{font-weight:500;color:var(--tutor-body-color)}.single-instructor-wrap .instructor-name h4{font-weight:500;color:var(--tutor-color-muted)}.single-instructor-wrap .single-instructor-bottom{padding:15px 20px;text-align:right;overflow:hidden}@media(max-width: 767px){.single-instructor-wrap .single-instructor-bottom{text-align:left}}.single-instructor-wrap .single-instructor-bottom p{margin:0}.single-instructor-wrap .single-instructor-bottom .ratings{float:left}.single-instructor-wrap .single-instructor-bottom .ratings i{margin-right:4px}.single-instructor-wrap .single-instructor-bottom .courses,.single-instructor-wrap .single-instructor-bottom .students{display:inline-block;margin-left:20px}.single-instructor-wrap .single-instructor-bottom .courses i,.single-instructor-wrap .single-instructor-bottom .students i{font-size:18px;display:inline-block;margin-right:2px;vertical-align:middle}.single-instructor-wrap .single-instructor-bottom .ratings .rating-total-meta{color:#bac0cf}.single-instructor-wrap .single-instructor-bottom .ratings .rating-generated{color:#f8c51c}.tutor-dashboard-pagination-results-stats{margin:10px 0 30px}.statement-address{margin:10px 0;color:#555}.statement-order-completed{background:var(--tutor-color-success);color:#fff;padding:2px 5px;border:none}.tutor-login-wrap,#tutor-registration-wrap{max-width:520px;margin:0 auto;padding:40px 0 32px 0;box-shadow:0 0 15px rgba(0,0,0,.1);border-radius:5px}.tutor-login-form-wrapper,#tutor-registration-form{padding:24px 24px}.tutor-login-form-wrapper .tutor-password-strength-checker .show-hide-btn,#tutor-registration-form .tutor-password-strength-checker .show-hide-btn{top:45%}@media(max-width: 767px){.tutor-login-form-wrapper .tutor-password-strength-checker .show-hide-btn,#tutor-registration-form .tutor-password-strength-checker .show-hide-btn{top:42%}}.tutor-login-wrap form{margin:0}.tutor-login-wrap .tutor-login-title{margin-bottom:25px;padding:0 40px;text-align:center}.tutor-login-rememeber-wrap{overflow:hidden;text-align:right;margin-bottom:30px}.tutor-login-rememeber-wrap p{display:inline-block;float:left}.tutor-login-rememeber-wrap p,.tutor-login-rememeber-wrap label{margin:0}.tutor-form-register-wrap a,.tutor-login-rememeber-wrap a,.tutor-login-rememeber-wrap label{color:#606c8f;vertical-align:middle;opacity:.5;transition:300ms}.tutor-form-register-wrap a:hover,.tutor-login-rememeber-wrap a:hover,.tutor-login-rememeber-wrap label:hover{opacity:1}.tutor-form-register-wrap{text-align:center;margin-top:15px}.tutor-course-login-wrap h4{font-size:42px;line-height:1.2;margin-bottom:20px;color:var(--tutor-body-color)}.login-overlay-close{position:absolute;background:rgba(0,0,0,0);width:100%;height:100%;z-index:-1}.course-login-title{margin-bottom:50px}.tutor-option-field-row label,.tutor-form-group label{display:block;margin-bottom:10px;margin-top:-2px}.tutor-option-field textarea,.tutor-option-field input[type=text],.tutor-option-field input[type=number],.tutor-option-field input[type="pas.tutor-dashboard-content-innersword"],.tutor-form-group textarea,.tutor-form-group input[type=text],.tutor-form-group input[type=number],.tutor-form-group input[type=password]{width:100%;display:block;border:1px solid #dcdfe5;box-shadow:none;margin-bottom:20px;border-radius:4px;background:#fff;line-height:48px;padding:0;text-indent:15px;-webkit-transition:300ms;transition:300ms;font-size:16px}.tutor-option-field textarea,.tutor-form-group textarea{line-height:26px;text-indent:0;padding:15px;height:180px}.tutor-option-field textarea:focus,.tutor-form-group textarea:focus,.tutor-option-field input:focus,.tutor-form-group input:focus{outline:none}.tutor-option-field textarea:focus,.tutor-option-field input:not([type=submit]):focus,.tutor-form-group textarea:focus,.tutor-form-group input:not([type=submit]):focus{background:#fff;border-color:var(--tutor-color-primary) !important}.tutor-option-field textarea::-webkit-input-placeholder,.tutor-option-field input::-webkit-input-placeholder,.tutor-form-group textarea::-webkit-input-placeholder,.tutor-form-group input::-webkit-input-placeholder{color:#b0b6c8;opacity:1}.tutor-option-field textarea::-moz-placeholder,.tutor-option-field input::-moz-placeholder,.tutor-form-group textarea::-moz-placeholder,.tutor-form-group input::-moz-placeholder{color:#b0b6c8;opacity:1}.tutor-option-field textarea:-ms-input-placeholder,.tutor-option-field input:-ms-input-placeholder,.tutor-form-group textarea:-ms-input-placeholder,.tutor-form-group input:-ms-input-placeholder{color:#b0b6c8;opacity:1}.tutor-option-field textarea:-moz-placeholder,.tutor-option-field input:-moz-placeholder,.tutor-form-group textarea:-moz-placeholder,.tutor-form-group input:-moz-placeholder{color:#b0b6c8;opacity:1}.tutor-form-group.tutor-reg-form-btn-wrap{text-align:right}.tutor-option-field p.desc{margin:-10px 0 20px;font-size:13px;font-style:italic;opacity:.7}.tutor-option-field:last-child .tutor-option-field p.desc{margin-bottom:0}.tutor-option-gorup-fields-wrap .tutor-lesson-video-runtime{display:flex}.tutor-option-gorup-fields-wrap .tutor-lesson-video-runtime .tutor-option-group-field{padding-right:30px}.tutor-price-preview-box{border:1px solid #dcdfe5;padding:20px;margin-bottom:30px;border-radius:4px;overflow:hidden}.tutor-price-box-thumbnail{margin:-20px -20px 20px}.tutor-price-box-thumbnail .tutor-single-lesson-segment{margin-bottom:0}.tutor-price-preview-box .price{font-size:35px;font-weight:500;margin:0 0 20px;overflow:hidden;line-height:1}.tutor-price-preview-box .price .subscription-details{font-size:var(--tutor-text-size);display:block;margin-top:12px;line-height:1.2em}.tutor-price-preview-box .price>.price{margin-bottom:0}.tutor-price-preview-box .price del+ins{margin-left:0;float:left}.tutor-course-reviews-wrap{border:1px solid #e8eff1;border-radius:4px}.tutor-course-avg-rating-total{color:var(--tutor-color-muted)}.tutor-course-avg-rating-total span{color:var(--tutor-body-color)}.tutor-review-individual-item{border-top:1px solid #e8eff1;padding:30px;overflow:hidden}.tutor-review-individual-item p{margin:0;padding:0}.course-avg-rating-wrap{padding:20px 20px 20px 40px}.tutor-review-individual-item .review-left{width:200px;float:left;overflow:hidden}.tutor-review-individual-item .review-content{padding-left:200px}@media(max-width: 991px){.tutor-review-individual-item .review-left{width:100%;float:none;margin-bottom:25px}.tutor-review-individual-item .review-content{padding-left:0}}.tutor-review-individual-item .review-avatar{width:50px;float:left}.tutor-review-individual-item .review-avatar img{border-radius:50%;margin:0;border:none;max-width:100%;height:auto}.tutor-review-individual-item .tutor-review-user-info{float:left;padding-left:20px}.tutor-review-individual-item .tutor-review-user-info p{margin-bottom:0}.tutor-review-individual-item .tutor-review-user-info a{color:var(--tutor-body-color)}.review-avatar .tutor-text-avatar,.tutor-dashboard-avater .tutor-text-avatar,.instructor-avatar .tutor-text-avatar{border-radius:50%;width:50px;height:50px;text-align:center;display:block;line-height:50px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}.course-avg-rating-wrap .course-avg-rating{font-size:76px;line-height:1;font-weight:400}.course-avg-rating-wrap p{margin:0}.tutor-review-individual-item .tutor-review-name{font-size:16px;font-weight:600}.tutor-review-individual-item .review-meta{color:var(--tutor-color-muted)}.individual-review-rating-wrap{color:#f8c51c}.individual-review-rating-wrap i,.course-avg-rating-html i{margin-right:4px;color:#f8c51c}.tutor-course-tags{margin:-5px}.tutor-course-tags a{padding:6px 15px;background:#e8eff1;display:inline-block;margin:5px;color:var(--tutor-body-color);border-radius:2px;-webkit-transition:300ms;transition:300ms}.tutor-course-tags a:hover{color:#000}#tutor-single-entry-content .tutor-course-prerequisites{padding:60px}.prerequisites-course-lists{padding:0;list-style:none;margin:0}.prerequisites-course-lists li a{padding:13px 15px;border:1px solid #dcdfe5;margin-bottom:20px;border-radius:4px;font-weight:500;color:var(--tutor-color-primary);font-size:16px}.prerequisites-course-lists li:first-child{padding:13px 40px 13px 60px;border:1px solid #f7e5b9;margin-bottom:20px;border-radius:4px;font-weight:500;background:#fffff5;color:#b39f70;position:relative}.prerequisites-course-lists li:first-child>span{position:absolute;left:20px;top:13px}.prerequisites-course-lists li .prerequisites-course-item{display:flex;align-items:center}.prerequisites-course-feature-image img{width:70px;border-radius:2px;height:auto;margin:0 !important;box-shadow:0 0 1px rgba(0,0,0,.08)}.prerequisites-course-lists li .prerequisites-course-title{-webkit-box-flex:1;flex-grow:1;padding-left:15px;-webkit-transition:300ms;transition:300ms}.prerequisites-course-lists li a:hover .prerequisites-course-title{color:var(--tutor-color-primary)}.prerequisites-course-checkmark{line-height:24px;height:24px;text-transform:uppercase;font-size:12px;font-weight:700;min-width:107px}.prerequisites-course-checkmark i{height:24px;width:24px;background:#dbdddd;color:#dbdddd;display:inline-block;text-align:center;border-radius:2px;margin-right:3px}.prerequisites-course-checkmark.is-complete i{background:var(--tutor-color-success);color:#fff}.rtl .tutor-progress-bar .tutor-progress-filled:after{left:auto;right:var(--tutor-progress-left);-webkit-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}.rtl .tutor-progress-percent{padding-left:0;padding-right:20px}.rtl .tutor-course-lesson h5 i{margin-right:0;margin-left:10px}.rtl .tutor-course-lesson h5 .lesson-preview-icon i{margin-right:10px;margin-left:0}.rtl .tutor-course-lesson h5 .tutor-lesson-duration{-webkit-box-flex:1;flex-grow:1;text-align:left}.rtl .tutor-custom-list-style li{padding-right:25px;padding-left:0px}.rtl .tutor-custom-list-style li:before{left:auto;right:0}.rtl .single-instructor-wrap .instructor-name{float:right}.rtl .single-instructor-wrap .instructor-name{padding-left:0;padding-right:20px}.rtl .single-instructor-wrap .instructor-bio{padding-left:0;padding-right:260px}.rtl .tutor-lessons-under-topic .tutor-lesson-right-icons{right:auto;left:15px}.rtl .tutor-lessons-under-topic .tutor-lesson-right-icons .tutor-lesson-complete{margin-left:0;margin-right:8px}.rtl .tutor-single-lesson-button-group .tutor-single-lesson-button a>i:first-child,.rtl .tutor-topics-in-single-lesson .tutor-single-lesson-items a>i:first-child{margin-right:0;margin-left:10px}.rtl .tutor-topbar-home-btn{margin-left:0;margin-right:20px}@media screen and (max-width: 546px){.rtl .tutor-topbar-home-btn{margin-right:10px}}.label-order-status{padding:3px 5px;border-radius:3px}.label-status-completed{background-color:#4bd863;color:#fff}.label-status-cancelled{background-color:#fd6a03;color:#fff}.label-status-on-hold{background-color:#db5382;color:#fff}.tutor-lesson-content-area h2{margin-bottom:25px;margin-top:20px;font-weight:500}.assignment-result-wrap{text-align:center;padding:10px 0}.submitted-assignment-grade-pass{color:var(--tutor-color-success)}.submitted-assignment-grade-failed{color:red}.received-marks{color:var(--tutor-color-primary)}.video-poster-img img{max-width:200px;height:auto}.tutor-assignment-information{font-size:16px}.tutor-assignment-information ul{padding:0;margin:0 0 22px;list-style:none;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.tutor-assignment-information ul li strong{font-weight:700}.tutor-assignment-attachment-upload-wrap .tutor-form-group{display:inline-block}.tutor-assignment-attachment-upload-wrap .tutor-form-group label+input{display:none}.tutor-assignment-attachment-upload-wrap .tutor-form-group label{padding:15px 17px;border:1px solid #dcdfe5;overflow:hidden;margin-right:15px;border-radius:4px;cursor:pointer}.tutor-assignment-attachment-upload-wrap .tutor-form-group label i{font-size:30px;line-height:30px;float:left;margin-right:12px}.tutor-assignment-attachment-upload-wrap .tutor-form-group label span{line-height:30px}.tutor-assignment-attachment-upload-wrap{margin-bottom:40px}.ui-sortable-placeholder{visibility:visible;background-color:rgba(221,221,221,.8666666667)}.lesson-modal-close-wrap a{background:#fff;width:50px;height:59px;display:inline-block;text-align:center;line-height:57px;color:#3a3d42;font-size:15px;position:absolute;right:0;top:0}.lesson-modal-close-wrap a:hover{color:red}.lesson-modal-field.tutor-lesson-modal-title-wrap{width:95%}.lesson-modal-field-row input[type=text]{background-color:#fff;border:1px solid #ddd;border-radius:3px;box-shadow:none;color:#333;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;min-width:400px;min-height:35px}.tutor-lesson-modal-title-wrap input{width:100%}.tutor-lesson-modal-wrap .modal-footer{padding:10px 20px;background-color:#fff;width:100%;position:sticky;bottom:0;position:-webkit-sticky}.tutor-option-field .tutor-lesson-edit-feature-img{width:100px;position:relative}.tutor-option-field .tutor-lesson-edit-feature-img img{width:100%;height:auto}.tutor-get-pro-text{color:#e02424}.updating-icon:before{font-family:"tutor";content:"";-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;display:inline-block}.tutor-notice-warning{background-color:#fcf8e3;border-color:#faebcc;padding:20px;margin-bottom:10px}.quiz-modal-btn-cancel,.quiz-modal-btn-back{color:#4b5981;border:1px solid #d4dadb}.tutor-quiz-builder-group{margin-bottom:25px}.tutor-quiz-builder-group>p.warning{color:red;font-size:12px}.tutor-quiz-builder-group>p.help{color:#a4a4a4;font-size:12px;margin-top:7px}.tutor-quiz-builder-group>h4{color:#393c40;font-weight:600;margin:0 0 15px}.tutor-quiz-builder-row{display:flex;align-items:center;margin-left:-10px;margin-right:-10px}.tutor-quiz-builder-col{padding-left:10px;padding-right:10px;-webkit-box-flex:1;flex-grow:1}.tutor-quiz-builder-col.auto-width{flex:0 0 auto}.tutor-quiz-builder-group textarea,.tutor-quiz-builder-group input[type=text],.tutor-quiz-builder-group input[type=email],.tutor-quiz-builder-group input[type=number],.tutor-quiz-builder-group input[type=password]{line-height:40px;padding:5px 0;text-indent:15px;background:#fff;display:inline-block;border:1px solid #dedede;border-radius:3px;box-shadow:none;height:40px;margin:0;width:100%;color:#393c40}.tutor-quiz-builder-group textarea:focus,.tutor-quiz-builder-group input[type=text]:focus,.tutor-quiz-builder-group input[type=email]:focus,.tutor-quiz-builder-group input[type=number]:focus,.tutor-quiz-builder-group input[type=password]:focus{border-color:var(--tutor-color-primary)}.tutor-quiz-builder-group textarea{height:80px;resize:none;text-indent:0;padding:11px 15px;line-height:22px}.tutor-quiz-builder-group textarea[name=quiz_description]{height:150px}.tutor-quiz-builder-group select{border:1px solid #ccc;box-shadow:none;height:42px !important;line-height:1;padding:0 12px !important;margin:0}.question-type-pro{color:#fff;font-size:9px;right:11px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.quiz-builder-question{flex:1;display:flex;background:#fff;padding:10px;border:1px solid #e2e2e2;border-radius:3px;max-width:calc(100% - 52px)}.quiz-builder-question .question-sorting{margin-right:10px;line-height:22px}.quiz-builder-question .question-sorting i{display:block;line-height:24px}.quiz-builder-question .question-edit-icon{line-height:22px}.quiz-builder-question .question-title{flex:1;line-height:22px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right:10px}.quiz-builder-question .question-icon{flex:0 0 155px}.quiz-builder-qustion-trash a{display:block;padding:0 0 0 10px;font-size:20px;color:rgba(57,60,64,.4);line-height:44px}.tutor-quiz-answer-wrap{display:flex}.tutor-quiz-answer-trash-wrap a.answer-trash-btn{padding:0 10px;display:inline-block;line-height:44px}span.tutor-quiz-answer-title{flex:1}.tutor-quiz-answer-media .option-media-preview{margin-bottom:20px}.tutor-quiz-answer-media .option-media-preview img{max-width:80px;height:auto}.tutor-question-answer-image{margin-right:10px}.tutor-question-answer-image img{max-height:25px;width:auto}.tutor-video-embeded-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.tutor-video-embeded-wrap iframe,.tutor-video-embeded-wrap object,.tutor-video-embeded-wrap embed{position:absolute;top:0;left:0;width:100%;height:100%}.select2-selection__rendered [class^=tutor-icon-]{display:inline-block;vertical-align:top;margin-right:6px}.select2-results__options [class^=tutor-icon-]{color:var(--tutor-color-primary);display:inline-block;vertical-align:top;margin-right:6px}.select2-results__option--highlighted [class^=tutor-icon-]{color:#fff}.video-metabox-source-input-wrap{padding:30px;background-color:#f4f7f8;border:1px solid #dcdfe5;border-radius:3px}.no-memberhsip-msg-wrap p{margin:0}.content-drip-message-wrap.tutor-error-msg{margin:40px 50px}.content-drip-message-wrap{margin:120px}.content-drip-wrap-flex{display:flex}.content-drip-wrap-flex .content-drip-left{margin-right:50px}.content-drip-wrap-flex ul{margin:0;list-style-position:inside}.content-drip-wrap-flex ul li a{color:var(--tutor-color-primary)}.gradename-bg{text-align:center;color:#fff;height:32px;min-width:32px;font-size:16px;line-height:32px;padding:0 8px;display:inline-block;border-radius:20px;font-weight:bold;margin-right:7px}.gradename-outline{text-align:center;height:32px;min-width:32px;font-size:16px;line-height:26px;padding:0 8px;display:inline-block;border-radius:20px;border:2px solid;margin-right:7px}.generate-course-gradebook-btn-wrap{margin:10px 0}.gradebook-result-for-label{margin:0;padding:4px 7px;background-color:#e8eff1;display:inline-block;margin-bottom:10px}table.course-single-gradebooks{border-spacing:0;width:100%;border-collapse:collapse;border:1px solid #dcdfe5}table.course-single-gradebooks th{padding:1em 1.41575em;text-align:left;vertical-align:top;border-bottom:1px solid #dcdfe5}table.course-single-gradebooks th{font-weight:600}table.course-single-gradebooks thead th{background-color:rgba(220,223,229,.14);padding:1.41575em;vertical-align:middle}table.course-single-gradebooks tbody td{border-bottom:1px solid #dcdfe5;background-color:#fff !important}table.course-single-gradebooks a{color:#4b5981}.text-label{margin:0;padding:4px 7px;background-color:#e8eff1;display:inline-block;border-radius:3px}.text-label.submitted-assignment-grade-pass{background-color:#86b223;color:#fff}.text-label.submitted-assignment-grade-failed{background-color:#d71830;color:#fff}.tutor-bp-message-recipient-header{display:flex;margin-bottom:20px}.tutor-bp-recipient-info-wrap{flex-grow:1}.tutor-bp-message-recipient-avatar-wrap img{width:70px;height:70px;border-radius:50%}.tutor-bp-message-recipient-avatar-wrap{margin-right:35px}.tutor-bp-message-recipient-header .tutor-bp-thread-recipient-name h3{margin:10px 0 8px !important;font-size:22px;font-weight:600;line-height:28px}.tutor-bp-message-recipient-header .tutor-bp-thread-recipient-name h4{margin:0 0 20px !important;font-size:16px;line-height:1;font-weight:500}.tutor-bp-enrolled-courses-wrap{margin:0}.tutor-bp-enrolled-courses-wrap .tutor-bp-enrolled-total-course-notice{font-weight:400;color:#1c294b;margin:10px 0 8px !important}.tutor-bp-enrolled-courses-wrap ul{padding:0 0 0 17px;margin:0;color:#50616f}.tutor-bp-enrolled-courses-wrap ul li a{line-height:1.7;display:block;color:#54616d;padding-left:10px}.tutor-bp-enrolled-courses-wrap ul li a:hover{color:var(--tutor-color-primary);opacity:1;transition:300ms;text-decoration:underline !important}.oxy-tutor-element{width:100%}.list-item-price ins{text-decoration:none}.list-item-price del{font-weight:400;font-size:15px;line-height:160%;color:#757c8e}.list-item-button .ajax_add_to_cart.added,.tutor-course-booking-availability .ajax_add_to_cart.added{display:none}@media only screen and (min-width: 1200px){.tutor-course-list-pagination.tutor-pagination{width:80%;margin:50px auto 0px}}@media only screen and (max-width: 1199px){.tutor-course-list-pagination.tutor-pagination{width:90%;margin:50px auto 0px}}.list-item-button .edd-has-js.edd-no-js{display:none !important}.tutor-forgot-password-form,.tutor-reset-password-form{max-width:520px;padding:15px;margin:0 auto;padding:15px !important}.tutor-social-share-wrap button{margin-right:16px;border:none;padding:8px 15px;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;align-items:center}@media(max-width: 575.98px){.tutor-social-share-wrap button{width:150px;justify-content:center}.tutor-social-share-wrap button:not(:first-child){margin-top:10px}}.tutor-social-share-wrap button span{font-style:normal;font-weight:500;font-size:15px;color:#fff;position:relative;top:1px;left:2px}.tutor-social-share-wrap .tutor_share.s_linkedin i{margin-top:-2px}.tutor-course-loop-price{color:var(--tutor-body-color);font-size:16px;gap:5px}.tutor-course-loop-price>.price{display:flex;align-items:center;justify-content:space-between;font-weight:600;flex-wrap:wrap}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap{margin-left:auto}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a{color:var(--tutor-body-color);position:relative;line-height:20px;vertical-align:top;display:block;font-weight:400;background:rgba(0,0,0,0);padding:0}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a.added{display:none}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a:hover{color:var(--tutor-color-primary)}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a::before{content:"";font-family:"tutor" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:5px;vertical-align:top;color:var(--tutor-color-primary)}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap .tutor-course-booked-fully{margin-left:auto}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap .tutor-course-booked-fully>*{display:inline-block;vertical-align:middle}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap .tutor-course-booked-fully img{width:24px;height:24px}.tutor-course-loop-price>.price .subscription-details{font-size:15px;margin-left:4px;font-weight:400}.tutor-course-loop-price>.price del{font-weight:400}.tutor-course-loop-price>.price del>span{margin-right:6px}.tutor-course-loop-price>.price del span{text-decoration:line-through;color:var(--tutor-color-muted)}.tutor-course-loop-price>.price del+ins{background:rgba(0,0,0,0);margin-left:0;text-decoration:none}@media(max-width: 1199px){.tutor-course-filter-container{width:340px;background-color:#fff;position:fixed;top:0;right:-100%;bottom:0;overflow-y:auto;z-index:999999;padding:32px;transition:300ms ease-in}.tutor-course-filter-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;background-color:rgba(22,22,22,.5);mix-blend-mode:normal;backdrop-filter:blur(20px);transition:300ms ease-in}body.tutor-course-filter-open .tutor-course-filter-container{right:0}body.tutor-course-filter-open .tutor-course-filter-backdrop{opacity:1;z-index:999998}}@media(min-width: 1200px){.tutor-course-filter-backdrop{display:none}}.tutor-single-course-wrapper{overflow:auto}.tutor-single-course-wrapper>div{float:left;width:100%}@media(min-width: 992px){.tutor-single-course-wrapper>div:first-child{width:calc(100% - 370px)}.tutor-single-course-wrapper>div:last-child{width:350px;float:right}}.course-enrolled-nav-wrap{border-bottom:1px solid #dedfe0;margin-bottom:45px}.course-enrolled-nav-wrap .course-enrolled-nav ul{list-style:none;margin:0 0 -1px;padding:0}.course-enrolled-nav-wrap .course-enrolled-nav ul li{display:inline-block}.course-enrolled-nav-wrap .course-enrolled-nav ul li a{display:block;font-size:16px;padding:5px 0 20px;margin-right:20px;color:var(--tutor-color-muted);border-bottom:2px solid rgba(0,0,0,0)}.course-enrolled-nav-wrap .course-enrolled-nav ul li:not(:first-child) a{margin-left:20px}.course-enrolled-nav-wrap .course-enrolled-nav ul li.active a{border-bottom:2px solid var(--tutor-color-primary);color:var(--tutor-body-color)}.course_template_shortcode .tutor-courses-wrap{margin-top:0}.course-players{position:relative;overflow:hidden}.tutor-single-course-sidebar.tutor-sidebar-sticky{position:sticky;top:50px;z-index:501}.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body{background-color:#f4f6f9;border-top-left-radius:6px;border-top-right-radius:6px}.tutor-single-course-sidebar .tutor-course-single-info-card{background-color:#fcfcfd}.tutor-single-course-sidebar-more>div{padding:16px 32px;margin:0;background-color:#fcfcfd;border-left:1px solid var(--tutor-border-color);border-right:1px solid var(--tutor-border-color)}.tutor-single-course-sidebar-more>div:first-child{padding-top:24px;border-top:1px solid var(--tutor-border-color);border-top-left-radius:6px;border-top-right-radius:6px}.tutor-single-course-sidebar-more>div:last-child{padding-bottom:24px;border-bottom:1px solid var(--tutor-border-color);border-bottom-left-radius:6px;border-bottom-right-radius:6px}.tutor-single-course-sidebar-more .tutor-course-details-instructors{padding-bottom:24px}.tutor-single-course-sidebar-more .tutor-course-details-instructors+div{border-top:1px solid var(--tutor-border-color);padding-top:24px}.tutor-course-author img{width:34px;height:34px;border-radius:50%;overflow:hidden;margin-right:8px;vertical-align:middle}.tutor-course-author span{font-style:normal;font-weight:normal;font-size:16px;color:#757c8e}.tutor-course-author strong{font-style:normal;font-weight:500;font-size:16px;color:#3f435b}.tutor-text-ellipsis,.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected>*,.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-option:last-child{border-top:none}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected{margin-bottom:0;display:grid;align-items:center}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected .text-medium-body{padding-right:20px}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container{z-index:-1;min-width:228px;display:flex;flex-direction:column;overflow-y:hidden}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-input-search input{border-top:none;border-right:none;border-left:none;border-color:#dcdbdc;border-bottom-left-radius:unset !important;border-bottom-right-radius:unset !important}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-input-search input:active,.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-input-search input:focus{border-color:#dcdbdc;box-shadow:none}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container.is-active{z-index:999;text-align:left}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-frequencies{max-height:100%;overflow-y:auto}.tutor-zoom-meeting-modal-wrap .tutor-dropdown-select.select-dropdown{width:100%}.tutor-dashboard-content{margin-bottom:60px}.tutor-dashboard-content>h2{margin-bottom:20px}.tutor-dashboard-assignment-submitted-table tr td{text-align:center}.tutor-dashboard-assignment-submitted-table tr td a{color:#8c94a8;transition:300ms}.tutor-dashboard-assignment-submitted-table tr td a:hover{color:var(--tutor-color-primary)}.tutor-dashboard-assignment-submitted-table tr td,.tutor-dashboard-assignment-submitted-table tr th{border:1px solid #dcdfe5}.tutor-assignment-review-header{margin-bottom:30px}.tutor-assignment-review-header h3{margin-bottom:10px;line-height:28px}.tutor-assignment-evaluate-wraps h3,.tutor-assignment-review-header h3 a{font-size:22px;font-weight:700;color:var(--tutor-body-color);display:block}.tutor-assignment-review-header p{margin:0;color:var(--tutor-body-color);font-weight:400}.tutor-assignment-review-header p a{font-weight:400;color:var(--tutor-body-color)}.tutor-assignment-review-header a{transition:300ms}.tutor-assignment-review-header a:hover{color:var(--tutor-color-primary)}.tutor-option-field-label label br{display:none}.tutor-option-field-label label p{margin:0;display:inline-block}.tutor-dashboard-avater img{width:70px;height:70px;display:block;border-radius:50%}.tutor-dashboard-student-info h4{font-size:18px;color:var(--tutor-color-muted);margin-bottom:0}.tutor-dashboard-student-info h4 a{color:var(--tutor-body-color)}.tutor-dashboard-user-role{font-weight:400}@media(max-width: 991px){.tutor-dashboard-student .tutor-col-3,.tutor-dashboard-student .tutor-col-9{flex:0 0 100%;max-width:100%}.profile-completion-warning-details{margin-bottom:10px}}.tutor-dashboard-menu-divider{height:1px;margin:10px 0;overflow:hidden;background-color:var(--tutor-border-color)}.tutor-dashboard-menu-divider-header{color:#acacac;padding:10px 20px;cursor:default}.tutor-date-range-wrap{display:inline-block}.date-range-input{position:relative;width:100%}.date-range-input:last-child{margin-right:0}.date-range-input:last-child button{border-radius:0}.date-range-input input,.date-range-input input[type=text]{box-shadow:none;line-height:29px;margin:0;padding-right:30px;padding-top:0;padding-bottom:0;width:100%}.date-range-input i.tutor-icon-calendar{position:absolute;right:10px;top:7px}.date-range-input button{background-color:var(--tutor-color-primary);color:#fff;border:none;line-height:30px;padding:0 15px}.date-range-input button:hover{background-color:var(--tutor-color-primary-hover)}.tutor-dashboard-statement-table-wrap{overflow-x:auto}table.tutor-dashboard-statement-table p{margin:0;padding:0}table.tutor-dashboard-statement-table p.small-text{font-size:12px;color:#666}@media(max-width: 580px){.profile-completion-warning-details li{display:block !important}}.tutor-mycourse-view,.tutor-mycourse-edit,.tutor-mycourse-delete{color:var(--tutor-color-muted);transition:300ms}.tutor-mycourse-view i,.tutor-mycourse-edit i,.tutor-mycourse-delete i{line-height:inherit;display:inline-block;vertical-align:top;color:var(--tutor-color-primary)}.tutor-mycourse-view:hover,.tutor-mycourse-edit:hover,.tutor-mycourse-delete:hover{color:var(--tutor-color-primary)}.tutor-dashboard-content-inner .tutor-mycourse-wrap{display:flex;margin-bottom:30px;border:1px solid #dcdfe5;border-radius:4px;flex-direction:row;overflow:hidden;position:relative}@media(max-width: 580px){.tutor-dashboard-content-inner .tutor-mycourse-wrap{flex-wrap:wrap}}.tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-course-status h4{display:none}.tutor-dashboard-content-inner .tutor-mycourse-wrap p:last-child{margin-bottom:0}@media screen and (max-width: 767.98px){.tutor-header-right-side{justify-content:flex-start;margin-bottom:20px}}@media(max-width: 767.98px){.tutor-header-right-side{margin-top:20px}}.submitted-assignment-title a,.submitted-assignment-title h3{margin-bottom:20px}.submitted-assignments-sorting-wrap{margin-bottom:30px}.submitted-assignments-sorting-wrap .tutor-form-group{display:flex;align-items:center;flex-basis:25% !important}.submitted-assignments-sorting-wrap .tutor-form-group label,.submitted-assignments-sorting-wrap .tutor-form-group select{margin-bottom:0}.submitted-assignments-sorting-wrap .tutor-form-group label{flex-basis:35%}.submitted-assignments-sorting-wrap .tutor-form-group select{height:40px}.tutor-dashboard-assignment-table .student-column{display:flex;align-items:center}.tutor-dashboard-assignment-table .student-column .student-avatar{width:34px;margin-right:10px}.tutor-dashboard-assignment-table .student-column .student-avatar img{border-radius:50%}.tutor-dashboard-assignment-table .student-column .student-avatar span{display:block;width:34px;height:34px;line-height:34px;border-radius:50%;font-size:12px;text-align:center}.tutor-dashboard-assignment-table .student-column .student-details h4,.tutor-dashboard-assignment-table .student-column .student-details p{line-height:1.3;margin-bottom:0}.tutor-dashboard-assignment-table span.review-required,.tutor-dashboard-assignment-table span.result-pass,.tutor-dashboard-assignment-table span.result-fail{background:#df3247;font-size:14px;font-weight:bold;color:#fff;padding:4px 11px;border-radius:2px}.tutor-dashboard-assignment-table span.result-pass{background:var(--tutor-color-success)}.tutor-dashboard-assignment-table span.review-required{background:#f5b30d}.tutor-assignment-review-header p span{font-weight:600;color:var(--tutor-body-color)}.tutor-assignment-submitted-page{border-bottom:none}.tutor-assignment-submitted-page .assignment-info{display:flex;align-items:center}.tutor-assignment-submitted-page .assignment-info p{margin-right:15px}.tutor-assignment-submitted-page h3{margin:5px 0}.tutor-dashboard-announcement-sorting-input{display:grid;grid-template-columns:1fr 3fr;max-width:294px;align-items:center}.tutor-dashboard-announcement-sorting-wrap{display:flex;column-gap:15px}.tutor-dashboard-announcement-sorting-wrap div:nth-child(1){flex-basis:50%}.tutor-dashboard-announcement-sorting-wrap div:nth-child(2){flex-basis:20%}.tutor-dashboard-announcement-sorting-wrap div:nth-child(3){flex-basis:30%}.tutor-announcement-datepicker{position:relative}.tutor-announcement-datepicker input,.tutor-announcement-datepicker i{position:absolute}.tutor-announcement-datepicker i{top:50%;right:10px;color:#3e64de}table.frontend-dashboard-table tbody tr td[data-th=Date]{vertical-align:baseline}table.frontend-dashboard-table tbody tr td[data-th=Date] div.td-datetime{margin-top:3px}.tutor-quiz-attempt-info-row .attempt-view-bottom,.tutor-quiz-attempt-info-row .attempt-view-top{display:flex;justify-content:space-between}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col,.tutor-quiz-attempt-info-row .attempt-view-top .attempt-info-col{display:inline-flex;align-items:center;max-width:30%}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col{align-items:flex-start}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required,.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass,.tutor-quiz-attempt-info-row .attempt-info-content span.result-fail{background:#df3247;font-size:14px;font-weight:400;color:#fff;padding:1px 4px;margin-right:13px;border-radius:2px}.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass{background:var(--tutor-color-success)}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required{background:#f5b30d}.tutor-quiz-attempt-info-row .attempt-info-content h4,.tutor-quiz-attempt-info-row .attempt-info-content h5{font-size:14px;line-height:25px;margin:0;color:#7a7f85;font-weight:400}.tutor-quiz-attempt-info-row .attempt-info-content h4 a,.tutor-quiz-attempt-info-row .attempt-info-content h4{font-weight:700;color:var(--tutor-body-color);margin-top:7px}.tutor-quiz-attempt-info-row .attempt-view-top{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #dcdfe5}.tutor-quiz-attempt-info-row .attempt-view-bottom{margin-bottom:60px}.attempt-user-details{display:flex;align-items:center}.attempt-user-details .attempt-user-avatar{padding-right:20px}.attempt-user-details .attempt-user-avatar img{display:block;width:70px;height:70px;border-radius:50%}.attempt-user-details .attempt-info-content h4{font-size:18px}.attempt-review-notice-wrap{display:flex;margin-bottom:60px;justify-content:space-between}.attempt-review-notice-wrap p{margin:0;display:inline-flex;align-items:center}.attempt-review-notice-wrap p.attempt-review-notice i{font-size:16px;color:#f5c813;margin-right:9px}.attempt-review-notice-wrap p.attempt-review-at>span{color:var(--tutor-color-primary);margin-right:7px;font-size:16px}.attempt-review-notice-wrap p>strong{font-weight:400;margin-right:5px}.quiz-view-attempts-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.quiz-view-attempts-wrapper .back-to-quiz-btn{margin-left:10px;color:#fff !important}.tutor-status-blocked-context i,.tutor-status-approved-context i,.quiz-correct-answer-text i,.quiz-incorrect-answer-text i{font-size:14px;height:20px;width:20px;text-align:center;line-height:20px;background:#7bbc30;color:#fff;display:inline-block;border-radius:2px;margin-right:6px}.tutor-status-blocked-context i,.quiz-incorrect-answer-text i{background:#f44337;font-size:10px;font-weight:900}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-rating-media.content-for-desktop,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-rating-media.content-for-desktop{display:flex;flex-direction:column}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .tutor-rating-container,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-rating-container{-ms-flex-item-align:end;align-self:flex-end}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .ratings,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .ratings{display:flex;align-items:flex-end}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .ratings .text-regular-caption,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .ratings .text-regular-caption{color:#c0c3cb !important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-rating-media.content-for-desktop{row-gap:15px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle{row-gap:3px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .ratings{display:-webkit-box;display:-ms-flexbox;display:flex}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name h3{margin-bottom:15px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name{padding-left:40px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name span{color:var(--tutor-color-secondary) !important;font-weight:400}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-pic{border-radius:50%;height:200px;width:200px;border:none !important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-rating-container{padding-left:80px;margin-top:30px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area{top:-141px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container{top:110px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-pic{border-radius:50%;height:160px;width:160px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area{top:-147px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .tutor-social-container{margin-top:2px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name{padding-left:23px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name span{font-weight:300}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic{border-radius:10px;height:275px;width:235px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-social-container{margin-top:12px}.tutor-user-public-profile .photo-area{overflow:hidden;height:414px;margin-top:30px}.tutor-user-public-profile .photo-area .cover-area{position:relative;border-radius:6px;overflow:hidden}.tutor-user-public-profile .photo-area .cover-area>div:first-child{height:352px;background-position:center center;background-repeat:no-repeat;background-size:cover}.tutor-user-public-profile .photo-area .cover-area>div:last-child{position:absolute;left:0;right:0;bottom:0;height:70%;background-image:linear-gradient(transparent, rgba(0, 0, 0, 0.6))}.tutor-user-public-profile .photo-area .pp-area{position:relative;padding-left:40px;top:-141px;display:flex;align-items:center;gap:30px}@media(max-width: 992px){.tutor-user-public-profile .photo-area .pp-area{gap:10px}}.tutor-user-public-profile .photo-area .pp-area .profile-pic{background-position:center center;background-repeat:no-repeat;background-size:cover;display:inline-block;border:8px solid #fff}.tutor-user-public-profile .photo-area .pp-area .profile-name h3{font-style:normal;font-weight:600;font-size:40px;line-height:48px;color:#fff;margin:0}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media{text-align:right;padding-right:30px;padding-bottom:20px;flex:1}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container{font-size:16px}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-digits{color:#fff;font-size:16px;font-weight:500}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-total-meta{color:#757575}.tutor-user-public-profile .photo-area .pp-area .tutor-social-container{text-align:right}.tutor-user-public-profile .photo-area .pp-area .tutor-social-container a{display:inline-block;margin-left:15px;color:#f5f5f5;cursor:pointer;text-decoration:none;font-size:16px}.tutor-user-public-profile .photo-area .pp-area .tutor-social-container a:hover{color:#fff}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area{overflow:initial}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-name,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-rating-media{padding-bottom:137px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-user-profile-sidebar{margin-top:79px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .photo-area{height:auto}.tutor-user-public-profile.tutor-user-public-profile-no-cp .cover-area{display:none}.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area{top:0}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name{padding-top:40px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name h3{color:#161616 !important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name>span>span{color:#000 !important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media{position:absolute;left:226px;top:15px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media .rating-digits{color:#161616 !important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-rating-container{text-align:left}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container{text-align:left !important;margin-top:5px !important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container a{margin-left:0 !important;margin-right:20px;color:#41454f !important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container a:hover{color:#161616 !important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media{width:calc(100% - 157px)}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container{position:absolute;right:36px;left:auto}@media(min-width: 768px){.tutor-user-public-profile .content-for-mobile{display:none}.tutor-user-public-profile .content-for-desktop{display:block}}@media(max-width: 991px){.tutor-user-public-profile .profile-name span{color:#757575 !important}.tutor-user-public-profile .content-for-mobile{display:block;margin:22px 0 0 0;padding:0 !important}.tutor-user-public-profile .content-for-mobile .ratings{justify-content:center;align-items:center}.tutor-user-public-profile .content-for-desktop{display:none !important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .photo-area,.tutor-user-public-profile.tutor-user-public-profile-no-cp .photo-area,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area{height:auto}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .photo-area .cover-area>div:first-child,.tutor-user-public-profile.tutor-user-public-profile-no-cp .photo-area .cover-area>div:first-child,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .cover-area>div:first-child{height:220px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area,.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area{padding-left:0 !important;top:-82px !important;flex-wrap:wrap;justify-content:center}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name,.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-rating-media,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-rating-media{width:100% !important;text-align:center !important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name>span>span,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name>span>span,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name>span>span{color:#000 !important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name>span:nth-of-type(2)>span,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name>span:nth-of-type(2)>span,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name>span:nth-of-type(2)>span{color:#c4c4c4 !important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name h3,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name h3,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name h3{color:#161616 !important;font-size:30px !important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .rating-digits,.tutor-user-public-profile.tutor-user-public-profile-no-cp .rating-digits,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .rating-digits{color:#161616 !important}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area{top:-98px !important}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic{height:160px !important;width:153px !important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media,.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container,.tutor-user-public-profile.tutor-user-public-profile-no-cp .ratings{position:static !important;top:0 !important;text-align:center !important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name{padding:0 !important}.tutor-user-public-profile .tutor-social-container{margin:15px 0 0 0 !important}.tutor-user-public-profile .tutor-social-container a{color:#41454f !important}.tutor-user-public-profile .profile-name{padding:0 !important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area{margin-top:-83px !important;position:relative !important;top:0 !important}.tutor-user-public-profile .tutor-user-profile-sidebar{margin-top:0 !important}}.tutor-user-public-profile .tutor-user-profile-sidebar{padding:15px;width:278px;float:left}.tutor-user-public-profile .tutor-user-profile-content{width:calc(100% - 278px);float:right;margin-bottom:30px;padding-left:30px}.tutor-user-public-profile .tutor-user-profile-content h3{font-style:normal;font-weight:normal;font-size:24px !important;line-height:34px;margin-top:20px;color:var(--tutor-body-color)}.tutor-user-public-profile .tutor-user-profile-content h3:first-child{margin-top:0}.tutor-user-public-profile .tutor-user-profile-content p{color:var(--tutor-color-secondary);font-size:16px;line-height:28px}@media(max-width: 991px){.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area{padding-left:0 !important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media{left:178px !important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-rating-container{padding-left:0px}.tutor-user-public-profile .tutor-user-profile-sidebar,.tutor-user-public-profile .tutor-user-profile-content{width:100%;float:none;padding:10px 0}}@media(min-width: 992px){.tutor-user-public-profile .photo-area{margin-bottom:-90px}}@media(max-width: 992px){.tutor-user-public-profile .student-details-table-wrapper{margin-top:40px}}.analytics-profile-authormeta{gap:20px}@media(min-width: 1200px){.analytics-profile-authormeta{display:flex;gap:40px}.analytics-profile-authormeta>*:first-child{position:relative}.analytics-profile-authormeta>*:first-child:before{content:"";position:absolute;width:4px;height:4px;background:#c4c4c4;border-radius:50%;right:-20px;top:50%;transform:translateY(-50%)}}@media(max-width: 1200px){.analytics-profile-authormeta>*{display:block}}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap .withdraw-history-table-title h4{margin-top:45px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table .tutor-withdrawals-method{display:grid;grid-template-columns:40px auto;grid-gap:15px;align-items:center}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history{border:1px solid #dcdbdc;box-sizing:border-box;position:relative}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th{background:#f3f3f3}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th,.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td{padding:10px;border:none;font-weight:normal;font-size:13px;text-align:left;vertical-align:middle}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th,.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td{border-bottom:1px solid #dcdbdc;border-collapse:collapse}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th:first-child,.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td:first-child{padding:10px 0 15px 15px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th:last-child,.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td:last-child{text-align:right;padding-right:15px;width:50px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th:nth-child(4),.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td:nth-child(4){width:105px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td .withdraw-method-name{line-height:20px;font-size:15px;display:block}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history small{font-size:13px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text-container .tool-tip-container{position:relative;display:inline-block;height:24px;cursor:pointer}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text-container .tool-tip-container img{display:inline-block !important;width:16px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text{display:inline-block;font-weight:bold;font-size:13px;color:#fff;background:gray;border-radius:2px;padding:3px 9px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text.status-approved{background:#24a148}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text.status-pending{background:#ed9700}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text.status-rejected{background:#f44337}.tutor-tooltip-inside .tooltip{position:absolute;z-index:2;overflow:hidden;clip:rect(0, 0, 0, 0);box-sizing:border-box;width:0;height:0;padding:0;cursor:default;color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:14px;font-size:1.4rem;line-height:normal;text-align:center;white-space:nowrap;border-width:0;border-style:solid;border-color:#6d6e71;border-top-color:#373739;background-color:#373739;opacity:0;transition:opacity .3s ease-in .3s;font-size:13px;color:#fff;height:auto;text-align:center;white-space:normal;font-size:12px;background:#353535;border-radius:10px;padding:7px}.tutor-tooltip-inside .tooltip.isVisible{overflow:visible;clip:auto;width:150px;height:auto;padding:10px 15px;border-width:1px;opacity:1}.tutor-tooltip-inside .tooltip,.tutor-tooltip-inside .tooltip.tip-bottom,.tutor-tooltip-inside .tooltip.tip-top{left:50%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.tutor-tooltip-inside .tooltip,.tutor-tooltip-inside .tooltip.tip-bottom,.tutor-tooltip-inside .tooltip.tip-bottom-left,.tutor-tooltip-inside .tooltip.tip-bottom-right{top:110%;top:calc(100% + 13px)}.tutor-tooltip-inside .tooltip.tip-top,.tutor-tooltip-inside .tooltip.tip-top-left,.tutor-tooltip-inside .tooltip.tip-top-right{top:auto;bottom:110%;bottom:calc(100% + 13px)}.tutor-tooltip-inside .tooltip.tip-bottom-left,.tutor-tooltip-inside .tooltip.tip-bottom-right,.tutor-tooltip-inside .tooltip.tip-top-left,.tutor-tooltip-inside .tooltip.tip-top-right{-webkit-transform:none;-ms-transform:none;transform:none}.tutor-tooltip-inside .tooltip.tip-bottom-left,.tutor-tooltip-inside .tooltip.tip-top-left{right:50%;left:auto;margin-right:-25px}.tutor-tooltip-inside .tooltip.tip-bottom-right,.tutor-tooltip-inside .tooltip.tip-top-right{margin-left:-25px}.tutor-tooltip-inside .tooltip.tip-left,.tutor-tooltip-inside .tooltip.tip-right{top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.tutor-tooltip-inside .tooltip.tip-left{right:110%;right:calc(100% + 13px);left:auto}.tutor-tooltip-inside .tooltip.tip-right{left:110%;left:calc(100% + 13px)}.tutor-tooltip-inside .tooltip:after{content:" ";display:block;position:absolute;width:0;height:0;border-width:10px;border-style:solid;pointer-events:none}.tutor-tooltip-inside .tooltip:after,.tutor-tooltip-inside .tooltip.tip-bottom:after,.tutor-tooltip-inside .tooltip.tip-top:after{left:50%;margin-left:-10px}.tutor-tooltip-inside .tooltip:after,.tutor-tooltip-inside .tooltip.tip-bottom:after,.tutor-tooltip-inside .tooltip.tip-bottom-left:after,.tutor-tooltip-inside .tooltip.tip-bottom-right:after{top:-20px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #373739 rgba(0,0,0,0)}.tutor-tooltip-inside .tooltip.tip-top:after,.tutor-tooltip-inside .tooltip.tip-top-left:after,.tutor-tooltip-inside .tooltip.tip-top-right:after{top:auto;bottom:-20px;border-color:#373739 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.tutor-tooltip-inside .tooltip.tip-bottom-left:after,.tutor-tooltip-inside .tooltip.tip-bottom-right:after,.tutor-tooltip-inside .tooltip.tip-top-left:after,.tutor-tooltip-inside .tooltip.tip-top-right:after{margin-left:0}.tutor-tooltip-inside .tooltip.tip-bottom-left:after,.tutor-tooltip-inside .tooltip.tip-top-left:after{right:15px;left:auto}.tutor-tooltip-inside .tooltip.tip-bottom-right:after,.tutor-tooltip-inside .tooltip.tip-top-right:after{left:15px}.tutor-tooltip-inside .tooltip.tip-left:after,.tutor-tooltip-inside .tooltip.tip-right:after{top:50%;margin-top:-10px;margin-left:auto}.tutor-tooltip-inside .tooltip.tip-left:after{right:-20px;left:auto;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #373739}.tutor-tooltip-inside .tooltip.tip-right:after{left:-20px;border-color:rgba(0,0,0,0) #373739 rgba(0,0,0,0) rgba(0,0,0,0)}.tutor-instructor-list-item .tutor-instructor-cover-photo{border-radius:5px 5px 0 0}.tutor-instructor-list-item .tutor-avatar{position:relative;z-index:1;box-shadow:0 0 0 1px var(--tutor-border-color)}.tutor-instructor-list-item.tutor-instructor-layout-cover .tutor-avatar{margin-top:-69px;box-shadow:0 0 0 1px var(--tutor-border-color),0 0 0 6px #fff}.tutor-instructor-list-item.tutor-instructor-layout-portrait-horizontal .tutor-instructor-cover-photo{border-radius:5px 0 0 5px}.tutor-instructor-filter{overflow:auto}.tutor-instructor-filter>div{float:left}.tutor-instructor-filter>div:first-child{width:230px}@media(min-width: 1024px){.tutor-instructor-filter>div:last-child{padding:0 51px;width:calc(100% - 250px)}}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field{padding:5px;border:1px solid #bababa;box-sizing:border-box;border-radius:6px;margin-bottom:30px}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field i{padding:0 5px;color:#3e64de}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field i,.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input{font-size:16px}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input{border:none;background:rgba(0,0,0,0);padding:0;width:calc(100% - 40px)}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input,.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input:hover,.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input:active{outline:0}.tutor-instructor-rejection-notice{width:100%;clear:both;margin:41px 0 0 0;background:#fff7f7;padding:16.5px;border-radius:6px;border:1px solid #fdd9d7}.tutor-instructor-rejection-notice span{color:#c62828;font-size:16px;font-weight:400}.tutor-instructor-rejection-notice span i{color:#f44337;font-size:27px;display:inline-block;margin-right:14px}.tutor-instructor-rejection-notice a{float:right;color:#f44337;cursor:pointer;font-weight:bold}.tutor-instructor-rejection-notice a:hover{color:#e41304}.tutor-instructor-filter *{box-sizing:border-box}.tutor-instructor-filter .tutor-instructor-ratings-wrapper{padding-top:33px;border-top:1px solid #e3e6eb}.tutor-instructor-filter .filter-result-container{position:relative}.tutor-disabled-wrapper{max-width:444px;padding:60px 0 30px;margin:auto;display:flex;flex-direction:column;justify-content:center}.tutor-disabled-wrapper .tutor-disabled-content-wrapper{flex-direction:column;align-items:center;text-align:center}.tutor-disabled-wrapper .tutor-disabled-content-wrapper img{margin-bottom:30px}.tutor-disabled-wrapper .tutor-disabled-content-wrapper p{margin-bottom:38px}.tutor-disabled-wrapper .tutor-disabled-content-wrapper h3{font-size:20px;font-weight:500}.tutor-disabled-wrapper .tutor-disabled-content-wrapper p{font-size:15px;font-weight:400}.tutor-video-player{position:relative}.tutor-video-player .loading-spinner:before{top:50%;margin-top:-25px;margin-left:-25px}.tutor-video-player-wrapper{position:relative}.tutor-course-single-content-wrapper .tutor-lesson-feature-image img{display:block;width:auto;height:auto;max-height:100%;max-width:100%;margin:0 auto}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner{position:absolute;inset:0;background:var(--tutor-color-gray-10);border-radius:3px;z-index:10}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner::before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:calc(-1*20px/2);margin-left:calc(-1*20px/2);border-radius:50%;border:2px solid #eee;border-top-color:var(--tutor-color-primary);animation:spinner .8s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner::before{width:50px;height:50px;top:calc(50% - 25px)}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner.hide{display:none}.tutor-course-single-content-wrapper .tutor-video-player iframe{width:100%;height:100%;border:none}.tutor-course-single-content-wrapper .tutor-video-player .plyr--vimeo .plyr__captions{display:none !important}.site-content{padding-bottom:0px !important}.tutor-course-single-sidebar-title{display:flex;align-items:center;padding:8px 16px;height:60px;background-color:#fff;border-bottom:1px solid #e0e2ea}.tutor-course-single-sidebar-wrapper{flex:0 0 400px;width:400px;background-color:#eff1f6;border-right:1px solid #e0e2ea}@media(max-width: 1199.98px){.tutor-course-single-sidebar-wrapper{flex:0 0 100%;width:100%;position:absolute;top:0px;opacity:0;z-index:-1}}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header{font-size:16px;font-weight:500;color:var(--tutor-body-color);background-color:#eff1f6;border-bottom:1px solid #e0e2ea;padding:12px 44px 12px 16px;border-radius:0;user-select:none}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:after{color:var(--tutor-color-muted);font-size:14px}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover,.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active{color:var(--tutor-color-primary)}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active:after{color:var(--tutor-color-primary)}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-title{position:relative}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-title-info{position:relative;display:inline-flex;top:2px;cursor:pointer}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-title-info-icon{font-size:14px;color:rgba(var(--tutor-body-color-rgb), 0.5)}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-summary{font-size:12px;color:var(--tutor-color-muted)}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body{background-color:#fff;padding-top:8px;padding-bottom:8px}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item{position:relative}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a{display:flex;justify-content:space-between;flex-wrap:nowrap;width:100%;text-decoration:none;padding:10px 16px;background-color:#fff}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item-icon{font-size:18px;color:rgba(var(--tutor-body-color-rgb), 0.3);transition:300ms ease-in}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title{color:var(--tutor-color-secondary);transition:300ms ease-in}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-icon,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-title,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title{color:var(--tutor-color-primary)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a{background-color:#eff1f6}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-form-check-circle[checked]{border-color:var(--tutor-color-success);background-color:var(--tutor-color-success)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-check-pending{border-color:var(--tutor-color-warning) !important;background-color:var(--tutor-color-warning) !important;background-image:url("data:image/svg+xml,%3Csvg fill='%23FFF' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='10' viewBox='0 0 459.313 459.314' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M459.313,229.648c0,22.201-17.992,40.199-40.205,40.199H40.181c-11.094,0-21.14-4.498-28.416-11.774 C4.495,250.808,0,240.76,0,229.66c-0.006-22.204,17.992-40.199,40.202-40.193h378.936 C441.333,189.472,459.308,207.456,459.313,229.648z'/%3E%3C/g%3E%3C/svg%3E")}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-check-fail{border-color:var(--tutor-color-danger) !important;background-color:var(--tutor-color-danger) !important;background-image:url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath d='M49.9,78c-4.2,0-7.6,3.5-7.6,7.8v1.5c0,4.3,3.4,7.7,7.6,7.7c4.2,0,7.7-3.4,7.7-7.7v-1.5C57.6,81.5,54.2,78,49.9,78L49.9,78z M49.8,5c-6.3,0-11.9,6.1-11.3,12.4l3.8,47c0.2,3.7,3.1,6.9,6.9,7.2c4.3,0.3,8.1-3,8.4-7.2l3.9-47C62,11.1,56.6,5,49.8,5z'%3E%3C/path%3E%3C/svg%3E")}body.rtl .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header{padding:12px 16px 12px 44px}.tutor-course-single-content-wrapper{display:flex;position:relative;width:100%}.tutor-course-single-content-wrapper a{text-decoration:none}.tutor-course-single-content-wrapper ul,.tutor-course-single-content-wrapper ol,.tutor-course-single-content-wrapper li>ul,.tutor-course-single-content-wrapper li>ol{padding-left:1em}.tutor-course-single-content-wrapper a,.tutor-course-single-content-wrapper a:hover,.tutor-course-single-content-wrapper a:active,.tutor-course-single-content-wrapper a:focus{text-decoration:none}.tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden .tutor-course-single-sidebar-wrapper{display:none}.tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden .tutor-course-topics-sidebar-toggler .tutor-icon-left{transform:rotate(180deg)}@media(max-width: 1199.98px){.tutor-course-single-content-wrapper.tutor-course-single-sidebar-open .tutor-course-single-sidebar-wrapper{background-color:#fff;height:100vh;right:0 !important;overflow-y:auto;opacity:1;z-index:1026;padding-bottom:150px}.tutor-course-single-content-wrapper.tutor-course-single-sidebar-open .tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title{position:sticky;top:0;z-index:1027}}.tutor-course-single-content-wrapper input.tutor-form-check-input.tutor-form-check-circle{width:20px;height:20px;margin-top:1px}.tutor-course-single-content-wrapper #tutor-single-entry-content{position:relative;width:100%;display:flex;flex-direction:column}@media(min-width: 1200px){.tutor-course-single-content-wrapper #tutor-single-entry-content{min-height:100vh}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{display:flex;flex-shrink:0;align-items:center;padding:8px 16px;min-height:60px;position:relative;background:var(--tutor-color-primary);color:var(--tutor-color-white)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn{color:var(--tutor-color-white);background-color:rgba(0,0,0,0);border-color:var(--tutor-color-white)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn:hover{color:var(--tutor-color-primary);background-color:var(--tutor-color-white);border-color:var(--tutor-color-white)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn{color:#fff}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn:hover{background-color:#fff;color:var(--tutor-color-primary)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn-secondary{background-color:rgba(0,0,0,.2)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header-icon{font-size:24px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;border-top:1px solid rgba(var(--tutor-color-primary-rgb), 0.15);background-color:rgba(var(--tutor-color-primary-rgb), 0.1)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation{height:90px;border:1px solid #eff1f6;box-shadow:0px 0px 16px rgba(176,182,209,.180862);background:var(--tutor-color-white);position:fixed;bottom:0;left:0;width:100%;z-index:1}@media(min-width: 576px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation{display:none}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-footer-content{flex-basis:70%}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-quiz-skip-button{flex-basis:50%}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-quiz-skip-button button{padding:0;border:0}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-footer-complete-btn button{padding:8px 20px}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-start-quiz{display:inline-block}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-dotted-box{border:2px dashed var(--tutor-border-color);border-radius:5px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-dotted-box span[class^=tutor-icon-],.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-dotted-box span[class*=" tutor-icon-"]{display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .quiz-image img{max-width:100%;height:auto}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-dropzone.tutor-drop-over{border:2px dashed var(--tutor-color-primary) !important}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-dropzone input{display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .question-type-image_answering>div:not(:last-child){margin-bottom:70px}.tutor-course-single-content-wrapper #tutor-single-entry-content .question-type-image_answering .tutor-image-answer{max-width:500px}.tutor-course-single-content-wrapper #tutor-single-entry-content .question-type-image_answering .tutor-image-answer img{width:100%;border-radius:6px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper{padding:80px 24px}@media(max-width: 575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper{padding:40px 16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper{max-width:560px;margin:0 auto;border:1px solid #c0c3cb;border-radius:10px}@media(min-width: 1200px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper{padding:65px 95px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper .tutor-start-quiz-title{border-bottom:1px solid var(--tutor-border-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper .tutor-quiz-info-area .tutor-quiz-info:not(:first-child){padding-top:15px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap{width:100%;max-width:980px;margin:0 auto}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info{display:flex;justify-content:space-between}@media(max-width: 575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info{flex-direction:column;gap:16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-left{display:flex;gap:35px}@media(max-width: 767.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-left{gap:16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining #tutor-quiz-time-update{min-width:50px;text-align:right}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle,.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-expired-circle{width:40px;height:25px;margin-top:1px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg{width:50px;height:50px;margin-top:-3px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle{transform:translate(17px, 15px)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle:first-child{stroke:var(--tutor-color-primary);stroke-width:13px;stroke-dasharray:44;stroke-dashoffset:0}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle:last-child{fill:none;stroke:var(--tutor-color-gray);stroke-dasharray:44;stroke-dashoffset:calc(44 - 44*var(--quizProgress)/100);stroke-width:13px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-expired-circle svg{width:50px;height:50px;margin-top:-3px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-expired-circle svg circle{-webkit-transform:translate(17px, 15px);transform:translate(17px, 15px);stroke:#f44337;stroke-dashoffset:0;stroke-dasharray:75;stroke-width:2px;fill:#fff}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box{cursor:move;padding:10px 18px;border:1px solid var(--tutor-border-color);border-radius:6px;display:flex;justify-content:space-between;align-items:center}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box .tutor-icon-hamburger-menu{cursor:move}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box input{display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-dotted-box{padding:8px 12px 8px 12px;border:2px dashed #ddd;border-radius:5px;font-size:1rem;line-height:1.5;color:#9ca0ac}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box{padding:9px;border-radius:6px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box.time-remaining-warning{border:1px solid rgba(var(--tutor-color-warning-rgb), 0.3)}@media(max-width: 600px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box{flex-wrap:wrap}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-info span:first-child{font-size:27px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-action button{background:#ed9700;color:var(--tutor-color-white);border:unset}@media(max-width: 600px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-action button{margin-top:10px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box.time-over{border:1px solid #f44337}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap img{user-select:none;pointer-events:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .matching-quiz-question-desc{display:grid !important;gap:20px 20px;grid-template-columns:repeat(auto-fit, minmax(163px, 1fr))}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-question-item{position:relative;display:block;cursor:pointer}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-question-item-has-media .tutor-form-check-input{position:absolute;right:8px;top:8px;z-index:1}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-question-item-has-media .tutor-form-check-input:checked+.tutor-card{border-color:var(--tutor-color-primary);box-shadow:0 0 0 1px var(--tutor-color-primary)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-short-ans-image{max-width:444px;width:100%;height:auto}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-question-ans-choice label{min-width:240px;border:1px solid var(--tutor-border-color);border-radius:6px;padding:9.5px 15px 9.5px 15px;display:inline-block;cursor:pointer}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-question-ans-choice label input{margin-right:8px;margin-top:1px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-question-ans-choice .tutor-quiz-correct-ans span:first-child{font-size:28px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap .fill-blank{display:inline-block;border-bottom:2px dashed var(--tutor-color-secondary);margin:0px 0px 10px 0px}@media(max-width: 575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap .fill-blank{margin:0px 10px 5px 0px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap input{border-radius:5px;background-color:var(--tutor-color-white);border:1px solid var(--tutor-border-color);box-shadow:none;transition:color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;margin:0px 0px 3px 0px;padding:2px 5px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area>div:not(:last-child){margin-bottom:25px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans{display:flex;max-width:500px;align-items:center;flex-wrap:wrap}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .tutor-quiz-ans-no{width:230px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item{display:flex;width:270px;align-items:center}@media(max-width: 575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item{margin-top:20px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item>span{margin:0px 20px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item .tutor-quiz-dotted-box{width:230px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .tutor-matching-item{display:flex;flex-direction:column;margin-right:10px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .tutor-matching-item .tutor-matching-image{border-radius:6px;overflow:hidden}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area{counter-reset:serial-number}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area>div:not(:last-child){margin-bottom:25px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area .quiz-ordering-ans-item .tutor-quiz-border-box{width:250px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area .snum:before{counter-increment:serial-number;content:counter(serial-number)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans{display:grid;grid-template-columns:30px 315px;cursor:pointer}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item{width:315px;border:1px solid #c0c3cb;border-radius:6px;display:grid;grid-template-columns:46px auto}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-icon{background:#f4f6f9;width:46px;border-radius:6px 0px 0px 6px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-icon span{font-size:27px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-item{display:grid;grid-template-columns:80px auto;grid-template-rows:auto}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-item img{width:80px;height:80px;border-radius:6px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-item span{word-break:break-word}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-image-matching-ans-area .quiz-image-matching-ans{display:grid !important;gap:20px 20px;grid-template-columns:repeat(auto-fit, minmax(162px, 1fr))}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-image-matching-ans-area .quiz-image{width:100%;height:162px;border-radius:6px;overflow:hidden}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-image-matching-ans-area .quiz-image img{width:100%;height:100%;object-fit:contain}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-result-summary{display:flex;justify-content:space-between;padding-block:20px;margin-block:20px;border-top:1px solid var(--tutor-border-color);border-bottom:1px solid var(--tutor-border-color)}@media(max-width: 575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-result-summary{flex-direction:column;gap:16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-quiz-time-expire-wrapper{margin-bottom:40px;display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-quiz-time-expire-wrapper.tutor-alert-show{display:flex !important}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-quiz-time-expire-wrapper .flash-info span:first-child.tutor-icon-cross-circle-outline-filled::before{color:#f44337}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-time-expired{font-weight:500;font-size:16px;line-height:26px;color:#f44337}.tutor-course-single-content-wrapper mjx-container,.tutor-course-single-content-wrapper .MathJax_Display{display:inline !important}.tutor-course-spotlight-wrapper .tutor-course-spotlight-tab{padding-top:32px;padding-bottom:32px}.tutor-course-spotlight-wrapper .tutor-lesson-wrapper iframe{max-width:100%}.tutor-course-spotlight-wrapper .tutor-exercise-files{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;word-break:break-all}@media(max-width: 575.98px){.tutor-course-spotlight-wrapper .tutor-exercise-files{grid-template-columns:repeat(1, 1fr)}}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card{cursor:pointer}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card:hover .tutor-avatar{background:var(--tutor-color-primary)}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card:hover .tutor-avatar span{color:var(--tutor-color-white)}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card .tutor-avatar{background:rgba(var(--tutor-color-primary-rgb), 0.15)}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card .tutor-avatar span{font-size:30px}.tutor-course-spotlight-wrapper .tutor-conversation{border-bottom:1px solid #ddd;padding:0px 0px 55px 0px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-no-comments-show{border:1px solid var(--tutor-border-color);border-radius:6px;padding:47px 33px}@media(max-width: 575.98px){.tutor-course-spotlight-wrapper .tutor-conversation .tutor-no-comments-show{flex-direction:column;align-items:center;justify-content:center;padding:30px 20px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-no-comments-show p{text-align:center}}.tutor-course-spotlight-wrapper .tutor-conversation .comment-avatar img{width:50px;height:50px;border-radius:50%}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,.tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before{content:"";display:block;height:10px;width:10px;background-color:#fff;border:1px solid var(--tutor-border-color);position:absolute;left:-6px;top:18px;clip-path:polygon(0% 0%, 100% 100%, 0% 100%);transform:rotate(45deg);border-radius:0 0 0 3px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,.tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after{content:"";display:block;height:10px;width:10px;background-color:#fff;border:1px solid #fff;position:absolute;left:-2px;top:18px;border-radius:3px 0 0 3px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box{display:grid;grid-template-columns:70px auto}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea{position:relative;grid-area:1/2/1/3;border:1px solid var(--tutor-border-color);border-radius:6px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea.is-focused{border:1px solid var(--tutor-color-primary)}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea.is-focused:before{border:1px solid var(--tutor-color-primary)}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea textarea{padding:20px;min-height:96px;border-color:rgba(0,0,0,0)}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-submit-btn{margin-top:20px;grid-area:2/2/2/3;justify-self:end}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list{display:grid;grid-template-columns:70px auto}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment{background-color:#fff;border:1px solid var(--tutor-border-color);border-radius:6px;position:relative;padding:15px 20px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment .tutor-comment-author span:first-child{color:#161d25}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment .tutor-comment-author span:last-child{color:#808993}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-actions span{cursor:pointer;text-transform:capitalize}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-actions span:not(:last-child){margin-right:23px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-box.tutor-reply-box{padding:16px 0px 16px 16px;min-height:54px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-box.tutor-reply-box .tutor-comment-textarea textarea{padding:15px 20px;min-height:56px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment{position:relative}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-comment-line{position:absolute;width:1px;left:24px;top:50px;background:var(--tutor-border-color)}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment{position:relative}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:after{content:"";position:absolute;width:45px;height:1px;left:-45px;top:25px;background:var(--tutor-border-color)}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:before{content:"";position:absolute;width:45px;height:1px;left:-68px;top:3px;background:var(--tutor-border-color);transform:rotate(90deg);z-index:9}@media(max-width: 575.98px){.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment .tutor-single-comment .tutor-actual-comment .tutor-comment-author{display:flex;flex-direction:column}}.tutor-spotlight-mobile-progress-complete{background:#fff;box-shadow:0px 0px 16px 0 rgba(176,182,209,.180862);margin-top:16px}@media(max-width: 420px){.tutor-spotlight-mobile-progress-complete .tutor-col-6{flex:0 0 auto;width:100%}}.tutor-spotlight-mobile-progress-right{text-align:center}@media(min-width: 420px){.tutor-spotlight-mobile-progress-right .tutor-topbar-complete-btn{text-align:right}}@media(max-width: 420px){.tutor-spotlight-mobile-progress-right .tutor-topbar-complete-btn.tutor-ml-24{margin-left:0 !important}}.tutor-spotlight-mobile-progress-right [class*=tutor-icon-]{display:none}.tutor-course-spotlight-comments{max-width:670px;margin:auto}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before{left:initial;right:-6px;transform:rotate(220deg);border-radius:0 3px 0 0px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after{left:initial;right:-2px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-actions span:not(:last-child){margin-right:initial;margin-left:23px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-comment-line{left:initial;right:24px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:after{left:initial;right:-45px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:before{left:initial;right:-68px;transform:rotate(90deg)}#tutor-assignment-wrap .tutor-assignment-attachments-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}@media(max-width: 768px){#tutor-assignment-wrap .tutor-assignment-attachments-list{grid-template-columns:1fr}}#tutor-assignment-wrap .tutor-assignment-meta-info{border-top:1px solid var(--tutor-border-color);border-bottom:1px solid var(--tutor-border-color)}@media(min-width: 576px)and (max-width: 1192px){#tutor-assignment-wrap .tutor-assignment-meta-info{flex-direction:column}}#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info>div:not(:last-child){margin-right:50px}@media(min-width: 576px)and (max-width: 1192px){#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-duration,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-deadline,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-marks,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-pass-mark{flex-basis:50%}}@media(max-width: 575px){#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-duration,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-deadline,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-marks,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-pass-mark{display:flex;flex-direction:column;flex-basis:50%}}@media(max-width: 576px){#tutor-assignment-wrap .tutor-assignment-meta-info{flex-direction:column}}#tutor-assignment-wrap .tutor-assignment-border-bottom{border-bottom:1px solid var(--tutor-border-color)}#tutor-assignment-wrap .tutor-instructor-card{background-color:var(--tutor-color-white);border-radius:6px;cursor:pointer;min-width:100%;display:grid;grid-template-columns:auto 40px}#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content>div:first-child{margin-right:10px}#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content>div{word-break:break-all}@media(max-width: 768px){#tutor-assignment-wrap.tutor-course-assignment-details .tutor-assignment-footer .tutor-assignment-footer-btn{flex-direction:column}#tutor-assignment-wrap.tutor-course-assignment-details .tutor-assignment-footer .tutor-assignment-footer-btn a,#tutor-assignment-wrap.tutor-course-assignment-details .tutor-assignment-footer .tutor-assignment-footer-btn button{width:100%;display:flex;align-items:center;justify-content:center}}#tutor-assignment-wrap.tutor-course-assignment-details .no-before::before{display:none}#tutor-assignment-wrap.tutor-course-assignment-details #full-text{display:none}#tutor-assignment-wrap.tutor-time-out-assignment .quiz-flash-message .tutor-quiz-warning-box{background-color:rgba(var(--tutor-color-danger-rgb), 0.15);border:1px solid rgba(var(--tutor-color-danger-rgb), 0.3)}#tutor-assignment-wrap.tutor-time-out-assignment .tutor-time-out-assignment-details .tutor-to-assignment{position:relative}#tutor-assignment-wrap.tutor-time-out-assignment .tutor-time-out-assignment-details .tutor-to-assignment:before{content:"";position:absolute;width:100%;height:120px;bottom:0px;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 1.31%, rgba(255, 255, 255, 0) 15.41%, #ffffff 100%)}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body{max-width:730px}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment{background-color:#eff1f6;border-radius:6px}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-input-type-size span{font-weight:500}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files{display:grid;grid-template-columns:180px auto}@media(max-width: 767.98px){#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files{grid-template-columns:1fr;gap:10px}}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files .tutor-assignment-upload-btn input,#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files .tutor-assignment-upload-btn input#tutor-assignment-file-upload{display:none}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-asisgnment-upload-file-preview{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media(max-width: 600px){#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-asisgnment-upload-file-preview{grid-template-columns:1fr}}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-description-details .tutor-ad-body{position:relative}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-description-details .tutor-ad-body:before{content:"";position:absolute;width:100%;height:120px;bottom:0px;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 1.31%, rgba(255, 255, 255, 0) 15.41%, #ffffff 100%)}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-details .tutor-ar-body{border:1px solid var(--tutor-border-color);box-sizing:border-box;border-radius:6px}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-details .tutor-ar-body .tutor-input-files{max-width:330px}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-description-details .tutor-ad-body{position:relative}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-description-details .tutor-ad-body:before{content:"";position:absolute;width:100%;height:120px;bottom:0px;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 1.31%, rgba(255, 255, 255, 0) 15.41%, #ffffff 100%)}#tutor-assignment-wrap .tutor-instructor-note{background-color:rgba(var(--tutor-color-primary-rgb), 0.2);border:1px solid rgba(var(--tutor-color-primary-rgb), 0.4);border-radius:6px}#tutor-assignment-wrap.tutor-assignment-results .tutor-instructor-note{background-color:rgba(var(--tutor-color-primary-rgb), 0.2);border:1px solid rgba(var(--tutor-color-primary-rgb), 0.2);border-radius:6px}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-details .tutor-ar-body{border:1px solid var(--tutor-border-color);box-sizing:border-box;border-radius:6px}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-details .tutor-ar-body .tutor-input-files{max-width:330px}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-description-details .tutor-ad-body{position:relative}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-description-details .tutor-ad-body:before{content:"";position:absolute;width:100%;height:120px;bottom:0px;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 1.31%, rgba(255, 255, 255, 0) 15.41%, #ffffff 100%)}.submited-files>div:not(:last-child){margin-right:15px}.submited-files .tutor-instructor-card{width:100%}.submited-files .tutor-instructor-card .tutor-icard-content{padding-right:10px}.tutor-qna-single-question table.tutor-table-data-td-target [data-td-target]{padding:12px !important}.tutor-qna-single-question table.tutor-table tr:last-child td:last-child{border-radius:0}.tutor-qna-single-question table.tutor-table-data-td-target .is-active:not(.expand-btn){background-color:#fff !important}body.wp-admin .tutor-qna-single-wrapper .tutor-qa-reply{border-top-left-radius:6px;border-top-right-radius:6px;overflow:hidden}.tutor-qna-single-question .tutor-qna-single-wrapper .qna-back-button{font-style:normal;font-weight:normal;font-size:16px;color:#5b616f}.tutor-qna-single-question .tutor-qa-reply{bottom:20px;bottom:0;background:#fff;z-index:10}.tutor-qna-single-question .tutor-qa-reply textarea{min-height:initial !important;height:80px !important;width:100%;border:none;border:1px solid var(--tutor-border-color);border-radius:6px;padding:15px;resize:none}.tutor-qna-single-question .tutor-qa-reply textarea,.tutor-qna-single-question .tutor-qa-reply textarea:focus,.tutor-qna-single-question .tutor-qa-reply textarea:active{outline:none !important;box-shadow:none}.tutor-qna-single-question .tutor-qna-badges .tutor-btn:not(:last-child){margin-right:18px}.tutor-qna-single-question .tutor-qna-single-wrapper{max-height:calc(100vh - 100px);overflow-y:auto}.tutor-qna-single-question .tutor-qa-sticky-bar{position:sticky;top:0;border-bottom:1px solid var(--tutor-border-color);margin-bottom:16px;z-index:9}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat{margin-bottom:30px;display:flex;flex-direction:column}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user{display:flex;align-items:center;margin-bottom:16px;gap:16px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user img{width:48px;height:48px;border-radius:50%}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text{padding:16px 24px;background:#fff;border-radius:8px;margin:0;position:relative;max-width:max-content}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text:before{content:"";position:absolute;width:20px;height:20px;top:-5px;background:inherit;clip-path:polygon(0% 0%, 0% 100%, 100% 0%);transform:rotate(45deg);border-radius:3px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-left .tutor-qna-text:before{left:15px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right{align-items:flex-end}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right .tutor-qna-user{flex-direction:row-reverse}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right .tutor-qna-text:before{right:15px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat p{margin:0}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat ul{padding-left:2rem}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat ul li{list-style-type:disc}.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-left .tutor-qna-text{min-width:50px;background:#e3e9f7;color:var(--tutor-body-color)}.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-right .tutor-qna-text{background:#dbe9eb;color:var(--tutor-body-color)}.tutor-qna-single-question .tutor-toggle-reply{text-align:right}.tutor-qna-single-question .tutor-toggle-reply span{cursor:pointer}.tutor-qna-single-question .tutor-toggle-reply span:hover{text-decoration:underline;font-style:normal;font-weight:normal;color:#41454f}body.wp-admin .tutor-qa-chatlist{margin-right:16px;margin-top:16px}table.qna-list-table .tutor-icon-msg-important-filled{color:var(--tutor-color-muted)}table.qna-list-table .tutor-icon-msg-important-fill-filled{color:#ed9700}table.qna-list-table tr .tutor-qna-title{font-style:normal;font-weight:500;font-size:16px;color:#212327;display:block}table.qna-list-table tr:not(.is-qna-read) .tutor-qna-title{font-weight:bold;font-size:16px;color:#212327}table.qna-list-table .tutor-qna-question-col i{font-size:24px !important;margin-right:13px;left:-6px;top:2px}table.qna-list-table .tutor-qna-question-col span{margin-bottom:5px}table.qna-list-table .tutor-qna-question-col small{font-style:normal;font-weight:500;font-size:13px;color:#525252}table.qna-list-table .tutor-qna-question-col:not(.is-read) i{color:var(--tutor-color-primary)}table.qna-list-table .tutor-qna-question-col:not(.is-read) .tutor-qna-content{font-style:normal;font-weight:bold;font-size:16px;color:var(--tutor-body-color)}table.qna-list-table .tutor-qna-question-col:not(.is-read) .tutor-qna-content ul{padding-left:2rem}table.qna-list-table .tutor-qna-question-col:not(.is-read) .tutor-qna-content ul li{list-style-type:disc;line-height:1.5}table.qna-list-table .tutor-qna-question-col.is-read i{color:#c0c3cb}table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content{font-style:normal;font-weight:500;font-size:16px;color:#212327}table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content ul{padding-left:2rem}table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content ul li{list-style-type:disc;line-height:1.5}.tutor-qna-spotlight-sidebar{padding:15px}.tutor-qna-spotlight-sidebar .tutor-qa-new[data-context=course-single-qna-sidebar]{background:#f4f6f9;padding:15px;bottom:15px;margin:-15px;position:absolute;width:100%}.tutor-qna-spotlight-sidebar .tutor-qa-reply{position:initial !important}.tutor-qa-reply[data-context=course-single-qna-sidebar],.tutor-qa-reply[data-context=course-single-qna-sidebar] textarea,.tutor-qa-reply[data-context=course-single-qna-single],.tutor-qa-reply[data-context=course-single-qna-single] textarea{border:none !important}.tutor-qa-reply[data-context=course-single-qna-sidebar] textarea,.tutor-qa-reply[data-context=course-single-qna-single] textarea{border:1px solid #cdcfd5 !important;border-radius:6px !important}#sidebar-qna-tab-content-bak .tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat{max-width:100%;margin-bottom:10px}#sidebar-qna-tab-content-bak .tutor-qna-single-question .tutor-qa-reply div{padding:10px 0px 0px 0px}#sidebar-qna-tab-content-bak .tutor-qa-new .tutor-quesanswer-askquestion:not(.tutor-quesanswer-askquestion-expand) .sidebar-ask-new-qna-submit,#sidebar-qna-tab-content-bak .tutor-qa-new .tutor-quesanswer-askquestion:not(.tutor-quesanswer-askquestion-expand) textarea{display:none}#sidebar-qna-tab-content-bak .tutor-qa-new .tutor-quesanswer-askquestion.tutor-quesanswer-askquestion-expand .sidebar-ask-new-qna-btn-wrap{display:none}#sidebar-qna-tab-content-bak .tutor-qa-reply textarea:focus{border:1px solid var(--tutor-color-primary) !important}body.wp-admin .tutor-qna-single-wrapper>*{padding:20px !important}body.wp-admin .tutor-qna-single-wrapper .tutor-qa-reply{border-radius:0px}body.wp-admin .tutor-qa-reply{background:rgba(0,0,0,0)}#tutor-course-details-tab-questions .tutor-qna-reply-editor .wp-editor-container{border:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-tinymce.mce-panel{background:#fff;border:none;box-shadow:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-tinymce.mce-panel>.mce-container-body{border:1px solid #dcdfe6;border-radius:6px}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-toolbar-grp{border-bottom:none;background:rgba(0,0,0,0)}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-top-part::before{box-shadow:0 1px 0px #cdcfd5}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-statusbar{border-top:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-statusbar>.mce-container-body .mce-path{visibility:hidden}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-statusbar.mce-last{background-color:rgba(0,0,0,0)}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-toolbar .mce-ico{color:#767c8e;--size: 22px;width:var(--size);height:var(--size);display:flex;align-items:center;justify-content:center}.answer-image-matched-wrap{display:block}.answer-image-matched-wrap .image-matching-item{display:flex;align-items:center}.answer-image-matched-wrap .image-matching-item:not(:last-child){margin-bottom:12px}.answer-image-matched-wrap .image-matching-item img{max-width:35px}.answer-image-matched-wrap .image-matching-item .dragged-caption{font-size:14px;margin-left:12px}.correct-answer-wrap .matching-type{display:flex;flex-direction:column;align-items:flex-start}.correct-answer-wrap .matching-type:not(:last-child){margin-bottom:12px}.correct-answer-wrap .text-image-type{display:flex;align-items:center}.correct-answer-wrap .text-image-type .image{margin-right:12px}.correct-answer-wrap img{max-width:32px;max-height:32px}.tutor-quiz-attempt-details .tutor-icon-rounded{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;overflow:hidden;border-radius:3px;box-sizing:border-box;border-width:1px;border-style:solid;font-size:14px;cursor:pointer}.tutor-quiz-attempt-details .tutor-icon-rounded:not(:hover){opacity:.8}.tutor-quiz-attempt-details tr td{vertical-align:middle}.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger{color:#cdcfd5 !important;border-color:#cdcfd5 !important}.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success{color:#cdcfd5 !important;border-color:#cdcfd5 !important}.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger{color:#cdcfd5 !important;border-color:#cdcfd5 !important}.tutor-quiz-attempt-details .quiz-explanation-wrapper{display:flex;background:#e5f5eb;padding:15px;border-radius:8px;box-sizing:border-box}.tutor-quiz-attempt-details .explain-toggle{background:#f4f6f9;text-align:center !important;padding:4px}.tutor-quiz-attempt-details .explain-toggle button{margin:0;line-height:32px}@media(max-width: 575.98px){.tutor-quiz-attempt-details .tutor-manual-review-wrapper{text-align:left}}.tutor-quiz-type-icon{padding:0;color:#fff;border-radius:4px;margin-right:8px;display:inline-block;width:32px;height:32px;text-align:center;line-height:32px;font-size:20px;vertical-align:middle;background-color:var(--tutor-color-primary)}.tutor-quiz-type-boolean{background-color:#3e64de}.tutor-quiz-type-single-choice{background-color:#00b890}.tutor-quiz-type-multiple-choices{background-color:#9034a9}.tutor-quiz-type-open-ended{background-color:#fe3129}.tutor-quiz-type-fill-blanks{background-color:#ffbf00}.tutor-quiz-type-short-answer{background-color:#f37512}.tutor-quiz-type-matching{background-color:#8a4a1b}.tutor-quiz-type-image-matching{background-color:#f37512}.tutor-quiz-type-image-answering{background-color:#a322f9}.tutor-quiz-type-ordering{background-color:#1b52d8}.tutor-instructor-note.tutor-quiz-attempt-note{background-color:rgba(var(--tutor-color-primary-rgb), 0.15);border:1px solid rgba(var(--tutor-color-primary-rgb), 0.4);border-radius:6px}.tutor-snackbar-wrapper{position:fixed;bottom:0;left:0;right:0;text-align:center;padding:0 15px;z-index:10000000000000000;display:none;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}.tutor-snackbar-wrapper.tutor-snackbar-show{display:block}.tutor-snackbar-wrapper .tutor-btn-outline-primary{color:#fff}.tutor-snackbar-wrapper>div{margin:15px auto;padding:7px 14px;display:inline-block;font-size:15px;text-align:initial;color:#fff;background:rgba(0,0,0,.66);box-shadow:0px 5px 30px rgba(58,57,132,.06);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);border-radius:10px}.tutor-snackbar-wrapper>div>div{display:inline-block;white-space:nowrap;margin:5px 0}.tutor-snackbar-wrapper .tutor-snackbar-title-icon{color:#fff;font-size:24px;margin-right:13px;vertical-align:middle}.tutor-snackbar-wrapper .tutor-snackbar-close{color:#7a7a7a !important;cursor:pointer;display:inline-block;font-size:12px;padding:5px}.tutor-snackbar-wrapper p{color:#fff;font-weight:normal;font-size:16px;display:inline-block;margin:8px 45px 8px 0}.tutor-cart-page{padding:80px 0px}@media(max-width: 575.98px){.tutor-cart-page{padding:40px 0px}}.tutor-cart-page .tutor-cart-course-list{display:flex;flex-direction:column;gap:8px;border:1px solid var(--tutor-border-color);border-radius:6px}.tutor-cart-page .tutor-cart-course-item{display:flex;align-items:stretch;gap:24px;padding:32px}@media(max-width: 575.98px){.tutor-cart-page .tutor-cart-course-item{flex-direction:column;padding:16px}}.tutor-cart-page .tutor-cart-course-item:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-thumb{width:160px;height:90px;border-radius:8px;overflow:hidden}@media(max-width: 575.98px){.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-thumb{width:100%;height:auto}}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-thumb img{width:100%;height:100%;object-fit:cover}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-title{display:flex;flex-direction:column;gap:8px}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-title a{color:var(--tutor-body-color);text-decoration:none}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-title a:hover{opacity:1}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:32px;margin-top:auto}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li{font-size:13px;line-height:18px;color:rgba(0,0,0,.6);position:relative}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:not(.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:last-child)::before{content:"";position:absolute;top:4px;right:-20px;height:10px;width:10px;background:#e3e6eb;border-radius:50%}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:not(.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:last-child)::after{content:"";position:absolute;top:6px;right:-18px;height:6px;width:6px;background-color:#4b505c;border-radius:50%}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper{margin-left:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:end}@media(max-width: 575.98px){.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper{flex-direction:row;margin-left:0;align-items:start}}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper .tutor-cart-course-price{display:flex;flex-direction:column;align-items:end;color:var(--tutor-body-color)}@media(max-width: 575.98px){.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper .tutor-cart-course-price{flex-direction:row;gap:8px}}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper .tutor-cart-discount-price{font-size:13px;color:#767c8e;text-decoration:line-through}.tutor-cart-page .tutor-cart-course-bundle-badge{display:inline-block;width:fit-content;font-size:11px;line-height:16px;background-color:#7a078d;color:#fff;border-radius:13px;padding:0px 6px}.tutor-cart-page .tutor-cart-summery{border:1px solid var(--tutor-border-color);border-radius:6px}.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-top{display:flex;flex-direction:column;gap:16px;padding:32px;border-bottom:1px solid var(--tutor-border-color)}@media(max-width: 575.98px){.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-top{padding:16px}}.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-bottom{padding:32px}@media(max-width: 575.98px){.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-bottom{padding:16px}}.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-item{display:flex;align-items:center;justify-content:space-between;color:var(--tutor-body-color)}.tutor-cart-page .tutor-cart-empty-state{max-width:800px;margin:0 auto;border:1px solid var(--tutor-border-color);border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px}.tutor-cart-page .tutor-cart-empty-state p{font-size:24px;line-height:32px;color:var(--tutor-body-color);padding:0px;margin-bottom:24px}.tutor-cart-page .tutor-cart-empty-state a{width:280px;justify-content:center}.tutor-checkout-page{padding:40px 0px}.tutor-checkout-page input[type=text],.tutor-checkout-page input[type=email],.tutor-checkout-page select{line-height:36px;padding:0px 10px;text-indent:0}.tutor-checkout-page .tutor-checkout-container{max-width:1032px;margin:0 auto}.tutor-checkout-page .tutor-checkout-details .tutor-checkout-details-inner{background-color:#fafafa;border-radius:5px;padding:24px 24px 12px 24px}.tutor-checkout-page .tutor-checkout-detail-item{padding:24px 0px}.tutor-checkout-page .tutor-checkout-detail-item:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}@media(max-width: 575.98px){.tutor-checkout-page .tutor-checkout-detail-item{padding:16px}}.tutor-checkout-page .tutor-checkout-courses{display:flex;flex-direction:column;gap:24px}.tutor-checkout-page .tutor-checkout-course-item{display:flex;flex-direction:column;color:var(--tutor-body-color)}.tutor-checkout-page .tutor-checkout-course-content{display:flex;align-items:start;justify-content:space-between;gap:56px}.tutor-checkout-page .tutor-checkout-course-thumb-title{display:grid;grid-template-columns:56px 1fr;align-items:start;gap:8px}.tutor-checkout-page .tutor-checkout-course-thumb-title img{max-width:100%;border-radius:3px;margin-top:6px}.tutor-checkout-page .tutor-checkout-enrollment-fee{display:flex;align-items:start;justify-content:space-between;font-size:14px;margin-top:16px}.tutor-checkout-page .tutor-checkout-course-bundle-badge{width:fit-content;display:inline-block;font-size:11px;line-height:16px;background-color:#9342e7;color:#fff;border-radius:13px;padding:0px 6px}.tutor-checkout-page .tutor-checkout-course-plan-badge{width:fit-content;display:inline-block;font-size:11px;line-height:14px;font-weight:500;background-color:#f0f1f5;color:#41454f;border-radius:2px;padding:4px 8px}.tutor-checkout-page .tutor-checkout-course-title{font-weight:500;font-size:16px;line-height:26px;margin:0px}.tutor-checkout-page .tutor-checkout-course-title a{color:var(--tutor-body-color);text-decoration:none}.tutor-checkout-page .tutor-checkout-course-title a:hover{opacity:1}.tutor-checkout-page .tutor-checkout-coupon-badge{display:flex;align-items:center;gap:4px;width:fit-content;background-color:#f1f1f1;color:#41454f;font-size:11px;line-height:16px;border-radius:4px;padding:3px 6px}.tutor-checkout-page .tutor-checkout-coupon-badge.tutor-has-delete-button{font-size:13px;line-height:18px;padding:10px 8px}.tutor-checkout-page .tutor-checkout-coupon-badge button{display:flex;background-color:rgba(0,0,0,0);color:var(--tutor-color-hints);border:none;outline:none;padding:0;cursor:pointer;font-size:14px}.tutor-checkout-page .tutor-checkout-discount-price{font-size:13px;color:#767c8e;text-decoration:line-through}.tutor-checkout-page .tutor-checkout-summary{display:flex;flex-direction:column;gap:8px}.tutor-checkout-page .tutor-checkout-summary-item{display:flex;align-items:center;justify-content:space-between;color:var(--tutor-body-color)}.tutor-checkout-page .tutor-checkout-separator{line-height:18px;margin-top:16px;margin-bottom:16px;font-size:13px;color:var(--tutor-body-color);text-align:center;position:relative}.tutor-checkout-page .tutor-checkout-separator span{position:relative;z-index:1;background-color:#f9fafc;padding:0 4px}.tutor-checkout-page .tutor-checkout-separator::before{content:"";height:1px;width:100%;background-color:var(--tutor-border-color);position:absolute;top:8px;left:0}.tutor-checkout-page .tutor-payment-instructions{background-color:#fafafa;border:1px solid var(--tutor-border-color);border-radius:6px;padding:16px;margin-top:16px;white-space:pre-line}.tutor-checkout-page .tutor-apply-coupon-form{background-color:#fff;border:1px solid var(--tutor-border-color);border-radius:6px;padding:4px;display:flex}.tutor-checkout-page .tutor-apply-coupon-form input{width:100%;border:none;background-color:rgba(0,0,0,0);outline:none;box-shadow:none}.tutor-checkout-page .tutor-apply-coupon-form button{border:none;font-weight:500;padding:4px 16px;font-size:13px;line-height:24px}.tutor-checkout-page .tutor-show-tax-rates{color:var(--tutor-color-primary);background:none;border:0;outline:0;cursor:pointer}.tutor-checkout-page .tutor-show-tax-rates:hover{text-decoration:underline}.tutor-checkout-page .tutor-tax-breakdown-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999}.tutor-checkout-page .tutor-tax-breakdown-modal__backdrop{position:absolute;inset:0;z-index:1;background:rgba(22,22,22,.7)}.tutor-checkout-page .tutor-tax-breakdown-modal__content{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#fff;border-radius:6px;padding:24px;box-shadow:0px 8px 24px 0px rgba(17,18,19,.12);display:flex;flex-direction:column;gap:16px}.tutor-checkout-page .tutor-tax-breakdown-modal__header{display:flex;justify-content:space-between}.tutor-checkout-page .tutor-tax-breakdown-modal__header button{background:none;border:0;outline:0;color:#9197a8;cursor:pointer;width:32px;height:32px}.tutor-checkout-page .tutor-tax-breakdown-modal__header h6{font-size:1rem}.tutor-checkout-page .tutor-tax-breakdown-modal__item{display:grid;grid-template-columns:2fr 1fr 1fr}.tutor-checkout-page .tutor-tax-breakdown-modal__item>span{font-size:.875rem}.tutor-checkout-page .tutor-tax-breakdown-modal__item>span:not(:first-of-type){text-align:right;font-weight:600}.tutor-checkout-page .tutor-checkout-spinner{position:absolute;top:12px;right:0px;padding:0px}.tutor-checkout-page .tutor-plan-trial-price{background-color:#f5fbf7;display:flex;justify-content:space-between;align-items:start;padding:8px;border-radius:4px}.tutor-checkout-page .tutor-plan-trial-price .tutor-plan-trial-icon-wrapper{display:flex;align-items:center;gap:4px}.tutor-checkout-billing .tutor-billing-fields .tutor-form-label{display:none}.tutor-checkout-billing .tutor-billing-fields .tutor-mb-16{margin:0 !important}.tutor-checkout-billing .tutor-billing-fields .tutor-form-control{border-radius:0px;height:40px}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:not(:last-of-type) .tutor-form-control{border-bottom:none !important}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:first-of-type .tutor-form-control{border-top-left-radius:6px}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:last-of-type .tutor-form-control{border-bottom-left-radius:6px;border-bottom-right-radius:6px}@media(min-width: 992px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-sm-6:nth-of-type(odd) .tutor-form-control{border-right:none !important}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:nth-of-type(2) .tutor-form-control{border-top-right-radius:6px}}@media(min-width: 576px)and (max-width: 767px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-sm-6:nth-of-type(odd) .tutor-form-control{border-right:none !important}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:nth-of-type(2) .tutor-form-control{border-top-right-radius:6px}}@media(min-width: 768px)and (max-width: 991px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:first-of-type .tutor-form-control{border-top-right-radius:6px}}@media(max-width: 575px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:first-of-type .tutor-form-control{border-top-right-radius:6px}}.tutor-checkout-payment-options{display:flex;flex-direction:column;border:1px solid var(--tutor-border-color);border-radius:6px;background-color:#fff}.tutor-checkout-payment-options .tutor-checkout-payment-item{border:none;margin:0px;background-color:rgba(0,0,0,0);display:flex;align-items:center;gap:12px;padding:16px;cursor:pointer;line-height:24px}.tutor-checkout-payment-options .tutor-checkout-payment-item:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}.tutor-checkout-payment-options .tutor-checkout-payment-item .tutor-payment-item-content{display:flex;gap:6px;width:100%;font-size:16px;font-weight:600;color:#212529}.tutor-checkout-payment-options .tutor-checkout-payment-item .tutor-payment-item-content img{max-width:24px}.tutor-checkout-payment-options .tutor-checkout-payment-item.active{background-color:#e9edfb;box-shadow:0px 0px 0px 1px #7391f0;border-color:rgba(0,0,0,0)}.tutor-checkout-payment-options .tutor-checkout-payment-item.active:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.tutor-checkout-payment-options .tutor-checkout-payment-item.active:last-of-type{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.tutor-checkout-payment-options .tutor-alert{margin:-1px}.tutor-display-none{display:none}.tutor-page-wrap{width:100%}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.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{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::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::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::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{clear:both}.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 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right: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,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.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}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{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:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;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::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::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 form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:#fff0;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.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 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.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 mark{background-color:#fff0;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgb(0 0 0 / .15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}@media only screen and (max-width:768px){:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgb(0 0 0 / .025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.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:left}.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:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);float:left;font-size:.75em;margin-bottom:0;text-align:left;width:48%}.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{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be #fff0 #fff0 #fff0;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.select2-container{width:100%}.select2-container .select2-selection--single{height:auto}.select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}.select2-container .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}.select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}.select2-container .select2-dropdown,.select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}.select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgb(0 0 0 / .2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgb(90 89 68 / .5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:#fff0 none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";content:"\e021"/"";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgb(0 0 0 / .1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgb(0 0 0 / .025)}.woocommerce table.shop_table{border:1px solid rgb(0 0 0 / .1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgb(0 0 0 / .1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgb(0 0 0 / .1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.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{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgb(0 0 0 / .1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgb(0 0 0 / .1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgb(0 0 0 / .1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgb(0 0 0 / .1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgb(0 0 0 / .1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgb(129 110 153 / .14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgb(104 87 125 / .14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:#fff0;border-left-color:#fff0;border-top-color:#fff0;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgb(0 0 0 / .2);box-shadow:inset 0 1px 2px rgb(0 0 0 / .1);background:rgb(0 0 0 / .05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}:root{--tec-grid-gutter:48px;--tec-grid-gutter-negative:calc(var(--tec-grid-gutter)*-1);--tec-grid-gutter-half:calc(var(--tec-grid-gutter)/2);--tec-grid-gutter-half-negative:calc(var(--tec-grid-gutter-half)*-1);--tec-grid-gutter-small:42px;--tec-grid-gutter-small-negative:calc(var(--tec-grid-gutter-small)*-1);--tec-grid-gutter-small-half:calc(var(--tec-grid-gutter-small)/2);--tec-grid-gutter-small-half-negative:calc(var(--tec-grid-gutter-small-half)*-1);--tec-grid-gutter-page:42px;--tec-grid-gutter-page-small:19.5px;--tec-grid-width-default:1176px;--tec-grid-width-min:320px;--tec-grid-width:calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page)*2);--tec-grid-width-1-of-2:50%;--tec-grid-width-1-of-3:33.333%;--tec-grid-width-1-of-4:25%;--tec-grid-width-1-of-5:20%;--tec-grid-width-1-of-7:14.285%;--tec-grid-width-1-of-8:12.5%;--tec-grid-width-1-of-9:11.111%;--tec-spacer-0:4px;--tec-spacer-1:8px;--tec-spacer-2:12px;--tec-spacer-3:16px;--tec-spacer-4:20px;--tec-spacer-5:24px;--tec-spacer-6:28px;--tec-spacer-7:32px;--tec-spacer-8:40px;--tec-spacer-9:48px;--tec-spacer-10:56px;--tec-spacer-11:64px;--tec-spacer-12:80px;--tec-spacer-13:96px;--tec-spacer-14:160px;--tec-z-index-spinner-container:100;--tec-z-index-views-selector:30;--tec-z-index-dropdown:30;--tec-z-index-events-bar-button:20;--tec-z-index-search:10;--tec-z-index-filters:9;--tec-z-index-scroller:7;--tec-z-index-week-event-hover:5;--tec-z-index-map-event-hover:5;--tec-z-index-map-event-hover-actions:6;--tec-z-index-multiday-event:5;--tec-z-index-multiday-event-bar:2;--tec-color-text-primary:#141827;--tec-color-text-primary-light:#1418279e;--tec-color-text-secondary:#5d5d5d;--tec-color-text-disabled:#d5d5d5;--tec-color-text-events-title:var(--tec-color-text-primary);--tec-color-text-event-title:var(--tec-color-text-events-title);--tec-color-text-event-date:var(--tec-color-text-primary);--tec-color-text-secondary-event-date:var(--tec-color-text-secondary);--tec-color-icon-primary:#5d5d5d;--tec-color-icon-primary-alt:#757575;--tec-color-icon-secondary:#bababa;--tec-color-icon-active:#141827;--tec-color-icon-disabled:#d5d5d5;--tec-color-icon-focus:#334aff;--tec-color-icon-error:#da394d;--tec-color-event-icon:#141827;--tec-color-event-icon-hover:#334aff;--tec-color-accent-primary:#334aff;--tec-color-accent-primary-hover:#334affcc;--tec-color-accent-primary-active:#334affe6;--tec-color-accent-primary-background:#334aff12;--tec-color-accent-secondary:#141827;--tec-color-accent-secondary-hover:#141827cc;--tec-color-accent-secondary-active:#141827e6;--tec-color-accent-secondary-background:#14182712;--tec-color-button-primary:var(--tec-color-accent-primary);--tec-color-button-primary-hover:var(--tec-color-accent-primary-hover);--tec-color-button-primary-active:var(--tec-color-accent-primary-active);--tec-color-button-primary-background:var(--tec-color-accent-primary-background);--tec-color-button-secondary:var(--tec-color-accent-secondary);--tec-color-button-secondary-hover:var(--tec-color-accent-secondary-hover);--tec-color-button-secondary-active:var(--tec-color-accent-secondary-active);--tec-color-button-secondary-background:var(--tec-color-accent-secondary-background);--tec-color-link-primary:var(--tec-color-text-primary);--tec-color-link-accent:var(--tec-color-accent-primary);--tec-color-link-accent-hover:#334affcc;--tec-color-border-default:#d5d5d5;--tec-color-border-secondary:#e4e4e4;--tec-color-border-tertiary:#7d7d7d;--tec-color-border-hover:#5d5d5d;--tec-color-border-active:#141827;--tec-color-background:#fff;--tec-color-background-events:#0000;--tec-color-background-transparent:#fff9;--tec-color-background-secondary:#f7f6f6;--tec-color-background-messages:#14182712;--tec-color-background-secondary-hover:#f0eeee;--tec-color-background-error:#da394d14;--tec-color-box-shadow:rgba(#000,0.14);--tec-color-box-shadow-secondary:rgba(#000,0.1);--tec-color-scroll-track:rgba(#000,0.25);--tec-color-scroll-bar:rgba(#000,0.5);--tec-color-background-primary-multiday:#334aff3d;--tec-color-background-primary-multiday-hover:#334aff57;--tec-color-background-secondary-multiday:#1418273d;--tec-color-background-secondary-multiday-hover:#14182757;--tec-color-accent-primary-week-event:#334aff1a;--tec-color-accent-primary-week-event-hover:#334aff33;--tec-color-accent-primary-week-event-featured:#334aff0a;--tec-color-accent-primary-week-event-featured-hover:#334aff24;--tec-color-background-secondary-datepicker:var(--tec-color-background-secondary);--tec-color-accent-primary-background-datepicker:var(--tec-color-accent-primary-background)}#tribe-events-header,.recurring-info-tooltip,.single-featured-image-header,.tribe-events-ajax-loading,.tribe-events-divider{display:none}#tribe-events-pg-template{margin:0 auto;max-width:1048px;padding:var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4)}.tribe-events-after-html p,.tribe-events-before-html p{margin:0 0 10px}.tribe-events-back{margin-bottom:var(--tec-spacer-5)}@media (min-width:768px){.tribe-events-back{margin-bottom:var(--tec-spacer-8)}}.tribe-events-single>.tribe_events{display:flex;flex-wrap:wrap;overflow:hidden;position:relative}.tribe-events-single>.tribe_events>:not(.primary):not(.secondary):not(.tribe-events-related-events-title):not(.tribe-related-events){order:1;width:100%}.tribe-events-notices{margin-bottom:var(--tec-spacer-4);padding-bottom:var(--tec-spacer-2)}.tribe-events-notices li,.tribe-events-notices ul,.tribe-events-single-event-title{margin:0;padding:0}.tribe-events-schedule{align-items:center;display:flex;flex-wrap:wrap;margin:var(--tec-spacer-1) 0 var(--tec-spacer-4)}@media (min-width:768px){.tribe-events-schedule{align-items:baseline;flex-wrap:nowrap;margin:var(--tec-spacer-5) 0 var(--tec-spacer-7)}}.tribe-events-schedule h2{margin-bottom:var(--tec-spacer-1);margin-right:var(--tec-spacer-1);order:0;width:100%}@media (min-width:768px){.tribe-events-schedule h2{margin-bottom:0;width:auto}}.tribe-events-schedule .recurringinfo,.tribe-related-event-info .recurringinfo{margin-right:var(--tec-spacer-1);order:2;padding:0 var(--tec-spacer-1);position:relative}.tribe-events-schedule .recurringinfo:before,.tribe-related-event-info .recurringinfo:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M13.333 3.826c0 .065 0 .13-.02.174 0 .022-.02.065-.02.087a.9.9 0 0 1-.197.37L10.45 7.37a.8.8 0 0 1-.592.26.8.8 0 0 1-.593-.26c-.316-.348-.316-.935 0-1.305l1.225-1.348H6.3c-2.547 0-4.64 2.283-4.64 5.11 0 1.369.474 2.651 1.363 3.608.316.348.316.935 0 1.304A.8.8 0 0 1 2.43 15a.8.8 0 0 1-.593-.26C.652 13.434 0 11.695 0 9.847c0-3.826 2.825-6.935 6.301-6.935h4.208L9.284 1.565c-.316-.348-.316-.935 0-1.304.316-.348.85-.348 1.185 0l2.647 2.913a.95.95 0 0 1 .198.37c0 .021.02.065.02.086v.196zM20 10.152c0 3.826-2.825 6.935-6.301 6.935H9.49l1.225 1.348c.336.348.336.935 0 1.304a.8.8 0 0 1-.593.261.83.83 0 0 1-.592-.26l-2.627-2.936a.95.95 0 0 1-.198-.37c0-.021-.02-.064-.02-.086-.02-.065-.02-.109-.02-.174s0-.13.02-.174c0-.022.02-.065.02-.087a.9.9 0 0 1 .198-.37L9.55 12.63c.316-.347.849-.347 1.185 0 .336.348.336.935 0 1.305L9.51 15.283h4.208c2.548 0 4.641-2.283 4.641-5.11 0-1.369-.474-2.651-1.362-3.608a.97.97 0 0 1 0-1.304c.316-.348.849-.348 1.185 0C19.348 6.543 20 8.283 20 10.152%27/%3E%3C/svg%3E") 0 /12px no-repeat;content:"";height:20px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.tribe-events-schedule .recurringinfo .tribe-events-divider,.tribe-related-event-info .recurringinfo .tribe-events-divider{display:none}.tribe-events-schedule .recurringinfo .event-is-recurring,.tribe-related-event-info .recurringinfo .event-is-recurring{padding-left:var(--tec-spacer-4);visibility:hidden}.tribe-events-schedule .recurringinfo a,.tribe-related-event-info .recurringinfo a{visibility:visible}.tribe-events-schedule .recurringinfo{margin-right:var(--tec-spacer-1);order:2;padding:0 var(--tec-spacer-1)}@media (min-width:768px){.tribe-events-schedule .recurringinfo{margin-left:var(--tec-spacer-1);padding:var(--tec-spacer-1) var(--tec-spacer-3)}.tribe-events-schedule .recurringinfo:before{left:16px}.tribe-events-schedule .recurringinfo .event-is-recurring{visibility:visible}}.tribe-events-schedule .tribe-events-cost{margin-right:var(--tec-spacer-1);order:1}@media (min-width:768px){.tribe-events-schedule .tribe-events-cost{margin:0 var(--tec-spacer-1)}}.tribe-events-event-image{align-self:flex-start;margin-bottom:var(--tec-spacer-3)}.tribe-events-event-image img{display:block}@media (min-width:768px){.tribe-events-event-image{margin-bottom:var(--tec-spacer-7)}}.tribe-events-content h2,.tribe-events-content h3,.tribe-events-content h4,.tribe-events-content h5,.tribe-events-content h6{margin-bottom:.75em}.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{margin-bottom:var(--tec-spacer-3)}.tribe-events-content ol:last-child,.tribe-events-content p:last-child,.tribe-events-content ul:last-child{margin-bottom:var(--tec-spacer-6)}.tribe-events-content ol,.tribe-events-content ul{padding:0}.tribe-events-content ol{list-style-type:decimal}.tribe-events-content pre{margin-bottom:var(--tec-spacer-5);padding:var(--tec-spacer-5)}.tribe-events-content blockquote p{display:inline-block}.tribe-events-cal-links{margin-bottom:var(--tec-spacer-7)}@media (min-width:768px){.tribe-events-cal-links{margin-bottom:var(--tec-spacer-8)}}.tribe-events-cal-links a{display:inline-block}.single-tribe_events .tribe-events-cal-links a,.tribe-events-cal-links a{padding-left:var(--tec-spacer-7)}.tribe-events-cal-links a:not(:last-of-type){margin-right:var(--tec-spacer-5)}@media (min-width:768px){.tribe-events-cal-links a:not(:last-of-type){margin-right:var(--tec-spacer-8)}}.tribe-events-event-meta{display:flex;flex-wrap:wrap;margin:0 0 var(--tec-spacer-7)}@media (min-width:768px){.tribe-events-event-meta{margin-bottom:var(--tec-spacer-3)}}.tribe-events-event-meta dl{margin-top:var(--tec-spacer-1)}.tribe-events-event-meta dd,.tribe-events-event-meta dt{margin:0 0 var(--tec-spacer-0) 0;padding:0}.tribe-events-event-meta dd[class$=url],.tribe-events-event-meta dt:not(:first-child){margin-top:var(--tec-spacer-3)}.tribe-events-event-meta dt[class*=url]+dd{margin-top:0}.tribe-events-event-meta .tribe-events-address{margin:0}.tribe-events-event-meta.primary,.tribe-events-event-meta.secondary{margin-bottom:var(--tec-spacer-1);order:2;padding-top:var(--tec-spacer-5);position:relative;width:100%}@media (min-width:768px){.tribe-events-event-meta.primary,.tribe-events-event-meta.secondary{margin-bottom:0;padding-top:0;position:static;width:auto}}.tribe-events-event-meta.primary+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets{margin-bottom:var(--tec-spacer-7);margin-top:calc(var(--tec-spacer-6)*-1)}@media (min-width:768px){.tribe-events-event-meta.primary+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets{margin-bottom:var(--tec-spacer-8)}}.tribe-events-event-meta.primary+.event-tickets+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets+.event-tickets{margin-bottom:var(--tec-spacer-1);margin-top:calc(var(--tec-spacer-7)*-1)}@media (min-width:768px){.tribe-events-event-meta.primary+.event-tickets+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets+.event-tickets{margin-bottom:var(--tec-spacer-3);margin-top:calc(var(--tec-spacer-8)*-1)}}.tribe-events-event-meta:before{content:"";left:0;position:absolute;right:0;top:0}@media (min-width:768px){.tribe-events-event-meta:before{top:auto}}.tribe-events-meta-group{flex:1 0 140px;margin-right:var(--tec-spacer-5);order:0}@media (min-width:768px){.tribe-events-meta-group{padding:var(--tec-spacer-7) 0 var(--tec-spacer-3);width:168px}}.tribe-events-meta-group.tribe-events-meta-group-venue{order:1}@media (min-width:768px){.tribe-events-meta-group.tribe-events-meta-group-venue{order:0}}.tribe-events-meta-group.tribe-events-meta-group-gmap{flex-basis:100%;margin-top:var(--tec-spacer-1);padding-top:var(--tec-spacer-5);width:auto}@media (min-width:768px){.tribe-events-meta-group.tribe-events-meta-group-gmap{flex-basis:140px;margin-top:0;padding-top:0}}.tribe-events-meta-group .tribe-events-single-section-title{margin-bottom:var(--tec-spacer-1)}.tribe-events-venue-map{margin:0 0 var(--tec-spacer-5) 0;order:-1;width:100%}@media (min-width:768px){.tribe-events-venue-map{margin-top:var(--tec-spacer-7);order:1;width:211px}}.tribe-events-venue-map>div,.tribe-events-venue-map>iframe{margin-bottom:0;max-height:241px}@media (min-width:768px){.tribe-events-venue-map>div,.tribe-events-venue-map>iframe{max-height:211px}}.tribe-events-related-events-title,.tribe-related-events{order:2}.tribe-events-related-events-title{margin-bottom:var(--tec-spacer-5);padding-top:var(--tec-spacer-7);width:100%}.tribe-events-single ul.tribe-related-events{display:flex;flex-direction:column;margin-bottom:0}@media (min-width:768px){.tribe-events-single ul.tribe-related-events{flex-direction:row;justify-content:space-between}}.tribe-events-single ul.tribe-related-events li{display:flex;flex:1;flex-direction:column;margin-bottom:var(--tec-spacer-6);padding:0;width:auto}.tribe-events-single ul.tribe-related-events li:last-child{margin-right:0}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail{margin-bottom:var(--tec-spacer-3);width:100%}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a{display:block;overflow:hidden;padding-top:75%;position:relative}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img{bottom:0;left:50%;position:absolute;right:0;top:50%;transform:translate(-50%,-50%) scale(2)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img[src$="tribe-related-events-placeholder.png"]{transform:translate(-50%,-50%) scale(1)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{align-items:baseline;display:flex;flex-wrap:wrap;padding:0;width:100%}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-date-start{margin:var(--tec-spacer-0) var(--tec-spacer-0) var(--tec-spacer-2) 0}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-time{margin-left:var(--tec-spacer-0)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .recurringinfo{margin:0 var(--tec-spacer-1) var(--tec-spacer-2) 0}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .timezone{margin-left:var(--tec-spacer-0)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info span:last-of-type{margin-right:var(--tec-spacer-1)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{margin-bottom:var(--tec-spacer-1);width:100%}#tribe-events-footer{padding:var(--tec-spacer-4) 0}@media (min-width:768px){#tribe-events-footer{padding:var(--tec-spacer-6) 0}}.tribe-events-single .tribe-events-sub-nav{display:flex;justify-content:space-between;margin-left:0}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous{margin:0}.tribe-events-single .tribe-events-sub-nav a span{display:none}.tribe-events-nav-previous a:before{margin-top:-2px;width:7px}@media (min-width:768px){.tribe-events-nav-previous a:before{margin-right:var(--tec-spacer-1);width:9px}}.tribe-events-nav-next a:after{margin-top:-2px;width:7px}@media (min-width:768px){.tribe-events-nav-next a:after{margin-left:var(--tec-spacer-1);width:9px}}.tribe-theme-twentynineteen .tribe-events-single>.tribe_events{margin-top:0}.tribe-theme-twentytwenty .tribe-events-schedule h2{margin-left:0}.tribe-theme-twentytwenty .tribe-events-content h2,.tribe-theme-twentytwenty .tribe-events-content h3,.tribe-theme-twentytwenty .tribe-events-content h4,.tribe-theme-twentytwenty .tribe-events-content h5,.tribe-theme-twentytwenty .tribe-events-content h6{margin-top:0}.tribe-theme-twentytwenty .tribe-events-content ol,.tribe-theme-twentytwenty .tribe-events-content ul{margin-left:0}.tribe-theme-twentytwenty .tribe-events-related-events-title,.tribe-theme-twentytwenty .tribe-events-single-section-title{margin-top:0}#top.tribe-theme-enfold.single-tribe_events #tribe-events-pg-template{max-width:1048px}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule{margin-top:var(--tec-spacer-1)}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule{margin-top:var(--tec-spacer-4)}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{margin-right:var(--tec-spacer-1)}#top.tribe-theme-enfold.single-tribe_events .av-single-event-content,#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar{margin-left:0}#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner{display:flex;flex-wrap:wrap;padding-left:0;padding-right:0;position:relative}#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner>.event-tickets{width:100%}#top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group{margin-right:var(--tec-spacer-5)}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group{padding:var(--tec-spacer-7) 0 var(--tec-spacer-3);width:168px}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta{margin-top:0}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta{margin-top:var(--tec-spacer-5)}#top.tribe-theme-enfold.single-tribe_events .tribe-events-venue-map{margin-top:var(--tec-spacer-7);width:211px}}.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more,.event-tickets .tribe-tickets__rsvp-actions-button-not-going,.event-tickets .tribe-tickets__rsvp-form-button,.event-tickets .tribe-tickets__tickets-item-quantity button{background-color:initial;background-image:none;border:none;outline:none}.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more:focus,.event-tickets .tribe-tickets__rsvp-actions-button-not-going:focus,.event-tickets .tribe-tickets__rsvp-form-button:focus,.event-tickets .tribe-tickets__tickets-item-quantity button:focus{outline:auto}:root{--tec-grid-gutter:48px;--tec-grid-gutter-negative:calc(var(--tec-grid-gutter)*-1);--tec-grid-gutter-half:calc(var(--tec-grid-gutter)/2);--tec-grid-gutter-half-negative:calc(var(--tec-grid-gutter-half)*-1);--tec-grid-gutter-small:42px;--tec-grid-gutter-small-negative:calc(var(--tec-grid-gutter-small)*-1);--tec-grid-gutter-small-half:calc(var(--tec-grid-gutter-small)/2);--tec-grid-gutter-small-half-negative:calc(var(--tec-grid-gutter-small-half)*-1);--tec-grid-gutter-page:42px;--tec-grid-gutter-page-small:19.5px;--tec-grid-width-default:1176px;--tec-grid-width-min:320px;--tec-grid-width:calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page)*2);--tec-grid-width-1-of-2:50%;--tec-grid-width-1-of-3:33.333%;--tec-grid-width-1-of-4:25%;--tec-grid-width-1-of-5:20%;--tec-grid-width-1-of-7:14.285%;--tec-grid-width-1-of-8:12.5%;--tec-grid-width-1-of-9:11.111%;--tec-spacer-0:4px;--tec-spacer-1:8px;--tec-spacer-2:12px;--tec-spacer-3:16px;--tec-spacer-4:20px;--tec-spacer-5:24px;--tec-spacer-6:28px;--tec-spacer-7:32px;--tec-spacer-8:40px;--tec-spacer-9:48px;--tec-spacer-10:56px;--tec-spacer-11:64px;--tec-spacer-12:80px;--tec-spacer-13:96px;--tec-spacer-14:160px;--tec-z-index-spinner-container:100;--tec-z-index-views-selector:30;--tec-z-index-dropdown:30;--tec-z-index-events-bar-button:20;--tec-z-index-search:10;--tec-z-index-filters:9;--tec-z-index-scroller:7;--tec-z-index-week-event-hover:5;--tec-z-index-map-event-hover:5;--tec-z-index-map-event-hover-actions:6;--tec-z-index-multiday-event:5;--tec-z-index-multiday-event-bar:2;--tec-color-text-primary:#141827;--tec-color-text-primary-light:#1418279e;--tec-color-text-secondary:#5d5d5d;--tec-color-text-disabled:#d5d5d5;--tec-color-text-events-title:var(--tec-color-text-primary);--tec-color-text-event-title:var(--tec-color-text-events-title);--tec-color-text-event-date:var(--tec-color-text-primary);--tec-color-text-secondary-event-date:var(--tec-color-text-secondary);--tec-color-icon-primary:#5d5d5d;--tec-color-icon-primary-alt:#757575;--tec-color-icon-secondary:#bababa;--tec-color-icon-active:#141827;--tec-color-icon-disabled:#d5d5d5;--tec-color-icon-focus:#334aff;--tec-color-icon-error:#da394d;--tec-color-event-icon:#141827;--tec-color-event-icon-hover:#334aff;--tec-color-accent-primary:#334aff;--tec-color-accent-primary-hover:#334affcc;--tec-color-accent-primary-active:#334affe6;--tec-color-accent-primary-background:#334aff12;--tec-color-accent-secondary:#141827;--tec-color-accent-secondary-hover:#141827cc;--tec-color-accent-secondary-active:#141827e6;--tec-color-accent-secondary-background:#14182712;--tec-color-button-primary:var(--tec-color-accent-primary);--tec-color-button-primary-hover:var(--tec-color-accent-primary-hover);--tec-color-button-primary-active:var(--tec-color-accent-primary-active);--tec-color-button-primary-background:var(--tec-color-accent-primary-background);--tec-color-button-secondary:var(--tec-color-accent-secondary);--tec-color-button-secondary-hover:var(--tec-color-accent-secondary-hover);--tec-color-button-secondary-active:var(--tec-color-accent-secondary-active);--tec-color-button-secondary-background:var(--tec-color-accent-secondary-background);--tec-color-link-primary:var(--tec-color-text-primary);--tec-color-link-accent:var(--tec-color-accent-primary);--tec-color-link-accent-hover:#334affcc;--tec-color-border-default:#d5d5d5;--tec-color-border-secondary:#e4e4e4;--tec-color-border-tertiary:#7d7d7d;--tec-color-border-hover:#5d5d5d;--tec-color-border-active:#141827;--tec-color-background:#fff;--tec-color-background-events:#0000;--tec-color-background-transparent:#fff9;--tec-color-background-secondary:#f7f6f6;--tec-color-background-messages:#14182712;--tec-color-background-secondary-hover:#f0eeee;--tec-color-background-error:#da394d14;--tec-color-box-shadow:rgba(#000,0.14);--tec-color-box-shadow-secondary:rgba(#000,0.1);--tec-color-scroll-track:rgba(#000,0.25);--tec-color-scroll-bar:rgba(#000,0.5);--tec-color-background-primary-multiday:#334aff3d;--tec-color-background-primary-multiday-hover:#334aff57;--tec-color-background-secondary-multiday:#1418273d;--tec-color-background-secondary-multiday-hover:#14182757;--tec-color-accent-primary-week-event:#334aff1a;--tec-color-accent-primary-week-event-hover:#334aff33;--tec-color-accent-primary-week-event-featured:#334aff0a;--tec-color-accent-primary-week-event-featured-hover:#334aff24;--tec-color-background-secondary-datepicker:var(--tec-color-background-secondary);--tec-color-accent-primary-background-datepicker:var(--tec-color-accent-primary-background);--tec-border-radius-default:4px;--tec-border-width-week-event:2px;--tec-box-shadow-default:0 2px 5px 0 var(--tec-color-box-shadow);--tec-box-shadow-tooltip:0 2px 12px 0 var(--tec-color-box-shadow);--tec-box-shadow-card:0 1px 6px 2px var(--tec-color-box-shadow);--tec-box-shadow-multiday:16px 6px 6px -2px var(--tec-color-box-shadow-secondary);--tec-form-color-background:var(--tec-color-background);--tec-form-color-border-default:var(--tec-color-text-primary);--tec-form-color-border-active:var(--tec-color-accent-secondary);--tec-form-color-border-secondary:var(--tec-color-border-tertiary);--tec-form-color-accent-primary:var(--tec-color-accent-primary);--tec-form-box-shadow-default:var(--tec-box-shadow-default);--tec-opacity-background:0.07;--tec-opacity-select-highlighted:0.3;--tec-opacity-icon-hover:0.8;--tec-opacity-icon-active:0.9;--tec-opacity-default:1;--tec-transition:all 0.2s ease;--tec-transition-background-color:background-color 0.2s ease;--tec-transition-color-border-color:color 0.2s ease,border-color 0.2s ease;--tec-transition-transform:transform 0.2s ease;--tec-transition-border-color:border-color 0.2s ease;--tec-transition-color:color 0.2s ease;--tec-transition-opacity:opacity 0.2s ease;--tec-font-family-sans-serif:"Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;--tec-font-weight-regular:400;--tec-font-weight-bold:700;--tec-font-size-0:11px;--tec-font-size-1:12px;--tec-font-size-2:14px;--tec-font-size-3:16px;--tec-font-size-4:18px;--tec-font-size-5:20px;--tec-font-size-6:22px;--tec-font-size-7:24px;--tec-font-size-8:28px;--tec-font-size-9:32px;--tec-font-size-10:42px;--tec-line-height-0:1.38;--tec-line-height-1:1.42;--tec-line-height-2:1.5;--tec-line-height-3:1.62}#tribe-events-pg-template{background-color:var(--tec-color-background-events)}.tribe-events-single{-webkit-font-smoothing:antialiased}.tribe-events-after-html p,.tribe-events-before-html p{line-height:1.7}.tribe-events-back a,.tribe-events-back a:visited{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);-webkit-text-decoration:none;text-decoration:none}.tribe-events-notices{border-bottom:1px solid var(--tec-color-border-secondary);box-shadow:none}.tribe-events-notices ul{list-style:none;text-align:left;text-transform:none}.tribe-events-single-event-title{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-title);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-7);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}@media (min-width:768px){.tribe-events-single-event-title{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}}.tribe-events-schedule{background-color:initial;border:0}.tribe-events-schedule h2{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-date);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-2);text-transform:none}@media (min-width:768px){.tribe-events-schedule h2{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}}.tribe-events-schedule .recurringinfo,.tribe-related-event-info .recurringinfo{background-color:var(--tec-color-background-secondary);border-radius:40px;color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-0);text-transform:none}.tribe-events-schedule .recurringinfo .event-is-recurring,.tribe-related-event-info .recurringinfo .event-is-recurring{letter-spacing:-9999px}.tribe-events-schedule .recurringinfo a,.tribe-related-event-info .recurringinfo a{color:var(--tec-color-accent-primary);font-weight:var(--tec-font-weight-regular);letter-spacing:normal;line-height:20px;-webkit-text-decoration:none;text-decoration:none}.tribe-events-schedule .recurringinfo{background-color:var(--tec-color-background-secondary);border-radius:40px;color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-0);text-transform:none}@media (min-width:768px){.tribe-events-schedule .recurringinfo{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-events-schedule .recurringinfo .event-is-recurring{letter-spacing:normal}}.tribe-events-schedule .tribe-events-cost{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-2);text-transform:none;text-transform:uppercase}@media (min-width:768px){.tribe-events-schedule .tribe-events-cost{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}}.tribe-events-content{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-content h2,.tribe-events-content h3,.tribe-events-content h4,.tribe-events-content h5,.tribe-events-content h6{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);letter-spacing:normal;text-transform:none}.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}@media (min-width:768px){.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{font-size:var(--tec-font-size-4);line-height:var(--tec-line-height-2)}}.tribe-events-content ol,.tribe-events-content ul{list-style-position:inside}.tribe-events-content ul{list-style-type:disc}.tribe-events-content a{border-bottom:1px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-events-content a:active,.tribe-events-content a:focus,.tribe-events-content a:hover{border-bottom:1px solid;color:var(--tec-color-link-accent)}.tribe-events-content a{-webkit-text-decoration:none;text-decoration:none}.tribe-events-content pre{background-color:var(--tec-color-background-secondary);font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-events-content blockquote{quotes:auto}.tribe-events-content blockquote:before{content:open-quote}.tribe-events-content blockquote:after{content:close-quote}.tribe-events-cal-links{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-cal-links a{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2718%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath fill=%27%23141827%27 d=%27M0 .431V17.57c0 .238.163.431.364.431h17.273c.2 0 .363-.193.363-.431V.43c0-.237-.163-.43-.363-.43H.364C.163 0 0 .193 0 .431m18 7.585h-1.015V4.687H.991v12.07h15.994v-3.753H18zM.99 1.239h15.995v2.315H.991z%27/%3E%3Cpath stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.2%27 d=%27M22.918 10.5H9.207m11.488-3.255 3.252 3.272-3.213 3.213%27/%3E%3C/g%3E%3C/svg%3E") 0 /24px no-repeat;color:var(--tec-color-link-accent);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);-webkit-text-decoration:none;text-decoration:none}.tribe-events-event-meta{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2)}.tribe-events-event-meta a,.tribe-events-event-meta a:visited{color:var(--tec-color-link-accent)}.tribe-events-event-meta a:focus,.tribe-events-event-meta a:hover{color:var(--tec-color-link-accent-hover)}.tribe-events-event-meta dd,.tribe-events-event-meta dt{word-break:break-word}.tribe-events-event-meta dt{line-height:var(--tec-line-height-3)}.tribe-events-event-meta .tribe-events-address{font-style:normal;line-height:26px}.tribe-events-event-meta:before,.tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets){border-top:1px solid var(--tec-color-border-secondary)}@media (min-width:768px){.tribe-events-event-meta.secondary:before{content:normal}}.single-tribe_events .tribe-events-single .tribe-events-event-meta{background-color:initial;color:var(--tec-color-text-primary)}.tribe-events-meta-group .tribe-events-single-section-title{color:var(--tec-color-text-primary);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-bold);letter-spacing:1px;text-transform:uppercase}.tribe-events-meta-group a{color:var(--tec-color-link-accent)}.tribe-events-meta-group.tribe-events-meta-group-gmap{border-top:1px solid var(--tec-color-border-secondary)}.tribe-events-venue-map{border:0;border-radius:0}.tribe-events-related-events-title{border-top:1px solid var(--tec-color-border-secondary);color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-6);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-2);text-transform:none}@media (min-width:768px){.tribe-events-related-events-title{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}}.tribe-events-single ul.tribe-related-events li,.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-3);text-transform:none}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a{color:var(--tec-color-link-primary)}#tribe-events-footer{border-top:1px solid var(--tec-color-border-secondary)}.tribe-events-single .tribe-events-sub-nav{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);list-style:none}@media (min-width:768px){.tribe-events-single .tribe-events-sub-nav{font-size:var(--tec-font-size-3)}}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a{color:var(--tec-color-text-secondary);-webkit-text-decoration:none;text-decoration:none;vertical-align:middle}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{content:"";display:inline-block;height:20px;vertical-align:middle;width:11px}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover{color:var(--tec-color-text-primary)}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%235d5d5d%27 d=%27M11.916 17.841 10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z%27/%3E%3C/svg%3E") 0 /7px no-repeat}@media (min-width:768px){.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{background-size:9px}}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus:before,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M11.916 17.841 10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z%27/%3E%3C/svg%3E")}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%235d5d5d%27 d=%27M.084 2.159 2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z%27/%3E%3C/svg%3E") 100% /7px no-repeat}@media (min-width:768px){.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after{background-size:9px}}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M.084 2.159 2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z%27/%3E%3C/svg%3E")}.tribe-theme-twentynineteen .tribe-events-content h2:before,.tribe-theme-twentynineteen .tribe-events-related-events-title:before,.tribe-theme-twentynineteen .tribe-events-schedule h2:before,.tribe-theme-twentynineteen .tribe-events-single-event-title:before,.tribe-theme-twentynineteen .tribe-events-single-section-title:before{content:normal}.tribe-theme-twentytwentyone .tribe-events-cal-links a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2718%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath fill=%27%23141827%27 d=%27M0 .431V17.57c0 .238.163.431.364.431h17.273c.2 0 .363-.193.363-.431V.43c0-.237-.163-.43-.363-.43H.364C.163 0 0 .193 0 .431m18 7.585h-1.015V4.687H.991v12.07h15.994v-3.753H18zM.99 1.239h15.995v2.315H.991z%27/%3E%3Cpath stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.2%27 d=%27M22.918 10.5H9.207m11.488-3.255 3.252 3.272-3.213 3.213%27/%3E%3C/g%3E%3C/svg%3E") 0 /24px no-repeat}.tribe-theme-twentytwentyone .tribe-events-schedule .recurringinfo a:focus:not(.wp-block-button__link):not(.wp-block-file__button),.tribe-theme-twentytwentyone .tribe-related-event-info .recurringinfo a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background:#0000;-webkit-text-decoration:none;text-decoration:none}#top.tribe-theme-enfold.single-tribe_events .tribe-events-single-event-title{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-title);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-7);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-single-event-title{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-date);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-2);text-transform:none}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-content pre{background-image:none}#top.tribe-theme-enfold.single-tribe_events #wrap_all .tribe-events-cal-links a,#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner{border:0}.fusion-widget-area .tribe-events-event-meta:before,.fusion-widget-area .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets){border:none}[class*=tec-events-elementor-event-widget]{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:1rem;font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);margin:0 0 var(--tec-spacer-0) 0;padding:0}[class*=tec-events-elementor-event-widget] [class*=tec-events-elementor-event-widget]{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:inherit;padding:inherit}[class*=tec-events-elementor-event-widget] a,a[class*=tec-events-elementor-event-widget]{border-bottom-color:initial;-webkit-text-decoration:underline;text-decoration:underline}.e-con-inner [class*=elementor-widget-tec_elementor_widget]:not(:last-child),.elementor-section:not(.elementor-top-section) [class*=elementor-widget-tec_elementor_widget]:not(:last-child){margin-block-end:var(--tec-spacer-3)}.tec-events-elementor-widget-empty{background-color:var(--tec-color-background-secondary);color:var(--tec-color-text-secondary);font-size:1rem;font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);padding:1em;text-align:center}.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}/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,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:#fff0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print{*,*:before,*:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-display:swap;font-family:'Glyphicons Halflings';src:url(/wp-content/themes/edumodo/dist/fonts/glyphicons-halflings-regular.eot);src:url('/wp-content/themes/edumodo/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/edumodo/dist/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/wp-content/themes/edumodo/dist/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/wp-content/themes/edumodo/dist/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url('/wp-content/themes/edumodo/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:#fff0}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#07294d;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#07294d;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgb(0 0 0 / .25);box-shadow:inset 0 -1px 0 rgb(0 0 0 / .25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#07294d;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:#fff0;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:#fff0}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#07294d;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075);box-shadow:inset 0 1px 1px rgb(0 0 0 / .075);-webkit-transition:border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075),0 0 8px rgb(102 175 233 / .6);box-shadow:inset 0 1px 1px rgb(0 0 0 / .075),0 0 8px rgb(102 175 233 / .6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:#fff0;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075);box-shadow:inset 0 1px 1px rgb(0 0 0 / .075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgb(0 0 0 / .075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075);box-shadow:inset 0 1px 1px rgb(0 0 0 / .075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgb(0 0 0 / .075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075);box-shadow:inset 0 1px 1px rgb(0 0 0 / .075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgb(0 0 0 / .075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid #fff0;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#07294d;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgb(0 0 0 / .125);box-shadow:inset 0 3px 5px rgb(0 0 0 / .125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#07294d;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#07294d;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#07294d;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#07294d;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#07294d;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#07294d}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:#fff0;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:#fff0}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:#fff0}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid #fff0;border-left:4px solid #fff0}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgb(0 0 0 / .15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgb(0 0 0 / .175);box-shadow:0 6px 12px rgb(0 0 0 / .175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#07294d;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:#fff0;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgb(0 0 0 / .125);box-shadow:inset 0 3px 5px rgb(0 0 0 / .125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:#fff0}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid #fff0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:#fff0}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid #fff0}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid #fff0;-webkit-box-shadow:inset 0 1px 0 rgb(255 255 255 / .1);box-shadow:inset 0 1px 0 rgb(255 255 255 / .1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:#fff0;background-image:none;border:1px solid #fff0;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:#fff0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid #fff0;border-bottom:1px solid #fff0;-webkit-box-shadow:inset 0 1px 0 rgb(255 255 255 / .1),0 1px 0 rgb(255 255 255 / .1);box-shadow:inset 0 1px 0 rgb(255 255 255 / .1),0 1px 0 rgb(255 255 255 / .1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:#fff0}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#07294d;background-color:#fff0}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:#fff0}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#07294d;background-color:#fff0}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:#fff0}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#07294d}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#07294d}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:#fff0}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:#fff0}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:#fff0}.navbar-inverse .navbar-toggle{border-color:#07294d}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#07294d}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:#fff0}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:#fff0}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#07294d}.alert{padding:15px;margin-bottom:20px;border:1px solid #fff0;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgb(0 0 0 / .1);box-shadow:inset 0 1px 2px rgb(0 0 0 / .1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgb(0 0 0 / .15);box-shadow:inset 0 -1px 0 rgb(0 0 0 / .15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgb(255 255 255 / .15) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .15) 50%,rgb(255 255 255 / .15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#07294d}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid #fff0;border-radius:4px;-webkit-box-shadow:0 1px 1px rgb(0 0 0 / .05);box-shadow:0 1px 1px rgb(0 0 0 / .05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid #fff0;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#07294d;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#07294d}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / .05);box-shadow:inset 0 1px 1px rgb(0 0 0 / .05)}.well blockquote{border-color:#ddd;border-color:rgb(0 0 0 / .15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:#fff0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgb(0 0 0 / .2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgb(0 0 0 / .5);box-shadow:0 3px 9px rgb(0 0 0 / .5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgb(0 0 0 / .5);box-shadow:0 5px 15px rgb(0 0 0 / .5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:#fff0;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgb(0 0 0 / .2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgb(0 0 0 / .2);box-shadow:0 5px 10px rgb(0 0 0 / .2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:#fff0;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgb(0 0 0 / .25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgb(0 0 0 / .25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgb(0 0 0 / .25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgb(0 0 0 / .25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgb(0 0 0 / .6);background-color:#fff0;filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgb(0 0 0 / .5) 0%,rgb(0 0 0 / .0001) 100%);background-image:-o-linear-gradient(left,rgb(0 0 0 / .5) 0%,rgb(0 0 0 / .0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgb(0 0 0 / .5)),to(rgb(0 0 0 / .0001)));background-image:linear-gradient(to right,rgb(0 0 0 / .5) 0%,rgb(0 0 0 / .0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgb(0 0 0 / .0001) 0%,rgb(0 0 0 / .5) 100%);background-image:-o-linear-gradient(left,rgb(0 0 0 / .0001) 0%,rgb(0 0 0 / .5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgb(0 0 0 / .0001)),to(rgb(0 0 0 / .5)));background-image:linear-gradient(to right,rgb(0 0 0 / .0001) 0%,rgb(0 0 0 / .5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:#fff0;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgb(0 0 0 / .6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:#fff0;text-shadow:none;background-color:#fff0;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:#fff0;position:relative}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 0.5s ease-in-out;-moz-transition:height 0.5s ease-in-out;-ms-transition:height 0.5s ease-in-out;-o-transition:height 0.5s ease-in-out;transition:height 0.5s ease-in-out}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity 0.4s ease}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/themes/edumodo/dist/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale .1s ease;-moz-transition:scale .1s ease;-ms-transition:scale .1s ease;-o-transition:scale .1s ease;transition:scale 0.1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity 0.4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 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,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -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 {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -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 {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
@keyframes pulse {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}
@keyframes rubberBand {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
}
@keyframes tada {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
}
@keyframes wobble {
  0%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.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;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    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;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    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;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    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;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    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;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    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;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    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;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    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;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    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;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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;
}
.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    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 {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@font-face{font-display:swap;font-family:"Flaticon";src:url(/wp-content/themes/edumodo/dist/fonts/Flaticon.eot);src:url("/wp-content/themes/edumodo/dist/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),url(/wp-content/themes/edumodo/dist/fonts/Flaticon.woff2) format("woff2"),url(/wp-content/themes/edumodo/dist/fonts/Flaticon.woff) format("woff"),url(/wp-content/themes/edumodo/dist/fonts/Flaticon.ttf) format("truetype"),url("/wp-content/themes/edumodo/dist/fonts/Flaticon.svg#Flaticon") format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-display:swap;font-family:"Flaticon";src:url("/wp-content/themes/edumodo/dist/fonts/Flaticon.svg#Flaticon") format("svg")}}[class^="flaticon-"]:before,[class*=" flaticon-"]:before,[class^="flaticon-"]:after,[class*=" flaticon-"]:after{font-family:Flaticon;font-style:normal}.flaticon-facebook-logo:before{content:"\f100"}.flaticon-avatar:before{content:"\f101"}.flaticon-twitter:before{content:"\f102"}.flaticon-instagram:before{content:"\f103"}.flaticon-instagram-1:before{content:"\f104"}.flaticon-linkedin-logo:before{content:"\f105"}.flaticon-logo:before{content:"\f106"}.flaticon-chat:before{content:"\f107"}.flaticon-google-plus:before{content:"\f108"}.flaticon-whatsapp:before{content:"\f109"}.flaticon-cat:before{content:"\f10a"}.flaticon-chat-1:before{content:"\f10b"}.flaticon-talk:before{content:"\f10c"}.flaticon-user:before{content:"\f10d"}.flaticon-calendar:before{content:"\f10e"}.flaticon-calendar-1:before{content:"\f10f"}.flaticon-calendar-with-spring-binder-and-date-blocks:before{content:"\f110"}.flaticon-calendar-2:before{content:"\f111"}.flaticon-binoculars:before{content:"\f112"}.flaticon-binoculars-1:before{content:"\f113"}.flaticon-passage-of-time:before{content:"\f114"}.flaticon-clock-circular-outline:before{content:"\f115"}.flaticon-wall-clock:before{content:"\f116"}.flaticon-clock-with-white-face:before{content:"\f117"}.flaticon-schedule-button:before{content:"\f118"}.flaticon-watch:before{content:"\f119"}.flaticon-email:before{content:"\f11a"}.flaticon-message-closed-envelope:before{content:"\f11b"}.flaticon-letter:before{content:"\f11c"}.flaticon-call-answer:before{content:"\f11d"}.flaticon-telephone-handle-silhouette:before{content:"\f11e"}.flaticon-phone:before{content:"\f11f"}.flaticon-phone-1:before{content:"\f120"}.flaticon-skype-logo:before{content:"\f121"}.flaticon-multiple-users-silhouette:before{content:"\f122"}.flaticon-user-silhouette:before{content:"\f123"}.flaticon-users:before{content:"\f124"}.flaticon-user-1:before{content:"\f125"}.flaticon-group:before{content:"\f126"}.flaticon-user-2:before{content:"\f127"}.flaticon-man:before{content:"\f128"}.flaticon-man-1:before{content:"\f129"}.flaticon-play-button:before{content:"\f12a"}.flaticon-play-button-1:before{content:"\f12b"}.flaticon-facebook-placeholder-for-locate-places-on-maps:before{content:"\f12c"}.flaticon-placeholder-filled-point:before{content:"\f12d"}.flaticon-login:before{content:"\f12e"}.flaticon-login-1:before{content:"\f12f"}.flaticon-logout:before{content:"\f130"}.flaticon-logout-1:before{content:"\f131"}.flaticon-star:before{content:"\f132"}.flaticon-left-quote:before{content:"\f133"}.flaticon-link:before{content:"\f134"}.flaticon-link-symbol:before{content:"\f135"}.flaticon-book:before{content:"\f136"}.flaticon-art-and-design:before{content:"\f137"}.flaticon-large-symbol-of-four-black-tiles-square:before{content:"\f138"}.flaticon-check:before{content:"\f139"}.flaticon-refresh-page-arrow-button:before{content:"\f13a"}.flaticon-update-arrow:before{content:"\f13b"}.flaticon-next:before{content:"\f13c"}.flaticon-left-arrow:before{content:"\f13d"}.flaticon-left-arrow-1:before{content:"\f13e"}.flaticon-back:before{content:"\f13f"}.flaticon-right-arrow:before{content:"\f140"}.flaticon-right-arrow-1:before{content:"\f141"}.flaticon-next-1:before{content:"\f142"}.flaticon-chevron-upwards-arrow:before{content:"\f143"}.flaticon-up-arrow:before{content:"\f144"}.flaticon-up:before{content:"\f145"}.flaticon-bars:before{content:"\f146"}.flaticon-menu:before{content:"\f147"}.flaticon-youtube-logo:before{content:"\f148"}.flaticon-envelope:before{content:"\f149"}.flaticon-remove-symbol:before{content:"\f14a"}.flaticon-close-cross:before{content:"\f14b"}.flaticon-folder:before{content:"\f14c"}.flaticon-folder-1:before{content:"\f14d"}.flaticon-open-archive:before{content:"\f14e"}.flaticon-open-folder:before{content:"\f14f"}.flaticon-tag:before{content:"\f150"}.flaticon-tags:before{content:"\f151"}.flaticon-students-cap:before{content:"\f152"}.flaticon-double-left-chevron:before{content:"\f153"}.flaticon-double-angle-pointing-to-right:before{content:"\f154"}.flaticon-gps-arrow:before{content:"\f155"}.flaticon-play-button-2:before{content:"\f156"}.flaticon-right-quote-sign:before{content:"\f157"}.flaticon-whatsapp-logo:before{content:"\f158"}.flaticon-team:before{content:"\f159"}.flaticon-group-1:before{content:"\f15a"}.flaticon-manager:before{content:"\f15b"}.flaticon-group-2:before{content:"\f15c"}.flaticon-team-1:before{content:"\f15d"}.flaticon-team-2:before{content:"\f15e"}.flaticon-friend:before{content:"\f15f"}.flaticon-youtube-logotype:before{content:"\f160"}.flaticon-youtube-logo-1:before{content:"\f161"}.flaticon-snapchat:before{content:"\f162"}.flaticon-eye:before{content:"\f100"}.atvImg{border-radius:5px;transform-style:preserve-3d;-webkit-tap-highlight-color:#fff0}.atvImg img{border-radius:5px;box-shadow:0 2px 8px rgb(14 21 47 / .25)}.atvImg-container{position:relative;width:100%;height:100%;border-radius:5px;transition:all 0.2s ease-out}.atvImg-container.over .atvImg-shadow{box-shadow:0 45px 100px rgb(14 21 47 / .4),0 16px 40px rgb(14 21 47 / .4)}.atvImg-layers{position:relative;width:100%;height:100%;border-radius:5px;overflow:hidden;transform-style:preserve-3d}.atvImg-rendered-layer{position:absolute;width:104%;height:104%;top:-2%;left:-2%;background-repeat:no-repeat;background-position:center;background-color:#fff0;background-size:cover;transition:all 0.1s ease-out}.atvImg-shadow{position:absolute;top:5%;left:5%;width:90%;height:90%;transition:all 0.2s ease-out;box-shadow:0 8px 30px rgb(14 21 47 / .6)}.atvImg-shine{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:5px;background:linear-gradient(135deg,rgb(255 255 255 / .25) 0%,#fff0 60%)}.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#07294d}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:#fff0}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset #fff0}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgb(0 0 0 / .6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgb(0 0 0 / .6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
 a.meanmenu-reveal{display:none}.mean-container .mean-bar{float:left;width:100%;position:relative;background:#0c1923;padding:4px 0;min-height:42px;z-index:999999}.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px 13px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700}.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-nav{float:left;width:100%;background:#0c1923;margin-top:44px}.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-container .mean-nav ul li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgb(255 255 255 / .5);text-decoration:none;text-transform:uppercase}.mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgb(255 255 255 / .25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-container .mean-nav ul li.mean-last a{border-bottom:none;margin-bottom:0}.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-container .mean-nav ul li a:hover{background:#252525;background:rgb(255 255 255 / .1)}.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:26px;height:32px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgb(255 255 255 / .1);border:none!important;border-left:1px solid rgb(255 255 255 / .4)!important;border-bottom:1px solid rgb(255 255 255 / .2)!important}.mean-container .mean-nav ul li a.mean-expand:hover{background:rgb(0 0 0 / .9)}.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.mean-nav .wrapper{width:100%;padding:0;margin:0}.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mean-remove{display:none!important}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}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:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}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}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}p{margin-bottom:1.5em}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:15px;font-size:.9375rem}abbr,acronym{border-bottom:1px dotted #4b5158;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#fff}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0 0 1.5em 3em}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%}table{margin:0 0 1.5em;width:100%}textarea{width:100%}.main-navigation{clear:both;display:block;float:left;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation li{float:left;position:relative}.main-navigation a{display:block;text-decoration:none}.main-navigation ul ul{box-shadow:0 3px 3px rgb(0 0 0 / .2);float:left;position:absolute;top:1.5em;left:-999em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul a{width:200px}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{left:auto}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{left:100%}.menu-toggle,.main-navigation.toggled ul{display:block}@media screen and (min-width:37.5em){.menu-toggle{display:none}.main-navigation ul{display:block}}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{float:right;text-align:right;width:50%}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:14px;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}#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;table-layout:fixed}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.sticky{display:block}.hentry{margin:0 0 1.5em}.page .hentry{margin-bottom:-10px}.byline,.updated:not(.published){display:none}.single .byline,.group-blog .byline{display:inline}.page-links{clear:both;margin:0 0 1.5em}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}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}body{overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;font-size:16px;line-height:26px;color:#4b5158}.site-content{background-color:#EDF0F2}a{color:#07294d;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;outline:0}a:hover,a:focus{text-decoration:none;outline:none;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;color:#07294d}pre{font-size:16px}h1,h2,h3,h4,h5,h6{clear:both;color:#07294d}ul,ol{margin-left:0}li>ul{margin-bottom:0;padding-left:15px}li>ol{margin-bottom:0;margin-left:15px;padding-left:20px}ul>li>ol>li{margin-left:15px}.comment-content ul{margin-left:0}.comment-content ol{margin-left:0}.comment-content ol li{margin-left:0}.comment-content ul>li>ul{margin-left:15px}.comment-content ol>li>ol{margin-left:15px}.comment-content table{width:100%}.comment-content td,.comment-content tr td{border:1px solid #e8e9eb}.comment-content tbody tr th,.comment-content tbody tr td{padding:10px 10px}.comment-content table tbody tr td#today{background:#e8e9eb;color:#fff}.comment-content table tfoot #prev a{margin:16px 0;display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.comment-content table tfoot #prev a:hover{text-decoration:none}.entry-content tr{border:1px solid #e8e9eb;padding:10px 10px}.entry-content td,.entry-content th{padding:10px 10px}.entry-content ul{margin-left:0}.entry-content ol{margin-left:0}.entry-content ol li{margin-left:0}.entry-content ul>li>ul{margin-left:15px}.entry-content ol>li>ol{margin-left:15px}.entry-content td,.entry-content th{border:1px solid #e8e9eb}select{border:1px solid #e8e9eb;padding:10px;width:100%;outline:none}textarea:focus,input:focus{outline:none}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"]{color:#000;border:1px solid #e8e9eb;border-radius:2px;padding:8px 10px;font-size:14px;outline:none;width:100%;font-weight:700;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;background-color:#fff}input[type="search"]{border-top-left-radius:50px;border-bottom-left-radius:50px}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{background-color:#fff;border-color:#ecb101}input[type="button"],input[type="reset"],input[type="submit"]{padding-left:18px;padding-right:18px;color:#fff;border-color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;background:#ecb101;font-size:14px;font-weight:700}input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{background:#242c5e;border-color:#242c5e}::-webkit-input-placeholder{color:#787f88}:-moz-placeholder{color:#787f88}::-moz-placeholder{color:#787f88}:-ms-input-placeholder{color:#787f88}:focus{outline:0}.mc4wp-form-fields{margin:25px 0}.mc4wp-form-fields input[type="button"],.mc4wp-form-fields input[type="reset"],.mc4wp-form-fields input[type="submit"]{padding-left:18px;padding-right:18px;color:#fff;border-color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;background:#ecb101;font-size:14px;font-weight:700}.mc4wp-form-fields input[type="button"]:hover,.mc4wp-form-fields input[type="reset"]:hover,.mc4wp-form-fields input[type="submit"]:hover{background:#242c5e;border-color:#242c5e;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.wpuf-form-add input[type="text"],.wpuf-form-add input[type="email"]{border-top-left-radius:0;border-bottom-left-radius:0}.search-form{display:flex;justify-content:center}.search-form label{margin-bottom:0;width:100%;transition:all 0.5s ease}.post-password-form label{width:auto;display:inline-block}.post-password-form input[type="password"]{border-radius:2px 0 0 2px;font-size:14px;border-top-left-radius:50px;border-bottom-left-radius:50px}.post-password-form input[type="button"],.post-password-form input[type="reset"],.post-password-form input[type="submit"]{color:#fff;border-color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;background:#ecb101;font-size:14px;font-weight:700;padding:8px 30px;margin-left:-5px}.post-password-form input[type="button"]:hover,.post-password-form input[type="reset"]:hover,.post-password-form input[type="submit"]:hover{background:#242c5e;border-color:#242c5e;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.edumodo-from ul.wpuf-form li .wpuf-fields input[type=text],.edumodo-from ul.wpuf-form li .wpuf-fields input[type=password],.edumodo-from ul.wpuf-form li .wpuf-fields input[type=email],.edumodo-from ul.wpuf-form li .wpuf-fields input[type=url],.edumodo-from ul.wpuf-form li .wpuf-fields input[type=number],.edumodo-from ul.wpuf-form li .wpuf-fields textarea{background:inherit}.edumodo-from ul.wpuf-form li .wpuf-fields input[type=text],.edumodo-from ul.wpuf-form li .wpuf-fields input[type=password],.edumodo-from ul.wpuf-form li .wpuf-fields input[type=email],.edumodo-from ul.wpuf-form li .wpuf-fields input[type=url],.edumodo-from ul.wpuf-form li .wpuf-fields input[type=number]{padding:10px}.edumodo-from ul.wpuf-form .wpuf-submit input[type=submit]{border-radius:0;border:1px solid #ecb101;text-shadow:none;box-shadow:none;color:#fff;border-color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;background:#ecb101;font-size:14px;font-weight:700;padding:8px 30px;margin-left:-5px}.edumodo-from ul.wpuf-form .wpuf-submit input[type=submit]:hover{background:#242c5e;border-color:#242c5e;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.edumodo-from ul.wpuf-form .wpuf-submit input[type=submit]:hover,.edumodo-from ul.wpuf-form .wpuf-submit input[type=submit]:focus,.edumodo-from ul.wpuf-form .wpuf-submit input[type=submit].focus{outline:0;color:#fff;border:1px solid #242c5e;text-decoration:none;background:#242c5e;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.edumodo-from label{font-size:15px;font-weight:400}ul.wpuf-form li .wpuf-fields input[type=text]:focus,ul.wpuf-form li .wpuf-fields input[type=password]:focus,ul.wpuf-form li .wpuf-fields input[type=email]:focus,ul.wpuf-form li .wpuf-fields input[type=url]:focus,ul.wpuf-form li .wpuf-fields input[type=number]:focus,ul.wpuf-form li .wpuf-fields textarea:focus{outline-color:#ecb101;border-color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}div.wpforms-container-full .wpforms-form input[type=submit],div.wpforms-container-full .wpforms-form button[type=submit],div.wpforms-container-full .wpforms-form .wpforms-page-button{padding:6px 32px;background:#ecb101;color:#fff;border:1px solid #ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}div.wpforms-container-full .wpforms-form input[type=submit]:hover,div.wpforms-container-full .wpforms-form button[type=submit]:hover,div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{background:#242c5e;border-color:#242c5e;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#edumodo-apply-now{font-weight:500}#edumodo-apply-now div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea{height:120px}#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=date],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=datetime],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=datetime-local],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=email],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=month],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=number],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=password],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=range],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=search],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=tel],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=text],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=time],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=url],#edumodo-apply-now div.wpforms-container-full .wpforms-form input[type=week],#edumodo-apply-now div.wpforms-container-full .wpforms-form select,#edumodo-apply-now div.wpforms-container-full .wpforms-form textarea{border-bottom:1px solid #d7e4ed;border-top:none;border-left:none;border-right:none;border-radius:0;background:#fff0;color:#5a6e79;font-weight:500}#edumodo-apply-now::placeholder{color:#5a6e79;opacity:1}#edumodo-apply-now:-ms-input-placeholder{color:#5a6e79}#edumodo-apply-now::-ms-input-placeholder{color:#5a6e79}.woocommerce .woocommerce-breadcrumb,nav.woocommerce-breadcrumb{color:#fff;position:relative;font-size:14px;margin-top:6px}.woocommerce .woocommerce-breadcrumb a,nav.woocommerce-breadcrumb a{color:#fff;position:relative;-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;-ms-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.woocommerce .woocommerce-breadcrumb a:hover,nav.woocommerce-breadcrumb a:hover{color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.wpcf7-form input[type="reset"],.wpcf7-form input[type="submit"]{padding:15px 30px;font-size:14px}.btn{padding:10px 30px;margin:0 10px 0 0;background:#ecb101;border-radius:50px;font-size:14px;font-weight:700;border:1px solid #ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.btn:hover,.btn:focus,.btn.focus{outline:0;color:#fff;border:1px solid #242c5e;text-decoration:none;background:#242c5e;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.btn-active{background:#e8e9eb;color:#000;border-color:#e8e9eb;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.btn-active:hover{background:#ecb101;color:#fff;border-color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.btn-link{color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.btn-link:hover{text-decoration:none;color:#242c5e;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}i.glyph-icon.flaticon-right-arrow{font-size:16px}i.glyph-icon.flaticon-left-arrow{font-size:16px}#mc_embed_signup{padding-top:20px}#mc_embed_signup #mce-email{height:41px;border:1px solid #f8f8f8;border-top-left-radius:50px;border-bottom-left-radius:50px}#mc_embed_signup #tx-subscribe{padding:8px 12px 8px 12px;margin:0;padding-left:18px;border-color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;font-size:14px;font-weight:700}#mc_embed_signup #tx-subscribe:hover{border-color:#242c5e;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.mc-field-group{margin:0;padding:0;display:flex;align-items:center}.woocDERommerce ul.products li.product,.woocommerce-page ul.products li.product{border:1px solid #e8e9eb;background:#fff;padding:30px}.mc4wp-form-fields p{width:100%;margin:0;display:flex}.mc4wp-form-fields,.edumodo-mailchimp{display:flex;align-items:flex-end;margin:0;padding:0}.mc4wp-form-fields input[type="email"],.edumodo-mailchimp input[type="email"]{width:inherit;height:40px;padding-left:18px;border-top-left-radius:50px;border-bottom-left-radius:50px}.mc4wp-form-fields input[type="submit"],.edumodo-mailchimp input[type="submit"]{height:40px;padding:0 15px 0 15px}.edumodo-mailchimp-two{display:flex;align-items:flex-end;width:100%}.edumodo-mailchimp-two input[type="email"]{width:inherit;height:60px;padding-left:18px;border-top-left-radius:50px;border-bottom-left-radius:50px}.edumodo-mailchimp-two input[type="submit"]{height:60px;padding:0 15px 0 15px}.custom-accordion .elementor-tab-title.elementor-active:focus,.custom-accordion .elementor-tab-title{outline:none}.custom-accordion .elementor-accordion .elementor-accordion-item{background-color:#fff;box-shadow:0 35px 70px 0 rgb(0 0 0 / .12);border-radius:10px;margin-bottom:12px}.team-border{position:relative;z-index:10}.team-border:before{content:"";position:absolute;border:4px solid #e22c2f;left:30px;right:0;height:100%;padding:20px;width:100%;border-radius:10px;top:-25px;z-index:-1}.team-border .elementor-image img{border-radius:10px}.custom-blockquote::before{font-family:FontAwesome;content:'\f10d';color:#bbb;left:-32px;position:relative;top:12px}#scrollTop{display:inline-block;background-color:#ecb101;color:#fff;width:50px;height:50px;text-align:center;position:fixed;bottom:50px;line-height:50px;right:30px;border:1px solid #ecb101;transition:background-color 0.3s,opacity 0.5s,visibility 0.5s;opacity:0;visibility:hidden;z-index:1000;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#scrollTop:hover{cursor:pointer;background-color:#242c5e;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#scrollTop:active{background-color:#242c5e;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#scrollTop.show{opacity:1;visibility:visible}@media (min-width:500px){#scrollTop{margin:30px}}.edumodo-play-btn{cursor:pointer;width:100px;height:100px;background:radial-gradient(#3e5afb 60%,#ffffff 62%);border-radius:50%;position:relative;display:block;margin:100px auto;box-shadow:0 0 25px 3px rgb(255 0 128 / .8)}.edumodo-play-btn::after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translateX(-40%) translateY(-50%);transform:translateX(-40%) translateY(-50%);transform-origin:center center;width:0;height:0;border-top:15px solid #fff0;border-bottom:15px solid #fff0;border-left:25px solid #fff;z-index:100;-webkit-transition:all 400ms cubic-bezier(.55,.055,.675,.19);transition:all 400ms cubic-bezier(.55,.055,.675,.19)}.edumodo-play-btn:before{content:"";position:absolute;width:150%;height:150%;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation:pulsate1 2s;animation:pulsate1 2s;-webkit-animation-direction:forwards;animation-direction:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:steps;animation-timing-function:steps;opacity:1;border-radius:50%;border:5px solid rgb(255 255 255 / .75);top:-25%;left:-25%;background:#fff0}@-webkit-keyframes pulsate1{0%{-webkit-transform:scale(.6);transform:scale(.6);opacity:1;box-shadow:inset 0 0 25px 3px rgb(255 255 255 / .75),0 0 25px 10px rgb(255 255 255 / .75)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0;box-shadow:none}}@keyframes pulsate1{0%{-webkit-transform:scale(.6);transform:scale(.6);opacity:1;box-shadow:inset 0 0 25px 3px rgb(255 255 255 / .75),0 0 25px 10px rgb(255 255 255 / .75)}100%{-webkit-transform:scale(1,1);transform:scale(1);opacity:0;box-shadow:none}}.modal-backdrop.in{background:initial}.modal-backdrop{position:initial}.modal-content{top:100px}.elementor-select-preset-list{margin:0 auto!important}#tophead a.topbar-btn{background-color:#ecb101;border-color:#ecb101;color:#fff}#tophead .top-content{padding:8px}#tophead a.topbar-btn,span.login.big-login{padding:13px 16px;border:1px solid #ecb101}#tophead a.topbar-btn:hover,span.login.big-login:hover{background:#ecb101;color:#fff}#tophead a.topbar-btn:hover a,span.login.big-login:hover a{color:#fff}#tophead a.topbar-btn,span.login.big-login:hover a{color:#fff}span.login.big-login{margin-right:2px}#tophead a.topbar-btn,span.register-btn.big-signup{padding:13px 16px}#tophead a.topbar-btn{background-color:#ecb101;border:2px solid #ecb101;color:#fff;display:inline-block;text-align:center;transition:all 0.5s ease-out 0s}#tophead a.topbar-btn:hover{background-color:#fff0;transition:all 0.5s ease-out 0s}#edumodo-mainnav .login-reg{display:table}#tophead{background-color:#2a2e31;color:#8a8a8a}#tophead a{color:#8a8a8a}#tophead .tophead-contact{float:left;margin-top:7px;margin-bottom:7px}@media all and (max-width:767px){#tophead .tophead-contact{text-align:center;float:none}.content-wrap{padding:80px 0!important}.page-details{margin-bottom:0!important}}ul.top-lists{margin:0;padding:0;font-size:14px;font-weight:700;display:inline-block}.edumodo-language-switcher{display:inline-block;margin-left:10px;float:right}.edumodo-language-switcher select.form-control{padding:0 20px 0 20px;outline:0;border:1px solid #ccc;text-align:center;border-radius:0;-webkit-appearance:none;-webkit-transition:0.3s ease all;-moz-transition:0.3s ease all;-o-transition:0.3s ease all;transition:0.3s ease all;background:#2a2e31;color:#ccc;height:30px}.edumodo-language-switcher select.form-control option:checked,.edumodo-language-switcher select.form-control option:hover{box-shadow:0 0 10px 100px #000 inset}.edumodo-language-switcher select.form-control:focus>option:checked{background:#000!important}#tophead .tophead-contact ul li{display:inline-block;margin-right:10px}#tophead .tophead-contact a:hover{text-decoration:underline;color:#ecb101}#tophead .tophead-contact .fa,#tophead .tophead-address .fa{color:#ccc;padding-right:10px}#tophead .tophead-right{float:right;font-size:14px;font-weight:600}#tophead .tophead-right a{padding-left:10px;width:115px}#tophead .tophead-right.top-v4{padding:9px 0}@media all and (max-width:767px){#tophead .tophead-right{text-align:center;float:none}}#tophead .tophead-social li{display:inline-block}#tophead .tophead-social li a{color:#ccc;padding-left:10px}#tophead .tophead-right.top-v4 a:hover{color:#ecb101;transition:all 0.5s ease}#tophead .tophead-contact .fa,#tophead .tophead-address .fa{color:#ecb101}#tophead.tophead-v5 .tophead-right{float:left}#tophead.tophead-v5 .tophead-contact{float:right}#tophead.tophead-v6{background-color:#f5f5f5;padding:3px 0}#tophead.tophead-v6 a{color:#8a8a8a}#tophead.tophead-v6 .ul.top-lists{font-weight:500}#tophead.tophead-v7 .menu{margin:0;padding:0}#tophead.tophead-v7 .widget{margin:0}#tophead.tophead-v7 .tophead-contact{display:flex;align-items:center}#tophead.tophead-v7 .tophead-contact ul li{font-size:13px;text-transform:uppercase;font-weight:500}#tophead.tophead-v7 .tophead-contact ul li a{text-decoration:none}#tophead.tophead-v8 .menu{margin:0;padding:0}#tophead.tophead-v8 .widget{margin:0}#tophead.tophead-v8 .tophead-contact{display:flex;align-items:center;float:right}#tophead.tophead-v8 .tophead-contact ul li{font-size:13px;text-transform:uppercase;font-weight:500}#tophead.tophead-v8 .tophead-contact ul li a{text-decoration:none}#tophead.tophead-v8 .tophead-right{float:left}.site-title{font-size:22px;margin-bottom:5px;margin-top:10px}.nopadding{padding:0!important;margin:0!important}li.lan-icon img{width:18px}#tophead .tophead-contact ul li.lan-icon{margin-right:5px}.fixed-header{position:fixed;top:0;left:0;animation:smoothScroll 1s forwards;z-index:99;max-height:85px;box-shadow:rgb(0 0 0 / .117647) 0 1px 3px}.fixed-header .logo img{max-height:70px}.fixed-header .logo img.logo-transparent{display:none}@keyframes smoothScroll{0%{transform:translateY(-40px)}100%{transform:translateY(0)}}@-webkit-keyframes fadeInUpMenu{from{opacity:.9;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpMenu{from{opacity:.9;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpMenu{-webkit-animation-name:fadeInUpMenu;animation-name:fadeInUpMenu}@-webkit-keyframes fadeInDownMenu{from{opacity:0;-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownMenu{from{opacity:0;-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownMenu{-webkit-animation-name:fadeInDownMenu;animation-name:fadeInDownMenu}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes edzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.edzoomIn{-webkit-animation-name:edzoomIn;animation-name:edzoomIn}.edumodo-preloader{position:fixed;top:0;left:0;bottom:0;right:0;background:#fff;z-index:99999}.edumodoloader{display:inline-block;width:50px;height:50px;left:0;right:0;top:0;bottom:0;margin:auto;border:4px solid #ecb101;position:absolute;animation:edumodoloader 2s infinite ease}.edumodoloader-inner{vertical-align:top;display:inline-block;width:100%;background-color:#ecb101;animation:edumodoloader-inner 2s infinite ease-in}@keyframes edumodoloader{0%{transform:rotate(0deg)}25%{transform:rotate(180deg)}50%{transform:rotate(180deg)}75%{transform:rotate(360deg)}100%{transform:rotate(360deg)}}@keyframes edumodoloader-inner{0%{height:0%}25%{height:0%}50%{height:100%}75%{height:100%}100%{height:0%}}.fitness-tab .elementor-tabs-wrapper{border-bottom:1px solid #ddd}.fitness-tab>div .elementor-tabs-wrapper .elementor-tab-title:not(:last-child){border-right:1px solid #ddd}.fitness-tab .elementor-tab-title{padding:15px 90px!important}.fitness-tab.elementor-widget-tabs .elementor-tab-content{padding:20px 0!important}#fitness-contact .wpforms-validate.wpforms-form{text-align:center}#fitness-contact div.wpforms-container-full .wpforms-form input{font-weight:normal!important;font-size:14px!important;background-color:#ddd}#fitness-contact div.wpforms-container-full .wpforms-form button{text-transform:uppercase}.content-list .owl-nav div{background-color:rgb(236 177 1 / .6);color:#000;height:50px;left:0;margin-top:-15px;position:absolute;text-align:center;top:50%;width:50px;line-height:50px;opacity:.6;transition:0.3s ease-in-out}.content-list:hover .owl-nav div{opacity:1;color:#fff}.content-list .owl-nav .owl-next{left:auto;right:0;transition:0.3s ease-in-out;color:#fff}.content-list .owl-nav .owl-prev:hover{background:#242c5e;color:#fff}.content-list .owl-nav .owl-next:hover{background:#242c5e;color:#fff}.content-field .owl-nav div{background-color:rgb(236 177 1 / .6);color:#fff;height:50px;left:0;margin-top:-15px;position:absolute;text-align:center;top:50%;width:50px;line-height:50px;opacity:.6;transition:0.3s ease-in-out}.content-field:hover .owl-nav div{opacity:1;color:#fff}.content-field .owl-nav .owl-next{left:auto;right:0;transition:0.3s ease-in-out;color:#fff}.content-field .owl-nav .owl-prev:hover{background:#242c5e;color:#fff}.content-field .owl-nav .owl-next:hover{background:#242c5e;color:#fff}.enter-related-course{margin-top:40px}.enter-related-course .enter-sub-title{margin-bottom:35px}.enter-related-course .edumodo-related-course-1 .related-less{padding-left:0}.enter-related-course .edumodo-related-course-1 article.tx-course{border:1px solid #eee;transition:all 0.3s ease}.enter-related-course .edumodo-related-course-1 article.tx-course figure{position:relative}.enter-related-course .edumodo-related-course-1 article.tx-course figure a:before{position:absolute;content:"";background-color:rgb(36 44 94 / .8);left:0;right:0;top:0;bottom:0;opacity:0;-webkit-transform:scale(.1);transform:scale(.1);-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.enter-related-course .edumodo-related-course-1 article.tx-course figure a:after{position:absolute;content:"";background:#fff;color:#242c5e;left:0;right:0;top:0;bottom:0;height:35px;width:35px;margin:auto;display:flex;align-items:center;justify-content:center;font-size:14px;opacity:0;transition:all 0.3s ease;content:"\f02d";font-family:FontAwesome;border-radius:50%}.enter-related-course .edumodo-related-course-1 article.tx-course .course-details{padding:20px}.enter-related-course .edumodo-related-course-1 article.tx-course .course-details .entry-header .course-entry-title{line-height:24px;font-size:16px;margin:10px 0;font-weight:700;margin-top:0}.enter-related-course .edumodo-related-course-1 article.tx-course .course-details .course-meta{display:block;font-size:14px;border-top:1px solid #e8e9eb;border-bottom:1px solid #eee;padding:5px 0;margin-bottom:8px;margin-top:15px}.enter-related-course .edumodo-related-course-1 article.tx-course .course-details .course-meta span.course-view i{margin-right:4px}.enter-related-course .edumodo-related-course-1 article.tx-course .course-details .course-meta span.course-cost{float:right;text-align:right;color:#ecb101}.enter-related-course .edumodo-related-course-1 article.tx-course .course-details .course-meta span.course-cost i{margin-right:4px;color:#ecb101}.enter-related-course .edumodo-related-course-1 article.tx-course .course-details .entry-content p{margin-bottom:5px;font-size:14px}.enter-related-course .edumodo-related-course-1 article.tx-course:hover figure a:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.enter-related-course .edumodo-related-course-1 article.tx-course:hover figure a:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.table-hover>tbody>tr:hover{background-color:inherit}.enroll-btn{text-align:center;padding:25px 0}.enroll-btn button{color:#fff}#lean_overlay{position:fixed;z-index:100;top:0;left:0;height:100%;width:100%;background:#000;display:none}.lp-popupContainer{position:absolute;width:450px;height:auto;left:45%;top:60px;background:#FFF}#modal_trigger{margin:0 auto;width:100%;display:block}.single-post .entry-meta .post-cat{font-size:14px}.edumodo-top-search{padding:0;margin-top:14px}@media (max-width:768px){.edumodo-top-search{padding:0 20px 0 0}}.edumodo-top-search input[type="search"]{background:#fff0;color:#fff;border-color:#fff;text-transform:capitalize;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.edumodo-top-search input[type="search"] :hover{color:#fff;border-color:#fff;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.edumodo-top-search input[type="search"]:focus{border-color:#fff;background:rgb(80 88 125 / .41)}.edumodo-top-search input[type="submit"]{border-top-right-radius:50px;border-bottom-right-radius:50px;border:solid 1px #fff}.edumodo-top-search .search-form label>input{border-color:#fff;border-right:0}.edumodo-top-search ::-webkit-input-placeholder{color:#fff;opacity:.5}.edumodo-top-search ::-moz-placeholder{color:#fff;opacity:.5}.edumodo-top-search :-ms-input-placeholder{color:#fff;opacity:.5}.edumodo-top-search ::placeholder{color:#fff;opacity:.5}.single .hentry{margin-bottom:0}.tx-course-single .single-row,.tx-notice-single .single-row{box-shadow:1px 1px 20px #e8e9eb;padding:30px 15px;background:#fff}.page-details{position:relative;width:100%;min-height:210px;align-items:center;display:flex;background-repeat:no-repeat;background-size:cover;background-position:center}.page-details:before{content:"";position:absolute;left:0;right:0;width:100%;height:100%;background:#242c5e;opacity:.8}.page-details .page-wrapper{margin-left:15px;padding:74px 0;position:relative}.page-details .page-title{color:#fff;position:relative;font-size:36px;font-weight:700;margin:0 0 6px 0;padding:0;text-transform:uppercase}@media (max-width:768px){.page-details .page-title{padding:0}}.page-details .edumodo-breadcrumb{color:#fff;position:relative;font-size:14px}.page-details .edumodo-breadcrumb a{color:#fff}.page-details .edumodo-breadcrumb a:hover{color:#ecb101}.content-wrap{padding:100px 0}.error-404 .btn-404{margin:20px 0;background-color:#ecb101;color:#fff}.error-404 .btn-404:hover{border-color:#ecb101;background:#fff;color:#ecb101}.image-404 img{width:100%;margin-bottom:40px}.not-found .page-header{margin-top:0}.not-found .page-header .page-title{margin-top:0}.search-no-results .content-area,.search-results .content-area{margin-top:80px;margin-bottom:80px}.single-lp_course .comments-area{margin-bottom:80px}.page .learnpress{padding-top:100px;padding-bottom:80px}.page .learnpress #learn-press-form-login{width:50%;margin:0 auto;padding:35px;box-shadow:5px 5px 25px 0 rgb(46 61 73 / .2);-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;-ms-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.page .learnpress #learn-press-form-login:hover{box-shadow:2px 4px 8px 0 rgb(46 61 73 / .2);-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;-ms-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.single-notice{margin:0}.edumodo-shop-wrapper.kindergarten .edumodo-shop-product{background-color:#fff;margin-bottom:30px;border-radius:10px;box-shadow:0 0 0 rgb(255 255 255 / .8);overflow:hidden;border-style:solid;border-width:0 0 3px;border-color:#4fac1cc7;transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;position:relative;-webkit-transition:all 200ms ease-in;-webkit-transform:scale(1);-ms-transition:all 200ms ease-in;-ms-transform:scale(1);-moz-transition:all 200ms ease-in;-moz-transform:scale(1);transition:all 200ms ease-in;transform:scale(1)}.edumodo-shop-wrapper.kindergarten .edumodo-shop-product:hover{-webkit-transition:all 200ms ease-in;-webkit-transform:scale(1.03);-ms-transition:all 200ms ease-in;-ms-transform:scale(1.03);-moz-transition:all 200ms ease-in;-moz-transform:scale(1.03);transition:all 200ms ease-in;transform:scale(1.03)}.edumodo-shop-wrapper.kindergarten .edumodo-shop-product img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{height:250px;object-fit:cover}.edumodo-shop-wrapper.kindergarten .edumodo-shop-product .sohp-content-body{text-align:center}.edumodo-shop-wrapper.kindergarten .edumodo-shop-product .sohp-content-body .edumodo-shop-title{font-size:20px;line-height:26px;color:#fc4d2c;border-bottom:1px dotted;text-align:center;padding-bottom:25px;margin:25px}.edumodo-shop-wrapper.kindergarten .edumodo-shop-product .sohp-content-body .edumodo-sohp-price{padding:0 40px 40px 40px}.edumodo-shop-wrapper.kindergarten .edumodo-shop-product .sohp-content-body .edumodo-sohp-price span.price{font-size:18px;font-weight:700}.edumodo-shop-wrapper.kindergarten .edumodo-product:nth-child(3n+2) h2.edumodo-shop-title{color:#4fac1c}.edumodo-shop-wrapper.kindergarten .edumodo-product:nth-child(3n+3) h2.edumodo-shop-title{color:#039bf8}.course{position:relative}.course .weforms-popup{position:fixed;left:0;top:0;background:rgb(0 0 0 / .5);right:0;width:100%;height:100%;padding:35px;z-index:3;display:none;overflow:auto}.course .weforms-popup .weforms-popup-wrapper{max-width:600px;margin:0 auto;background:#fff;padding:35px;animation:animatezoom 0.6s;position:relative}.course .weforms-popup .weforms-popup-wrapper .wpuf-form li{padding:3px 0}.course .weforms-popup .weforms-popup-wrapper .wpuf-form li input,.course .weforms-popup .weforms-popup-wrapper .wpuf-form li textarea{padding:7px}.course .weforms-popup .weforms-popup-wrapper .wpuf-form li input:focus,.course .weforms-popup .weforms-popup-wrapper .wpuf-form li textarea:focus{border:solid 1px #ecb101}.course .weforms-popup .weforms-popup-wrapper .wpuf-form input[type="submit"]{background:#ecb101;border:none;box-shadow:none;text-shadow:none;padding:10px 20px}.course .weforms-popup .weforms-popup-wrapper .popup-dismiss{position:absolute;right:0;top:0;padding:15px 30px;background:#ecb101;color:#fff;cursor:pointer}@keyframes animatezoom{from{transform:scale(0)}to{transform:scale(1)}}.list-enable .list-course-content .course-title{font-size:18px}.list-enable .list-course-content .link-to-the-full-course a{position:relative;display:inline-block}.list-enable .list-course-content .link-to-the-full-course a:after{content:'';height:2px;width:0%;background:#ecb101;transition:all 0.5s ease;position:absolute}.list-enable:hover .link-to-the-full-course a:after{width:100%}.course-cat-wrapper .cat-post-thumbnail{position:relative}.course-cat-wrapper .cat-post-thumbnail .course-meta-body{position:absolute;left:0;right:0;top:0;bottom:0;text-align:center;display:flex;align-items:center;justify-content:center}.course-cat-wrapper .cat-post-thumbnail .course-meta-body .course-meta{color:#fff;margin:0;padding:0}.course-cat-wrapper .cat-post-thumbnail .course-meta-body .course-meta a{color:#fff}.course-cat-wrapper .cat-post-thumbnail .course-meta-body .course-meta .cat-title{font-size:18px;color:#fff;margin:0;padding:0}span.addon-origin-price{text-decoration:line-through}span.addon-price{color:#54b551}.course-meta.addons-course-meta span.post-view{float:right}.lp-cat .cat-links a{color:rgb(236 177 1 / .8);text-transform:uppercase;font-weight:500;font-size:12px;background:rgb(236 177 1 / .2);padding:3px 8px;border-radius:2px}div.col-md-4:nth-child(6n+2) .lp-cat .cat-links a{color:rgb(2 204 186 / .8);background:rgb(2 204 186 / .2)}div.col-md-4:nth-child(6n+3) .lp-cat .cat-links a{color:rgb(115 83 255 / .8);background:rgb(115 83 255 / .2)}div.col-md-4:nth-child(6n+4) .lp-cat .cat-links a{color:rgb(229 80 57 / .8);background:rgb(229 80 57 / .2)}div.col-md-4:nth-child(6n+5) .lp-cat .cat-links a{color:rgb(0 134 252 / .8);background:rgb(0 134 252 / .2)}.dynamic-category-wrapper{text-align:center;margin-bottom:35px;border-bottom:1px solid #ddd;padding-bottom:15px}.dynamic-category-wrapper .multiple-cat .cat-item{padding:0 8px;font-weight:500}.dynamic-category-wrapper .multiple-cat .cat-item .tab-text{position:relative}.dynamic-category-wrapper .multiple-cat a.cat-item:nth-child(1)>span:nth-child(1):before{background:none}.dynamic-category-wrapper .multiple-cat .cat-item.active{color:#ecb101;position:relative}.dynamic-category-wrapper .multiple-cat .cat-item.active:after{background:#ecb101;height:4px;width:85%;content:"";position:absolute;left:0;right:0;bottom:-20px;text-align:center;margin:auto}article.dynamic-category-course{background:#fff;box-shadow:0 0 8px 0 rgb(204 204 204 / .31);margin-bottom:30px;border:0 solid #ddd;overflow:hidden}article.dynamic-category-course .course-details{padding:20px}article.dynamic-category-course .course-details .cat-links a{color:#ecb101;text-transform:uppercase;font-weight:700;font-size:13px}.edumodo-course-rate-wapper .edumodo-course-rate .star-rating{position:relative;margin:0;padding:0;display:inline-block;margin-right:3px;font-size:15px}ul.edumodo-course-rate{list-style:none;padding-left:0;margin-bottom:0}ul.edumodo-course-rate li{font-size:14px;letter-spacing:-.5px}.star-rating{overflow:hidden;height:1em;line-height:1em;width:5.1em;font-family:"fontawesome"}.star-rating:before{content:"\f006\f006\f006\f006\f006";float:left;top:0;left:0;position:absolute;letter-spacing:.1em;letter-spacing:0\9;color:#fbfeff}.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.star-rating:before{color:#ccc}.star-rating span:before{content:"\f005\f005\f005\f005\f005";top:0;position:absolute;left:0;letter-spacing:.1em;letter-spacing:0\9;color:#ecb101}.dynamic-category-body div:nth-child(3n+1)>article>div>div.course-meta.addons-course-meta>span.post-date>span>a{color:#ff9511}.dynamic-category-body div:nth-child(3n+2)>article>div>div.course-meta.addons-course-meta>span.post-date>span>a{color:#32ba81}.dynamic-category-body div:nth-child(3n+3)>article>div>div.course-meta.addons-course-meta>span.post-date>span>a{color:#7353ff}.dynamic-category-body .course-details span.addon-price{color:#07294d;font-weight:700;font-size:16px}.dynamic-category-body .course-details .addons-course-meta{margin-bottom:8px;margin-top:20px}.dynamic-category-body .course-details .course-entry-title{margin:0;font-weight:600}.dynamic-category-body .course-details a.course-title-link{font-size:16px;font-weight:500;color:#07294d}@media (min-width:768px) and (max-width:991px){.lp-single-course .course-top .course-thumbnail{margin-top:30px}.widget{margin:0 0 0}}@media (max-width:767px){html[lang]{margin-top:0!important}ol.comment-list{padding-left:0}blockquote{margin:0}.comments-area .comment-content{padding-right:0}.comment ol.children{margin-left:0;padding-left:0}.page-details{min-height:150px;margin-bottom:50px}.page-details .page-wrapper .page-title{font-size:30px}.main-post .edumodo-post-img .entry-title{font-size:22px;bottom:12%;line-height:26px}.entry-footer-body{display:flex;margin-top:0;padding-top:20px;flex-direction:column-reverse;text-align:center}.copyright .social-icon{font-size:16px;float:left;padding-top:20px}.comments-area .comment-respond>form>p:nth-child(3){width:100%}.comments-area .comment-respond>form>p:nth-child(4){width:100%;margin-left:0}}@media only screen and (max-width:767px){.hide-in-mobile{display:none!important}.main-post .edumodo-post-img .entry-title{line-height:34px}.main-post.has-post-thumbnail .edumodo-post-img .entry-meta{display:none}.entry-meta-mobile{margin:0 25px 25px 25px;margin-top:30px}.entry-meta-mobile ul.post-categories{margin:0;padding:0;background:#242c5e;padding:8px 20px;border-radius:50px;display:inline-block}.entry-meta-mobile ul.post-categories li{display:inline-block;padding-right:5px;font-size:14px;position:relative}.entry-meta-mobile ul.post-categories li:after{position:absolute;content:",";color:#fff}.entry-meta-mobile ul.post-categories li a{font-size:14px;color:#fff;text-transform:uppercase}.entry-meta-mobile ul.post-categories li a:hover{color:#ecb101}}.service-icon .elementor-image img{transition:all 0.5s ease}.service-icon .elementor-image img:hover{box-shadow:0 5px 25px 0 rgb(46 61 73 / .2)!important;transition:all 0.5s ease}#tophead a.top-phone{padding-left:5px}#tophead a.top-email{padding-left:2px}.layout-wrapper{display:flex;flex-wrap:wrap}.layout-wrapper .sidebar-wrapper{flex:1}.layout-wrapper.left-sidebar{flex-direction:row-reverse}#top-header{padding:10px 0}#top-header .header-social-icons ul{margin:0}#top-header .header-social-icons ul li{list-style:none;display:inline-block;padding:0 5px}#top-header .login-reg-btn ul{margin:0 0 0 50px}#top-header .login-reg-btn ul li{list-style:none;display:inline-block}#top-header .login-reg-btn ul li a{background-color:#FFC600;padding:5px 12px;font-size:14px;color:#07294D!important;font-weight:500;border-radius:4px}#top-header .login-reg-btn ul li a i{margin-right:4px}#top-header .login-reg-btn ul li small{padding:0 5px}#top-header .tophead-contact i{font-size:13px;padding-right:2px}#top-header .tophead-contact a{font-size:14px;line-height:24px;font-weight:500}#top-header .tophead-contact .topbar-seperator{padding:0 15px}#top-header .container{display:flex;align-items:center;justify-content:space-around}#top-header .header-top-menu ul{margin:0}#top-header .header-top-menu ul li{list-style:none;display:inline-block;padding:0 10px}.right-side.tophead-right{display:flex;justify-content:flex-end;align-items:center;padding:0}@media only screen and (min-width:768px) and (max-width:991px){#top-header .container .left-side.tophead-left{text-align:center}#top-header .container .right-side.tophead-right{justify-content:center;text-align:center}#top-header .container.disabled-menu.enabled-login.enabled-social{display:block}#top-header .container.disabled-menu.enabled-login.enabled-social .tophead-contact{margin-bottom:10px}#top-header .container.enabled-menu.enabled-login.disabled-social{display:block}#top-header .container.enabled-menu.enabled-login.disabled-social .tophead-contact{margin-bottom:10px}#top-header .container.enabled-menu.disabled-login.enabled-social{display:block}#top-header .container.enabled-menu.disabled-login.enabled-social .tophead-contact{margin-bottom:10px}#top-header .container.enabled-menu.disabled-login.disabled-social{display:block}#top-header .container.enabled-menu.disabled-login.disabled-social .tophead-contact{margin-bottom:10px}}.edumodo-header .menu-wrapper{display:flex;align-items:center;justify-content:flex-end}.edumodo-header .menu-wrapper .login-wrapper{margin-left:10px}.edumodo-header .menu-wrapper .login-wrapper a{background:#ecb101;padding:2px 10px;border-radius:3px;color:#fff;display:inline-block}.edumodo-header div#edumodo-mainnav{min-height:76px;display:flex;align-items:center;background:#fff}.edumodo-header .nav-logo-align{display:flex;align-items:center}.edumodo-header .navigation-main{margin:0;padding:0;list-style:none;width:100%;z-index:2;position:relative}.edumodo-header .navigation-main li ul{left:100%;top:0}.edumodo-header .navigation-main li.menu-item-has-children:hover>.dropdown-menu{display:block}.edumodo-header .navigation-main>li{display:inline-block;text-align:left;position:static;padding:0 5px;margin-right:0;margin-left:0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-header .navigation-main>li .menu-indicate{transition:all 0.3s ease}.edumodo-header .navigation-main>li>a{color:#07294d;text-decoration:none;display:block;white-space:nowrap;padding:10px 25px 10px 15px;font-size:16px;font-weight:500;text-transform:uppercase;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;text-shadow:none}.edumodo-header .navigation-main>li>a:hover{color:#3e5afb;transition:all 0.2s ease}.edumodo-header .navigation-main>li:hover .menu-indicate{transform:rotate(180deg);transition:all 0.3s ease}.edumodo-header .navigation-main>li>ul{min-width:175px;width:auto;margin:0;list-style:none;position:absolute;top:100%;z-index:-1;left:inherit;display:none;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-header .navigation-main>li>ul>li{line-height:30px}.edumodo-header .navigation-main>li>ul>li>.sub-heading{position:relative}.edumodo-header .navigation-main>li>ul>li>.sub-heading:before{padding:0;background:#e0e6e8;top:45px;content:"";display:block;position:absolute;height:1px;width:90%;transform-origin:left;transition:transform 0.4s cubic-bezier(0,0,.16,.96)}.edumodo-header .navigation-main>li>ul>li>a{padding:8px 20px}.edumodo-header .navigation-main>li>ul>li:last-child{border-bottom:none}.edumodo-header .navigation-main>li>ul>li:hover>a{color:#3e5afb}.edumodo-header .navigation-main>li>ul>li>ul>li:hover a{color:#3e5afb;transition:all 0.2s ease}.edumodo-header .navigation-main>li>ul>li>ul>li>a{font-size:16px;font-weight:500;text-shadow:none;text-transform:inherit;padding:9px 25px 9px 15px;color:#787f88;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;position:relative}.edumodo-header .navigation-main>li>ul>li>ul>li>a:before{content:"";position:absolute;border-radius:3px;background:#f0f0ff;z-index:-1;opacity:0;transform:scale(1.1);width:calc(100%);height:100%;top:0;left:0;transition:opacity 80ms linear,transform 80ms ease-in}.edumodo-header .navigation-main>li>ul>li>ul>li>a>i{padding-right:10px}.edumodo-header .navigation-main>li>ul>li>ul>li:hover a:before{opacity:1;transform:scale(1);transition:opacity 0.2s linear,transform 0.2s ease-out}.edumodo-header .navigation-main>li>.edumodo-sub-menu>.tx_megamenu:nth-child(1){animation-duration:0.55s;transition-delay:50ms}.edumodo-header .navigation-main>li>.edumodo-sub-menu>.tx_megamenu:nth-child(2){animation-duration:0.75s;transition-delay:50ms}.edumodo-header .navigation-main>li>.edumodo-sub-menu>.tx_megamenu:nth-child(3){animation-duration:0.85s;transition-delay:50ms}.edumodo-header .navigation-main>li>.edumodo-sub-menu>.tx_megamenu:nth-child(4){animation-duration:0.105s;transition-delay:50ms}.edumodo-header .navigation-main>li>.edumodo-sub-menu .tx_megamenu_desc{display:block;font-weight:400;font-size:12px}.edumodo-header .navigation-main>li>.edumodo-sub-menu:hover>li{transition:all 0.2s ease}.edumodo-header .navigation-main>li>.edumodo-sub-menu li:hover{opacity:1;transition:all 0.2s ease}.edumodo-header .navigation-main>li:focus>ul,.edumodo-header .navigation-main>li:hover>ul{z-index:1;display:block;-moz-animation:fadeInDownMenu 0.3s ease-in;-webkit-animation:fadeInDownMenu 0.3s ease-in;animation:fadeInDownMenu 0.3s ease-in;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-header .navigation-main>li:focus>ul:before,.edumodo-header .navigation-main>li:hover>ul:before{opacity:1}.edumodo-header .navigation-main>.tx_megamenu:focus>ul,.edumodo-header .navigation-main>.tx_megamenu:hover>ul{z-index:1;display:block;-moz-animation:inherit;-webkit-animation:inherit;animation:inherit;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-header .navigation-main>.tx_megamenu>.edumodo-sub-menu{width:100%}header.edumodo-header{width:100%;-webkit-transition:all 0.5s ease;-moz-transition:position 10s;-ms-transition:position 10s;-o-transition:position 10s;transition:all 0.5s ease}.edumodo-header.transparent-active .navbar-v1 .navigation-main>li>a:first-child,.edumodo-header.sticky-active.transparent-active span.login a{color:#fff}.home .edumodo-header.transparent-active.fixed-header .navbar-v1 .navigation-main>li>a:first-child,.edumodo-header.sticky-active.fixed-header span.login a,.edumodo-header.sticky-active.transparent-active.fixed-header span.login a{color:#787f88}header.edumodo-header.transparent-active div#edumodo-mainnav{background:#fff0;position:absolute;width:100%;top:12px}header.edumodo-header.transparent-active .nav-logo-align{z-index:1;position:relative}header.edumodo-header.transparent-active.fixed-header div#edumodo-mainnav{background:#fff;top:0}header.edumodo-header .logo img.logo-transparent{display:none}header.edumodo-header.sticky-active.fixed-header #tophead{display:none}header.edumodo-header.sticky-active.fixed-header .logo img.logo-transparent{display:none}header.edumodo-header.transparent-active #tophead{display:none}header.edumodo-header.transparent-active .logo img.logo-default{display:none}header.edumodo-header.transparent-active .logo img.logo-transparent{display:block}header.edumodo-header.fixed-header .logo img.logo-default{display:block}.edumodo-header.sticky-active.fixed-header span.login:hover a{color:#ecb101;transition:all 0.5s ease}.edumodo-header span.login a:hover{color:#ecb101;transition:all 0.5s ease}.edumodo-header span.register-btn{background:#ecb101;padding:6px 15px;border-radius:3px;font-size:14px;font-weight:500;text-transform:uppercase;border:2px solid #ecb101;transition:all 0.5s ease}.edumodo-header span.register-btn:hover{background:#fff0;border-color:#ecb101;transition:all 0.5s ease}.edumodo-header a span.register-btn:hover{color:#ecb101}.edumodo-header a span.register-btn{color:#fff}.edumodo-header span.login{border-left:1px solid #787f88;padding-left:15px;margin-right:20px;text-transform:uppercase;font-size:14px;font-weight:500}.edumodo-header a span.login{color:#787f88}.edumodo-header span.logout-btn{background:#ecb101;color:#fff;padding:2px 15px;border-radius:3px;font-size:14px;text-transform:uppercase;border:2px solid #ecb101;transition:all 0.5s ease;float:right;margin-left:20px;font-weight:500}.edumodo-header span.logout-btn:hover{background:#fff0;border-color:#ecb101;transition:all 0.5s ease}.edumodo-header a span.logout-btn{color:#fff}.edumodo-header a span.logout-btn:hover{color:#ecb101}.edumodo-header.v11 span.register-btn-v11{color:#142b45;background-color:#fff;border-radius:5px 5px 5px 5px;padding:14px 25px 14px 25px;border-style:solid;border-width:0 0 0 0;box-shadow:0 4px 5px 0 rgb(251 136 159 / .35);margin-left:20px}.edumodo-header.v11 div#edumodo-mainnav{box-shadow:none}.edumodo-popup-login-register button,.edumodo-popup-login-register input[type="button"],.edumodo-popup-login-register input[type="reset"],.edumodo-popup-login-register input[type="submit"]{width:100%;padding:8px;text-transform:uppercase}.edumodo-popup-login-register a.back_btn{color:#ecb101}.edumodo-popup-login-register a.back_btn:hover{color:#242c5e}.edumodo-popup-login-register .lp-register-link{color:#ecb101}.edumodo-popup-login-register .lp-register-link:hover{color:#242c5e}.edumodo-popup-login-register .learn-press-form-register.learn-press-form h3{display:none}.edumodo-popup-login-register .learn-press-form .form-fields .form-field label{display:none}.edumodo-popup-login-register .learn-press-form-login.learn-press-form h3{display:none}.edumodo-popup-login-register .learn-press-form-login.learn-press-form form p{margin-bottom:8px}.edumodo-popup-login-register .lp_one_half{width:50%;display:block;float:left}.edumodo-popup-login-register .lp_one_half.last{width:45%;margin-left:5%}.edumodo-popup-login-register .lp-popupHeader{font-size:16px;text-transform:uppercase}.edumodo-popup-login-register .lp-popupHeader{background:#F4F4F2;position:relative;padding:10px 20px;border-bottom:1px solid #DDD;font-weight:700}.edumodo-popup-login-register .lp-popupHeader .modal_close{position:absolute;right:0;top:0;padding:10px 15px;background:#E4E4E2;cursor:pointer;color:#aaa;font-size:16px}.edumodo-popup-login-register .edumodo-lp-popupBody{padding:40px 55px 40px}.edumodo-popup-login-register .lp_action_btns{clear:both;overflow:hidden}.edumodo-popup-login-register .lp_action_btns a{display:block}.edumodo-popup-login-register .user_login{display:none}.edumodo-popup-login-register .user_login label{display:block;margin-bottom:5px}.edumodo-popup-login-register .user_login input[type="text"],.edumodo-popup-login-register .user_login input[type="email"],.edumodo-popup-login-register .user_login input[type="password"]{display:block;width:90%;padding:10px;border:1px solid #DDD;color:#4b5158}.edumodo-popup-login-register .user_login input[type="checkbox"]{float:left;margin-right:5px}.edumodo-popup-login-register .user_login input[type="checkbox"]+label{float:left}.edumodo-popup-login-register .user_login .checkbox{margin-bottom:10px;clear:both;overflow:hidden}.edumodo-popup-login-register .forgot_password{display:block;margin:20px 0 10px;clear:both;overflow:hidden;text-decoration:none;color:#ED6347}.edumodo-popup-login-register .user_register{display:none}.edumodo-popup-login-register .user_register label{display:block;margin-bottom:5px}.edumodo-popup-login-register .user_register input[type="text"],.edumodo-popup-login-register .user_register input[type="email"],.edumodo-popup-login-register .user_register input[type="password"]{display:block;width:90%;padding:10px;border:1px solid #DDD;color:#4b5158}.edumodo-popup-login-register .user_register input[type="checkbox"]{float:left;margin-right:5px}.edumodo-popup-login-register .user_register input[type="checkbox"]+label{float:left}.edumodo-popup-login-register .user_register .checkbox{margin-bottom:10px;clear:both;overflow:hidden}@media (max-width:767px){.lp-popupContainer{width:320px}.edumodo-popup-login-register .edumodo-lp-popupBody{padding:30px 35px}}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{box-sizing:border-box;background:inherit;display:block;padding:0;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}.mm-panels,.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panel,.mm-panels{background:inherit;border-color:inherit;box-sizing:border-box;margin:0}.mm-panels{overflow:hidden}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);transition:-webkit-transform 0.4s ease;transition:transform .4s ease;transition:transform 0.4s ease,-webkit-transform 0.4s ease;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after,.mm-panel:before{content:'';display:block;height:20px}.mm-panel_has-navbar{padding-top:40px}.mm-panel_opened{z-index:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-listitem_vertical>.mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;display:none;padding:10px 0 10px 10px}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-btn_next{box-sizing:border-box;height:40px;bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:#fff0}.mm-listitem_opened>.mm-btn_next:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-btn_fullwidth{width:100%}.mm-btn_clear:after,.mm-btn_clear:before,.mm-btn_close:after,.mm-btn_close:before{content:'';border:2px solid #fff0;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_clear:before,.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_clear:after,.mm-btn_close:after{border-left:none;border-top:none;right:25px}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-top:2px solid #fff0;border-left:2px solid #fff0;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;display:none;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0;opacity:1;transition:opacity 0.4s ease}.mm-navbar>*{box-sizing:border-box;display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:first-child{left:0}.mm-navbar__btn:last-child{text-align:right;right:0}.mm-panel_has-navbar .mm-navbar{display:block}.mm-listitem,.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem,.mm-listitem .mm-btn_next,.mm-listitem .mm-btn_next:before,.mm-listitem:after,.mm-listview{border-color:inherit}.mm-listview{font:inherit;line-height:20px}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listitem{position:relative}.mm-listitem:after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listitem:after{left:20px}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem>a,.mm-listitem>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listitem .mm-btn_next{background:#fff0;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listitem .mm-btn_next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth){width:50px}.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+a,.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+span{margin-right:50px}.mm-listitem .mm-btn_fullwidth:before{border-left:none}.mm-listitem .mm-btn_fullwidth+a,.mm-listitem .mm-btn_fullwidth+span{padding-right:50px}.mm-listitem_divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:75%;text-transform:uppercase;padding:5px 10px 5px 20px}.mm-listitem_divider:after{content:' ';display:none;position:static;display:inline-block}.mm-listitem_spacer{padding-top:40px}.mm-listitem_spacer>.mm-btn_next{top:40px}.mm-menu{background:#f3f3f3;border-color:rgb(0 0 0 / .1);color:rgb(0 0 0 / .75)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgb(0 0 0 / .3)}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgb(0 0 0 / .3)}.mm-menu .mm-listview .mm-btn_next:after{border-color:rgb(0 0 0 / .3)}.mm-menu .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgb(255 255 255 / .4);tap-highlight-color:rgb(255 255 255 / .4)}.mm-menu .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu .mm-listitem_selected>span{background:rgb(255 255 255 / .4)}.mm-menu .mm-listitem_opened>.mm-btn_next,.mm-menu .mm-listitem_opened>.mm-panel{background:rgb(0 0 0 / .05)}.mm-menu .mm-listitem_divider{background:rgb(0 0 0 / .05)}.mm-page{box-sizing:border-box;position:relative}.mm-slideout{transition:-webkit-transform 0.4s ease;transition:transform .4s ease;transition:transform 0.4s ease,-webkit-transform 0.4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0}.mm-menu_offcanvas.mm-menu_opened{display:block;z-index:12}.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms{z-index:10}.mm-menu_offcanvas{width:80%;min-width:140px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(80vw,0);-ms-transform:translate(80vw,0);transform:translate(80vw,0);-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-page__blocker{background:#fff0;display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-page__blocker{display:block}.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}a.micon{background:#ecb101;color:#fff;padding:10px 15px;display:inline-block}nav#mmenu:not(.mm-menu){display:none}#nav-icon1,#nav-icon2,#nav-icon3,#nav-icon4{width:20px;height:15px;position:relative;margin:0 auto;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out;cursor:pointer}#nav-icon1 span,#nav-icon3 span,#nav-icon4 span{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:2px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.25s ease-in-out;-moz-transition:0.25s ease-in-out;-o-transition:0.25s ease-in-out;transition:0.25s ease-in-out}#nav-icon1 span:nth-child(1){top:0}#nav-icon1 span:nth-child(2){top:6px}#nav-icon1 span:nth-child(3){top:12px}#nav-icon1.open span:nth-child(1){top:8px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}#nav-icon1.open span:nth-child(2){opacity:0;left:-60px}#nav-icon1.open span:nth-child(3){top:8px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}#nav-icon2 span{display:block;position:absolute;height:3px;width:50%;background:#fff;opacity:1;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.25s ease-in-out;-moz-transition:0.25s ease-in-out;-o-transition:0.25s ease-in-out;transition:0.25s ease-in-out}#nav-icon2 span:nth-child(even){left:50%;border-radius:0 9px 9px 0}#nav-icon2 span:nth-child(odd){left:0;border-radius:9px 0 0 9px}#nav-icon2 span:nth-child(1),#nav-icon2 span:nth-child(2){top:0}#nav-icon2 span:nth-child(3),#nav-icon2 span:nth-child(4){top:18px}#nav-icon2 span:nth-child(5),#nav-icon2 span:nth-child(6){top:36px}#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#nav-icon2.open span:nth-child(1){left:5px;top:7px}#nav-icon2.open span:nth-child(2){left:calc(45%);top:7px}#nav-icon2.open span:nth-child(3){left:-50%;opacity:0}#nav-icon2.open span:nth-child(4){left:100%;opacity:0}#nav-icon2.open span:nth-child(5){left:5px;top:29px}#nav-icon2.open span:nth-child(6){left:calc(45%);top:29px}#nav-icon3 span:nth-child(1){top:0}#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:18px}#nav-icon3 span:nth-child(4){top:36px}#nav-icon3.open span:nth-child(1){top:18px;width:0%;left:50%}#nav-icon3.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#nav-icon3.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#nav-icon3.open span:nth-child(4){top:18px;width:0%;left:50%}#nav-icon4 span:nth-child(1){top:0;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#nav-icon4 span:nth-child(2){top:18px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#nav-icon4 span:nth-child(3){top:36px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#nav-icon4.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:-3px;left:8px}#nav-icon4.open span:nth-child(2){width:0%;opacity:0}#nav-icon4.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:39px;left:8px}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:inherit}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:inherit}.dropdown-menu{border:none;border-radius:2px}@media only screen and (min-width:767px){.edumodo-header div#mobile-menu-wrapper{padding-top:25px;padding-bottom:25px;margin-top:0}}@media (max-width:767px){.admin-bar .edumodo-header.sticky-active div#edumodo-mainnav{padding-top:45px}.admin-bar .edumodo-header.sticky-active div#edumodo-mainnav .nav-logo-align{padding-top:15px;padding-bottom:15px}.admin-bar .edumodo-header.sticky-active.fixed-header div#edumodo-mainnav{padding-top:0}}@media only screen and (min-width:767px){.entry-meta-mobile{display:none}.admin-bar header.edumodo-header.sticky-active.fixed-header{top:32px}}.responsive-offcanvas-wrap{position:fixed;right:-485px;top:0;width:320px;height:100%;background:#fff;overflow-y:scroll;-webkit-box-shadow:-5px 0 20px -5px rgb(0 0 0 / .5);box-shadow:-5px 0 20px -5px rgb(0 0 0 / .5);z-index:9999999;-webkit-transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s}.responsive-offcanvas-wrap .sidebar-inner{position:relative;padding:45px}.responsive-offcanvas-wrap .sidebar-close{position:absolute;top:48px;right:45px}.responsive-offcanvas-wrap .sidebar-logo{padding-bottom:30px;border-bottom:1px solid #f000}.responsive-offcanvas-wrap .sidebar-logo img{max-width:140px}.responsive-offcanvas-wrap .mobile-menu.mean-container{margin-bottom:25px}.responsive-offcanvas-wrap .offcanvas-contact-info li{list-style:none;margin-bottom:8px}.responsive-offcanvas-wrap .offcanvas-search-form{margin-bottom:30px}.responsive-offcanvas-wrap .offcanvas-search-form input[type="submit"]{border:0;border-radius:0 30px 30px 0;color:#07294D}.responsive-offcanvas-wrap .offcanvas-social-icons{padding:10px 0}.responsive-offcanvas-wrap .offcanvas-social-icons li{list-style:none;display:inline-block;margin-right:10px}.responsive-offcanvas-wrap .offcanvas-login-reg-btn li{list-style:none;display:inline-block;background-color:#ecb101;padding:6px 15px;font-size:15px;border-radius:6px;margin-right:10px}.responsive-offcanvas-wrap .sidebar-content .contact-info{padding:0}.responsive-offcanvas-wrap .sidebar-content .contact-info li{margin:0;padding:6px 0}.responsive-offcanvas-wrap .sidebar-content .social-icon{margin:20px 0 30px}.responsive-offcanvas-wrap .sidebar-content .social-icon li{display:inline-block}.responsive-offcanvas-wrap .sidebar-content .social-icon li a{margin:0 10px 0 0}.responsive-offcanvas-wrap .sidebar-content .social-icon li span{margin-right:10px;font-size:16px}.responsive-offcanvas-wrap .sidebar-content .header-log-reg{margin-bottom:30px}.responsive-offcanvas-wrap.sidebar-opened{right:0}.header-toggle-btn a{background:#fff;width:30px;height:30px;display:block;text-align:center;border-radius:50%;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;position:relative;border-width:5px;color:#130f40}.header-toggle-btn{display:none}.header-toggle-btn a::before{position:absolute;content:"";height:46px;width:46px;top:50%;border-radius:6px;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:2px solid #130f40;-webkit-transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s}.mean-container a.meanmenu-reveal{display:none!important}.mean-container .mean-bar{padding:0;min-height:auto;background:none}.mean-container .mean-nav{background:#fff0;margin-top:0}.mean-container .mean-nav ul li a{width:100%;padding:10px 0;color:#130F40;border-top:1px solid #ebebeb!important;font-size:14px;line-height:1.5;font-weight:700}.mean-container .mean-nav ul li a.mean-expand:hover{background:#fff0}.mean-container .mean-nav ul li a.mean-expand{margin-top:-6px;font-size:20px!important}.mean-container .mean-nav ul li li a{opacity:1}.mean-container .mean-nav ul.menu{padding:0;margin:0;width:100%;list-style-type:none;display:block!important}.mean-container .mean-nav>ul>li:first-child>a{border-top:0!important}.sidebar-close-btn{width:40px;height:40px;border:1px solid;text-align:center;line-height:40px;border-radius:50%;font-size:16px}.mobile-menu.mean-container{overflow:hidden}#edumodo-mainnav .logo{width:20%}#edumodo-mainnav .menu-wrapper{width:72%}#edumodo-mainnav .menu-wrapper.cart-off.serach-off{width:80%}#edumodo-mainnav .mini-cart-search{width:8%;display:flex}#edumodo-mainnav .mini-cart-search .header-search-wrap.open .search-icon .fa-search{display:none}#edumodo-mainnav .mini-cart-search .header-search-wrap.open .search-icon .fa-times{display:block}#edumodo-mainnav .mini-cart-search .header-search-wrap{position:relative;width:50%}#edumodo-mainnav .mini-cart-search .header-search-wrap .search-icon span{cursor:pointer}#edumodo-mainnav .mini-cart-search .header-search-wrap .search-icon .fa-times{display:none}#edumodo-mainnav .mini-cart-search .header-search-wrap .header-search-form{position:absolute;z-index:9;right:-20px;visibility:hidden;opacity:0;transition:0.5s;top:30px}#edumodo-mainnav .mini-cart-search .header-search-wrap .header-search-form form{position:relative}#edumodo-mainnav .mini-cart-search .header-search-wrap .header-search-form form input{width:220px;height:50px;box-shadow:0 0 30px rgb(51 51 51 / .1);border-radius:5px}#edumodo-mainnav .mini-cart-search .header-search-wrap .header-search-form form button{position:absolute;right:0;height:50px;border-radius:0 5px 5px 0;padding:0 20px;color:#b0b2b5;background-color:#fff0;border:0}#edumodo-mainnav .mini-cart-search .header-search-wrap .header-search-form.open{visibility:visible;opacity:1;transition:0.5s}#edumodo-mainnav .mini-cart-search .mini-cart-wrap{width:50%}#edumodo-mainnav .mini-cart-search .mini-cart-wrap .mini-cart{position:relative}#edumodo-mainnav .mini-cart-search .mini-cart-wrap .mini-cart span{position:absolute;top:-10px;right:-11px;background-color:#FFC600;display:block;padding:1px 5px 0;border-radius:100%;font-size:11px}@media only screen and (min-width:768px) and (max-width:991px){.edumodo-header #edumodo-mainnav .logo{width:86%}.edumodo-header #edumodo-mainnav .menu-wrapper.cart-off #mobile-menu-wrapper{padding-right:0}.edumodo-header #mobile-menu-wrapper{padding-right:20px}.edumodo-header .header-search-wrap{display:none}.edumodo-header .header-toggle-btn{display:block}.responsive-offcanvas-wrap{width:420px}}@media only screen and (max-width:767px){.edumodo-header #edumodo-mainnav .logo{width:150px;margin-right:50px}.edumodo-header #edumodo-mainnav .menu-wrapper.cart-off #mobile-menu-wrapper{padding-right:0}.edumodo-header #edumodo-mainnav .mini-cart-search{margin-left:20px}.edumodo-header #mobile-menu-wrapper{padding-right:20px}.edumodo-header .login-reg-btn,.edumodo-header .header-search-wrap,.edumodo-header .header-social-icons{display:none}.edumodo-header .header-toggle-btn{display:block}#top-header{display:none}}.page-details div.breadcrumbs,.page-details div.breadcrumbs span{font-weight:500}.edumodo-header li.tx_megamenu.row .nav{position:relative!important}.edumodo-header .navbar-v1 .navigation-main li.tx_megamenu.row li>ul.dropdown-menu{position:relative;left:0;top:100%;background:#fff0;display:block;padding:0;-moz-animation:fadeInDownMenu 0s ease-in;-webkit-animation:fadeInDownMenu 0s ease-in;animation:fadeInDownMenu 0s ease-in;-webkit-transition:all 0s ease;-moz-transition:all 0s ease;-o-transition:all 0s ease;transition:all 0s ease}.edumodo-header .navbar-v1 .navigation-main li.tx_megamenu.row ul.edumodo-sub-menu{border:0 solid #fff;border-radius:0;background:#fff}.edumodo-header .navbar-v1 .navigation-main li.tx_megamenu.row ul li{margin:0;padding:0}.edumodo-header .navbar-v1 .navigation-main li.tx_megamenu.row ul.edumodo-sub-menu li.dropdown.tx_megamenu>li.tx_megamenu_heading>a{padding:8px 15px 8px 15px}.edumodo-header .navbar-v1 .navigation-main li.tx_megamenu.row ul.edumodo-sub-menu>li.tx_megamenu_heading .sub-heading{font-weight:500;color:inherit;text-transform:uppercase;letter-spacing:1px;font-size:12px}.edumodo-header .navbar-v1 .navigation-main li.tx_megamenu.row ul.edumodo-sub-menu li.dropdown.tx_megamenu{padding:0 12px 12px 12px;box-shadow:inset 0 0 1px #f5f5f5}.edumodo-header .navbar-v1 .navigation-main>li>a:first-child{padding-left:8px;padding-right:8px}.edumodo-header .navbar-v1 .navigation-main li.tx_megamenu.row ul.edumodo-sub-menu li.tx_megamenu_border_right{border-right:1px solid #f5f5f5}.edumodo-header li.tx_megamenu.row .tx_megamenu_widget_area{padding:0}.edumodo-header .navbar-v1 .navigation-main li.tx_megamenu.row .tx_megamenu_widget_area a{padding:10px 15px 10px 15px;display:inline-block}.edumodo-header .navbar-v1 .navigation-main li.tx_megamenu.row ul.edumodo-sub-menu>li.tx_megamenu_heading.tx_megamenu_heading_hide>a:last-child{display:none!important}.edumodo-header li.tx_megamenu.row .dropdown-menu>li>a{line-height:inherit}.edumodo-header .navbar-v1 .navigation-main li.tx_megamenu.row ul{box-shadow:none}.edumodo-header .navbar-v1 .navigation-main li.tx_megamenu.row .tx_megamenu_widget_area h3.widget-title{font-size:13px;padding-left:15px;font-weight:500;letter-spacing:.5px}.edumodo-header .navigation-main>li.tx_megamenu>ul.edumodo-sub-menu{padding:10px 40px 10px 0}.edumodo-slider{position:relative}.edumodo-slider .carousel-indicators{position:absolute;bottom:10px;left:inherit;right:inherit;z-index:15;width:100%;padding-left:0;margin-left:0;text-align:center;list-style:none;display:flex;justify-content:center;align-items:center}.edumodo-hero-unit.edumodo-slider-pro{position:relative}.edumodo-hero-unit.edumodo-slider-pro .carousel{overflow:hidden}.edumodo-hero-unit.edumodo-slider-pro .carousel:hover .carousel-control.right-control,.edumodo-hero-unit.edumodo-slider-pro .carousel:hover .carousel-control.left-control{opacity:1;transition:all 0.3s ease;margin:0 60px}.edumodo-hero-unit.edumodo-slider-pro .carousel:hover .carousel-control{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.edumodo-hero-unit.edumodo-slider-pro .carousel:hover .carousel-control.left{margin-left:0;margin-left:-40px}.edumodo-hero-unit.edumodo-slider-pro .carousel:hover .carousel-controlright{margin-right:0;background-image:none;margin-right:-40px;right:0;left:auto}.edumodo-hero-unit.edumodo-slider-pro .carousel:hover.right-control,.edumodo-hero-unit.edumodo-slider-pro .carousel:hover.left-control{background-image:none;background-repeat:no-repeat;margin:0 50px;height:35px;width:35px;line-height:35px;opacity:0;top:45%;border-radius:0;transition:all 0.3s ease}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-inner .item{height:100vh}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-inner .item>img,.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-inner .item>a>img{width:100%;height:100%}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-inner .item:before{position:absolute;content:"";width:100%;height:100%;left:0;right:0}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-inner .item .carousel-caption{left:0;right:0;color:#fff}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-inner .item .carousel-caption ul li{position:relative;padding-left:25px}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-inner .item .carousel-caption ul li:before{content:"\f046";font-family:'FontAwesome';position:absolute;left:0}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-inner .item .carousel-caption .slider-top{padding-bottom:0;margin-bottom:0}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-inner .item .carousel-caption .slider-title{color:#fff;font-size:56px;font-weight:700;margin:0}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-inner .item .carousel-caption .slider-title span{color:#ecb101}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-inner .item .carousel-caption .slider-description{margin:auto;font-size:16px;text-shadow:none!important}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-indicators li{width:15px;height:6px;border-radius:2px;margin:0 3px;border:1px #fff0;transition:all 0.3s ease}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-indicators li.active{width:20px;margin:0 3px}.edumodo-hero-unit.edumodo-slider-pro .carousel:hover .carousel-control.left{margin-left:20px}.edumodo-hero-unit.edumodo-slider-pro .carousel:hover .carousel-control.right{margin-right:20px}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-control.right{background-image:none}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-control{top:45%;bottom:auto;width:50px;height:50px;z-index:10;opacity:1;border-radius:50px;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-control:hover:before{opacity:0}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-control:before{content:"";position:absolute;width:1px;height:20px;top:14px;bottom:0}.edumodo-hero-unit.edumodo-slider-pro .carousel .left{transition:all 0.3s ease}.edumodo-hero-unit.edumodo-slider-pro .carousel .left:before{left:-1px;right:0}.edumodo-hero-unit.edumodo-slider-pro .carousel .left:hover i{transition:all 0.3s ease}.edumodo-hero-unit.edumodo-slider-pro .carousel .right{transition:all 0.3s ease}.edumodo-hero-unit.edumodo-slider-pro .carousel .right:before{right:-1px}.edumodo-hero-unit.edumodo-slider-pro .carousel .right:hover i{transition:all 0.3s ease}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-control{border:1px solid #fff;display:flex;align-items:center;justify-content:center}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-control i{display:flex;align-items:center;justify-content:center;font-size:18px;text-shadow:none;transition:all 0.3s ease}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-control.left{background-image:none}.edumodo-hero-unit.edumodo-slider-pro .carousel .carousel-control.right{background-image:none}.animate-delay-1{animation-delay:.7s;-webkit-animation-delay:.7s;-moz-animation-delay:.7s;-o-animation-delay:.7s}.animate-delay-2{animation-delay:1.1s;-webkit-animation-delay:1.1s;-moz-animation-delay:1.1s;-o-animation-delay:1.1s}.animate-delay-3{animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-o-animation-delay:1.5s}.animate-delay-4{animation-delay:2s;-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s}@media only screen and (min-width:992px){.slider-relative{position:relative}.slider-absolute{position:absolute!important;bottom:0;left:0;right:0}}.slider-description ul{list-style:none;padding-left:0}.elementor-button-text{text-shadow:none}.edumodo-hero-unit{position:relative}.edumodo-hero-unit .carousel{overflow:hidden}.edumodo-hero-unit .carousel:hover .carousel-control.right-control,.edumodo-hero-unit .carousel:hover .carousel-control.left-control{opacity:1;transition:all 0.3s ease;margin:0 60px}.edumodo-hero-unit .carousel:hover .carousel-control{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.edumodo-hero-unit .carousel:hover .carousel-control.left{margin-left:0;margin-left:-40px}.edumodo-hero-unit .carousel:hover .carousel-controlright{margin-right:0;background-image:none;margin-right:-40px;right:0;left:auto}.edumodo-hero-unit .carousel:hover.right-control,.edumodo-hero-unit .carousel:hover.left-control{background-image:none;background-repeat:no-repeat;margin:0 50px;height:35px;width:35px;line-height:35px;opacity:0;top:45%;border-radius:0;transition:all 0.3s ease}.edumodo-hero-unit .carousel .carousel-inner .item{height:100vh}.edumodo-hero-unit .carousel .carousel-inner .item>img,.edumodo-hero-unit .carousel .carousel-inner .item>a>img{width:100%;height:100%}.edumodo-hero-unit .carousel .carousel-inner .item:before{position:absolute;content:"";width:100%;height:100%;left:0;right:0}.edumodo-hero-unit .carousel .carousel-inner .item .carousel-caption{left:0;right:0;color:#fff}.edumodo-hero-unit .carousel .carousel-inner .item .carousel-caption .slider-title{color:#fff;font-size:56px;font-weight:700}.edumodo-hero-unit .carousel .carousel-inner .item .carousel-caption .slider-title span{color:#ecb101}.edumodo-hero-unit .carousel .carousel-inner .item .carousel-caption .btn-slider{font-weight:600;transition:all 0.3s ease;background:#ecb101}.edumodo-hero-unit .carousel .carousel-inner .item .carousel-caption .btn-slider:hover{background:#ecb101;transition:all 0.3s ease}.edumodo-hero-unit .carousel .carousel-inner .item .carousel-caption .slider-description{margin:auto;font-size:16px}.edumodo-hero-unit .carousel .carousel-indicators li{width:15px;height:6px;border-radius:2px;margin:0 3px;border:1px #fff0;transition:all 0.3s ease}.edumodo-hero-unit .carousel .carousel-indicators li.active{width:20px;margin:0 3px}.edumodo-hero-unit .carousel:hover .carousel-control.left{margin-left:20px}.edumodo-hero-unit .carousel:hover .carousel-control.right{margin-right:20px}.edumodo-hero-unit .carousel .carousel-control.right{background-image:none}.edumodo-hero-unit .carousel .carousel-control{top:45%;bottom:auto;width:50px;height:50px;line-height:50px;z-index:10;opacity:1;border-radius:50px;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.edumodo-hero-unit .carousel .carousel-control:hover:before{opacity:0}.edumodo-hero-unit .carousel .carousel-control:before{content:"";position:absolute;width:1px;height:20px;top:14px;bottom:0}.edumodo-hero-unit .carousel .left{transition:all 0.3s ease}.edumodo-hero-unit .carousel .left:before{left:-1px;right:0}.edumodo-hero-unit .carousel .left:hover i{transition:all 0.3s ease}.edumodo-hero-unit .carousel .right{transition:all 0.3s ease}.edumodo-hero-unit .carousel .right:before{right:-1px}.edumodo-hero-unit .carousel .right:hover i{transition:all 0.3s ease}.edumodo-hero-unit .carousel .carousel-control i{text-shadow:none;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;font-size:18px}.edumodo-hero-unit .carousel .carousel-control.left{margin-left:-50px;background-image:none}.edumodo-hero-unit .carousel .carousel-control.right{margin-right:-50px;background-image:none}.animate-delay-1{animation-delay:.7s;-webkit-animation-delay:.7s;-moz-animation-delay:.7s;-o-animation-delay:.7s}.animate-delay-2{animation-delay:1.1s;-webkit-animation-delay:1.1s;-moz-animation-delay:1.1s;-o-animation-delay:1.1s}.animate-delay-3{animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-o-animation-delay:1.5s}.animate-delay-4{animation-delay:2s;-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s}@media only screen and (min-width:992px){.slider-relative{position:relative}.slider-absolute{position:absolute!important;bottom:0;left:0;right:0}}.carousel .carousel-inner .carousel-caption .btn-slider{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.carousel .carousel-inner .carousel-caption .btn-slider:hover{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.tribe-events-view--list .tribe-events-calendar-list__event-row{background-color:#fff;padding:30px 0;border-radius:8px;margin:50px 0!important}.tribe-events-view--list .tribe-events-calendar-list__event-row .tribe-common-anchor-thin{border:0}.tribe-events-view--list .tribe-events-calendar-list__event-row .tribe-common-anchor-thin:hover{border:0}.tribe-events-view--list .tribe-events-calendar-list__event-row .tribe-events-c-small-cta__price{font-weight:700;font-size:20px;line-height:30px}.tribe-events-view--list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime{height:85px;width:85px;border-radius:5px}.tribe-events-view--list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday{margin:14px 0 0;font-weight:700}.tribe-events-view--list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime span{color:#fff}.tribe-events-view--list .tribe-events-l-container{padding-top:0!important;padding-bottom:0!important}.tribe-events-view--list .tribe-events-l-container .tribe-events-c-subscribe-dropdown{margin-bottom:0}.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border{border:0;overflow:hidden;border-radius:6px}.single-tribe_events .content-wrap{overflow:hidden}.single-tribe_events #tribe-events-pg-template{max-width:inherit}.single-tribe_events #tribe-events-pg-template .event-single-content{background-color:#fff;border-radius:8px}.single-tribe_events #tribe-events-pg-template .event-single-content .single-event-featured-image{border-radius:10px}.single-tribe_events #tribe-events-pg-template .event-single-content .content-wrapper{padding:0 40px 10px}.single-tribe_events #tribe-events-pg-template .event-single-content .content-wrapper .tribe-events-single-event-title{font-size:30px;line-height:40px;margin-bottom:20px}.single-tribe_events #tribe-events-pg-template .event-single-content .content-wrapper h2{font-size:26px;line-height:36px}.single-tribe_events #tribe-events-pg-template .event-single-content .content-wrapper h3{font-size:20px;line-height:30px}.single-tribe_events #tribe-events-pg-template .event-single-content .content-wrapper .tribe-events-single-event-description p{color:#4b5158;font-size:16px;line-height:27px}.single-tribe_events #tribe-events-pg-template .event-single-content .speaker-list .edumodo-section-title{padding-left:15px;margin-bottom:20px;font-weight:700}.single-tribe_events #tribe-events-pg-template .event-single-content .speaker-list .single-speaker .speaker-name h3{font-size:20px;font-weight:700;line-height:30px}.single-tribe_events .event-single-sidebar{background-color:#fff;overflow:hidden;border-radius:6px;padding:40px}.single-tribe_events .event-single-sidebar ul{padding:0}.single-tribe_events .event-single-sidebar ul li{list-style:none}.single-tribe_events .event-single-sidebar ul li p{margin:5px 0 20px 25px}.single-tribe_events .event-single-sidebar ul li span{font-weight:700;color:#07294d}.single-tribe_events .event-single-sidebar ul li i{color:#ecb101;margin-right:5px}.single-tribe_events .event-single-sidebar .organizer-list-wrap h3{font-weight:700;font-size:24px;margin-top:40px}.single-tribe_events .event-single-sidebar .organizer-list-wrap ul{margin:20px 0;border:1px solid #ddd;border-radius:5px;padding:20px 25px}.single-tribe_events .event-single-sidebar .organizer-list-wrap ul li{padding:5px 0}.single-tribe_events .event-single-sidebar .event-book-btn{text-align:center}.single-tribe_events .event-single-sidebar .event-book-btn a{background-color:#ecb101;display:inline-block;color:#fff;font-weight:500;padding:12px 30px;border-radius:6px;margin-top:10px}.single-tribe_events .event-single-sidebar .event-book-btn a:hover{background-color:#07294d;color:#fff}.event-tickets .tribe-tickets__commerce-checkout,.tribe-common .tribe-tickets__commerce-checkout{max-width:100%!important;background-color:#fff;padding:50px;border-radius:5px}@media only screen and (min-width:768px) and (max-width:991px){.single-tribe_events #tribe-events-pg-template .event-single-content .content-wrapper{padding:0 25px 10px}.single-tribe_events #tribe-events-pg-template .event-single-content .content-wrapper .tribe-events-single-event-title{font-size:26px;line-height:36px;margin-bottom:15px}.single-tribe_events #tribe-events-pg-template .event-single-content .content-wrapper .single-speaker{margin-top:20px;margin-bottom:20px}.single-tribe_events #tribe-events-pg-template .event-single-sidebar{padding:25px}}@media only screen and (max-width:767px){.single-tribe_events #tribe-events-pg-template .event-single-content{margin-bottom:40px}.single-tribe_events #tribe-events-pg-template .event-single-content .content-wrapper{padding:0 25px 10px}.single-tribe_events #tribe-events-pg-template .event-single-content .content-wrapper .tribe-events-single-event-title{font-size:26px;line-height:36px;margin-bottom:15px}.single-tribe_events #tribe-events-pg-template .event-single-content .content-wrapper .single-speaker{margin-top:20px;margin-bottom:20px}.single-tribe_events #tribe-events-pg-template .event-single-sidebar{padding:25px}}.edumodo-teacher-1 .row{display:flex;flex-wrap:wrap}.edumodo-teacher-1 .teacher-person{position:relative;border:8px solid #F5f5f5;font-size:15px;margin:0 -10px 5px}.edumodo-teacher-1 .teacher-person .person-img img{width:100%}.edumodo-teacher-1 .teacher-person .overlay{position:absolute;left:0;text-align:center;top:0;right:0;bottom:0;margin:auto;background-color:rgb(36 44 94 / .8);display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;-webkit-transform:scale(.1);transform:scale(.1);-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.edumodo-teacher-1 .teacher-person .overlay a{color:#fff}.edumodo-teacher-1 .teacher-person .overlay span{color:#fff}.edumodo-teacher-1 .teacher-person .overlay .person-info{font-size:22px}.edumodo-teacher-1 .teacher-person .overlay .person-info .teacher-title{font-size:22px;margin-bottom:5px}.edumodo-teacher-1 .teacher-person .overlay .person-info .teacher-title a:hover{color:#ecb101}.edumodo-teacher-1 .teacher-person .overlay .person-info .teacher-position{font-size:16px}.edumodo-teacher-1 .teacher-person .overlay .person-info .social-links-teacher{font-size:20px;margin:15px 0}.edumodo-teacher-1 .teacher-person .overlay .person-info .social-links-teacher a{padding:5px}.edumodo-teacher-1 .teacher-person .overlay .person-info .social-links-teacher a:hover{color:#ecb101}.edumodo-teacher-1 .teacher-person:hover .overlay{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.edumodo-teacher-2 .row{display:flex;flex-wrap:wrap}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-block{position:relative;overflow:hidden;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;text-decoration:none;margin-bottom:25px;background:#fff;border:0 solid #000}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-block .img-container{display:inline-block}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-block .teacher-image{position:relative}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-block .teacher-image img{width:100%}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-block .teacher-image:before{content:"";position:absolute;background:#242c5e;left:0;right:0;top:0;bottom:0;opacity:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-social{width:100%;position:absolute;top:31%;z-index:99;padding:20px;right:0;opacity:0;color:#fff;text-align:center;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-info{text-align:center;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;padding:10px 20px 20px}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-info span{display:block}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-info .name a .teacher-title{font-size:18px;font-weight:700;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-info .name .teacher-designation{color:rgb(36 44 94 / .8)}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-social a{display:inline-block;width:40px;height:40px;line-height:40px;margin:0 2px;border-radius:100px;background-color:#fff;opacity:0;-webkit-transition:opacity 0.35s,-webkit-transform 0.35s;transition:opacity 0.35s,transform 0.35s;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);transition:all 0.3s ease;text-align:center}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-social a:hover i{color:#fff}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-social a.teacher-facebook{color:#3b5999}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-social a.teacher-facebook:hover{background:#3b5999}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-social a.teacher-twitter{color:#55acee}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-social a.teacher-twitter:hover{background:#55acee}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-social a.teacher-linkedin{color:#0077B5}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap .teacher-social a.teacher-linkedin:hover{background:#0077B5}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap:hover .teacher-info{z-index:1}.edumodo-teacher-2 .teacher-2 .teacher-container .teacher-each-wrap:hover .teacher-img{opacity:.1}.edumodo-teacher-2 .teacher-2 .teacher-container:hover .teacher-social{opacity:1;left:0;padding:20px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-teacher-2 .teacher-2 .teacher-container:hover .teacher-image:before{opacity:.9;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-teacher-2 .teacher-2 .teacher-container:hover .teacher-social a{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.edumodo-teacher-2 .teacher-2 .teacher-container:hover .teacher-facebook{-webkit-transition-delay:0.15s!important;transition-delay:0.15s!important}.edumodo-teacher-2 .teacher-2 .teacher-container:hover .teacher-twitter{-webkit-transition-delay:0.25s!important;transition-delay:0.25s!important}.edumodo-teacher-2 .teacher-2 .teacher-container:hover .teacher-linkedin{-webkit-transition-delay:0.45!important;transition-delay:0.45s!important}.tx-teacher-single .single-row{box-shadow:1px 1px 20px #e8e9eb;padding:30px 15px;background:#fff}.tx-teacher-single .single-teacher-post .teacher-info{font-size:15px}.tx-teacher-single .single-teacher-post .teacher-info .teacher-img .entry-image{margin-bottom:0}.tx-teacher-single .single-teacher-post .teacher-info .teacher-img .entry-image img{width:100%}.tx-teacher-single .single-teacher-post .teacher-info .teacher-content{color:#07294d;font-size:20px;line-height:28px}.tx-teacher-single .single-teacher-post .teacher-info .teachers-bio{background:#F5f5f5;padding-bottom:20px}.tx-teacher-single .single-teacher-post .teacher-info .teachers-bio .teachers-name{background:#ecb101;color:#fff;padding:15px 20px;text-align:center;margin-top:0;margin-bottom:30px}.tx-teacher-single .single-teacher-post .teacher-info .teachers-bio p{margin-bottom:10px;padding-left:20px}.tx-teacher-single .single-teacher-post .teacher-info .teachers-bio p i{margin-right:8px}.tx-teacher-single .single-teacher-post .teacher-info .social{padding:32px 0;padding-bottom:35px;text-align:left}.tx-teacher-single .single-teacher-post .teacher-info .social a{color:#fff;background:#ecb101;height:45px;width:45px;display:inline-block;line-height:45px;padding:0;margin:0 5px;border-radius:50%;text-align:center}.tx-teacher-single .single-teacher-post .teacher-info .social a:hover{background:#242c5e}.course-teacher-carousel .owl-nav div,.content-list .owl-nav div{background-color:rgb(236 177 1 / .6);color:#fff;height:35px;left:0;margin-top:-15px;position:absolute;text-align:center;top:50%;width:35px;line-height:35px;opacity:0;transition:0.3s ease-in-out}.course-teacher-carousel:hover .owl-nav div,.content-list:hover .owl-nav div{opacity:1;color:#fff}.course-teacher-carousel .owl-nav .owl-next,.content-list .owl-nav .owl-next{left:auto;right:0;transition:0.3s ease-in-out;color:#fff}.course-teacher-carousel .owl-nav .owl-prev:hover,.content-list .owl-nav .owl-prev:hover{background:#242c5e;color:#fff}.course-teacher-carousel .owl-nav .owl-next:hover,.content-list .owl-nav .owl-next:hover{background:#242c5e;color:#fff}.teacher-content.entry-content{padding:0 20px}.teacher-content.entry-content p{margin-bottom:30px}.teacher-content.entry-content h3{margin-bottom:15px;font-weight:700}.edumodo-default-course article.tx-course{background:#fff;border:0 solid #000;box-shadow:0 3px 7px 0 rgb(0 0 0 / .1);transition:all 0.3s ease;margin-bottom:30px;overflow:hidden}.edumodo-default-course article.tx-course:hover{box-shadow:0 7px 21px 0 rgb(0 0 0 / .1)}.edumodo-default-course article.tx-course figure{position:relative}.edumodo-default-course article.tx-course figure a:before{position:absolute;content:"";background-color:rgb(36 44 94 / .8);left:0;right:0;top:0;bottom:0;opacity:0;-webkit-transform:scale(.1);transform:scale(.1);-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.edumodo-default-course article.tx-course figure a:after{position:absolute;background:#fff;color:#242c5e;left:0;right:0;top:0;bottom:0;height:45px;width:45px;margin:auto;display:flex;align-items:center;justify-content:center;font-size:18px;opacity:0;transition:all 0.3s ease;content:"\f02d";font-family:FontAwesome;border-radius:50%}.edumodo-default-course article.tx-course .course-details{padding:30px}.edumodo-default-course article.tx-course .course-details .entry-header .course-entry-title{font-size:22px;font-weight:700}.edumodo-default-course article.tx-course .course-details .entry-header .course-entry-title a{color:#ecb101}.edumodo-default-course article.tx-course .course-details .course-meta{margin-bottom:10px;font-size:13px}.edumodo-default-course article.tx-course .course-details .course-meta span{margin-right:10px}.edumodo-default-course article.tx-course .course-details .course-meta .post-date{color:gray;padding-right:3px}.edumodo-default-course article.tx-course .course-details .course-meta .post-date i{padding-right:3px}.edumodo-default-course article.tx-course .course-details .course-meta .post-view{color:gray}.edumodo-default-course article.tx-course .course-details .course-meta .post-view i{padding-right:3px}.edumodo-default-course article.tx-course .course-details .entry-content p{margin-bottom:5px;color:gray}.edumodo-default-course article.tx-course .lp-cat a{background:red}.edumodo-default-course article.tx-course:hover figure a:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.edumodo-default-course article.tx-course:hover figure a:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.edumodo-default-course .owl-nav .owl-carousel-left,.edumodo-default-course .owl-nav .owl-carousel-right{background-color:#FFF;border-radius:50%;border-width:0;box-shadow:0 0 1px 1px rgb(20 23 28 / .1),0 3px 1px 0 rgb(20 23 28 / .1);color:#ecb101;font-size:24px;height:47px;line-height:1;padding:11px 0;text-align:center;top:50%;transform:translateY(-50%);transition:300ms;width:47px;z-index:3;position:absolute}.edumodo-default-course .owl-nav .owl-carousel-left{left:-10px!important;left:auto;opacity:0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-default-course .owl-nav .owl-carousel-right{right:-10px!important;left:auto;opacity:0}.edumodo-default-course:hover .owl-carousel-right,.edumodo-default-course:hover .owl-carousel-left{opacity:1;right:-20px!important;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.single-course-post .course-meta .panel-default{border:none}.single-course-post .course-meta .panel-body{font-size:15px;padding:0}.single-course-post .course-meta .panel-body .table{margin-bottom:0}.single-course-post .course-meta .panel-body tr td{padding:10px}.single-course-post .course-meta .panel-body tr:first-child td{border-top:none}.single-course-post .course-meta .panel-body tr:last-child{border-color:#e8e9eb}.single-course-post .course-content{background:#fff;padding:30px 30px 0 30px}.single-course-post .course-content .course-title{font-size:46px}.single-course-post .course-content .course-meta{margin-top:30px;display:flex;flex-direction:column}.single-course-post .course-content .course-meta span{font-size:14px;margin-right:10px;color:gray}.single-course-post .course-content .course-meta span a{font-size:14px;padding-left:3px;color:gray}.single-course-post .course-content .course-meta span a:hover{color:#ecb101}.single-course-post .course-content .course-meta .post-view i{padding-right:3px;color:gray;font-size:14px}.single-course-post .course-content .course-meta .post-cat{color:gray;font-size:14px}.single-course-post .course-content .course-meta .post-cat a{position:relative;padding-right:8px;color:gray}.single-course-post .course-content .course-meta .post-cat a:hover{color:#ecb101}.single-course-post .course-content .course-meta .post-cat a:after{content:",";position:absolute;color:gray}.single-course-post .course-content .course-meta .post-cat a:last-child:after{display:none}.single-course-post .course-content .course-meta .post-date{margin-bottom:10px;background:#F5f5f5;padding:15px}.single-course-post .course-content .course-meta .post-view{margin-bottom:10px;background:#F5f5f5;padding:15px}.single-course-post .course-content .course-meta .post-cat{background:#F5f5f5;padding:15px;margin-right:10px}.single-course-post .enroll-btn{text-align:center;padding:25px 0}.single-course-post .enroll-btn button{font-weight:700}.single-course{margin:0}.single-course .site-main{margin-bottom:28px}.single.single-tx-course .site-main{margin-bottom:50px}.edumodo-sensei-course .sensei-er-btn a{color:rgb(236 177 1 / .8);text-transform:uppercase;font-weight:500;font-size:12px;background:rgb(236 177 1 / .2);padding:3px 8px;border-radius:2px}.edumodo-sensei-course .sensei-nth-class:nth-child(6n+2) .sensei-er-btn a{color:rgb(2 204 186 / .8);background:rgb(2 204 186 / .2)}.edumodo-sensei-course .sensei-nth-class:nth-child(6n+3) .sensei-er-btn a{color:rgb(115 83 255 / .8);background:rgb(115 83 255 / .2)}.edumodo-sensei-course .sensei-nth-class:nth-child(6n+4) .sensei-er-btn a{color:rgb(229 80 57 / .8);background:rgb(229 80 57 / .2)}.edumodo-sensei-course .sensei-nth-class:nth-child(6n+5) .sensei-er-btn a{color:rgb(0 134 252 / .8);background:rgb(0 134 252 / .2)}.edumodo-lp-course-1 .lp-course-1 .course-content-body .course-entry-title a{font-weight:600}.sensei-main-content{margin:0 0 30px;padding:0 0 50px}.sensei-main-content h1,.sensei-main-content h2,.sensei-main-content h3,.sensei-main-content h4{font-weight:700}.sensei-main-content a:hover{color:#ecb101}.sensei-main-content .course-container{margin:0;padding:0}.sensei-main-content .course-container .sensei-course-meta span{margin-right:10px;padding-left:0}.sensei-main-content .course-container .sensei-course-meta .course-category{display:block;padding-left:0}.sensei-main-content .course-container .sensei-course-meta .course-price{display:block}.sensei-main-content .course-container .sensei-course-meta .course-price .woocommerce-Price-amount{background:#ecb101;color:#fff;border-radius:50px;padding:5px 15px;margin:5px 0;display:inline-block}.sensei-main-content .course-container .grid-ebable{width:min-content;clear:none;display:inline-block!important}.sensei-main-content .archive-header,.sensei-main-content .sensei-category-title{margin:50px 0}.sensei-main-content .sensei-category-title{font-size:34px}.sensei-main-content .course-title{font-size:24px;line-height:36px}.sensei-main-content button[type="submit"],.sensei-main-content a.send-message-button,.sensei-main-content input[type="submit"],.sensei-main-content .view-results,.sensei-main-content a.button{background:#ecb101;color:#fff;padding:10px 30px;font-size:14px;text-transform:uppercase}.sensei-main-content button[type="submit"]:hover,.sensei-main-content a.send-message-button:hover,.sensei-main-content input[type="submit"]:hover,.sensei-main-content .view-results:hover,.sensei-main-content a.button:hover{border:none;background:#242c5e!important;color:#fff}.sensei-main-content .woocommerce-message,.sensei-main-content .woocommerce-info{border-top-color:#ecb101}.sensei-main-content .woocommerce-message:before,.sensei-main-content .woocommerce-info:before{color:#ecb101}.sensei-main-content .woocommerce-message .button,.sensei-main-content .woocommerce-info .button{background:#ecb101;color:#fff;padding:7px 20px;border-radius:4px;font-weight:700}.sensei-main-content .sensei-pagination{margin:50px 0 0;text-align:center;display:inline-block;width:100%}.sensei-main-content .sensei-pagination a{font-size:14px;border:1px solid #e8e9eb;border-radius:50%;height:40px;width:40px;display:inline-block;padding-top:5px;margin:5px}.sensei-main-content .sensei-pagination a:hover{background:#ecb101;color:#fff;border-color:#ecb101}.sensei-main-content .sensei-pagination .current{font-size:12px;border:1px solid #ecb101;background:#ecb101;color:#fff;border-radius:50%;height:40px;width:40px;display:inline-block;padding-top:5px}.sensei-main-content nav.post-entries{display:inline-block;width:100%;margin:15px 0 0}.sensei-main-content .featured .course-title,.sensei-main-content .featured .header-meta-wrapper h1{position:relative}.sensei-main-content .featured .course-title:before,.sensei-main-content .featured .header-meta-wrapper h1:before{content:'\f005';font-family:FontAwesome;background:#ecb101;font-size:16px;text-align:center;width:35px;height:35px;line-height:35px;color:#fff;position:absolute;border-radius:50%}.sensei-main-content .featured .course-title a,.sensei-main-content .featured .header-meta-wrapper h1 a{margin-left:45px}.sensei-main-content .featured .header-meta-wrapper h1{margin-left:45px}.sensei-main-content .featured .header-meta-wrapper h1:before{left:-45px}.sensei-main-content ul.course-container{border-bottom:none}.sensei-main-content ul.course-container li.course .course-author{margin-left:0;display:block}.sensei-main-content ul.course-container li.course .sensei-course-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-top:10px}.sensei-main-content ul.course-container li.course .course-excerpt{margin-top:15px}.sensei-main-content ul.course-container li.grid-enable{border-bottom:none}.sensei-main-content .sensei-ordering{display:none}.sensei-main-content .edumodo-course-filter{margin-bottom:35px}@media (max-width:768px){.sensei-main-content .edumodo-course-filter .sensei-course-filters{line-height:1}.sensei-main-content .edumodo-course-filter .sensei-course-filters li{margin-bottom:15px}}.sensei-main-content .sensei-course-filters li{margin-right:7px}.sensei-main-content .sensei-course-filters a,.sensei-main-content .sensei-course-filters a.active{border:none;background:#fff;box-shadow:1px 1px 5px #e8e9eb;border-radius:4px;font-weight:700;color:#4b5158}.sensei-main-content .sensei-course-filters a:hover,.sensei-main-content .sensei-course-filters a.active:hover{border:none;color:#ecb101;font-weight:700}.sensei-main-content .sensei-course-filters a.active{color:#ecb101;font-weight:700}.sensei-main-content .columns-1 li.course{display:flex;position:relative;box-shadow:1px 1px 20px rgb(232 233 235 / .8);padding:35px 35px;margin-bottom:35px;background:#fff}@media (max-width:768px){.sensei-main-content .columns-1 li.course{padding:0}}.sensei-main-content .columns-1 li.course:last-child{margin-bottom:0}.sensei-main-content .columns-1 li.course .thumbnail{margin-right:30px;border:none;padding-bottom:0;margin-bottom:0}@media (max-width:768px){.sensei-main-content .columns-1 li.course .thumbnail{padding:0}}.sensei-main-content .columns-1 li.course .thumbnail .thumb-wrapper{display:inline-block;overflow:hidden;box-shadow:1px 1px 10px #e8e9eb}.sensei-main-content .columns-1 li.course .thumbnail .thumb-wrapper img{border:none;transition:all 0.5s ease;display:inline-block;min-height:350px;object-fit:cover}.sensei-main-content .columns-1 li.course .course-content{padding:0}@media (max-width:768px){.sensei-main-content .columns-1 li.course .course-content{padding:0 20px 25px}}.sensei-main-content .columns-1 li.course .course-content h3{margin:0;margin:10px 0;padding-right:120px}.sensei-main-content .columns-1 li.course .course-content .entry{position:relative}.sensei-main-content .columns-1 li.course .course-content .sensei-course-meta{font-size:14px;color:rgb(119 119 119 / .8)}.sensei-main-content .columns-1 li.course .course-content .sensei-course-meta a{color:rgb(119 119 119 / .8)}.sensei-main-content .columns-1 li.course .course-content .sensei-course-meta .course-lesson-count{padding:0;font-weight:700;border-bottom:dashed 1px #e8e9eb;padding-bottom:3px}.sensei-main-content .columns-1 li.course .course-content .sensei-course-meta .course-price{position:absolute;right:0;top:-6px;font-weight:700}@media (min-width:768px){.sensei-main-content .columns-1 li.course .course-content .course-excerpt{padding-right:21%}}.sensei-main-content .columns-1 li.course .course-content .course-excerpt .free-tag{position:absolute;right:0;top:0;background:#ecb101;color:#fff;padding:5px 20px;border-radius:50px;font-weight:700;font-size:14px;text-transform:uppercase}.sensei-main-content .columns-1 li.course .course-content .link-to-the-full-course{margin-top:20px}.sensei-main-content .columns-1 li.course .course-content .link-to-the-full-course a{font-weight:700;color:#ecb101}.sensei-main-content .columns-1 li.course:hover .thumbnail img{transform:scale(1.1,1.1)}@media (max-width:768px){.sensei-main-content .columns-1 li.course{display:inherit}.sensei-main-content .columns-1 li.course .thumbnail{margin-right:0;margin-bottom:25px}.sensei-main-content .columns-1 li.course .thumbnail .thumb-wrapper{width:100%}.sensei-main-content .columns-1 li.course .thumbnail .thumb-wrapper img{width:100%}}.course .status.register,.course-container .status.register,.course-lessons .status.register{background:#ecb101;padding:13px 20px;border-radius:50px}.single-course .sensei-main-content nav.post-entries,.single-lesson .sensei-main-content nav.post-entries,.single-quiz .sensei-main-content nav.post-entries{display:inline-block;width:100%;margin:30px 0}.single-course article.course,.single-lesson article.course,.single-quiz article.course,.single-course article.lesson,.single-lesson article.lesson,.single-quiz article.lesson{background:#fff;border-bottom:none}.single-course button.mfp-close:hover,.single-lesson button.mfp-close:hover,.single-quiz button.mfp-close:hover{background:none;border:none}.single-course .sensei-breadcrumb,.single-lesson .sensei-breadcrumb,.single-quiz .sensei-breadcrumb{background:#fff0}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header{width:100%;display:inline-block;box-shadow:0 7px 20px rgb(232 233 235 / .9);margin-bottom:0}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .course-meta,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .course-meta,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .course-meta,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .course-meta,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .course-meta,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .course-meta,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .course-meta,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .course-meta,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .course-meta,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .course-meta,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .course-meta,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .course-meta{display:inline-block;width:100%;margin-bottom:12px}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .course-meta span,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .course-meta span,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .course-meta span,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .course-meta span,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .course-meta span,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .course-meta span,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .course-meta span,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .course-meta span,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .course-meta span,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .course-meta span,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .course-meta span,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .course-meta span{margin-right:7px}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .course-meta .sensei-results-links,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .course-meta .sensei-results-links,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .course-meta .sensei-results-links,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .course-meta .sensei-results-links,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .course-meta .sensei-results-links,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .course-meta .sensei-results-links,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .course-meta .sensei-results-links,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .course-meta .sensei-results-links,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .course-meta .sensei-results-links,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .course-meta .sensei-results-links,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .course-meta .sensei-results-links,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .course-meta .sensei-results-links{margin:11px 0 0 -4px;display:inline-block}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .sensei-lesson-meta,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .sensei-lesson-meta,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .sensei-lesson-meta,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .sensei-lesson-meta,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .sensei-lesson-meta,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .sensei-lesson-meta,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .sensei-lesson-meta,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .sensei-lesson-meta,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .sensei-lesson-meta,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .sensei-lesson-meta,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .sensei-lesson-meta,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .sensei-lesson-meta{text-transform:capitalize;margin:10px 0}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper{padding:20px 50px}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper h1,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper h1,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper h1,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper h1,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper h1,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper h1,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper h1,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper h1,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper h1,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper h1,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper h1,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper h1{margin-bottom:0;font-size:24px}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-course-progress a.send-message-button,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-course-progress a.send-message-button,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-course-progress a.send-message-button,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-course-progress a.send-message-button,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-course-progress a.send-message-button,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-course-progress a.send-message-button,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-course-progress a.send-message-button,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-course-progress a.send-message-button,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-course-progress a.send-message-button,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-course-progress a.send-message-button,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-course-progress a.send-message-button,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-course-progress a.send-message-button{display:none}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-excerpt-wrapper,.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-lesson-excerpt-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-lesson-excerpt-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-lesson-excerpt-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-lesson-excerpt-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-lesson-excerpt-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-lesson-excerpt-wrapper,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-lesson-excerpt-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-lesson-excerpt-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-lesson-excerpt-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-lesson-excerpt-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-lesson-excerpt-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-lesson-excerpt-wrapper{font-size:16px;padding-right:26px}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta{text-transform:capitalize;margin-bottom:10px;font-size:14px;color:rgb(119 119 119 / .8)}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta a,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta a,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta a,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta a,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta a,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta a,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta a,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta a,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta a,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta a,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta a,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta a{color:rgb(119 119 119 / .8)}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-category,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-category,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-category,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-category,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-category,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-category,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-category,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-category,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-category,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-category,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-category,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-category{display:block}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-lesson-count,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-lesson-count,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-lesson-count,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-lesson-count,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-lesson-count,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .sensei-course-meta .course-lesson-count,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-lesson-count,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-lesson-count,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-lesson-count,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-lesson-count,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-lesson-count,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .sensei-course-meta .course-lesson-count{font-weight:700;border-bottom:dashed 1px #e8e9eb;padding-bottom:3px}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper{padding:20px 0;border-top:solid 1px #e8e9eb;padding-bottom:0;display:inline-block;width:100%;margin-top:30px;line-height:0}@media (min-width:992px){.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper{display:flex;align-items:center}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 .course-meta{margin:0}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6 p{margin:0}}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .col-md-6{padding:0}@media (min-width:768px){.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .course-message{text-align:right}}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper input[type="submit"],.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper a.button,.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"],.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"],.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"],.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"],.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"],.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"],.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"],.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"],.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"],.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"],.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"],.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper button[type="submit"]{background:transparent!important;color:inherit;padding:0;font-family:'Poppins',sans-serif}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in{padding:0}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .single-course-enroll-and-send-message-wrapper .user-not-logged-in .course-enrolment{display:flex;flex-direction:column-reverse}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper>p{display:none}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-header-meta-wrapper a.send-message-button{display:none}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-send-message,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-send-message,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-send-message,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-send-message,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-send-message,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .header-meta-wrapper .edumodo-lesson-send-message,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-send-message,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-send-message,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-send-message,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-send-message,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-send-message,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .header-meta-wrapper .edumodo-lesson-send-message{margin:35px 0}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper{padding:0}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image,.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image{overflow:hidden}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image img,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image img,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image img,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image img,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image img,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image img,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image img,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image img,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image img,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image img,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image img,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image img,.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image img,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image img,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image img,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image img,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image img,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image img,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image img,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image img,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image img,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image img,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image img,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image img{transition:all 0.4s ease;object-fit:cover}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video,.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video{display:flex;justify-content:center;align-items:center}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper,.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper{background:#fff;width:60px;height:60px;line-height:60px;border-radius:50%;position:absolute;text-align:center;box-shadow:3px 7px 20px rgb(232 233 235 / .8)}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i{font-size:61px;margin-left:0px!important}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .course-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .featured-image-wrapper .lesson-featured-image .featured-image-and-video span.video-icon-wrapper i{margin-left:5px}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .course-featured-image img,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .course-featured-image img,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .course-featured-image img,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .course-featured-image img,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .course-featured-image img,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .course-featured-image img,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .course-featured-image img,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .course-featured-image img,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .course-featured-image img,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .course-featured-image img,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .course-featured-image img,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .course-featured-image img,.single-course .i-am-single-course-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .lesson-featured-image img,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .lesson-featured-image img,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .lesson-featured-image img,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .lesson-featured-image img,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .lesson-featured-image img,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header:hover .featured-image-wrapper .lesson-featured-image img,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .lesson-featured-image img,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .lesson-featured-image img,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .lesson-featured-image img,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .lesson-featured-image img,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .lesson-featured-image img,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header:hover .featured-image-wrapper .lesson-featured-image img{transform:scale(1.1,1.1)}.single-course .i-am-single-course-header-row .edumodo-sensi-course-header .progress,.single-lesson .i-am-single-course-header-row .edumodo-sensi-course-header .progress,.single-quiz .i-am-single-course-header-row .edumodo-sensi-course-header .progress,.single-course .i-am-single-lesson-header-row .edumodo-sensi-course-header .progress,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-course-header .progress,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-course-header .progress,.single-course .i-am-single-course-header-row .edumodo-sensi-lesson-header .progress,.single-lesson .i-am-single-course-header-row .edumodo-sensi-lesson-header .progress,.single-quiz .i-am-single-course-header-row .edumodo-sensi-lesson-header .progress,.single-course .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .progress,.single-lesson .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .progress,.single-quiz .i-am-single-lesson-header-row .edumodo-sensi-lesson-header .progress{padding:5px 10px}.single-course .i-am-single-course-header-row .course-video-container,.single-lesson .i-am-single-course-header-row .course-video-container,.single-quiz .i-am-single-course-header-row .course-video-container,.single-course .i-am-single-lesson-header-row .course-video-container,.single-lesson .i-am-single-lesson-header-row .course-video-container,.single-quiz .i-am-single-lesson-header-row .course-video-container,.single-course .i-am-single-course-header-row .lesson-video-container,.single-lesson .i-am-single-course-header-row .lesson-video-container,.single-quiz .i-am-single-course-header-row .lesson-video-container,.single-course .i-am-single-lesson-header-row .lesson-video-container,.single-lesson .i-am-single-lesson-header-row .lesson-video-container,.single-quiz .i-am-single-lesson-header-row .lesson-video-container{margin:75px 0 100px}.single-course .i-am-single-course-header-row .course-video-container .course-video-wrapper,.single-lesson .i-am-single-course-header-row .course-video-container .course-video-wrapper,.single-quiz .i-am-single-course-header-row .course-video-container .course-video-wrapper,.single-course .i-am-single-lesson-header-row .course-video-container .course-video-wrapper,.single-lesson .i-am-single-lesson-header-row .course-video-container .course-video-wrapper,.single-quiz .i-am-single-lesson-header-row .course-video-container .course-video-wrapper,.single-course .i-am-single-course-header-row .lesson-video-container .course-video-wrapper,.single-lesson .i-am-single-course-header-row .lesson-video-container .course-video-wrapper,.single-quiz .i-am-single-course-header-row .lesson-video-container .course-video-wrapper,.single-course .i-am-single-lesson-header-row .lesson-video-container .course-video-wrapper,.single-lesson .i-am-single-lesson-header-row .lesson-video-container .course-video-wrapper,.single-quiz .i-am-single-lesson-header-row .lesson-video-container .course-video-wrapper,.single-course .i-am-single-course-header-row .course-video-container .lesson-video-wrapper,.single-lesson .i-am-single-course-header-row .course-video-container .lesson-video-wrapper,.single-quiz .i-am-single-course-header-row .course-video-container .lesson-video-wrapper,.single-course .i-am-single-lesson-header-row .course-video-container .lesson-video-wrapper,.single-lesson .i-am-single-lesson-header-row .course-video-container .lesson-video-wrapper,.single-quiz .i-am-single-lesson-header-row .course-video-container .lesson-video-wrapper,.single-course .i-am-single-course-header-row .lesson-video-container .lesson-video-wrapper,.single-lesson .i-am-single-course-header-row .lesson-video-container .lesson-video-wrapper,.single-quiz .i-am-single-course-header-row .lesson-video-container .lesson-video-wrapper,.single-course .i-am-single-lesson-header-row .lesson-video-container .lesson-video-wrapper,.single-lesson .i-am-single-lesson-header-row .lesson-video-container .lesson-video-wrapper,.single-quiz .i-am-single-lesson-header-row .lesson-video-container .lesson-video-wrapper{width:80%;margin:0 auto}.single-course .i-am-single-course-header-row.featured .course-title,.single-lesson .i-am-single-course-header-row.featured .course-title,.single-quiz .i-am-single-course-header-row.featured .course-title{padding-left:45px}.single-course .i-am-single-course-header-row.featured .course-title:before,.single-lesson .i-am-single-course-header-row.featured .course-title:before,.single-quiz .i-am-single-course-header-row.featured .course-title:before{left:0}.single-course .lesson-video-container,.single-lesson .lesson-video-container,.single-quiz .lesson-video-container{margin:75px 0 100px}.single-course .lesson-video-container .course-video-wrapper,.single-lesson .lesson-video-container .course-video-wrapper,.single-quiz .lesson-video-container .course-video-wrapper,.single-course .lesson-video-container .lesson-video-wrapper,.single-lesson .lesson-video-container .lesson-video-wrapper,.single-quiz .lesson-video-container .lesson-video-wrapper{width:80%;margin:0 auto}.single-course .i-am-course-content-wrapper,.single-lesson .i-am-course-content-wrapper,.single-quiz .i-am-course-content-wrapper,.single-course .i-am-course-lesson-wrapper,.single-lesson .i-am-course-lesson-wrapper,.single-quiz .i-am-course-lesson-wrapper,.single-course .i-am-lesson-content-wrapper,.single-lesson .i-am-lesson-content-wrapper,.single-quiz .i-am-lesson-content-wrapper,.single-course .i-am-lesson-meta-data,.single-lesson .i-am-lesson-meta-data,.single-quiz .i-am-lesson-meta-data{box-shadow:0 7px 20px rgb(232 233 235 / .8);padding:50px 50px 60px 30px;margin-bottom:35px;margin-top:-8px}.single-course .i-am-course-lesson-wrapper{margin-bottom:-17px}@media (max-width:768px){.single-course .i-am-course-content-wrapper,.single-lesson .i-am-course-content-wrapper,.single-quiz .i-am-course-content-wrapper,.single-course .i-am-course-lesson-wrapper,.single-lesson .i-am-course-lesson-wrapper,.single-quiz .i-am-course-lesson-wrapper,.single-course .i-am-lesson-content-wrapper,.single-lesson .i-am-lesson-content-wrapper,.single-quiz .i-am-lesson-content-wrapper,.single-course .i-am-lesson-meta-data,.single-lesson .i-am-lesson-meta-data,.single-quiz .i-am-lesson-meta-data{padding:20px}}.single-course .i-am-course-content-wrapper>header h2,.single-lesson .i-am-course-content-wrapper>header h2,.single-quiz .i-am-course-content-wrapper>header h2,.single-course .i-am-course-lesson-wrapper>header h2,.single-lesson .i-am-course-lesson-wrapper>header h2,.single-quiz .i-am-course-lesson-wrapper>header h2,.single-course .i-am-lesson-content-wrapper>header h2,.single-lesson .i-am-lesson-content-wrapper>header h2,.single-quiz .i-am-lesson-content-wrapper>header h2,.single-course .i-am-lesson-meta-data>header h2,.single-lesson .i-am-lesson-meta-data>header h2,.single-quiz .i-am-lesson-meta-data>header h2{margin-bottom:50px}.single-course .i-am-course-content-wrapper .type-lesson,.single-lesson .i-am-course-content-wrapper .type-lesson,.single-quiz .i-am-course-content-wrapper .type-lesson,.single-course .i-am-course-lesson-wrapper .type-lesson,.single-lesson .i-am-course-lesson-wrapper .type-lesson,.single-quiz .i-am-course-lesson-wrapper .type-lesson,.single-course .i-am-lesson-content-wrapper .type-lesson,.single-lesson .i-am-lesson-content-wrapper .type-lesson,.single-quiz .i-am-lesson-content-wrapper .type-lesson,.single-course .i-am-lesson-meta-data .type-lesson,.single-lesson .i-am-lesson-meta-data .type-lesson,.single-quiz .i-am-lesson-meta-data .type-lesson{border-left:solid 1px #e8e9eb;padding:1px 35px 30px;position:relative;margin-bottom:0;border-bottom:none}@media (min-width:991px){.single-course .i-am-course-content-wrapper .type-lesson .lesson-title h2,.single-lesson .i-am-course-content-wrapper .type-lesson .lesson-title h2,.single-quiz .i-am-course-content-wrapper .type-lesson .lesson-title h2,.single-course .i-am-course-lesson-wrapper .type-lesson .lesson-title h2,.single-lesson .i-am-course-lesson-wrapper .type-lesson .lesson-title h2,.single-quiz .i-am-course-lesson-wrapper .type-lesson .lesson-title h2,.single-course .i-am-lesson-content-wrapper .type-lesson .lesson-title h2,.single-lesson .i-am-lesson-content-wrapper .type-lesson .lesson-title h2,.single-quiz .i-am-lesson-content-wrapper .type-lesson .lesson-title h2,.single-course .i-am-lesson-meta-data .type-lesson .lesson-title h2,.single-lesson .i-am-lesson-meta-data .type-lesson .lesson-title h2,.single-quiz .i-am-lesson-meta-data .type-lesson .lesson-title h2{margin-bottom:5px}.single-course .i-am-course-content-wrapper .type-lesson .lesson-meta,.single-lesson .i-am-course-content-wrapper .type-lesson .lesson-meta,.single-quiz .i-am-course-content-wrapper .type-lesson .lesson-meta,.single-course .i-am-course-lesson-wrapper .type-lesson .lesson-meta,.single-lesson .i-am-course-lesson-wrapper .type-lesson .lesson-meta,.single-quiz .i-am-course-lesson-wrapper .type-lesson .lesson-meta,.single-course .i-am-lesson-content-wrapper .type-lesson .lesson-meta,.single-lesson .i-am-lesson-content-wrapper .type-lesson .lesson-meta,.single-quiz .i-am-lesson-content-wrapper .type-lesson .lesson-meta,.single-course .i-am-lesson-meta-data .type-lesson .lesson-meta,.single-lesson .i-am-lesson-meta-data .type-lesson .lesson-meta,.single-quiz .i-am-lesson-meta-data .type-lesson .lesson-meta{margin-bottom:7px}}.single-course .i-am-course-content-wrapper .type-lesson:before,.single-lesson .i-am-course-content-wrapper .type-lesson:before,.single-quiz .i-am-course-content-wrapper .type-lesson:before,.single-course .i-am-course-lesson-wrapper .type-lesson:before,.single-lesson .i-am-course-lesson-wrapper .type-lesson:before,.single-quiz .i-am-course-lesson-wrapper .type-lesson:before,.single-course .i-am-lesson-content-wrapper .type-lesson:before,.single-lesson .i-am-lesson-content-wrapper .type-lesson:before,.single-quiz .i-am-lesson-content-wrapper .type-lesson:before,.single-course .i-am-lesson-meta-data .type-lesson:before,.single-lesson .i-am-lesson-meta-data .type-lesson:before,.single-quiz .i-am-lesson-meta-data .type-lesson:before{content:'';width:15px;height:15px;border-radius:50%;border:solid 3px #242c5e;position:absolute;left:-8px;top:-5px;background:#fff;transition:all 0.5s ease;box-shadow:0 0 20px 5px #fff}.single-course .i-am-course-content-wrapper .type-lesson header h2,.single-lesson .i-am-course-content-wrapper .type-lesson header h2,.single-quiz .i-am-course-content-wrapper .type-lesson header h2,.single-course .i-am-course-lesson-wrapper .type-lesson header h2,.single-lesson .i-am-course-lesson-wrapper .type-lesson header h2,.single-quiz .i-am-course-lesson-wrapper .type-lesson header h2,.single-course .i-am-lesson-content-wrapper .type-lesson header h2,.single-lesson .i-am-lesson-content-wrapper .type-lesson header h2,.single-quiz .i-am-lesson-content-wrapper .type-lesson header h2,.single-course .i-am-lesson-meta-data .type-lesson header h2,.single-lesson .i-am-lesson-meta-data .type-lesson header h2,.single-quiz .i-am-lesson-meta-data .type-lesson header h2{font-weight:700;line-height:24px;font-size:18px;margin-top:-10px}.single-course .i-am-course-content-wrapper .type-lesson header h2 a,.single-lesson .i-am-course-content-wrapper .type-lesson header h2 a,.single-quiz .i-am-course-content-wrapper .type-lesson header h2 a,.single-course .i-am-course-lesson-wrapper .type-lesson header h2 a,.single-lesson .i-am-course-lesson-wrapper .type-lesson header h2 a,.single-quiz .i-am-course-lesson-wrapper .type-lesson header h2 a,.single-course .i-am-lesson-content-wrapper .type-lesson header h2 a,.single-lesson .i-am-lesson-content-wrapper .type-lesson header h2 a,.single-quiz .i-am-lesson-content-wrapper .type-lesson header h2 a,.single-course .i-am-lesson-meta-data .type-lesson header h2 a,.single-lesson .i-am-lesson-meta-data .type-lesson header h2 a,.single-quiz .i-am-lesson-meta-data .type-lesson header h2 a{display:inline-block;position:relative}.single-course .i-am-course-content-wrapper .type-lesson header h2 a:after,.single-lesson .i-am-course-content-wrapper .type-lesson header h2 a:after,.single-quiz .i-am-course-content-wrapper .type-lesson header h2 a:after,.single-course .i-am-course-lesson-wrapper .type-lesson header h2 a:after,.single-lesson .i-am-course-lesson-wrapper .type-lesson header h2 a:after,.single-quiz .i-am-course-lesson-wrapper .type-lesson header h2 a:after,.single-course .i-am-lesson-content-wrapper .type-lesson header h2 a:after,.single-lesson .i-am-lesson-content-wrapper .type-lesson header h2 a:after,.single-quiz .i-am-lesson-content-wrapper .type-lesson header h2 a:after,.single-course .i-am-lesson-meta-data .type-lesson header h2 a:after,.single-lesson .i-am-lesson-meta-data .type-lesson header h2 a:after,.single-quiz .i-am-lesson-meta-data .type-lesson header h2 a:after{content:'';display:inline-block;height:2px;width:0%;background:#ecb101;position:absolute;transition:all 0.5s ease}.single-course .i-am-course-lesson-wrapper .type-lesson header h2 a:after{left:0;top:20px}.single-course .i-am-course-content-wrapper .type-lesson .lesson-meta,.single-lesson .i-am-course-content-wrapper .type-lesson .lesson-meta,.single-quiz .i-am-course-content-wrapper .type-lesson .lesson-meta,.single-course .i-am-course-lesson-wrapper .type-lesson .lesson-meta,.single-lesson .i-am-course-lesson-wrapper .type-lesson .lesson-meta,.single-quiz .i-am-course-lesson-wrapper .type-lesson .lesson-meta,.single-course .i-am-lesson-content-wrapper .type-lesson .lesson-meta,.single-lesson .i-am-lesson-content-wrapper .type-lesson .lesson-meta,.single-quiz .i-am-lesson-content-wrapper .type-lesson .lesson-meta,.single-course .i-am-lesson-meta-data .type-lesson .lesson-meta,.single-lesson .i-am-lesson-meta-data .type-lesson .lesson-meta,.single-quiz .i-am-lesson-meta-data .type-lesson .lesson-meta{font-size:16px}.single-course .i-am-course-content-wrapper .type-lesson .lesson-meta span,.single-lesson .i-am-course-content-wrapper .type-lesson .lesson-meta span,.single-quiz .i-am-course-content-wrapper .type-lesson .lesson-meta span,.single-course .i-am-course-lesson-wrapper .type-lesson .lesson-meta span,.single-lesson .i-am-course-lesson-wrapper .type-lesson .lesson-meta span,.single-quiz .i-am-course-lesson-wrapper .type-lesson .lesson-meta span,.single-course .i-am-lesson-content-wrapper .type-lesson .lesson-meta span,.single-lesson .i-am-lesson-content-wrapper .type-lesson .lesson-meta span,.single-quiz .i-am-lesson-content-wrapper .type-lesson .lesson-meta span,.single-course .i-am-lesson-meta-data .type-lesson .lesson-meta span,.single-lesson .i-am-lesson-meta-data .type-lesson .lesson-meta span,.single-quiz .i-am-lesson-meta-data .type-lesson .lesson-meta span{margin-right:7px}.single-course .i-am-course-lesson-wrapper .type-lesson .lesson-meta span{padding-left:0!important}.single-course .i-am-course-content-wrapper .type-lesson .lesson-meta .lesson-length,.single-lesson .i-am-course-content-wrapper .type-lesson .lesson-meta .lesson-length,.single-quiz .i-am-course-content-wrapper .type-lesson .lesson-meta .lesson-length,.single-course .i-am-course-lesson-wrapper .type-lesson .lesson-meta .lesson-length,.single-lesson .i-am-course-lesson-wrapper .type-lesson .lesson-meta .lesson-length,.single-quiz .i-am-course-lesson-wrapper .type-lesson .lesson-meta .lesson-length,.single-course .i-am-lesson-content-wrapper .type-lesson .lesson-meta .lesson-length,.single-lesson .i-am-lesson-content-wrapper .type-lesson .lesson-meta .lesson-length,.single-quiz .i-am-lesson-content-wrapper .type-lesson .lesson-meta .lesson-length,.single-course .i-am-lesson-meta-data .type-lesson .lesson-meta .lesson-length,.single-lesson .i-am-lesson-meta-data .type-lesson .lesson-meta .lesson-length,.single-quiz .i-am-lesson-meta-data .type-lesson .lesson-meta .lesson-length{display:block}.single-course .i-am-course-content-wrapper .type-lesson .lesson-meta a,.single-lesson .i-am-course-content-wrapper .type-lesson .lesson-meta a,.single-quiz .i-am-course-content-wrapper .type-lesson .lesson-meta a,.single-course .i-am-course-lesson-wrapper .type-lesson .lesson-meta a,.single-lesson .i-am-course-lesson-wrapper .type-lesson .lesson-meta a,.single-quiz .i-am-course-lesson-wrapper .type-lesson .lesson-meta a,.single-course .i-am-lesson-content-wrapper .type-lesson .lesson-meta a,.single-lesson .i-am-lesson-content-wrapper .type-lesson .lesson-meta a,.single-quiz .i-am-lesson-content-wrapper .type-lesson .lesson-meta a,.single-course .i-am-lesson-meta-data .type-lesson .lesson-meta a,.single-lesson .i-am-lesson-meta-data .type-lesson .lesson-meta a,.single-quiz .i-am-lesson-meta-data .type-lesson .lesson-meta a{border-bottom:dotted 1px #e8e9eb;padding-bottom:3px;text-transform:capitalize}.single-course .i-am-course-content-wrapper .type-lesson:hover:before,.single-lesson .i-am-course-content-wrapper .type-lesson:hover:before,.single-quiz .i-am-course-content-wrapper .type-lesson:hover:before,.single-course .i-am-course-lesson-wrapper .type-lesson:hover:before,.single-lesson .i-am-course-lesson-wrapper .type-lesson:hover:before,.single-quiz .i-am-course-lesson-wrapper .type-lesson:hover:before,.single-course .i-am-lesson-content-wrapper .type-lesson:hover:before,.single-lesson .i-am-lesson-content-wrapper .type-lesson:hover:before,.single-quiz .i-am-lesson-content-wrapper .type-lesson:hover:before,.single-course .i-am-lesson-meta-data .type-lesson:hover:before,.single-lesson .i-am-lesson-meta-data .type-lesson:hover:before,.single-quiz .i-am-lesson-meta-data .type-lesson:hover:before{border:solid 7px #242c5e}.single-course .i-am-course-content-wrapper .type-lesson:hover h2 a,.single-lesson .i-am-course-content-wrapper .type-lesson:hover h2 a,.single-quiz .i-am-course-content-wrapper .type-lesson:hover h2 a,.single-course .i-am-course-lesson-wrapper .type-lesson:hover h2 a,.single-lesson .i-am-course-lesson-wrapper .type-lesson:hover h2 a,.single-quiz .i-am-course-lesson-wrapper .type-lesson:hover h2 a,.single-course .i-am-lesson-content-wrapper .type-lesson:hover h2 a,.single-lesson .i-am-lesson-content-wrapper .type-lesson:hover h2 a,.single-quiz .i-am-lesson-content-wrapper .type-lesson:hover h2 a,.single-course .i-am-lesson-meta-data .type-lesson:hover h2 a,.single-lesson .i-am-lesson-meta-data .type-lesson:hover h2 a,.single-quiz .i-am-lesson-meta-data .type-lesson:hover h2 a{color:#ecb101}.single-course .i-am-course-content-wrapper .type-lesson:hover h2 a:after,.single-lesson .i-am-course-content-wrapper .type-lesson:hover h2 a:after,.single-quiz .i-am-course-content-wrapper .type-lesson:hover h2 a:after,.single-course .i-am-course-lesson-wrapper .type-lesson:hover h2 a:after,.single-lesson .i-am-course-lesson-wrapper .type-lesson:hover h2 a:after,.single-quiz .i-am-course-lesson-wrapper .type-lesson:hover h2 a:after,.single-course .i-am-lesson-content-wrapper .type-lesson:hover h2 a:after,.single-lesson .i-am-lesson-content-wrapper .type-lesson:hover h2 a:after,.single-quiz .i-am-lesson-content-wrapper .type-lesson:hover h2 a:after,.single-course .i-am-lesson-meta-data .type-lesson:hover h2 a:after,.single-lesson .i-am-lesson-meta-data .type-lesson:hover h2 a:after,.single-quiz .i-am-lesson-meta-data .type-lesson:hover h2 a:after{width:100%}.single-course .i-am-course-content-wrapper>footer>p,.single-lesson .i-am-course-content-wrapper>footer>p,.single-quiz .i-am-course-content-wrapper>footer>p,.single-course .i-am-course-lesson-wrapper>footer>p,.single-lesson .i-am-course-lesson-wrapper>footer>p,.single-quiz .i-am-course-lesson-wrapper>footer>p,.single-course .i-am-lesson-content-wrapper>footer>p,.single-lesson .i-am-lesson-content-wrapper>footer>p,.single-quiz .i-am-lesson-content-wrapper>footer>p,.single-course .i-am-lesson-meta-data>footer>p,.single-lesson .i-am-lesson-meta-data>footer>p,.single-quiz .i-am-lesson-meta-data>footer>p{display:inline-block;margin-right:10px}.single-course .i-am-course-content-wrapper p img,.single-lesson .i-am-course-content-wrapper p img,.single-quiz .i-am-course-content-wrapper p img,.single-course .i-am-course-lesson-wrapper p img,.single-lesson .i-am-course-lesson-wrapper p img,.single-quiz .i-am-course-lesson-wrapper p img,.single-course .i-am-lesson-content-wrapper p img,.single-lesson .i-am-lesson-content-wrapper p img,.single-quiz .i-am-lesson-content-wrapper p img,.single-course .i-am-lesson-meta-data p img,.single-lesson .i-am-lesson-meta-data p img,.single-quiz .i-am-lesson-meta-data p img{max-height:450px;object-fit:cover}.single-course .i-am-course-content-wrapper ul li,.single-lesson .i-am-course-content-wrapper ul li,.single-quiz .i-am-course-content-wrapper ul li,.single-course .i-am-course-lesson-wrapper ul li,.single-lesson .i-am-course-lesson-wrapper ul li,.single-quiz .i-am-course-lesson-wrapper ul li,.single-course .i-am-lesson-content-wrapper ul li,.single-lesson .i-am-lesson-content-wrapper ul li,.single-quiz .i-am-lesson-content-wrapper ul li,.single-course .i-am-lesson-meta-data ul li,.single-lesson .i-am-lesson-meta-data ul li,.single-quiz .i-am-lesson-meta-data ul li{list-style-type:initial;margin-left:18px}.single-course .i-am-course-content-wrapper h3,.single-lesson .i-am-course-content-wrapper h3,.single-quiz .i-am-course-content-wrapper h3,.single-course .i-am-course-lesson-wrapper h3,.single-lesson .i-am-course-lesson-wrapper h3,.single-quiz .i-am-course-lesson-wrapper h3,.single-course .i-am-lesson-content-wrapper h3,.single-lesson .i-am-lesson-content-wrapper h3,.single-quiz .i-am-lesson-content-wrapper h3,.single-course .i-am-lesson-meta-data h3,.single-lesson .i-am-lesson-meta-data h3,.single-quiz .i-am-lesson-meta-data h3{font-size:18px}.single-course .i-am-course-content-wrapper h2,.single-lesson .i-am-course-content-wrapper h2,.single-quiz .i-am-course-content-wrapper h2,.single-course .i-am-course-lesson-wrapper h2,.single-lesson .i-am-course-lesson-wrapper h2,.single-quiz .i-am-course-lesson-wrapper h2,.single-course .i-am-lesson-content-wrapper h2,.single-lesson .i-am-lesson-content-wrapper h2,.single-quiz .i-am-lesson-content-wrapper h2,.single-course .i-am-lesson-meta-data h2,.single-lesson .i-am-lesson-meta-data h2,.single-quiz .i-am-lesson-meta-data h2{font-size:24px}.single-course #sensei-quiz-list,.single-lesson #sensei-quiz-list,.single-quiz #sensei-quiz-list{padding:0}.single-course #sensei-quiz-list>li,.single-lesson #sensei-quiz-list>li,.single-quiz #sensei-quiz-list>li{box-shadow:1px 1px 20px rgb(232 233 235 / .9);padding:35px}.single-course #sensei-quiz-list>li input,.single-lesson #sensei-quiz-list>li input,.single-quiz #sensei-quiz-list>li input{margin:10px 0}.single-course #sensei-quiz-list>li .answers li,.single-lesson #sensei-quiz-list>li .answers li,.single-quiz #sensei-quiz-list>li .answers li{display:flex;align-items:center}.single-course #sensei-quiz-list>li .answers li label,.single-lesson #sensei-quiz-list>li .answers li label,.single-quiz #sensei-quiz-list>li .answers li label{margin-left:10px}.sensei-main-content .course-container .grid-enable{width:31%;clear:none;display:inline-block!important;padding:25px!important;margin-right:30px}@media (max-width:992px){.sensei-main-content .course-container .grid-enable{width:100%}}@media (max-width:768px){.sensei-main-content .course-container .grid-enable{margin-right:0;padding:0px!important}}.sensei-main-content .course-container .grid-enable .thumbnail{margin-right:30px;border:none;padding-bottom:0;margin-bottom:0;position:relative}@media (max-width:992px){.sensei-main-content .course-container .grid-enable .thumbnail{margin-right:0px!important}}@media (max-width:768px){.sensei-main-content .course-container .grid-enable .thumbnail{padding:0px!important;margin-bottom:0px!important}}.sensei-main-content .course-container .grid-enable .thumbnail .thumb-wrapper{display:inline-block;overflow:hidden;box-shadow:1px 1px 10px #e8e9eb;margin-bottom:13px}@media (max-width:992px){.sensei-main-content .course-container .grid-enable .thumbnail .thumb-wrapper{width:100%}}.sensei-main-content .course-container .grid-enable .thumbnail .thumb-wrapper img{border:none;transition:all 0.5s ease;display:inline-block;min-height:auto!important;object-fit:cover}@media (max-width:992px){.sensei-main-content .course-container .grid-enable .thumbnail .thumb-wrapper img{width:100%}}.sensei-main-content .course-container .grid-enable .thumbnail .free-tag{position:absolute;right:18px;bottom:31px;padding:5px 20px;background:#ecb101;color:#fff;font-weight:700;font-size:14px;border-radius:50px}@media (max-width:768px){.sensei-main-content .course-container .grid-enable .thumbnail .free-tag{margin:0px!important;margin-bottom:10px!important}}.sensei-main-content .course-container .grid-enable .free-tag{display:inline-block;padding:1px 20px;background:#ecb101;color:#fff;font-weight:700;font-size:14px;border-radius:50px;margin-bottom:10px}@media (max-width:768px){.sensei-main-content .course-container .grid-enable .free-tag{margin:20px 20px 0px!important}}.sensei-main-content .course-container .grid-enable .grid-course-content{position:relative;padding:0;display:inline-block}@media (max-width:768px){.sensei-main-content .course-container .grid-enable .grid-course-content{padding:0 20px 25px}}.sensei-main-content .course-container .grid-enable .grid-course-content h3{margin:10px 0;padding-right:0;font-size:18px}.sensei-main-content .course-container .grid-enable .grid-course-content .entry{position:relative}.sensei-main-content .course-container .grid-enable .grid-course-content .sensei-course-meta{font-size:14px;color:rgb(119 119 119 / .8)}.sensei-main-content .course-container .grid-enable .grid-course-content .sensei-course-meta a{color:rgb(119 119 119 / .8)}.sensei-main-content .course-container .grid-enable .grid-course-content .sensei-course-meta .course-lesson-count{padding:0;font-weight:700;border-bottom:dashed 1px #e8e9eb;padding-bottom:3px}.sensei-main-content .course-container .grid-enable .grid-course-content .sensei-course-meta .course-price{position:absolute;right:0;top:-84px;font-weight:700}.sensei-main-content .course-container .grid-enable .grid-course-content .sensei-course-meta .course-price .woocommerce-Price-amount{padding:1px 15px}.sensei-main-content .course-container .grid-enable .grid-course-content .link-to-the-full-course a{font-weight:700;color:#ecb101}@media (min-width:992px){.sensei-main-content .course-container .grid-enable:nth-child(4n-1){margin-right:0}}.sensei-main-content .course-container .featured.grid-enable h3.course-title{display:flex;align-items:center}.edumodo-sensi-course-header .sensei-course-meta{margin-top:10px;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.edumodo-sensi-course-header .sensei-course-meta span{padding-bottom:3px;margin-left:0}.sensei-container #commentform #submit{padding:12px 30px;font-size:14px}.edumodo-sensi-course-header .progress{height:auto}.learnpress-archive-column-2 .lp-archive-courses .learn-press-courses{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;padding:0}.learnpress-archive-column-2 .lp-archive-courses .learn-press-courses li{width:100%;margin:0}.learnpress-archive-column-2 .lp-archive-courses .learn-press-courses li img{width:100%}@media (max-width:768px){.learnpress-archive-column-2 .lp-archive-courses .learn-press-courses{margin:0;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.learnpress-archive-column-2 .lp-archive-courses .learn-press-courses{grid-template-columns:repeat(1,1fr);margin:0}}.learnpress-archive-column-3 .lp-archive-courses .learn-press-courses{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;padding:0}.learnpress-archive-column-3 .lp-archive-courses .learn-press-courses li{width:100%;margin:0}.learnpress-archive-column-3 .lp-archive-courses .learn-press-courses li img{width:100%}@media (max-width:768px){.learnpress-archive-column-3 .lp-archive-courses .learn-press-courses{margin:0;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.learnpress-archive-column-3 .lp-archive-courses .learn-press-courses{grid-template-columns:repeat(1,1fr);margin:0}}.learnpress-archive-column-4 .lp-archive-courses .learn-press-courses{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;padding:0}.learnpress-archive-column-4 .lp-archive-courses .learn-press-courses li{width:100%;margin:0}.learnpress-archive-column-4 .lp-archive-courses .learn-press-courses li img{width:100%}@media (max-width:768px){.learnpress-archive-column-4 .lp-archive-courses .learn-press-courses{margin:0;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.learnpress-archive-column-4 .lp-archive-courses .learn-press-courses{grid-template-columns:repeat(1,1fr);margin:0}}.learnpress-archive-column-4 .learn-press-profile-course__tab .learn-press-courses{grid-template-columns:repeat(3,1fr);grid-gap:0}@media (max-width:480px){.learnpress-archive-column-4 .learn-press-profile-course__tab .learn-press-courses{grid-template-columns:repeat(1,1fr);margin:0}}.learnpress-archive-column-4 .learn-press-profile-course__tab .learn-press-courses[data-size="3"] .course{width:100%}.learnpress-archive-column-4 .learn-press-profile-course__tab .learn-press-filters li a{cursor:pointer}.learnpress-archive-column-4 .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-permalink{height:auto!important}.learnpress-archive-column-5 .lp-archive-courses .learn-press-courses{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;padding:0}.learnpress-archive-column-5 .lp-archive-courses .learn-press-courses li{width:100%;margin:0}.learnpress-archive-column-5 .lp-archive-courses .learn-press-courses li img{width:100%}@media (max-width:768px){.learnpress-archive-column-5 .lp-archive-courses .learn-press-courses{margin:0;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.learnpress-archive-column-5 .lp-archive-courses .learn-press-courses{grid-template-columns:repeat(1,1fr);margin:0}}.learnpress-archive-column-6 .lp-archive-courses .learn-press-courses{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:20px;padding:0}.learnpress-archive-column-6 .lp-archive-courses .learn-press-courses li{width:100%;margin:0}@media (max-width:768px){.learnpress-archive-column-6 .lp-archive-courses .learn-press-courses{margin:0;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.learnpress-archive-column-6 .lp-archive-courses .learn-press-courses{grid-template-columns:repeat(1,1fr);margin:0}}#learn-press-profile .dashboard-general-statistic__row .statistic-box{width:29%!important}@media (max-width:480px){#learn-press-profile .dashboard-general-statistic__row .statistic-box{width:100%!important}}.learn-press-breadcrumb{display:none}.edumodo-lp-course-1 span.post-view i{padding-right:4px}.edumodo-lp-course-1 .lp-course-1{border-radius:3px;background-color:#fff;box-shadow:0 5px 25px 0 rgb(46 61 73 / .2);transition:all 0.5s ease}.edumodo-lp-course-1 .lp-course-1:hover{box-shadow:0 7px 21px 0 rgb(0 0 0 / .1);transition:all 0.5s ease}.edumodo-lp-course-1 .lp-course-1 .lp-course-thumbnail{position:relative}.edumodo-lp-course-1 .lp-course-1 .lp-course-thumbnail .lp-img{overflow:hidden}.edumodo-lp-course-1 .lp-course-1 .lp-course-thumbnail .lp-img img{transition:0.5s ease-in-out}.edumodo-lp-course-1 .lp-course-1 .lp-course-thumbnail .author-wrapper{position:absolute;right:18px;bottom:-25px;z-index:1}.edumodo-lp-course-1 .lp-course-1 .lp-course-thumbnail .author-wrapper img{border-radius:50px}.edumodo-lp-course-1 .lp-course-1 .lp-course-thumbnail:hover .lp-img a img{transform:scale(1.2);transition:all 0.5s ease}.edumodo-lp-course-1 .lp-course-1 .course-content-body{padding:20px}.edumodo-lp-course-1 .lp-course-1 .course-content-body .course-entry-title{font-size:16px;line-height:25px}.edumodo-lp-course-1 .lp-course-1 .course-content-body .entry-content{font-size:14px}.edumodo-lp-course-1 .lp-course-1 .course-content-body .footer-body{font-size:13px;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between}.edumodo-lp-course-1 .lp-course-1 .course-content-body .footer-body .lp-enroll i{color:gray;font-size:12px}.edumodo-lp-course-1 .lp-course-1 .course-content-body .footer-body .lp-enroll span{color:gray;margin-right:5px}.edumodo-lp-course-1 .lp-course-1 .course-content-body .footer-body span.lp-enroll-btn a{color:#ecb101}.edumodo-lp-course-1 .lp-course-1 .course-content-body .footer-body span.lp-enroll-btn a:hover{color:#242c5e}.learnp-ralated-course{background:#f9f9f9;clear:both;padding:25px 25px 30px 25px}.learnp-ralated-course .title{border-bottom:1px solid #e8e9eb;padding-bottom:20px;text-align:center;font-size:22px;margin-bottom:25px;position:relative;margin-top:8px}.learnp-ralated-course .title:before{background:#ecb101;position:absolute;height:3px;width:50px;left:0;right:0;bottom:-2px;content:"";margin:auto}.learnp-ralated-course .learnp-ralated-course-wrapper article.learnp-ralated-item{display:flex;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e8e9eb}.learnp-ralated-course .learnp-ralated-course-wrapper article.learnp-ralated-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.learnp-ralated-course .learnp-ralated-course-wrapper article.learnp-ralated-item .learnp-ralated-thumbnail img{max-width:90px}.learnp-ralated-course .learnp-ralated-course-wrapper article.learnp-ralated-item .learnp-ralated-content{margin:0 0 0 15px}.learnp-ralated-course .learnp-ralated-course-wrapper article.learnp-ralated-item .learnp-ralated-content .learnp-course-title{font-size:14px;line-height:22px;font-weight:700;margin-top:0}.learnp-ralated-course .learnp-ralated-course-wrapper article.learnp-ralated-item .learnp-ralated-content .learnp-course-title a:hover{color:#ecb101}.learnp-ralated-course .learnp-ralated-course-wrapper article.learnp-ralated-item .learnp-ralated-content .course-meta{font-size:12px;font-weight:400;margin-bottom:0}.learnp-ralated-course .learnp-ralated-course-wrapper article.learnp-ralated-item .learnp-ralated-content .course-meta .course-origin-price{color:#4b5158;font-size:14px;font-weight:700}#learn-press-course-curriculum .course-item .item-status{color:#ecb101!important}.learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active{border-bottom:4px solid #ecb101!important}.learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab.active a{color:#ecb101!important}#learn-press-course-curriculum .section-header .meta .collapse{background-color:rgb(236 177 1 / .8)!important}#learn-press-course-curriculum .section-header{background-color:#f9f9f9!important;border:1px solid #e8e9eb!important;margin-bottom:2px!important}#learn-press-course-curriculum .course-item.viewable{border-bottom:1px solid #e8e9eb!important;border-left:1px solid #e8e9eb!important;border-right:1px solid #e8e9eb!important;margin-bottom:0!important}#learn-press-course-curriculum .course-item.viewable:last-child{margin-bottom:2px!important}#learn-press-course-curriculum .course-item.viewable:first-child{border-top:1px solid #e8e9eb!important}#learn-press-course-curriculum .course-item.viewable:hover{background:#f9f9f9!important}.learn-press-message{border-left:5px solid #ecb101!important}#learn-press-course-curriculum ul.curriculum-sections,#learn-press-course-curriculum ul.section-content{background-color:#fff!important}.course-reviews-list li{background-color:#f9f9f9!important;border:1px solid #e8e9eb}.course-rate .review-bar .rating{background:rgb(236 177 1 / .5)!important}.course-rate .review-bar{background:#f9f9f9!important}.learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a{border-bottom:none!important;margin-bottom:0!important}.learn-press-tabs .learn-press-nav-tabs{border-bottom:1px solid #e8e9eb!important}#learn-press-course-description>ul>li{padding:5px}#learn-press-course-description>ul{margin-left:-20px}.learn-press-user-profile .lp-form-field-wrap{padding-left:0}.learn-press-user-profile .learn-press-tabs>li.current a{color:#ecb101!important}.learn-press-user-profile .learn-press-tabs>li.current{border-bottom:4px solid #ecb101!important}.lp-archive-courses .course-content{background-color:#fff}.order_details table,.learn-press-tab table,.lp-checkout table,.order_details th,.learn-press-tab th,.lp-checkout th,.order_details td,.learn-press-tab td,.lp-checkout td{border:1px solid #e8e9eb;font-size:14px;padding:3px 20px}.learn-press-checkout-review-order h3{margin-bottom:25px}.learn-press-checkout-review-order-table{margin-bottom:35px}#learn-press-checkout>p>a:nth-child(1){color:#ecb101;text-transform:capitalize}#course-curriculum-popup #popup-main #popup-header{background:#ecb101!important;border-bottom:1px solid #ecb101!important}#course-curriculum-popup #popup-main #popup-header .popup-close:hover,#course-curriculum-popup #popup-main #popup-header .sidebar-hide-btn:hover,#course-curriculum-popup #popup-main #popup-header .sidebar-show-btn:hover{background:#242c5e!important}#learn-press-course-curriculum .course-item .item-status.item-status-completed,#learn-press-course-curriculum .course-item .item-status.item-status-passed{background:#242c5e!important;color:white!important}#popup_container #popup_title,.single-lp_course .learn-press-course-results-progress .grade.passed{background:#242c5e!important}.single-lp_course .learn-press-message{margin-top:10px!important;margin-bottom:0!important}.single-lp_course .course-reviews-list{padding:0}strong.user-nicename{text-transform:capitalize;color:#ecb101}.course-lesson-description{display:inline-block}.course-lesson-description iframe{margin:0 auto;display:block}.learn-press-pagination{margin-top:40px}.learnpress .learn-press-pagination ul li span.page-numbers.current{padding:10px 15px}.learnpress .learn-press-pagination ul li a{padding:10px 15px}.lp-single-course .course-top .course-info .learn-press-course-buttons .purchase-course button.button.purchase-button,.lp-single-course .course-top .course-info .learn-press-course-buttons .purchase-course button.button.enroll-button{padding:10px 30px}.course-summary.lp-three{background:#fff;padding:30px}@media (min-width:0) and (max-width:991px){.course-summary.lp-three{margin-bottom:30px}}.le-course3-content{background:#fff;margin-bottom:40px}.le-course3-content .course-summary{margin-top:40px}.le-course3-content .related-course-heading{margin:40px 0 30px 0}.le-course3-content .lp-related-course .lp-course-1{border-radius:3px;background-color:#fff;box-shadow:0 5px 25px 0 rgb(46 61 73 / .2);transition:all 0.5s ease}.le-course3-content .lp-related-course .lp-course-1:hover{box-shadow:0 7px 21px 0 rgb(0 0 0 / .1);transition:all 0.5s ease}.le-course3-content .lp-related-course .lp-course-1 .lp-course-thumbnail{position:relative}.le-course3-content .lp-related-course .lp-course-1 .lp-course-thumbnail a:before{background-color:#242c5e;content:"";height:100%;width:100%;position:absolute;z-index:1;opacity:.8}.le-course3-content .lp-related-course .lp-course-1 .lp-course-thumbnail img{transition:0.5s ease-in-out}.le-course3-content .lp-related-course .lp-course-1 .lp-course-thumbnail .author-wrapper{position:absolute;right:22px;bottom:-20px;z-index:1}.le-course3-content .lp-related-course .lp-course-1 .lp-course-thumbnail .author-wrapper img{border-radius:50px}.le-course3-content .lp-related-course .lp-course-1 .course-content-body{padding:10px 18px 18px 18px}.le-course3-content .lp-related-course .lp-course-1 .course-content-body .course-entry-title{font-size:16px;line-height:25px;font-weight:600}.le-course3-content .lp-related-course .lp-course-1 .course-content-body .entry-content{font-size:14px}.le-course3-content .lp-related-course .lp-course-1 .course-content-body .footer-body{font-size:13px;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between}.le-course3-content .lp-related-course .lp-course-1 .course-content-body .footer-body span a{color:gray}.le-course3-content .lp-related-course .lp-course-1 .course-content-body .footer-body span.lp-enroll-btn a:hover{color:#ecb101}.le-course3-content .content-body{padding:30px 0}.single-lp_course{background:#fff}.entry-header a{transition:all 0.5s ease}.entry-header a:hover{color:#ecb101}.le-course3-content .lp-sidebar .lp-course-meta .button{padding:12px;color:#fff;font-weight:700}.single-lp_course .comments-area{margin-top:50px}.lpcourse-course-wapper-3 .related-course-heading{margin:40px 0 30px 0}.lpcourse-course-wapper-3 .rl-course-title{font-size:26px}.lpcourse-course-wapper-3 .rl-course-title.ld{margin:70px 0 35px 0;font-weight:700}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1{border-radius:3px;margin-bottom:30px;background-color:#fff;box-shadow:0 5px 25px 0 rgb(46 61 73 / .2);transition:all 0.5s ease}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1:hover{box-shadow:0 7px 21px 0 rgb(0 0 0 / .1);transition:all 0.5s ease}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .lp-course-thumbnail{position:relative}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .lp-course-thumbnail a:before{background-color:#242c5e;content:"";height:0%;width:0%;position:absolute;z-index:1;opacity:0;transition:all 0.3s ease;left:0;right:0;top:0;bottom:0;text-align:center;margin:auto}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .lp-course-thumbnail a:after{position:absolute;background:#fff;color:#242c5e;left:0;right:0;top:0;bottom:0;height:35px;width:35px;margin:auto;display:flex;align-items:center;justify-content:center;font-size:14px;opacity:0;transition:all 0.3s ease;content:"\f02d";font-family:FontAwesome;z-index:1;border-radius:50px}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .lp-course-thumbnail img{transition:0.5s ease-in-out}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .lp-course-thumbnail .author-wrapper{position:absolute;right:22px;bottom:-20px;z-index:1}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .lp-course-thumbnail .author-wrapper img{border-radius:50px}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .course-content-body{padding:10px 18px 18px 18px}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .course-content-body .course-entry-title{font-size:16px;font-weight:700;line-height:21px}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .course-content-body .entry-content{font-size:14px}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .course-content-body .footer-body{font-size:13px;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between;font-weight:700}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .course-content-body .footer-body .lp-enroll{color:#ecb101}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .course-content-body .footer-body span a{color:gray}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .course-content-body .footer-body span.lp-enroll-btn a:hover{color:#ecb101}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .lp-course-thumbnail:hover a:after{opacity:1;transition:all 0.3s ease}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1 .lp-course-thumbnail:hover a:before{height:100%;width:100%;opacity:.8;transition:all 0.3s ease}@media (min-width:768px) and (max-width:991px){.lpcourse-sidebar{margin-top:0}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1{margin-bottom:30px}}@media only screen and (max-width:600px){.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2,.single-lp_course .lpcourse-course-wapper .lpcourse-top{display:inherit}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-thumbnail{margin-bottom:40px}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-main-2{padding:10px}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-info{padding:10px}}.profile.learnpress.learnpress-page .page .learnpress{padding-top:0}.learnpress #learn-press-profile-nav:before{background:#f9f9f9!important}.learnpress #learn-press-profile-nav .tabs>li.active>a{background:#ecb101!important}.learnpress .profile #learn-press-user-profile .learn-press-form-login,.learnpress .profile #learn-press-user-profile .learn-press-form-register{width:46%;display:inline-block;float:left;background:#fff;margin:2%}.learnpress ul.lp-sub-menu{padding-left:0;background:#242c5e;color:#fff;padding:8px 10px}.learnpress ul.lp-sub-menu li a{color:#fff}.single-lp_course{background:#F5f5f5}.single-lp_course img.avatar.avatar-96.photo{border-radius:50px}.single-lp_course p.author-name a{padding-left:15px}.archive.category .lp-archive-courses .lp-course-buttons,.post-type-archive-lp_course .lp-course-buttons,.become_a_teacher .lp-course-buttons{display:none}.archive.category .lp-archive-courses .learn-press-breadcrumb,.post-type-archive-lp_course .learn-press-breadcrumb{display:none}.single.single-lp_course .lpcourse-course-wapper .lpcourse-main .course-summary .course-meta,.single.single-lp_course .lpcourse-course-wapper-2 .lpcourse-main-2 .course-summary .course-meta,.single.single-lp_course .lpcourse-course-wapper-3 .lpcourse-main .course-summary .course-meta{display:none}.single.single-lp_course .lpcourse-course-wapper .lpcourse-main .course-summary .course-price,.single.single-lp_course .lpcourse-course-wapper-2 .lpcourse-main-2 .course-summary .course-price,.single.single-lp_course .lpcourse-course-wapper-3 .lpcourse-main .course-summary .course-price{display:none}.single.single-lp_course .lpcourse-course-wapper .lpcourse-main .course-summary .lp-course-buttons,.single.single-lp_course .lpcourse-course-wapper-2 .lpcourse-main-2 .course-summary .lp-course-buttons,.single.single-lp_course .lpcourse-course-wapper-3 .lpcourse-main .course-summary .lp-course-buttons{display:none}body.course-item-popup .learn-press-content-protected-message{font-size:20px}body.course-item-popup .learn-press-content-protected-message a{color:#ecb101}.single.single-lp_course .learn-press-message{margin-top:40px!important;margin-bottom:60px!important;font-size:20px;color:#ecb101}.lp-archive-courses .lp-entry-content .entry-content-left{padding-top:0!important}.lp-archive-courses .course-summary .course-summary-content .meta-item.meta-item-review{margin-left:-100px;margin-right:100px}.course-sidebar-preview .course-price .price{font-weight:700!important;font-size:36px!important}.learnpress form[name="search-course"]{margin-bottom:55px}ul.learn-press-courses .course .course-item{box-shadow:5px 5px 25px 0 rgb(46 61 73 / .2)!important;background:#fff}ul.learn-press-courses .course:hover .course-item{box-shadow:2px 4px 8px 0 rgb(46 61 73 / .2)!important;-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;-ms-transition:0.5s ease-in-out;transition:0.5s ease-in-out}ul.learn-press-courses .course .course-title{font-size:16px!important;line-height:20px!important;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}ul.learn-press-courses .course .course-title:hover{color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}ul.learn-press-courses .course .course-info .course-instructor a:hover{color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}ul.learn-press-courses .course .course-info .course-price{font-size:14px!important}ul.learn-press-courses .course .course-info .course-price .price{font-size:14px!important}ul.learn-press-courses[data-layout="grid"] .course-info{padding:0}.lp-archive-courses .lp-content-area{padding:100px 0 80px}.lp-archive-courses .learn-press-pagination{padding-bottom:0;margin-bottom:0}.lp-archive-courses ul.learn-press-courses[data-layout="list"] .course{border:none;margin-bottom:30px}.lp-archive-courses ul.learn-press-courses[data-layout="list"] .course:last-child{margin-bottom:0}.lp-archive-courses ul.learn-press-courses[data-layout="list"] .course .course-instructor a{color:inherit!important}.lp-archive-courses ul.learn-press-courses[data-layout="grid"] .course{margin-bottom:30px}.lp-archive-courses ul.learn-press-courses[data-layout="grid"] .course .course-item .course-content .course-instructor a{color:inherit!important}.lp-archive-courses ul.learn-press-courses[data-layout="grid"] .course .course-item .course-content .course-wrap-meta{display:grid!important;grid-template-columns:repeat(2,1fr)}.lp-archive-courses ul.learn-press-courses[data-layout="grid"] .course .course-item .course-content .course-permalink{margin:7px 0}.lp-archive-courses ul.learn-press-courses[data-layout="grid"] .course .course-item .course-content .course-review{display:block}.lp-archive-courses ul.learn-press-courses[data-layout="grid"] .course .course-item .course-content .course-wrap-meta{display:block;flex-wrap:wrap;clear:both}.lp-archive-courses ul.learn-press-courses[data-layout="grid"] .course .course-item .course-content .course-info{padding:15px 0 0}.lp-archive-courses ul.learn-press-courses[data-layout="grid"] .course .course-item .course-content .course-info .course-footer .course-price{float:none}.lp-archive-courses .learn-press-pagination{display:block}.lp-archive-courses .learn-press-pagination .page-numbers{box-shadow:none!important}ul.learn-press-courses[data-layout="list"] .course{padding:0!important;width:100%!important}ul.learn-press-courses[data-layout="list"] .course .course-item{padding:30px}ul.learn-press-courses[data-layout="list"] .course .course-item .course-content{width:calc(60%)!important}@media (max-width:768px){ul.learn-press-courses[data-layout="list"] .course .course-item .course-content{width:100%!important}}ul.learn-press-courses[data-layout="list"] .course .course-thumbnail{height:100%}ul.learn-press-courses[data-layout="list"] .course .course-thumbnail a,ul.learn-press-courses[data-layout="list"] .course .course-thumbnail div{height:100%}ul.learn-press-courses[data-layout="list"] .course .course-thumbnail img{height:100%!important;object-fit:cover}ul.learn-press-courses[data-layout="list"] .course .course-content{padding:15px;padding-top:15px!important}ul.learn-press-courses[data-layout="list"] .course .course-content .course-info{padding:0!important}.single-lp_course .lpcourse-course-wapper{margin-bottom:80px}.single-lp_course .lpcourse-course-wapper .lpcourse-top{box-shadow:0 1px 20px 0 rgb(46 61 73 / .2);clear:both;display:flex;align-items:center;overflow:hidden;margin-bottom:40px;border-radius:.375rem;min-height:350px;background:#fff}.single-lp_course .lpcourse-course-wapper .lpcourse-top .course-meta{font-size:14px}.single-lp_course .lpcourse-course-wapper .lpcourse-top .course-info{padding:15px 35px 55px 35px}.single-lp_course .lpcourse-course-wapper .lpcourse-top .course-info .entry-title{font-size:26px}.single-lp_course .lpcourse-course-wapper .lpcourse-top .course-info .single-excerpt{padding-bottom:15px}.single-lp_course .lpcourse-course-wapper .lpcourse-top .less-padding-two{padding-top:0;padding-right:0;padding-left:0}.single-lp_course .lpcourse-course-wapper .lpcourse-top .lpcourse-top-button{display:flex;align-items:center}.single-lp_course .lpcourse-course-wapper .lpcourse-top .lpcourse-top-button .single-price{margin-right:20px}.single-lp_course .lpcourse-course-wapper .lpcourse-top .lpcourse-top-button .single-price .origin-price{font-size:22px;font-weight:700;color:#54b551}.single-lp_course .lpcourse-course-wapper .lpcourse-top .lpcourse-top-button .lp-button{background-color:#fff0;border-radius:50px;color:#ecb101;padding-left:20px;padding-right:20px}.single-lp_course .lpcourse-course-wapper .lpcourse-top .lpcourse-top-button .lp-button:hover{background:#242c5e;color:#fff!important}.single-lp_course .lpcourse-course-wapper .lpcourse-top .course-thumbnail{float:right;overflow:hidden}.single-lp_course .lpcourse-course-wapper .lpcourse-top .course-thumbnail img{min-height:375px;object-fit:cover}.single-lp_course .lpcourse-course-wapper .lpcourse-top .course-thumbnail img{width:100%;transform:scale(1);transition:0.5s ease-in-out}.single-lp_course .lpcourse-course-wapper .lpcourse-top .course-thumbnail:before{position:absolute;background-color:rgb(36 44 94 / .5);content:"";left:0;right:0;height:100%;opacity:0;z-index:1;-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;-ms-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.single-lp_course .lpcourse-course-wapper .lpcourse-top .course-thumbnail:hover:before{opacity:1}.single-lp_course .lpcourse-course-wapper .lpcourse-top .course-thumbnail:hover img{transform:scale(1.1,1.1)}.single-lp_course .lpcourse-course-wapper .lpcourse-main{box-shadow:0 1px 20px 0 rgb(46 61 73 / .2);padding:15px 35px 55px 35px;display:block;overflow:hidden;padding:30px;background:#fff}@media (max-width:767px){.single-lp_course .lpcourse-course-wapper .lpcourse-main{padding:10px}.lp-archive-courses .course-summary .course-summary-content .meta-item.meta-item-review{margin:35px 0 20px}.lp-archive-courses .lp-content-area{padding:60px 30px}.lp-archive-courses .course-meta__pull-left .meta-item{height:25px!important}.single-lp_course .comments-area{margin-bottom:40px}.lp-archive-courses ul.learn-press-breadcrumb,.lp-archive-courses ul.course-nav-tabs{padding-left:0!important;padding-right:0!important}}.single-lp_course .lpcourse-course-wapper .edumodo-course-info{background:#f9f9f9;padding:25px;margin-bottom:25px;margin-top:50px}.single-lp_course .lpcourse-course-wapper .edumodo-course-info .title{border-bottom:1px solid #e8e9eb;padding-bottom:20px;text-align:center;font-size:22px;margin-bottom:20px;position:relative;margin-top:8px}.single-lp_course .lpcourse-course-wapper .edumodo-course-info .title:before{background:#ecb101;position:absolute;height:3px;width:50px;left:0;right:0;bottom:-2px;content:"";margin:auto}.single-lp_course .lpcourse-course-wapper .edumodo-course-info ul>li{list-style:none}.single-lp_course .lpcourse-course-wapper ul.course-info-list{list-style:none;padding-left:0}.single-lp_course .lpcourse-course-wapper ul.course-info-list li{padding:8px 10px;border-bottom:1px solid #e8e9eb;color:#4b5158;font-size:16px}.single-lp_course .lpcourse-course-wapper ul.course-info-list li span{color:#4b5158;font-size:14px}.single-lp_course .lpcourse-course-wapper ul.course-info-list li span.label{font-weight:400;font-size:14px}.single-lp_course .lpcourse-course-wapper ul.course-info-list li span.value{font-weight:700;min-width:60px;float:right;text-align:left;font-size:14px}.single-lp_course .lpcourse-course-wapper ul.course-info-list li:last-child{border-bottom:none}.single-lp_course .lpcourse-course-wapper-2{box-shadow:0 1px 20px 0 rgb(46 61 73 / .2);margin-bottom:80px}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2{clear:both;display:flex;align-items:center;overflow:hidden;margin-bottom:40px;border-radius:.375rem;min-height:350px;background:#fff}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-meta{font-size:14px}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-info{padding:15px 35px 55px 35px}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-info .entry-title{font-size:26px}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-info .single-excerpt{padding-bottom:15px}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .less-padding-two{padding-top:0;padding-right:0;padding-left:0}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .lpcourse-top-button{display:flex;align-items:center}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .lpcourse-top-button .single-price{margin-right:20px}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .lpcourse-top-button .single-price .origin-price{font-size:22px;font-weight:700;color:#54b551}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .lpcourse-top-button .lp-button{background-color:#fff0;border-radius:50px;color:#ecb101;width:170px}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .lpcourse-top-button .lp-button:hover{background:#242c5e;color:#fff!important}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-thumbnail{float:right;overflow:hidden}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-thumbnail img{min-height:375px;object-fit:cover}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-thumbnail img{width:100%;transform:scale(1);transition:0.5s ease-in-out}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-thumbnail:before{position:absolute;background-color:rgb(36 44 94 / .5);content:"";left:0;right:0;height:100%;opacity:0;z-index:1;-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;-ms-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-thumbnail:hover:before{opacity:1}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .course-thumbnail:hover img{transform:scale(1.1,1.1)}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-main-2{display:block;overflow:hidden;padding:30px;background:#fff}.single-lp_course .lpcourse-course-wapper-2 .edumodo-course-info{background:#f9f9f9;padding:25px;margin-bottom:25px;margin-top:50px}.single-lp_course .lpcourse-course-wapper-2 .edumodo-course-info .title{border-bottom:1px solid #e8e9eb;padding-bottom:20px;text-align:center;font-size:22px;margin-bottom:20px;position:relative;margin-top:8px}.single-lp_course .lpcourse-course-wapper-2 .edumodo-course-info .title:before{background:#ecb101;position:absolute;height:3px;width:50px;left:0;right:0;bottom:-2px;content:"";margin:auto}.single-lp_course .lpcourse-course-wapper-2 .edumodo-course-info ul>li{list-style:none}.single-lp_course .lpcourse-course-wapper-2 ul.course-info-list{list-style:none;padding-left:0}.single-lp_course .lpcourse-course-wapper-2 ul.course-info-list li{padding:8px 10px;border-bottom:1px solid #e8e9eb;color:#4b5158;font-size:16px}.single-lp_course .lpcourse-course-wapper-2 ul.course-info-list li span{color:#4b5158;font-size:14px}.single-lp_course .lpcourse-course-wapper-2 ul.course-info-list li span.label{font-weight:400;font-size:14px}.single-lp_course .lpcourse-course-wapper-2 ul.course-info-list li span.value{font-weight:700;min-width:60px;float:right;text-align:left;font-size:14px}.single-lp_course .lpcourse-course-wapper-2 ul.course-info-list li:last-child{border-bottom:none}.learnpress .course-curriculum ul.curriculum-sections .section-header .section-title{padding:10px 10px}body.course-item-popup.learnpress #learn-press-content-item .content-item-wrap{max-width:88%}.lpcourse-course-wapper-3{margin-top:50px}.lp-course3-heading{padding:55px 0;min-height:320px;position:relative;align-items:center;display:flex;justify-content:space-between;background-position:center;background-repeat:no-repeat;background-size:cover}.lp-course3-heading:before{content:"";position:absolute;left:0;right:0;width:100%;height:100%;background:#242c5e;opacity:.8}.lp-course3-heading .course-meta-top{color:#fff;margin-top:15px;margin-bottom:5px;font-weight:500}.lp-course3-heading .course-meta-top a{color:#fff;margin-right:20px}.lp-course3-heading .course-meta-top a:hover{color:#ecb101}.lp-course3-heading .course-meta-top .ld-post-by{position:relative}.lp-course3-heading .course-meta-top .author-name{position:relative;margin-right:15px}.lp-course3-heading .course-meta-top .lp-update{position:relative}.lp-course3-heading .course-meta-top .lp-update:before{content:"";background:#fff;height:13px;width:1px;left:-5px;bottom:3px;position:absolute;margin-left:-5px}.lp-course3-heading .course-meta-top .lp-update.hide-update-before:before{display:none}.lp-course3-heading .course-meta-top .lp-update.ld-update{margin-left:15px}.lp-course3-heading .course-meta-top>.ld-post-by span:nth-child(5){display:none}.lp-course3-heading .course-meta-buttom{font-weight:700}.lp-course3-heading .course-meta-buttom i{font-size:14px;margin-right:3px}.lp-course3-heading .course-meta-buttom .cat-links{margin-right:10px}.lp-course3-heading .course-meta-buttom .cat-links a{color:#fff}.lp-course3-heading .course-meta-buttom .cat-links a:hover{color:#ecb101}.lp-course3-heading .lp-title{color:#fff;font-size:36px;font-weight:700;margin-bottom:15px}.lp-course3-heading .lp_excerpt{color:#fff}.lp-course3-heading .lp_excerpt .single-excerpt{font-size:20px;font-weight:600}.lpcourse-sidebar{margin-top:-253px}.lpcourse-sidebar .course-video{padding:0;box-shadow:0 3px 7px 0 rgb(56 56 56 / .1);border-radius:4px;background:#fff}.lpcourse-sidebar .course-video iframe{width:360px;height:215px}.lpcourse-sidebar .course-video img{border:3px solid #fff}.lpcourse-sidebar .lp-course-meta{padding:30px 30px 0 30px}.lpcourse-sidebar .lp-course-meta .lp-course-buttons{text-align:center;margin:10px 0 20px 0;padding:0}.lpcourse-sidebar .lp-course-meta .form-button{display:block}.lpcourse-sidebar .lp-course-meta .single-price{text-align:center}.lpcourse-sidebar .lp-course-meta .single-price .course-price{font-weight:700;font-size:24px}.lpcourse-sidebar .lp-course-meta .single-price .course-price span.origin-price{text-decoration:line-through;font-weight:500;font-size:20px}.lpcourse-sidebar .lp-course-meta .learn-press-course-buttons{margin:8px 0 22px 0}.lpcourse-sidebar .lp-course-meta .button{width:100%}.lpcourse-sidebar .edumodo-course-info{padding:0 30px 30px 30px}.lpcourse-sidebar .edumodo-course-info .title{border-bottom:1px solid #e8e9eb;padding-bottom:20px;text-align:center;font-size:22px;margin-bottom:20px;position:relative;margin-top:8px}.lpcourse-sidebar .edumodo-course-info .title:before{background:#ecb101;position:absolute;height:3px;width:50px;left:0;right:0;bottom:-2px;content:"";margin:auto}.lpcourse-sidebar .edumodo-course-info ul.course-info-list{padding-left:0;list-style:none}.lpcourse-sidebar .edumodo-course-info ul.course-info-list li{padding:8px 10px;border-bottom:1px solid #e8e9eb;color:#4b5158;font-size:16px}.lpcourse-sidebar .edumodo-course-info ul.course-info-list li i{font-size:14px;color:#ecb101}.lpcourse-sidebar .edumodo-course-info ul.course-info-list li span{color:#4b5158;font-size:14px}.lpcourse-sidebar .edumodo-course-info ul.course-info-list li span.label{font-weight:400;font-size:14px}.lpcourse-sidebar .edumodo-course-info ul.course-info-list li span.value{font-weight:700;min-width:60px;float:right;text-align:left;font-size:14px}.lpcourse-sidebar .edumodo-course-info ul.course-info-list li:last-child{border-bottom:none}@media (max-width:767px){.lpcourse-sidebar{margin-top:0}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1{margin-bottom:30px}}@media only screen and (max-width:767px){.lpcourse-sidebar{margin-top:0}.lpcourse-course-wapper-3 .lp-related-course .lp-course-1{margin-bottom:30px}.course-sidebar-preview .course-price .price{font-size:24px!important}}.learnpress ul.learn-press-nav-tabs .course-nav a{padding:10px 10px}.single.single-lp_course .learn-press-course-results-progress{margin-top:30px}ul.result-statistic li{border:1px solid #e8e9eb;padding:7px 20px;margin-bottom:5px}.learnp-ralated-item .value{color:#54b551;font-weight:700}.learnp-ralated-item span.price{font-size:22px;font-weight:700}.single-lp_course .lpcourse-course-wapper-2 .lpcourse-top-2 .lpcourse-top-button .single-price,.single-lp_course .lpcourse-course-wapper .lpcourse-top .lpcourse-top-button .single-price{font-size:20px;font-weight:700}ul.learn-press-courses .course .course-info .course-price .price{color:#54b551}.learnpress .retake-course,.enroll-course,.purchase-course{display:block!important}.edumodo-lp-course-1 .owl-nav .owl-carousel-left,.edumodo-lp-course-1 .owl-nav .owl-carousel-right,.dynamic-category-body .owl-nav .owl-carousel-left,.dynamic-category-body .owl-nav .owl-carousel-right{background-color:#FFF;border-radius:50%;border-width:0;box-shadow:0 0 1px 1px rgb(20 23 28 / .1),0 3px 1px 0 rgb(20 23 28 / .1);color:#ecb101;font-size:24px;height:47px;line-height:1;padding:11px 0;text-align:center;top:50%;transform:translateY(-50%);transition:300ms;width:47px;z-index:3;position:absolute}.edumodo-lp-course-1 .owl-carousel-left,.edumodo-lp-course-1 .owl-carousel-left,.dynamic-category-body .owl-carousel-left,.dynamic-category-body .owl-carousel-left{left:-10px!important;left:auto;opacity:0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-lp-course-1:hover .owl-carousel-left,.edumodo-lp-course-1:hover .owl-carousel-left,.dynamic-category-body:hover .owl-carousel-left,.dynamic-category-body:hover .owl-carousel-left{opacity:1;left:-20px!important;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-lp-course-1 .owl-carousel-right,.edumodo-lp-course-1 .owl-carousel-right,.dynamic-category-body .owl-carousel-right,.dynamic-category-body .owl-carousel-right{right:-10px!important;left:auto;opacity:0}.edumodo-lp-course-1:hover .owl-carousel-right,.edumodo-lp-course-1:hover .owl-carousel-right,.dynamic-category-body:hover .owl-carousel-right,.dynamic-category-body:hover .owl-carousel-right{opacity:1;right:-20px!important;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-lp-course-1 .lp-course-1 .course-content-body .course-entry-title a{font-weight:600}.lp-course-categories{position:relative;border-radius:3px;overflow:hidden}.lp-course-categories img{transition:0.5s ease-in-out;object-fit:cover;width:100%}.lp-course-categories:hover img{transform:scale(1.1,1.1)}.lp-course-categories:before{background:rgb(236 177 1 / .8);position:absolute;content:"";height:100%;width:100%;z-index:1}.lp-course-categories .content-body{padding:30px;position:absolute;left:0;right:0;top:0;bottom:0;text-align:center;display:flex;align-items:center;justify-content:center;z-index:2}.lp-course-categories .content-body .lp-course-meta a .lp-categories{font-size:22px;margin-top:0;margin-bottom:5px;color:#fff;font-weight:700}.lp-course-categories .content-body .lp-course-meta a:hover{color:#ecb101}.lp-course-categories .content-body .lp-course-meta .lp-course{font-size:14px;color:#fff}.lp-course-categories .content-body .lp-course-meta .lp-lesson{font-size:14px;color:#fff}.lp-single-course .course-top .course-info .learn-press-course-buttons .purchase-course button.button.purchase-button,.lp-single-course .course-top .course-info .learn-press-course-buttons .purchase-course button.button.enroll-button{font-size:12px}.lp-single-course .course-top .course-info .learn-press-course-buttons{margin-left:8px}.lp-single-course .course-top .course-info{padding:35px 15px 0 15px}.lp-single-course .course-top .course-info .course-top-button .single-price{font-size:15px}.lp-single-course .course-top .course-info .course-top-button .single-price .course-origin-price{font-size:12px}.lp-single-course .course-top .course-info .entry-title{font-size:22px}.lp-single-course .course-top .less-padding-two{padding-left:0}.lp-single-course .course-top-button{margin-bottom:30px}.lp-single-course .tx-course-main{padding:0 15px}.lp-single-course .tx-course-main .course-summary{padding-right:0}.lp-single-course .learn-press-tabs .learn-press-nav-tabs .learn-press-nav-tab a{padding:0 9px}.course-rate .course-rate__details-row .course-rate__details-row-value .rating-gray{background:#ccc}.lp-single-course .course-reviews-list{padding-left:0}.lp-single-course .course-reviews-list li .review-author{width:45px}.learnpress .learn-press-pagination ul.page-numbers{box-shadow:1px 1px 5px rgb(46 61 73 / .11);display:inline-block;padding-left:0;border-radius:3px;overflow:hidden}.learnpress .learn-press-pagination ul li span{border:none;background-color:#fff;color:gray}.learnpress .learn-press-pagination ul li span.page-numbers.current{background:#ecb101;color:#fff;border-radius:0;border:none}.learnpress .learn-press-pagination ul li a{border:none;background-color:#fff;margin-right:-2px;color:gray}.learnpress .learn-press-pagination ul li a:hover{color:#ecb101}#learn-press-course-description>ul{margin-left:-6px}.review-stars-rated .review-star .far{color:#ffb606}.lp-archive-courses .course-summary .course-summary-content .course-detail-info{padding:0;background-color:#021c3b}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-title{margin-bottom:20px;color:#07294d}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta-primary{margin-bottom:70px}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item{font-size:16px;color:#fff;font-weight:500}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value label{color:#fff;font-size:16px;font-weight:500}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value div a{color:#fff;font-size:16px;font-weight:500}.meta-item.meta-item-review{justify-content:flex-end}.meta-item.meta-item-categories{margin:0!important;padding:0}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button.button-enroll-course:hover{opacity:1;background:#130f40}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button.button-enroll-course{border:0}ul.learn-press-nav-tabs{background:#fff}ul.learn-press-nav-tabs .course-nav.active::before{top:0}.learn-press-form-login.learn-press-form{margin-top:100px}.learn-press-form-register.learn-press-form{margin-bottom:100px}.learn-press-form-login button[type=submit],.learn-press-form-register button[type=submit]{border:0}.learn-press-form-login button[type=submit]:hover,.learn-press-form-register button[type=submit]:hover{background:#130f40}#learn-press-checkout{padding-top:90px}#learn-press-checkout .learnpress{padding-top:0;padding-bottom:40px}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-title{display:none}.course-summary-sidebar.slide-down .course-summary-sidebar__inner{position:relative!important}@media only screen and (min-width:768px) and (max-width:991px){.lp-archive-courses .course-summary .course-summary-content .course-detail-info{padding:0 40px}.lp-archive-courses .lp-entry-content{padding:80px 40px 100px}.course-sidebar-preview .media-preview img{width:100%}.lp-archive-courses .course-summary .course-summary-content .meta-item.meta-item-review{margin-left:-100px;margin-right:0}}.ld_course_grid{position:relative}.ld_course_grid .entry-title{font-size:20px;padding-top:20px;padding-bottom:12px;font-weight:700;line-height:26px;margin:0}#ld_course_list .entry-content,.ld_course_grid_button .entry-content{margin-bottom:20px}#ld_course_list .ld_course_grid:hover .thumbnail,.ld_course_grid_button .ld_course_grid:hover .thumbnail{box-shadow:0 7px 21px 0 rgb(0 0 0 / .1);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}#ld_course_list .thumbnail,.ld_course_grid_button .thumbnail{box-shadow:0 3px 7px 0 rgb(0 0 0 / .1);border-radius:0!important;border:none!important;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}#ld_course_list .thumbnail.course .ld_course_grid_price:before,.ld_course_grid_button .thumbnail.course .ld_course_grid_price:before{border-top:4px solid #ecb101;border-right:4px solid #ecb101}#ld_course_list .thumbnail.course .ld_course_grid_price,.ld_course_grid_button .thumbnail.course .ld_course_grid_price,#ld_course_list .thumbnail.course .ld_course_grid_price.ribbon-enrolled,.ld_course_grid_button .thumbnail.course .ld_course_grid_price.ribbon-enrolled{background-color:#ecb101}#ld_course_list .thumbnail.course .ld_course_grid_price,.ld_course_grid_button .thumbnail.course .ld_course_grid_price{text-shadow:none;z-index:1}#ld_course_list .thumbnail .caption,.ld_course_grid_button .thumbnail .caption{padding:20px!important}#ld_course_list .btn-primary,.ld_course_grid_button .btn-primary,.ld-course-list-items .ld_course_grid .btn-primary{border-radius:50px;background:#fff0;border-color:#ecb101;font-weight:600;padding:7px 20px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}#ld_course_list .btn-primary:hover,.ld_course_grid_button .btn-primary:hover{background:#ecb101;border-color:#ecb101;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;color:#fff}#ld_course_list .btn,.ld_course_grid_button .btn,.ld-course-list-items .ld_course_grid .btn-primary{color:#ecb101;border-width:2px;width:auto!important}.ld-course-list-items .ld_course_grid .btn-primary:hover,.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary:hover{color:#fff}#ld_course_list .ld-course-list-items .ld_course_grid .thumbnail .caption p,.ld_course_grid_button .ld-course-list-items .ld_course_grid .thumbnail .caption p{width:intrinsic!important;width:-moz-max-content!important;width:-webkit-max-content!important;max-width:100%}.btn-join,#btn-join,.learndash_checkout_buttons input.btn-join[type="button"],a#quiz_continue_link{background:#ecb101;border-radius:0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.btn-join:hover,#btn-join:hover,.learndash_checkout_buttons input.btn-join[type="button"]:hover,a#quiz_continue_link:hover{background:#242c5e;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.learndash_join_button{margin-bottom:25px;padding-bottom:30px}.expand_collapse:hover a{color:#ecb101}#learndash_lessons,#learndash_quizzes,.expand_collapse,.notavailable_message,#learndash_lesson_topics_list div>strong,#learndash_lesson_topics_list div ul>li .sn,.learndash_profile_heading,#learndash_profile a,#learndash_profile div{font-size:14px}#learndash_lessons,#learndash_quizzes,#learndash_profile,#learndash_lesson_topics_list>div{border-radius:0;margin-top:22px;box-shadow:none}.learndash .notcompleted,#learndash_profile .notcompleted{background-size:35px;line-height:40px}#lessons_list>div h4>a,#course_list>div h4>a,#quiz_list>div h4>a{color:#4b5158;font-size:14px}.learndash .learndash_topic_dots.type-list a>span{color:#4b5158;font-size:14px}#learndash_course_content .learndash_topic_dots ul>li:hover,#learndash_lessons h4>a:hover,#learndash_quizzes h4>a:hover,#learndash_lesson_topics_list ul>li>span.topic_item:hover{background-color:#ffeeba}.expand_collapse a,#learndash_profile .expand_collapse a{font-size:14px}.single-sfwd-courses .single-post .entry-content ul li{margin-left:0}.learndash #lessons_list>div h4>a,.learndash #course_list>div h4>a,.learndash #quiz_list>div h4>a{background-size:40px}.learndash .notcompleted,#learndash_profile .notcompleted{background-image:url(/wp-content/themes/edumodo/dist/images/notcompleted.png)}.learndash .topic-notcompleted span{background:url(/wp-content/themes/edumodo/dist/images/notcompleted_t.png) no-repeat scroll 0 5px #fff0}.learndash .completed,#learndash_profile .completed{background-image:url(/wp-content/themes/edumodo/dist/images/completed.png)}form#sfwd-mark-complete input{padding:12px 20px}p#learndash_next_prev_link:hover a,p#learndash_prev_prev_link:hover a,#learndash_back_to_lesson:hover a{color:#ecb101;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.lpcourse-sidebar.ldcourse-sidebar.sidebar-devider .learndash_checkout_buttons{padding-bottom:40px}.lpcourse-sidebar.ldcourse-sidebar.sidebar-devider .ld_course_grid_price.ribbon-enrolled{padding-bottom:30px}.ld-r-description{padding-bottom:12px}.lp-enroll i.fa.fa-money{margin-right:5px}.course-summary.ld-course-summary{background:#fff;padding:30px}.course-summary.ld-course-summary .learndash_checkout_buttons,.course-summary.ld-course-summary .learndash_join_button{display:block}.lpcourse-sidebar.ldcourse-sidebar .edumodo-course-info>.widget:last-child{padding-bottom:40px}.lpcourse-sidebar.ldcourse-sidebar .edumodo-course-info{padding:0}.lpcourse-sidebar.ldcourse-sidebar .widget-area .widget{box-shadow:none;transition:all 0.3s ease;padding:20px 20px 10px 20px;margin:0}.widget-area .widget{padding:40px 30px}.lpcourse-sidebar.ldcourse-sidebar .learndash_checkout_buttons .learndash_checkout_button{max-width:inherit;margin-right:0;width:100%}.lpcourse-sidebar.ldcourse-sidebar .btn-join,.lpcourse-sidebar.ldcourse-sidebar #btn-join,.lpcourse-sidebar.ldcourse-sidebar .learndash_checkout_buttons input.btn-join[type="button"],.lpcourse-sidebar.ldcourse-sidebar a#quiz_continue_link{padding:10px 28px;border-radius:100px;text-transform:uppercase}.edumodo-ld-course p.ld_course_grid_button{margin-top:20px}.edumodo-ld-course .tx-course{height:450px}.edumodo-ld-course .thumbnail{padding:0;box-shadow:0 3px 7px 0 rgb(0 0 0 / .1);border:0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-ld-course .thumbnail.course .ld_course_grid_price{background:#ecb101;box-shadow:none;color:#fff;text-shadow:none;position:absolute;font-size:14px;left:-8px;top:10px;padding:3px 10px;z-index:2;font-weight:700}.edumodo-ld-course .thumbnail.course .ld_course_grid_price:before{border:4px solid #fff0;border-top:4px solid #ecb101;border-right:4px solid #ecb101;content:"";position:absolute;left:0;bottom:-8px}.edumodo-ld-course .ld_course_grid_price.ribbon-enrolled{background-color:#ecb101;text-shadow:none}.edumodo-ld-course .ld_course_grid{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-ld-course .ld_course_grid:hover .thumbnail{box-shadow:0 7px 21px 0 rgb(0 0 0 / .1);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-ld-course .thumbnail .caption{padding:20px!important}.edumodo-ld-course .ld_course_grid .entry-title{margin:0}.course_navigation .learndash_navigation_lesson_topics_list .lesson{margin:0 0 5px 5px}.learndash-pager a{background-color:#ecb101;padding:4px 15px;color:#fff;font-size:22px}.learndash-pager{display:flex;align-items:center;justify-content:center;padding-top:30px}.addon-price-wapper{position:absolute;left:-10px;top:25px;z-index:1;background:#fffffff2;padding:5px 10px;border-radius:0 2px 3px 0}.addon-price-wapper::before{content:"";position:absolute;left:10px;right:0;width:10px;height:100%;top:10px;border:8px solid #fff0;border-bottom-color:#fff;transform:rotate(45deg)}.ld-single-layout-2 .ld-course-status-segment.ld-course-status-seg-price{display:none}.learndash-wrapper .ld-button{border-radius:100px;font-size:13px;text-transform:uppercase;font-weight:700}.learndash-wrapper .ld-expand-button .ld-text{text-transform:uppercase}.ld-icon{line-height:inherit}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-button{text-transform:uppercase}.post-type-archive-sfwd-courses .sfwd-courses{margin-bottom:30px;background:#fff;box-shadow:0 3px 7px 0 rgb(0 0 0 / .1)}.post-type-archive-sfwd-courses .ld-course-list-items{display:flex;flex-wrap:wrap}.sfwd-courses .post-thumbnail img{width:100%}.sfwd-courses .caption{padding:0 25px 10px}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{font-weight:600}.learndash-wrapper .ld-content-actions>a{font-size:100%}.learndash-wrapper .learndash_mark_complete_button,.learndash-wrapper #learndash_mark_complete_button{border-radius:100px;font-weight:700;font-size:.90em}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:.90em}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:500}.learndash-wrapper .ld-course-status .ld-status{border-radius:100px;padding:11px 22px;line-height:1.5;font-size:13px}.learndash-wrapper .ld-breadcrumbs{border-radius:0;padding:.7em 1em}.learndash-wrapper .ld-course-status.ld-course-status-enrolled{border-radius:0;padding:.7em 1em}.sfwd-courses .ld_course_grid_price{background:#ecb101;box-shadow:none;color:#fff;text-shadow:none;position:absolute;font-size:14px;left:7px;top:10px;padding:3px 10px;z-index:2;font-weight:700}.sfwd-courses .ld_course_grid_price:before,.sfwd-courses .ld_course_grid_price:before{border:4px solid #fff0;border-top:4px solid #ecb101;border-right:4px solid #ecb101;content:"";position:absolute;left:0;bottom:-8px}.learndash-course-student-message span{font-size:15px!important}.widget.ld-related-course-widget{margin-top:25px}.leaarndash-releted-course-two .single-course{clear:both;margin-top:35px;display:block;overflow:hidden}.leaarndash-releted-course-two .ld-course-thumbnail{display:inline-block;float:left;margin-right:15px;width:40%}.leaarndash-releted-course-two .ld-course-thumbnail img{width:120px;height:90px;object-fit:cover}.leaarndash-releted-course-two .content-body{display:inline-block;float:left;width:50%}.leaarndash-releted-course-two .title{font-size:16px;font-weight:600;line-height:22px;margin-top:0;transition:all 0.5s ease}.leaarndash-releted-course-two .title:hover{color:#ecb101;transition:all 0.5s ease}.leaarndash-releted-course-two .lp-enroll{color:#ecb101;font-weight:500;text-transform:uppercase;font-size:14px}button,input[type="button"],input[type="reset"],input[type="submit"]{color:#fff;padding-left:15px;padding-right:15px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}body.confirm #popup_container #popup_panel button,body.confirm #popup_container #popup_panel input[type="button"],body.confirm #popup_container #popup_panel input[type="submit"]{border-radius:initial}.orders .lp-list-table .column-order-action:hover a{color:#ecb101}.orders .lp-label{padding:10px 10px;border-radius:1px;background-color:#ecb101}.orders .lp-label.label-finished,.orders .lp-label.label-completed{background:#242c5e}.orders .learn-press-pagination .page-numbers>li span{background:#ecb101;color:#fff}.orders .learn-press-pagination .page-numbers>li a,.orders .learn-press-pagination .page-numbers>li span{padding:8px 12px;border:1px solid #ecb101}.ld-course-list-items .edumodo-pagination{width:100%;clear:both;float:none;display:block}.lpcourse-sidebar.ldcourse-sidebar{margin:0}.lpcourse-course-wapper-3.ld-lpcourse-course-wapper.ld-single-layout-2{padding:100px 0 80px;margin:0;overflow:hidden}.tutor-alert-warning{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;margin-bottom:30px;border-radius:4px}.post-type-archive-courses .content-area{padding-bottom:0}.tutor-wrap.tutor-dashboard{padding:80px 0}.tutor-dashboard-header .tutor-btn.bordered-btn{border-radius:4px}.tutor-dashboard-left-menu{padding:30px;background-color:#fff;border-radius:4px}.tutor-dashboard-left-menu .tutor-dashboard-permalinks{border:none;padding:0}.tutor-dashboard-content{padding:30px;background-color:#fff;border-radius:4px;margin-bottom:0}.tutor-dashboard-header{border-bottom:none}.tutor-login-wrap{margin:80px auto;background-color:#fff}.tutor-login-wrap .tutor-login-form-wrap input[type="submit"]{background-color:#ecb101}.single-courses .tutor-wrap{margin-bottom:50px}.tutor-single-course-segment{padding:30px;background-color:#fff;border-radius:4px;margin-bottom:30px}.tutor-single-course-segment.tutor-single-course-lead-info{background-color:#fff0;padding:0}.tutor-course-header-h1{letter-spacing:-1px;margin-bottom:15px}.single-instructor-wrap,.tutor-course-summery{margin-bottom:0}.tutor-single-course-sidebar .tutor-price-preview-box{background-color:#fff;padding-bottom:30px;border:none}.tutor-single-course-sidebar .tutor-price-preview-box .price{padding:0 10px}.tutor-single-course-sidebar .tutor-price-preview-box .tutor-single-course-segment{padding:0;background-color:#fff0}.tutor-segment-title,.tutor-single-course-segment .tutor-segment-title{font-weight:700}.tutor-single-course-sidebar .tutor-price-preview-box .tutor-single-course-segment{padding:0 10px}.tutor-course-loop .tutor-course-loop-title h2{margin:10px 0}.tutor-course-loop .tutor-course-loop-title h2 a{color:#07294d}.tutor-course-loop .tutor-loop-author .tutor-single-course-author-name{margin-right:7px}.tutor-form-group.tutor-reg-form-btn-wrap .tutor-button{background-color:#ecb101;border-color:#ecb101}.tutorque_student_registration_wrapper,.tutorque_instructor_registration_wrapper{padding-bottom:80px}.tutor-full-width-student-profile{padding-top:100px;padding-bottom:25px}.tutor-course-details-header .tutor-course-details-title{display:none}.tutor-course-details-page .tutor-fs-6{font-size:inherit}.tutor-course-details-page .tutor-default-tab .tutor-showmore-content h2{font-size:20px;line-height:30px}.tutor-course-details-page .tutor-default-tab .tutor-course-details-widget-title,.tutor-course-details-page .tutor-default-tab h3{font-size:20px;line-height:30px}.tutor-course-details-page .tutor-course-sidebar-card-body .tutor-fs-7{font-size:inherit}.tutor-course-details-page .tutor-course-sidebar-card-footer .tutor-fs-7{font-size:inherit}.tutor-course-details-page .tutor-course-details-widget .tutor-course-details-widget-title{font-size:20px;line-height:30px}.tutor-course-details-page .tutor-course-sidebar-card-pricing .tutor-fs-4{font-size:30px;line-height:40px}.tutor-course-details-page .tutor-ins-meta-item .tutor-fs-7{font-size:inherit}.tutor-courses-wrap .tutor-course-listing-item-body .list-item-title{font-size:24px;line-height:34px}.tutor-courses-wrap .tutor-course-listing-item-sm .tutor-ratings{margin-bottom:20px}.tutor-courses-wrap .tutor-course-listing-item-sm .tutor-ratings .tutor-rating-text{font-size:15px}.tutor-courses-wrap .tutor-course-listing-item-sm .tutor-ratings .tutor-rating-stars span{font-size:20px}.tutor-courses-wrap .tutor-course-listing-item-sm .list-item-author .tutor-fs-7{font-size:inherit}.tutor-courses-wrap .tutor-course-listing-item-sm .list-item-meta span:nth-child(2){font-size:14px}.tutor-courses-wrap .tutor-course-listing-item .tutor-course-listing-thumbnail{height:220px}.tutor-wrap.tutor-wrap-parent{padding:100px 0}.tutor-wrap.tutor-wrap-parent .tutor-course-details-content h2{font-size:20px;line-height:30px}.tutor-wrap.tutor-wrap-parent .tutor-card.tutor-course-card{border:0}.tutor-wrap.tutor-wrap-parent .tutor-card.tutor-course-card .list-item-price span{font-size:18px}.tutor-wrap.tutor-wrap-parent .tutor-card.tutor-course-card .tutor-course-name{margin:0}.tutor-wrap.tutor-wrap-parent .tutor-card.tutor-course-card .tutor-course-name a{font-size:20px;line-height:30px;font-weight:700}.tutor-wrap.tutor-wrap-parent .tutor-pagination{border:0;justify-content:center}.tutor-wrap.tutor-wrap-parent .tutor-pagination .tutor-pagination-hints{display:none}.tutor-wrap.tutor-wrap-parent .tutor-pagination .page-numbers:before{height:0}.tutor-wrap.tutor-wrap-parent .tutor-pagination .tutor-pagination-numbers .tutor-icon-angle-right{font-size:12px}.tutor-wrap.tutor-wrap-parent .tutor-pagination .tutor-pagination-numbers span,.tutor-wrap.tutor-wrap-parent .tutor-pagination .tutor-pagination-numbers a{border:0;background-color:#fff;width:50px;height:50px;line-height:50px;text-align:center;border-radius:5px;margin:0}.tutor-wrap.tutor-wrap-parent .tutor-pagination .tutor-pagination-numbers .page-numbers.current,.tutor-wrap.tutor-wrap-parent .tutor-pagination .tutor-pagination-numbers a:hover,.tutor-wrap.tutor-wrap-parent .tutor-pagination .tutor-pagination-numbers a span:hover{background-color:#ecb101;color:#fff}.tutor-wrap.tutor-wrap-parent .tutor-list-item label{font-weight:400}.tutor-wrap.tutor-wrap-parent .tutor-widget.tutor-widget-search input{height:50px;border-radius:6px}.tutor-single-course-sidebar .tutor-sidebar-card{border:0}.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body{background-color:#fff}.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body .tutor-course-single-pricing span{font-size:26px}.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body .tutor-fs-7{font-size:16px}#tutor-course-details-tab-info .tutor-course-content-title{font-size:20px}#tutor-course-details-tab-info .tutor-accordion-item{border:0}#tutor-course-details-tab-info .tutor-accordion-item .tutor-accordion-item-header,#tutor-course-details-tab-info .tutor-accordion-item .tutor-accordion-item-header.is-active{font-size:16px;background-color:#fff}#tutor-course-details-tab-info .tutor-accordion-item .tutor-course-content-list-item-duration{font-size:15px}#tutor-course-details-tab-reviews .tutor-pagination-wrapper-replaceable h3{font-size:20px}#tutor-course-details-tab-reviews .tutor-review-comment,#tutor-course-details-tab-reviews .tutor-reviewed-on{font-size:15px}#tutor-course-details-tab-reviews .tutor-reviewer-name a{font-weight:700}.tutor-single-course-sidebar-more>div,.tutor-single-course-sidebar-more>div:first-child,.tutor-single-course-sidebar-more>div:last-child{border:0}.tutor-frontend-dashboard .tutor-grid .tutor-card{background-color:#f9f9f9}.tutor-frontend-dashboard .tutor-fs-7{font-size:16px}.tutor-frontend-dashboard .tutor-fs-6{font-size:15px}.tutor-frontend-dashboard .tutor-fs-5{font-size:20px}#tutor-registration-from{width:520px;margin:0 auto;background-color:#fff;padding:40px;border-radius:10px}.tutor-login-wrap{padding:40px;box-shadow:0 0;border-radius:10px}.tutor-login-wrap .tutor-fs-6{font-size:16px}.tutor-login-wrap .tutor-fs-5{font-size:26px;font-weight:700;text-align:center}.tutor-login-wrap .tutor-form-control{height:50px;padding-left:20px;font-weight:500;border-radius:5px}@media only screen and (max-width:767px){#tutor-registration-from,.tutor-login-wrap{width:320px;padding:20px}}.post-type-archive-notice .notice-archive-post-container{display:flex;flex-wrap:wrap}.edumodo-notice article.notice,.edumodo-notice .type-notice{box-shadow:0 3px 7px 0 rgb(0 0 0 / .1);transition:all 0.3s ease;background:#fff;border:0 solid #000}.edumodo-notice article.notice:hover,.edumodo-notice .type-notice:hover{box-shadow:0 7px 21px 0 rgb(0 0 0 / .1)}.edumodo-notice article.notice figure,.edumodo-notice .type-notice figure{position:relative}.edumodo-notice article.notice figure a:before,.edumodo-notice .type-notice figure a:before{position:absolute;content:"";background-color:rgb(36 44 94 / .8);left:0;right:0;top:0;bottom:0;opacity:0;-webkit-transform:scale(.1);transform:scale(.1);-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.edumodo-notice article.notice figure a:after,.edumodo-notice .type-notice figure a:after{position:absolute;content:"";background:#fff;color:#242c5e;left:0;right:0;top:0;bottom:0;height:45px;width:45px;margin:auto;display:flex;align-items:center;justify-content:center;font-size:18px;opacity:0;transition:all 0.3s ease;content:"\f19d";font-family:FontAwesome;border-radius:50%}.edumodo-notice article.notice .notice-details,.edumodo-notice .type-notice .notice-details{padding:30px}.edumodo-notice article.notice .notice-details .entry-header .notice-entry-title,.edumodo-notice .type-notice .notice-details .entry-header .notice-entry-title{font-size:22px;font-weight:700}.edumodo-notice article.notice .notice-details .entry-header .notice-entry-title a,.edumodo-notice .type-notice .notice-details .entry-header .notice-entry-title a{color:#07294d}.edumodo-notice article.notice .notice-details .entry-header .notice-entry-title a:hover,.edumodo-notice .type-notice .notice-details .entry-header .notice-entry-title a:hover{color:#ecb101}.edumodo-notice article.notice .notice-details .notice-meta,.edumodo-notice .type-notice .notice-details .notice-meta{margin-bottom:10px;color:gray;font-size:14px}.edumodo-notice article.notice .notice-details .notice-meta i,.edumodo-notice .type-notice .notice-details .notice-meta i{color:#ecb101;margin-right:5px}.edumodo-notice article.notice .notice-details .notice-meta span,.edumodo-notice .type-notice .notice-details .notice-meta span{margin-right:10px;color:#07294d}.edumodo-notice article.notice .notice-details .notice-meta .post-date i,.edumodo-notice .type-notice .notice-details .notice-meta .post-date i{padding-right:3px}.edumodo-notice article.notice .notice-details .notice-meta .post-date a,.edumodo-notice .type-notice .notice-details .notice-meta .post-date a{padding-left:3px;color:gray}.edumodo-notice article.notice .notice-details .notice-meta .post-view i,.edumodo-notice .type-notice .notice-details .notice-meta .post-view i{padding-right:3px}.edumodo-notice article.notice .notice-details .entry-content p,.edumodo-notice .type-notice .notice-details .entry-content p{margin-bottom:5px;color:gray}.edumodo-notice article.notice:hover figure a:before,.edumodo-notice .type-notice:hover figure a:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.edumodo-notice article.notice:hover figure a:after,.edumodo-notice .type-notice:hover figure a:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.edumodo-notice .hentry{margin-bottom:25px}.single-notice .post-cat{color:gray;font-size:14px}.single-notice .post-cat a{position:relative;padding-right:8px;color:#4b5158}.single-notice .post-cat a:after{content:",";position:absolute;color:gray}.single-notice .post-cat a:hover{color:#ecb101}.single-notice .post-cat a:last-child:after{display:none}.edumodo-notice-1 .notice .notice-details{padding:5px 30px}.edumodo-notice-1 .notice .notice-details .entry-header{margin:20px 0 0}.edumodo-notice-1 .notice .notice-details .entry-header .notice-entry-title{font-size:22px;line-height:32px;font-weight:700}.edumodo-notice-1 .notice .notice-details .notice-meta{margin-bottom:15px;font-size:14px}.edumodo-notice-1 .notice .notice-details .notice-meta i{color:#ecb101;margin-right:5px}.edumodo-notice-1 .notice .notice-details .notice-meta span{padding-right:15px;color:#07294d}.edumodo-notice-1 .notice{border:0;padding:0;border-radius:8px;background-color:#fff;overflow:hidden;margin-bottom:30px}.edumodo-notice-1 .notice .notice-details{padding:10px 30px 10px}.single-notice{border:0;background-color:#fff;border-radius:8px}.single-notice .content-details{padding:30px 30px 30px}.single-notice .content-details .entry-title{font-weight:700;margin-top:0}.single-notice .content-details .entry-meta ul{margin:0 0 20px;padding:0}.single-notice .content-details .entry-meta ul li{list-style:none;display:inline-block;margin-right:15px;text-transform:capitalize}.single-notice .content-details .entry-meta ul li i{color:#ecb101;margin-right:5px}.single-notice .content-details .entry-meta ul li .post-cat a{color:#07294d;font-size:15px}.single-notice .content-details .entry-footer{overflow:hidden}.single-notice .content-details .entry-footer .social-share a{margin-left:10px}.single-notice .post-thumbnail img{border-radius:8px 8px 0 0}.notice,div.error,div.updated{border:0}.post-type-archive-notice .content-wrap{padding-bottom:70px}.post-type-archive-notice .edumodo-pagination .pagination{padding-bottom:30px}@media only screen and (min-width:768px) and (max-width:991px){.single-post.single-notice{margin-bottom:30px}}@media only screen and (max-width:767px){.tx-notice-single .col-md-8.content-wrapper{padding-right:15px}.single-post.single-notice{margin-bottom:30px}}.edumodo-testimonial .inner-wrapper{text-align:center}.edumodo-testimonial .inner-wrapper .inner-image{text-align:center}.edumodo-testimonial .edumodo-testimoni-wrapper{transition:all 0.3s ease;padding:40px 25px 40px 15px;overflow:hidden;margin:10px 0;position:relative;border-radius:3px;background-color:#fff;box-shadow:0 3px 7px 0 rgb(0 0 0 / .1)}.edumodo-testimonial .edumodo-testimoni-wrapper .testimoni-image{margin:0;width:90px;height:90px;min-height:90px;min-width:90px;border-radius:50%;object-fit:cover;box-shadow:0 5px 23.75px 1.25px rgb(46 61 73 / .2)}@media all and (min-width:0) and (max-width:768px){.edumodo-testimonial .edumodo-testimoni-wrapper .testimoni-image{min-height:200px;min-width:200px;margin-bottom:20px}}.edumodo-testimonial .edumodo-testimoni-wrapper .testimony .desc{margin-bottom:20px}.edumodo-testimonial .edumodo-testimoni-wrapper .testimony .name-des .name{margin-top:5px}.edumodo-testimonial .edumodo-testimoni-wrapper .testimony .name-des.position-right{display:flex;align-items:center}.edumodo-testimonial .edumodo-testimoni-wrapper .testimony .name-des.position-right .designation{margin-left:10px}.edumodo-testimonial .edumodo-testimoni-wrapper .testimony .name-des.position-bottom{display:block}.edumodo-testimonial .edumodo-testimoni-wrapper .testimony .name-des.position-bottom .designation{display:block}.edumodo-testimonial .edumodo-testimoni-wrapper:hover{border-radius:3px;background-color:#fff;box-shadow:0 7px 21px 0 rgb(0 0 0 / .1)}.edumodo-testimonial .edumodo-testimoni-wrapper:before{font-family:FontAwesome;content:"\f10e";opacity:.1;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;display:flex;align-items:center;justify-content:center;font-size:85px;transition:all 0.3s ease}.edumodo-testimonial .edumodo-testimoni-wrapper.align-right .position-right{justify-content:flex-end}.edumodo-testimonial .edumodo-testimoni-wrapper.align-center .position-right{justify-content:center}.edumodo-testimonial .edumodo-testimoni-wrapper.align-left .position-right{justify-content:flex-start}.edumodo-testimonial .owl-nav .owl-carousel-left,.edumodo-testimonial .owl-nav .owl-carousel-right{position:absolute;z-index:999999;top:33%;width:35px;height:35px;text-align:center;padding:0}.edumodo-testimonial .owl-nav .owl-carousel-left{left:0}.edumodo-testimonial .owl-nav .owl-carousel-right{right:0}@media (max-width:768px){.edumodo-testimonial .owl-nav{display:none}}.edumodo-testimonial .owl-dots{margin:30px auto;text-align:center}.edumodo-testimonial .owl-dots .owl-dot{width:13px;height:13px;border-radius:100%;border:1px solid #3e5afb;margin-right:5px;display:inline-block;padding:0;background:#3e5afb}.edumodo-testimonial .owl-dots .owl-dot.active{background:#ecb101;border-color:#ecb101}.edumodo-latest-posts .latest-posts-1{border-radius:3px;background-color:#fff;box-shadow:0 5px 25px 0 rgb(46 61 73 / .2);transition:all 0.5s ease}.edumodo-latest-posts .latest-posts-1 .post-thumbnail{position:relative;overflow:hidden}.edumodo-latest-posts .latest-posts-1 .post-thumbnail a img{transform:scale(1);transition:all 0.5s ease}.edumodo-latest-posts .latest-posts-1 .post-thumbnail:hover a img{transform:scale(1.2);transition:all 0.5s ease}.edumodo-latest-posts .latest-posts-1:hover{box-shadow:0 7px 21px 0 rgb(0 0 0 / .1);transition:all 0.5s ease}.edumodo-latest-posts .latest-posts-1 .post-content-body{padding:30px}.edumodo-latest-posts .latest-posts-1 .post-content-body .entry-meta{font-size:14px;text-transform:capitalize;color:gray}.edumodo-latest-posts .latest-posts-1 .post-content-body .entry-meta span{margin-right:10px}.edumodo-latest-posts .latest-posts-1 .post-content-body .entry-meta span i{margin-right:5px}.edumodo-latest-posts .latest-posts-1 .post-content-body .entry-meta span a{color:gray}.edumodo-latest-posts .latest-posts-1 .post-content-body .entry-meta span a:hover{color:#ecb101}.edumodo-latest-posts .latest-posts-1 .post-content-body .post-entry-title{font-size:18px;line-height:25px;font-weight:700}.edumodo-latest-posts .latest-posts-1 .post-content-body .post-entry-title a:hover{color:#ecb101}.edumodo-latest-posts .latest-posts-1 .post-content-body .entry-content{font-size:16px}.edumodo-latest-posts .latest-posts-1 .post-content-body .blog-btn{font-size:14px;text-transform:uppercase;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.edumodo-latest-posts .latest-posts-1 .post-content-body .blog-btn a{color:#ecb101;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.edumodo-latest-posts .latest-posts-1 .post-content-body .blog-btn a:hover{color:#242c5e;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.edumodo-latest-posts .latest-posts-1 .post-content-body .blog-btn a:hover i{margin-left:12px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.edumodo-latest-posts .latest-posts-1 .post-content-body .blog-btn i{margin-left:8px;font-size:10px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.edumodo-latest-posts.kindergarten .latest-posts-2{background-color:#fff;margin-bottom:40px;border-radius:10px;box-shadow:0 0 0 rgb(255 255 255 / .8);overflow:hidden;border-style:solid;border-width:0 1px 3px 1px;border-color:#ff6766;transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}.edumodo-latest-posts.kindergarten .latest-posts-2 figure.post-thumbnail{overflow:hidden}.edumodo-latest-posts.kindergarten .latest-posts-2 figure.post-thumbnail img{height:250px;object-fit:cover;transition:all 0.5s ease;overflow:hidden}.edumodo-latest-posts.kindergarten .latest-posts-2 figure.post-thumbnail img:hover{transform:scale(1.1,1.1);transition:all 0.5s ease}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body{text-align:center}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .post-entry-title{font-size:20px;line-height:26px;color:#fc4d2c;font-weight:700;text-align:center;margin:25px}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .post-entry-title a{color:#07294d333}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .entry-meta{border-bottom:1px dashed;border-color:#fc4d2c;padding-bottom:25px;font-weight:700;margin:0 30px}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .entry-meta .post-date{display:inline-block;margin-right:20px;position:relative}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .entry-meta .post-date a{color:#00bcd4}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .entry-meta .post-date:before{position:absolute;height:15px;width:2px;background:#4fac1c;content:"";right:-12px;top:4px}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .entry-meta .post-cat{display:inline-block}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .entry-meta .post-cat ul.post-categories{list-style:none;padding:0}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .entry-meta .post-cat ul.post-categories li{display:inline-block;margin-right:5px}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .entry-meta .post-cat ul.post-categories li a{color:#fc4d2c}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .entry-content{font-weight:700;padding:30px}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body footer.blog-entry-footer{padding:0 30px 30px 30px}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .blog-btn{background-repeat:no-repeat;background-position:center;padding:25px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-latest-posts.kindergarten .latest-posts-2 .post-content-body .blog-btn a{color:#fff;text-transform:uppercase;font-weight:700;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.edumodo-latest-posts.kindergarten .blog-content-wrapper:nth-child(3n+2) .latest-posts-2{border-color:#1aa943}.edumodo-latest-posts.kindergarten .blog-content-wrapper:nth-child(3n+2) .entry-meta{border-color:#1aa943}.edumodo-latest-posts.kindergarten .blog-content-wrapper:nth-child(3n+2) .entry-meta .post-date:before{background-color:#1aa943}.edumodo-latest-posts.kindergarten .blog-content-wrapper:nth-child(3n+2) .entry-meta .post-cat ul.post-categories li a{color:#1aa943}.edumodo-latest-posts.kindergarten .blog-content-wrapper:nth-child(3n+2) .post-content-body .blog-btn{background-image:url(/wp-content/themes/edumodo/dist/images/btn-2.png)}.edumodo-latest-posts.kindergarten .blog-content-wrapper:nth-child(3n+3) .latest-posts-2{border-color:#039bf8}.edumodo-latest-posts.kindergarten .blog-content-wrapper:nth-child(3n+3) .entry-meta{border-color:#039bf8}.edumodo-latest-posts.kindergarten .blog-content-wrapper:nth-child(3n+3) .entry-meta .post-date:before{background-color:#039bf8}.edumodo-latest-posts.kindergarten .blog-content-wrapper:nth-child(3n+3) .entry-meta .post-cat ul.post-categories li a{color:#039bf8}.edumodo-latest-posts.kindergarten .blog-content-wrapper:nth-child(3n+3) .post-content-body .blog-btn{background-image:url(/wp-content/themes/edumodo/dist/images/btn-3.png)}.edumodo-latest-posts.kindergarten .blog-content-wrapper:nth-child(3n+1) .post-content-body .blog-btn{background-image:url(/wp-content/themes/edumodo/dist/images/btn-1.png)}.main-post .content-body{padding:0 30px 10px}.main-post.has-post-thumbnail .edumodo-post-img{margin-bottom:0}.main-post.has-post-thumbnail .edumodo-post-img .entry-meta ul.post-categories{padding:5px 20px 0 24px;display:inline-block}.main-post.has-post-thumbnail .edumodo-post-img .entry-meta ul.post-categories li a{font-weight:400;font-size:14px}.main-post.gallery-formate .owl-nav button,.main-post.gallery-formate .owl-dots button{border:none}.main-post.gallery-formate .owl-nav{position:absolute;bottom:10px;left:10px}.main-post.gallery-formate .owl-nav button{width:30px;height:30px;padding:0;border-radius:50px;margin-right:5px}.main-post.gallery-formate .owl-dots button{display:none}.entry-footer-body .post-meta.pull-left,.entry-footer-body .edit.pull-left{padding-top:8px}.edumodo-event-1 .row{margin:0}.edumodo-event-1 .event-wrapper{padding:30px 20px;transition:all 0.5s ease;color:#fff}.edumodo-event-1 .event-wrapper:hover{transform:scale(.95,.95);transition:all 0.5s ease}.edumodo-event-1 .event-wrapper .e-single-event .e-event-title h2{font-family:'Poppins',sans-serif;font-size:18px;margin:0;font-weight:700;line-height:24px;transition:all 0.3s ease}.edumodo-event-1 .event-wrapper .e-single-event .e-event-title h2:hover{transition:all 0.3s ease}.edumodo-event-1 .event-wrapper .e-single-event .e-event-description{margin:10px 0}.edumodo-event-1 .event-wrapper .e-single-event .e-featured-image{max-height:180px;overflow:hidden}@media (max-width:768px){.edumodo-event-1 .event-wrapper .e-single-event .e-featured-image{max-height:160px}}.edumodo-event-1 .event-wrapper .e-single-event .link-to-main-post{color:#fff}.edumodo-event-1 .event-wrapper .e-single-event .e-event-time.date-top{margin-bottom:15px}.edumodo-event-1 .event-wrapper .e-single-event .e-event-time.date-middle{margin:10px 0}.edumodo-event-1 .event-wrapper .e-single-event .e-event-time.date-bottom{margin-top:10px}.edumodo-event-1 .event-wrapper .e-single-event .e-featured-image.image-top{margin:10px 0 20px}.edumodo-event-1 .event-wrapper .e-single-event .e-featured-image.image-middle{margin:20px 0}.edumodo-event-1 .event-wrapper .e-single-event .e-featured-image.image-bottom{margin:20px 0}@media (max-width:768px){.edumodo-event-1{padding:0 10px}}.event-style-1{overflow:hidden;border-radius:4px}.event-style-1 .event-wrapper{display:flex;align-items:center}@media (max-width:992px){.event-style-1 .event-wrapper{display:block}}.event-style-1 .event-wrapper .event-featured-image{text-align:center;position:relative;display:block}.event-style-1 .event-wrapper .event-featured-image .featured-image{width:100%;box-shadow:1px 1px 20px #e8e9eb;overflow:hidden;border-radius:4px;position:relative}.event-style-1 .event-wrapper .event-featured-image .featured-image img{border-radius:4px;margin:0;transition:all 0.5s ease}.event-style-1 .event-wrapper .event-featured-image .event-time{position:absolute;left:0;right:0;top:-20px;z-index:2}.event-style-1 .event-wrapper .event-featured-image .event-time span{background:#fff;color:#ecb101;display:inline-block;padding:5px 15px;box-shadow:1px 1px 10px rgb(232 233 235 / .8);border-radius:3px;font-size:16px}.event-style-1 .event-wrapper .event-featured-image .events-date{position:absolute;z-index:2;background:#fff;color:#ecb101;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.event-style-1 .event-wrapper .event-featured-image .events-date .only-day{display:block;font-size:30px;font-weight:700;margin-bottom:10px}.event-style-1 .event-wrapper .event-featured-image .date-top-right{top:0;right:0}.event-style-1 .event-wrapper .event-featured-image .date-top-left{left:0;top:0}.event-style-1 .event-wrapper .event-featured-image .date-bottom-right{bottom:0;right:0}.event-style-1 .event-wrapper .event-featured-image .date-bottom-left{left:0;bottom:0}.event-style-1 .event-wrapper .event-featured-image:hover .featured-image img{transform:scale(1.1,1.1)}.event-style-1 .event-wrapper .event-content{display:inline-block;padding:0 30px}.event-style-1 .event-wrapper .event-content .event-title{transition:all 0.5s ease}.event-style-1 .event-wrapper .event-content .event-title .tgx-post-title{font-weight:700;transition:all 0.5s ease;font-family:'Poppins',sans-serif;margin:0;margin-bottom:20px;text-transform:capitalize}.event-style-1 .event-wrapper .event-content .event-title:hover .tgx-post-title{color:#ecb101}.event-style-1 .event-wrapper .event-content .event-meta{font-size:14px;margin:15px 0}.event-style-1 .event-wrapper .event-content .event-meta span{margin-right:10px}.event-style-1 .event-wrapper .event-content .event-excerpt{color:#525c65}@media (max-width:992px){.event-style-1 .event-wrapper .event-content{margin:35px 0}}@media (max-width:768px){.event-style-1{margin:0 15px 40px}}.event-style-2 .ed-event-row{margin-bottom:30px}.event-style-2 .ed-event-row:last-child{margin-bottom:0}.event-style-2 .ed-event-row:after{content:"";display:table;clear:both}.event-style-2 .ed-event-column{float:left;padding:10px;height:200px}@media (max-width:768px){.event-style-2 .ed-event-column{height:250px}}@media (max-width:480px){.event-style-2 .ed-event-column{height:200px}}.event-style-2>div:nth-child(3n+2)>div.ed-event-column.ed-event-left{background-color:#5263fe}.event-style-2>div:nth-child(3n+3)>div.ed-event-column.ed-event-left{background-color:#ffa14d}.event-style-2 .ed-event-content .event-meta{color:#07294d;font-size:14px;margin:10px 0}.event-style-2 .ed-event-content .event-meta span{margin-right:10px}.event-style-2 .ed-event-content a .ed-event-title{color:#07294d;font-size:20px}.event-style-2 .ed-event-content a:hover .ed-event-title{color:#ecb101;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.event-style-2 .ed-event-excerpt{margin-bottom:10px;color:#07294d}@media (max-width:768px){.event-style-2{margin:0 15px 30px}}@media (max-width:992px){.class-widget-event .image-on-the-right-side{display:flex!important;flex-direction:column;flex-flow:column-reverse}}#tribe-events .single-event-featured-image img{min-height:500px;max-height:550px;object-fit:cover;margin:15px 0}#tribe-events .tribe-events-single-event-title{font-size:48px;font-family:'Poppins',sans-serif;font-weight:700}#tribe-events .tribe-events-schedule{display:flex;align-items:center;width:100%;margin-top:0}#tribe-events .tribe-events-schedule h2{width:80%;color:#4b5158;font-size:20px}@media (max-width:768px){#tribe-events .tribe-events-schedule h2{width:100%;text-align:left;margin:15px 0;margin-top:15px!important}}@media (max-width:768px){#tribe-events .tribe-events-schedule{display:block;border:none;padding:0}}#tribe-events .tribe-events-schedule .event-cost-header{text-align:right;width:20%;font-weight:700;font-family:'Poppins',sans-serif;font-size:22px}@media (max-width:768px){#tribe-events .tribe-events-schedule .event-cost-header{width:100%;text-align:left}}#tribe-events .tribe-events-single-event-description img{max-height:450px;object-fit:cover}#tribe-events .tribe-events-button{background:#ecb101;padding:14px 30px;margin-bottom:40px;border-radius:50px}@media (max-width:768px){#tribe-events .tribe-events-button{padding:0px!important;font-weight:700}}#tribe-events .edumodo-section-title{font-weight:700;margin-bottom:35px;font-size:24px}@media (max-width:768px){#tribe-events .tribe-events-cal-links .tribe-events-button{padding:5px 15px!important}}#tribe-events .upper-part-of-single-event-featured-image .tribe-events-single-event-title{font-size:24px}#tribe-events .upper-part-of-single-event-featured-image .tribe-events-schedule{margin-bottom:0}#tribe-events .upper-part-of-single-event-featured-image .tribe-events-schedule h2{font-size:16px;font-weight:400;margin-top:0}#tribe-events .speaker-list{margin-bottom:35px;display:inline-block;width:100%}#tribe-events .speaker-list .speaker-list-wrapper{margin:50px -15px}#tribe-events .speaker-list .speaker-list-wrapper .edumodo-section-title{margin-left:15px}#tribe-events .speaker-list .speaker-list-wrapper .single-speaker-wrapper{box-shadow:1px 1px 5px rgb(232 233 235 / .9);text-align:center;padding-bottom:35px;background:#fff;position:relative;overflow:hidden}#tribe-events .speaker-list .speaker-list-wrapper .single-speaker-wrapper .speaker-image{position:relative;z-index:1;overflow:hidden}#tribe-events .speaker-list .speaker-list-wrapper .single-speaker-wrapper .speaker-image img{width:100%;transition:all 0.5s ease}#tribe-events .speaker-list .speaker-list-wrapper .single-speaker-wrapper .speaker-name{position:relative;z-index:1;margin-top:30px}#tribe-events .speaker-list .speaker-list-wrapper .single-speaker-wrapper .speaker-name h3{font-size:18px;font-weight:700;margin-top:0}#tribe-events .speaker-list .speaker-list-wrapper .single-speaker-wrapper .speaker-role{position:relative;z-index:1;font-size:16px}#tribe-events .speaker-list .speaker-list-wrapper .single-speaker-wrapper:hover .speaker-image img{transform:scale(1.1,1.1)}#tribe-events .organizer-list{margin-bottom:35px;display:inline-block}#tribe-events .organizer-list .organizer-list-wrapper .single-organizer{box-shadow:1px 1px 5px rgb(232 233 235 / .8);margin-bottom:35px;display:inline-block;width:100%;cursor:pointer;background:#fff}#tribe-events .organizer-list .organizer-list-wrapper .single-organizer .organizer-image-wrapper{padding:0;overflow:hidden}#tribe-events .organizer-list .organizer-list-wrapper .single-organizer .organizer-image-wrapper img{min-height:300px;object-fit:cover;transition:all 0.5s ease}#tribe-events .organizer-list .organizer-list-wrapper .single-organizer .organizer-meta-wrapper{padding:15px 50px;position:relative;z-index:2}#tribe-events .organizer-list .organizer-list-wrapper .single-organizer .organizer-meta-wrapper .col-md-4{padding:0}#tribe-events .organizer-list .organizer-list-wrapper .single-organizer .organizer-meta-wrapper .col-md-4 label,#tribe-events .organizer-list .organizer-list-wrapper .single-organizer .organizer-meta-wrapper .col-md-4 span{font-size:16px}#tribe-events .organizer-list .organizer-list-wrapper .single-organizer .organizer-meta-wrapper .organizer-content{font-size:16px}#tribe-events .organizer-list .organizer-list-wrapper .single-organizer:hover .organizer-image-wrapper img{transform:scale(1.1,1.1)}#tribe-events .organizer-list .organizer-list-wrapper .single-organizer:hover .organizer-image-wrapper h3:after{height:120%}#tribe-events .venue-list{display:inline-block}#tribe-events .venue-list .venue-list-wrapper .single-venue{box-shadow:1px 1px 5px rgb(232 233 235 / .8);margin-bottom:35px;display:inline-block;width:100%;cursor:pointer;background:#fff}#tribe-events .venue-list .venue-list-wrapper .single-venue .venue-image-wrapper{padding:0;overflow:hidden}#tribe-events .venue-list .venue-list-wrapper .single-venue .venue-image-wrapper img{max-height:350px;object-fit:cover;transition:all 0.5s ease;width:100%}#tribe-events .venue-list .venue-list-wrapper .single-venue .venue-content{font-size:16px}#tribe-events .venue-list .venue-list-wrapper .single-venue .venue-content .venue-meta{padding-top:30px;display:inline-block;width:100%;text-align:center}#tribe-events .venue-list .venue-list-wrapper .single-venue .venue-content .venue-meta .google-map-link{font-weight:700;font-family:'Poppins',sans-serif}#tribe-events .venue-list .venue-list-wrapper .single-venue .venue-content .venue-content-wrapper{padding:30px;padding-top:0;display:inline-block;width:100%}#tribe-events .venue-list .venue-list-wrapper .single-venue .venue-content .venue-content-wrapper .tribe-events-venue-map{float:none;width:100%;margin:0;border:none;padding:0}#tribe-events .venue-list .venue-list-wrapper .single-venue:hover .venue-image-wrapper img{transform:scale(1.1,1.1)}#tribe-events .tribe-events-button,#tribe-events .tribe-events-button{font-size:14px;font-weight:500}#tribe-bar-collapse-toggle{display:none!important}@media (max-width:1199px){.bar-and-view-filter-wrapper{flex-flow:column}}#tribe-events-bar{margin-bottom:0;background:#fff;box-shadow:3px 10px 30px rgb(232 233 235 / .5)}@media (min-width:992px){#tribe-events-bar{margin-top:40px;margin-bottom:40px}}@media (max-width:768px){#tribe-events-bar{padding:20px 0 35px}}@media (max-width:768px){#tribe-events-bar #tribe-bar-views,#tribe-events-bar .tribe-bar-filters{margin-bottom:35px}}#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner{padding:0 0 30px 0;background:#fff0;text-align:center}@media (max-width:768px){#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner{padding:0}}#tribe-events-bar #tribe-bar-views label{display:none}#tribe-events-bar #tribe-bar-views .tribe-bar-views-list{position:initial}#tribe-events-bar #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option{display:inline-block!important;width:auto;text-align:center;margin:0 10px}@media (max-width:768px){#tribe-events-bar #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option{margin:5px}}#tribe-events-bar #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{display:inline-block;padding:13px 25px;border-radius:50px;background:#e8e9eb;box-shadow:1px 1px 10px rgb(232 233 235 / .6);transition:all 0.5s ease}@media (max-width:768px){#tribe-events-bar #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding:10px 20px}}@media (min-width:768px){#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner{display:flex}}#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner label{display:none}#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner input[type="text"]{border-bottom:solid 1px #e8e9eb;padding:10px 15px 10px 0;transition:all 0.5s ease}#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner input[type="text"]:focus{border-bottom:solid 1px #ecb101;outline:none}#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner div{width:auto}#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit{margin-left:0}#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit input[type="submit"]{padding:15px 40px;line-height:1;border-radius:50px}#tribe-events-footer a{font-family:'Poppins',sans-serif}@media (min-width:768px){#tribe-events-footer a:hover{color:#ecb101}}#tribe-events-footer:after,#tribe-events-footer:before{content:none}@media (max-width:768px){#tribe-events-footer .tribe-events-sub-nav li{width:100%!important;margin-bottom:15px!important}#tribe-events-footer .tribe-events-sub-nav li a{background:#ecb101;border-radius:50px}}.tribe-events-day .type-tribe_events .edumodo-day-view{position:relative;box-shadow:1px 1px 20px rgb(232 233 235 / .8);padding:35px 35px;background:#fff}@media (max-width:768px){.tribe-events-day .type-tribe_events .edumodo-day-view{padding:0}}.tribe-events-day .type-tribe_events .edumodo-day-view .featured-image{padding-left:0}@media (max-width:768px){.tribe-events-day .type-tribe_events .edumodo-day-view .featured-image{padding:0}}.tribe-events-day .type-tribe_events .edumodo-day-view .featured-image .tribe-events-event-image{width:100%;margin:0;overflow:hidden;display:inline-block}.tribe-events-day .type-tribe_events .edumodo-day-view .featured-image .tribe-events-event-image img{transition:all 0.5s ease;display:inline-block;min-height:350px;object-fit:cover}@media (max-width:768px){.tribe-events-day .type-tribe_events .edumodo-day-view .day-event-contant{padding:20px;display:inline-block}}.tribe-events-day .type-tribe_events .edumodo-day-view .day-event-contant .title-price{position:relative}.tribe-events-day .type-tribe_events .edumodo-day-view .day-event-contant .title-price .tribe-events-event-cost{position:absolute;right:0;top:0;background:#ecb101;border:none;color:#fff;font-weight:700;border-radius:50px}@media (max-width:768px){.tribe-events-day .type-tribe_events .edumodo-day-view .day-event-contant .title-price .tribe-events-event-cost{position:relative;margin:15px 0 15px;display:inline-block}}.tribe-events-day .type-tribe_events .edumodo-day-view .day-event-contant .title-price .tribe-events-event-cost span{border:none;padding:10px 25px;display:inline-block}.tribe-events-day .type-tribe_events .edumodo-day-view .day-event-contant .tribe-events-list-event-title a{font-size:24px;color:#07294d!important}.tribe-events-day .type-tribe_events .edumodo-day-view .day-event-contant .tribe-events-list-event-title a:hover{color:#ecb101!important}.tribe-events-day .type-tribe_events .edumodo-day-view .day-event-contant .tribe-events-event-meta span{color:rgb(119 119 119 / .8)}.tribe-events-day .type-tribe_events .edumodo-day-view .day-event-contant .tribe-events-read-more{display:inline-block;margin-top:10px}.tribe-events-day .type-tribe_events .featured-event{color:#4b5158}.tribe-events-day .type-tribe_events .featured-event .tribe-events-list-event-description{color:#4b5158}.tribe-events-day .type-tribe_events .featured-event .tribe-events-list-event-title a{font-size:24px;color:#07294d!important;padding-left:45px}.tribe-events-day .type-tribe_events .featured-event .tribe-events-list-event-title a:hover{color:#ecb101}.tribe-events-day .type-tribe_events .featured-event .tribe-events-list-event-title:before{content:'\f005';font-family:FontAwesome;background:#ecb101;font-size:16px;text-align:center;width:35px;height:35px;line-height:35px;color:#fff;position:absolute;border-radius:50%}.tribe-events-day .type-tribe_events .featured-event .tribe-events-event-cost{margin:0;top:15px!important}ul.tribe-bar-views-list{display:block!important}#tribe-bar-views .tribe-bar-views-option:last-child{border-radius:50px}#tribe-bar-views .tribe-bar-views-option{padding:14px 30px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}#tribe-bar-views-toggle{display:none}#tribe-bar-views .tribe-bar-views-list{background:#fff0}#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner{padding:0}#tribe-bar-views .tribe-bar-views-option.tribe-bar-active{background:#ecb101;color:#fff}#tribe-events-bar #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option{border:1px solid #ddd;text-transform:uppercase;font-size:14px;font-weight:400;border-radius:100px}.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading{background:#fff0;color:#07294d;font-size:30px;margin:0em 0 .85em;text-transform:inherit}#tribe-bar-views .tribe-bar-views-option:hover{background:#242c5e;color:#fff;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.main-post{border-radius:10px;overflow:hidden;background-color:#fff;margin-bottom:40px}.main-post .edumodo-post-img{position:relative}.main-post .edumodo-post-img .post-triangle{position:absolute;top:0;right:0;background-color:#ecb101;color:#fff;padding:15px 20px;font-size:20px;border-radius:0 10px 0}.main-post .entry-content{padding:40px}.main-post .entry-content .entry-title{font-weight:700;font-size:28px;line-height:38px;margin:10px 0 15px}.main-post .entry-content .entry-title a:hover{color:#ecb101}.main-post .entry-content .entry-meta ul{margin:0;padding:0}.main-post .entry-content .entry-meta ul li{list-style:none;display:inline-block;margin-right:20px;text-transform:capitalize;font-weight:400;color:#4b5158;font-size:15px}.main-post .entry-content .entry-meta ul li i{color:#ecb101;margin-right:8px}.main-post .entry-content .entry-meta ul li a{color:#4b5158}.main-post .entry-content .entry-meta ul li a i{color:#ecb101;margin-right:8px}.main-post .entry-content .entry-meta ul li a:hover{color:#ecb101}.main-post .entry-content .readmore-btn a{display:inline-block;font-weight:500;font-size:16px}.main-post .entry-content .readmore-btn a i{font-size:10px!important;display:inline-block;margin-left:8px}.main-post .entry-content .readmore-btn a:hover{color:#ecb101}.main-post.single-post{box-shadow:0 0;border-radius:6px}.main-post.single-post img{border-radius:10px}.main-post.single-post .entry-content{padding:30px 40px 40px}.content-wrapper .navigation.post-navigation{display:none}.entry-footer-body .post-tags-title{color:#07294d;font-weight:700;font-size:15px;margin-right:10px}.entry-footer-body .post-tags a{background-color:#F6F7F9;padding:6px 15px;display:inline-block;font-size:14px;border-radius:4px;font-weight:500;margin-right:10px}.entry-footer-body .social-share{margin:15px 0 0}.col-md-8.content-wrapper{padding-right:30px}.comments-area{margin-top:80px}.comments-area .comments-title{font-size:20px;line-height:30px;margin-bottom:40px;padding-bottom:15px;border-bottom:1px solid #eee}.comments-area .comment-respond input{height:50px;border-color:#eee;border-radius:4px}.comments-area .comment-respond textarea{border-color:#eee;border-radius:4px}.comments-area .comment-respond label{font-size:15px;font-weight:500}.comments-area .comment-respond input[type="checkbox"]{height:auto}.comments-area .comment-respond input[type="submit"]{border:0;padding:0 25px}.comments-area ol{list-style:none;padding:0}.comments-area .comment-list .comment-author.vcard img{border-radius:50%;width:50px;margin-right:10px}.comments-area .comment-list ol.children{padding-left:30px}.comments-area .comment-list>li{border-bottom:1px solid #eee;margin-bottom:30px}.comments-area .comment-list .comment-metadata{margin:15px 0 10px}.comments-area .comment-list .comment-metadata a{font-size:15px}.comments-area .comment-list .reply a{color:#ecb101;background-color:#eff7fd;padding:4px 20px;display:inline-block;border-radius:4px;font-weight:500;font-size:14px}.comments-area .comment-list .reply a:hover{background-color:#ecb101;color:#fff}.comments-area .comment-list .comment-body{margin-bottom:40px}.edumodo-pagination{text-align:center}.edumodo-pagination .pagination{margin:0}.edumodo-pagination .page-numbers{background-color:#fff;width:40px;height:40px;display:inline-block;line-height:40px;text-align:center;font-weight:600;font-size:18px;border-radius:4px;margin:0 2px}.edumodo-pagination .page-numbers i{font-size:12px}.edumodo-pagination .next.page-numbers{line-height:43px}.edumodo-pagination .page-numbers.current{background-color:#ecb101;color:#fff;transition:0.5s}.edumodo-pagination .page-numbers.current:hover{color:#07294d}@media only screen and (max-width:767px){.main-post.single-post .entry-content{padding:25px 20px 31px}.main-post .entry-content{padding:25px}.main-post .entry-content .entry-title{font-size:24px;line-height:34px}.widget-area{margin-top:70px}}.edumodo-video-popup-wrapper{position:relative}.edumodo-video-popup-wrapper .video i{width:120px;height:120px;line-height:120px;text-align:center;font-size:24px;background-color:#ffc600;color:#07294d;border-radius:50%}.edumodo-video-popup-wrapper a.play-icon-text{color:#ecb101}.edumodo-video-popup-wrapper .play-btn{width:100px;height:100px;background:radial-gradient(rgb(255 188 0 / .94) 60%,#ffffff 62%);border-radius:50%;position:relative;display:block;margin:0 auto;box-shadow:0 0 25px 3px rgb(255 255 255 / .8)}.edumodo-video-popup-wrapper .play-btn:before{content:"";position:absolute;width:150%;height:150%;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation:pulsate1 2s;animation:pulsate1 2s;-webkit-animation-direction:forwards;animation-direction:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:steps;animation-timing-function:steps;opacity:1;border-radius:50%;border:5px solid rgb(255 255 255 / .75);top:-25%;left:-25%;background:#fff0}.edumodo-video-popup-wrapper .play-btn:after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translateX(-40%) translateY(-50%);transform:translateX(-40%) translateY(-50%);transform-origin:center center;width:0;height:0;border-top:15px solid #fff0;border-bottom:15px solid #fff0;border-left:25px solid #fff;z-index:100;-webkit-transition:all 400ms cubic-bezier(.55,.055,.675,.19);transition:all 400ms cubic-bezier(.55,.055,.675,.19)}.edumodo-video-popup-wrapper .video-popup-4{position:relative}.edumodo-video-popup-wrapper .video-play-button{position:absolute;z-index:10;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);box-sizing:content-box;display:block;border-radius:50%;padding:18px 20px 18px 28px}.edumodo-video-popup-wrapper .video-play-button:before{content:"";position:absolute;z-index:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:#fdbd00;border-radius:50%;animation:pulse-border 1500ms ease-out infinite}.edumodo-video-popup-wrapper .video-play-button:after{content:"";position:absolute;z-index:1;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:#fdbd00;border-radius:50%;transition:all 200ms}.edumodo-video-popup-wrapper .video-play-button img{position:relative;z-index:3;max-width:100%;width:auto;height:auto}.edumodo-video-popup-wrapper .video-play-button span{display:block;position:relative;z-index:3;width:0;height:0;border-left:32px solid #fff;border-top:22px solid #fff0;border-bottom:22px solid #fff0}.edumodo-video-popup-wrapper .video-popup-5{position:relative}.edumodo-video-popup-wrapper .stroke-dotted{opacity:0;stroke-dasharray:4,5;stroke-width:1px;transform-origin:50% 50%;animation:spin 4s infinite linear;transition:opacity 1s ease,stroke-width 1s ease}.edumodo-video-popup-wrapper .stroke-solid{stroke-dashoffset:0;stroke-dashArray:300;stroke-width:4px;transition:stroke-dashoffset 1s ease,opacity 1s ease}.edumodo-video-popup-wrapper .icon{transform-origin:50% 50%;transition:transform 200ms ease-out}.edumodo-video-popup-wrapper #play{cursor:pointer;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.edumodo-video-popup-wrapper #play:hover .stroke-dotted{stroke-width:4px;opacity:1}.edumodo-video-popup-wrapper #play:hover .stroke-solid{opacity:0;stroke-dashoffset:300}.edumodo-video-popup-wrapper #play:hover .icon{transform:scale(1.05)}.edumodo-video-popup-round{position:relative;border:3px solid #ecb101}.edumodo-video-popup-round img{display:block;border-radius:6px;position:relative}.edumodo-video-popup-round .icon-video{position:absolute;border-radius:100%;border:7px solid #dcdcdc;width:75px;height:75px;background:#FFF;color:#ecb101;margin:auto;top:0;left:0;bottom:0;right:0;text-align:center;z-index:12;-webkit-transition:0.3s;transition:0.3s;display:flex;align-items:center;justify-content:center}.edumodo-video-popup-round .icon-video:hover{background:#ecb101;color:#fff!important;-webkit-transition:0.3s;transition:0.3s}.edumodo-video-popup-round:hover:after{background-color:#ecb101cc}.edumodo-video-popup-round:after{position:absolute;width:100%;height:100%;left:0;top:0;content:"";transition:.4s;border-radius:6px}.edumodo-video-popup-left{position:relative;margin-top:25px}.edumodo-video-popup-left img{display:block;border-radius:6px;position:relative}.edumodo-video-popup-left:before{content:'';border:30px solid #ecb101;background:none;position:absolute;top:-15px;right:-30px;width:100%;height:100%;border-radius:6px}.edumodo-video-popup-left:after{position:absolute;width:100%;height:100%;left:0;top:0;content:"";transition:.4s;border-radius:6px}.edumodo-video-popup-left .icon-video{position:absolute;border-radius:100%;border:7px solid #dcdcdc;width:75px;height:75px;background:#FFF;color:#ecb101;margin:auto;top:0;left:0;bottom:0;right:0;text-align:center;z-index:12;-webkit-transition:0.3s;transition:0.3s;display:flex;align-items:center;justify-content:center}.edumodo-video-popup-left .icon-video:hover{background:#ecb101;color:#fff!important;-webkit-transition:0.3s;transition:0.3s}.edumodo-video-popup-left .icon-video:hover:after{background-color:#ecb101cc}@-webkit-keyframes pulsate1{0%{-webkit-transform:scale(.6);transform:scale(.6);opacity:1;box-shadow:inset 0 0 25px 3px rgb(255 255 255 / .75),0 0 25px 10px rgb(255 255 255 / .75)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0;box-shadow:none}}@keyframes pulsate1{0%{-webkit-transform:scale(.6);transform:scale(.6);opacity:1;box-shadow:inset 0 0 25px 3px rgb(255 255 255 / .75),0 0 25px 10px rgb(255 255 255 / .75)}100%{-webkit-transform:scale(1,1);transform:scale(1);opacity:0;box-shadow:none}}@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}.woocommerce .page-details h2.page-title,.woocommerce-cart .page-details h2.page-title,.woocommerce-checkout .page-details h2.page-title,.woocommerce-account .page-details h2.page-title{margin-bottom:0px!important}.woocommerce li.product,.woocommerce-cart li.product,.woocommerce-checkout li.product,.woocommerce-account li.product{list-style-type:none!important}.woocommerce .shop-single-page-template,.woocommerce-cart .shop-single-page-template,.woocommerce-checkout .shop-single-page-template,.woocommerce-account .shop-single-page-template{padding-top:0}.woocommerce .shop-single-page-template .shop-row,.woocommerce-cart .shop-single-page-template .shop-row,.woocommerce-checkout .shop-single-page-template .shop-row,.woocommerce-account .shop-single-page-template .shop-row{box-shadow:1px 1px 20px #e8e9eb;padding:50px;background:#fff}@media (max-width:768px){.woocommerce .shop-single-page-template .shop-row,.woocommerce-cart .shop-single-page-template .shop-row,.woocommerce-checkout .shop-single-page-template .shop-row,.woocommerce-account .shop-single-page-template .shop-row{padding:15px}}.woocommerce .i-can-override-default-shop-page-style .product_title,.woocommerce-cart .i-can-override-default-shop-page-style .product_title,.woocommerce-checkout .i-can-override-default-shop-page-style .product_title,.woocommerce-account .i-can-override-default-shop-page-style .product_title,.woocommerce .i-can-override-default-shop-page-style .woocommerce-Tabs-panel h2,.woocommerce-cart .i-can-override-default-shop-page-style .woocommerce-Tabs-panel h2,.woocommerce-checkout .i-can-override-default-shop-page-style .woocommerce-Tabs-panel h2,.woocommerce-account .i-can-override-default-shop-page-style .woocommerce-Tabs-panel h2,.woocommerce .i-can-override-default-shop-page-style .related h2,.woocommerce-cart .i-can-override-default-shop-page-style .related h2,.woocommerce-checkout .i-can-override-default-shop-page-style .related h2,.woocommerce-account .i-can-override-default-shop-page-style .related h2,.woocommerce .i-can-override-default-shop-page-style .up-sells h2,.woocommerce-cart .i-can-override-default-shop-page-style .up-sells h2,.woocommerce-checkout .i-can-override-default-shop-page-style .up-sells h2,.woocommerce-account .i-can-override-default-shop-page-style .up-sells h2{font-size:24px;font-weight:700}.woocommerce .i-can-override-default-shop-page-style .woocommerce-loop-product__title,.woocommerce-cart .i-can-override-default-shop-page-style .woocommerce-loop-product__title,.woocommerce-checkout .i-can-override-default-shop-page-style .woocommerce-loop-product__title,.woocommerce-account .i-can-override-default-shop-page-style .woocommerce-loop-product__title{font-weight:700}@media (max-width:768px){.woocommerce .i-can-override-default-shop-page-style,.woocommerce-cart .i-can-override-default-shop-page-style,.woocommerce-checkout .i-can-override-default-shop-page-style,.woocommerce-account .i-can-override-default-shop-page-style{margin:0 15px;padding:0 15px;display:inline-block}}.woocommerce .i-can-override-default-shop-page-style .shop-archive h1.page-title,.woocommerce-cart .i-can-override-default-shop-page-style .shop-archive h1.page-title,.woocommerce-checkout .i-can-override-default-shop-page-style .shop-archive h1.page-title,.woocommerce-account .i-can-override-default-shop-page-style .shop-archive h1.page-title{display:none}.woocommerce .i-can-override-default-shop-page-style .shop-archive ul.products,.woocommerce-cart .i-can-override-default-shop-page-style .shop-archive ul.products,.woocommerce-checkout .i-can-override-default-shop-page-style .shop-archive ul.products,.woocommerce-account .i-can-override-default-shop-page-style .shop-archive ul.products{display:block;margin-top:50px;padding:0}.woocommerce .i-can-override-default-shop-page-style .page-title,.woocommerce-cart .i-can-override-default-shop-page-style .page-title,.woocommerce-checkout .i-can-override-default-shop-page-style .page-title,.woocommerce-account .i-can-override-default-shop-page-style .page-title{margin-top:0}.woocommerce main#main button[type="submit"],.woocommerce-cart main#main button[type="submit"],.woocommerce-checkout main#main button[type="submit"],.woocommerce-account main#main button[type="submit"],.woocommerce main#main a.button,.woocommerce-cart main#main a.button,.woocommerce-checkout main#main a.button,.woocommerce-account main#main a.button,.woocommerce main#main input[name="submit"],.woocommerce-cart main#main input[name="submit"],.woocommerce-checkout main#main input[name="submit"],.woocommerce-account main#main input[name="submit"]{background:#ecb101;color:#fff;padding:12px 24px!important;border-radius:50px;transition:all 0.5s ease}.woocommerce main#main button[type="submit"]:hover,.woocommerce-cart main#main button[type="submit"]:hover,.woocommerce-checkout main#main button[type="submit"]:hover,.woocommerce-account main#main button[type="submit"]:hover,.woocommerce main#main a.button:hover,.woocommerce-cart main#main a.button:hover,.woocommerce-checkout main#main a.button:hover,.woocommerce-account main#main a.button:hover,.woocommerce main#main input[name="submit"]:hover,.woocommerce-cart main#main input[name="submit"]:hover,.woocommerce-checkout main#main input[name="submit"]:hover,.woocommerce-account main#main input[name="submit"]:hover{background:#242c5e}.woocommerce main#main span.onsale,.woocommerce-cart main#main span.onsale,.woocommerce-checkout main#main span.onsale,.woocommerce-account main#main span.onsale{background:#ecb101;padding:0}.woocommerce main#main .price,.woocommerce-cart main#main .price,.woocommerce-checkout main#main .price,.woocommerce-account main#main .price{color:#ecb101}.woocommerce main#main form.cart button[type="submit"],.woocommerce-cart main#main form.cart button[type="submit"],.woocommerce-checkout main#main form.cart button[type="submit"],.woocommerce-account main#main form.cart button[type="submit"]{border-radius:3px}.woocommerce main#main div.images .woocommerce-product-gallery__image:first-child img,.woocommerce-cart main#main div.images .woocommerce-product-gallery__image:first-child img,.woocommerce-checkout main#main div.images .woocommerce-product-gallery__image:first-child img,.woocommerce-account main#main div.images .woocommerce-product-gallery__image:first-child img{width:auto!important;margin:auto}.woocommerce main#main figure.woocommerce-product-gallery__wrapper,.woocommerce-cart main#main figure.woocommerce-product-gallery__wrapper,.woocommerce-checkout main#main figure.woocommerce-product-gallery__wrapper,.woocommerce-account main#main figure.woocommerce-product-gallery__wrapper{display:flex;flex-wrap:wrap;justify-content:center}.woocommerce main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,.woocommerce-cart main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,.woocommerce-checkout main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,.woocommerce-account main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child{margin-bottom:15px;width:100%}.woocommerce main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2),.woocommerce-cart main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2),.woocommerce-checkout main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2),.woocommerce-account main#main figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2){border:solid 1px rgb(221 221 221 / .8)}.woocommerce main#main .posted_in,.woocommerce-cart main#main .posted_in,.woocommerce-checkout main#main .posted_in,.woocommerce-account main#main .posted_in{display:block;margin:5px 0}.woocommerce main#main .variations_form table.variations td.label,.woocommerce-cart main#main .variations_form table.variations td.label,.woocommerce-checkout main#main .variations_form table.variations td.label,.woocommerce-account main#main .variations_form table.variations td.label{vertical-align:inherit!important;display:inline-block;line-height:0;color:inherit;font-size:17px;padding:0!important}.woocommerce main#main .variations_form .woocommerce-variation-price,.woocommerce-cart main#main .variations_form .woocommerce-variation-price,.woocommerce-checkout main#main .variations_form .woocommerce-variation-price,.woocommerce-account main#main .variations_form .woocommerce-variation-price{padding:15px 0}.woocommerce main#main .price del,.woocommerce-cart main#main .price del,.woocommerce-checkout main#main .price del,.woocommerce-account main#main .price del{display:inline-block}.woocommerce main#main h2,.woocommerce-cart main#main h2,.woocommerce-checkout main#main h2,.woocommerce-account main#main h2{margin-bottom:35px}.woocommerce main#main .products h2,.woocommerce-cart main#main .products h2,.woocommerce-checkout main#main .products h2,.woocommerce-account main#main .products h2{margin-bottom:0}.woocommerce main#main .woocommerce-tabs,.woocommerce-cart main#main .woocommerce-tabs,.woocommerce-checkout main#main .woocommerce-tabs,.woocommerce-account main#main .woocommerce-tabs{margin:50px 0 25px;display:inline-block;width:100%}.woocommerce main#main .woocommerce-tabs h2,.woocommerce-cart main#main .woocommerce-tabs h2,.woocommerce-checkout main#main .woocommerce-tabs h2,.woocommerce-account main#main .woocommerce-tabs h2{margin-bottom:20px}.woocommerce main#main .woocommerce-tabs .panel,.woocommerce-cart main#main .woocommerce-tabs .panel,.woocommerce-checkout main#main .woocommerce-tabs .panel,.woocommerce-account main#main .woocommerce-tabs .panel{padding-bottom:50px}.woocommerce main#main .woocommerce-tabs input[name="submit"],.woocommerce-cart main#main .woocommerce-tabs input[name="submit"],.woocommerce-checkout main#main .woocommerce-tabs input[name="submit"],.woocommerce-account main#main .woocommerce-tabs input[name="submit"]{background:#ecb101!important;color:white!important;border-radius:50px!important}.woocommerce main#main .woocommerce-tabs .stars a,.woocommerce-cart main#main .woocommerce-tabs .stars a,.woocommerce-checkout main#main .woocommerce-tabs .stars a,.woocommerce-account main#main .woocommerce-tabs .stars a{color:#ecb101}.woocommerce main#main .woocommerce-tabs .stars:hover a,.woocommerce-cart main#main .woocommerce-tabs .stars:hover a,.woocommerce-checkout main#main .woocommerce-tabs .stars:hover a,.woocommerce-account main#main .woocommerce-tabs .stars:hover a{color:#ecb101}.woocommerce main#main .woocommerce-tabs .stars.selected a,.woocommerce-cart main#main .woocommerce-tabs .stars.selected a,.woocommerce-checkout main#main .woocommerce-tabs .stars.selected a,.woocommerce-account main#main .woocommerce-tabs .stars.selected a{color:#ecb101}.woocommerce main#main .woocommerce-tabs ul.tabs,.woocommerce-cart main#main .woocommerce-tabs ul.tabs,.woocommerce-checkout main#main .woocommerce-tabs ul.tabs,.woocommerce-account main#main .woocommerce-tabs ul.tabs{box-shadow:0 2px 7px rgb(232 233 235 / .8);display:inline-block;padding:0;margin-bottom:-7px}.woocommerce main#main .woocommerce-tabs ul.tabs:before,.woocommerce-cart main#main .woocommerce-tabs ul.tabs:before,.woocommerce-checkout main#main .woocommerce-tabs ul.tabs:before,.woocommerce-account main#main .woocommerce-tabs ul.tabs:before{border:none;content:none}.woocommerce main#main .woocommerce-tabs ul.tabs li,.woocommerce-cart main#main .woocommerce-tabs ul.tabs li,.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li,.woocommerce-account main#main .woocommerce-tabs ul.tabs li{border:none;border-radius:0;font-size:16px;padding:2px 30px;background:#e8e9eb}.woocommerce main#main .woocommerce-tabs ul.tabs li:before,.woocommerce-cart main#main .woocommerce-tabs ul.tabs li:before,.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li:before,.woocommerce-account main#main .woocommerce-tabs ul.tabs li:before{content:none}.woocommerce main#main .woocommerce-tabs ul.tabs li:after,.woocommerce-cart main#main .woocommerce-tabs ul.tabs li:after,.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li:after,.woocommerce-account main#main .woocommerce-tabs ul.tabs li:after{content:none}.woocommerce main#main .woocommerce-tabs ul.tabs li a,.woocommerce-cart main#main .woocommerce-tabs ul.tabs li a,.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li a,.woocommerce-account main#main .woocommerce-tabs ul.tabs li a{border-radius:0}.woocommerce main#main .woocommerce-tabs ul.tabs li a:before,.woocommerce-cart main#main .woocommerce-tabs ul.tabs li a:before,.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li a:before,.woocommerce-account main#main .woocommerce-tabs ul.tabs li a:before{content:none}.woocommerce main#main .woocommerce-tabs ul.tabs li.active,.woocommerce-cart main#main .woocommerce-tabs ul.tabs li.active,.woocommerce-checkout main#main .woocommerce-tabs ul.tabs li.active,.woocommerce-account main#main .woocommerce-tabs ul.tabs li.active{background:#fff}.woocommerce main#main .woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce-cart main#main .woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce-checkout main#main .woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce-account main#main .woocommerce-tabs .woocommerce-Tabs-panel{padding:50px;box-shadow:0 7px 20px rgb(232 233 235 / .8)}@media (max-width:768px){.woocommerce main#main .woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce-cart main#main .woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce-checkout main#main .woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce-account main#main .woocommerce-tabs .woocommerce-Tabs-panel{padding:15px}}.woocommerce main#main .related h2,.woocommerce-cart main#main .related h2,.woocommerce-checkout main#main .related h2,.woocommerce-account main#main .related h2,.woocommerce main#main .upsells h2,.woocommerce-cart main#main .upsells h2,.woocommerce-checkout main#main .upsells h2,.woocommerce-account main#main .upsells h2{margin-bottom:35px}.woocommerce main#main .related .products h2,.woocommerce-cart main#main .related .products h2,.woocommerce-checkout main#main .related .products h2,.woocommerce-account main#main .related .products h2,.woocommerce main#main .upsells .products h2,.woocommerce-cart main#main .upsells .products h2,.woocommerce-checkout main#main .upsells .products h2,.woocommerce-account main#main .upsells .products h2{margin-bottom:0}.woocommerce main#main .related .products li,.woocommerce-cart main#main .related .products li,.woocommerce-checkout main#main .related .products li,.woocommerce-account main#main .related .products li,.woocommerce main#main .upsells .products li,.woocommerce-cart main#main .upsells .products li,.woocommerce-checkout main#main .upsells .products li,.woocommerce-account main#main .upsells .products li{margin-bottom:0}.woocommerce .woocommerce-pagination,.woocommerce-cart .woocommerce-pagination,.woocommerce-checkout .woocommerce-pagination,.woocommerce-account .woocommerce-pagination{margin:50px 0 35px}.woocommerce .woocommerce-pagination .page-numbers,.woocommerce-cart .woocommerce-pagination .page-numbers,.woocommerce-checkout .woocommerce-pagination .page-numbers,.woocommerce-account .woocommerce-pagination .page-numbers{border:none}.woocommerce .woocommerce-pagination .page-numbers li,.woocommerce-cart .woocommerce-pagination .page-numbers li,.woocommerce-checkout .woocommerce-pagination .page-numbers li,.woocommerce-account .woocommerce-pagination .page-numbers li{padding:5px 15px;transition:all 0.4s ease;width:50px;height:50px;line-height:40px;text-align:center;border:solid 1px rgb(232 233 235 / .8);margin:0 3px;border-radius:50%;background:#fff}.woocommerce .woocommerce-pagination .page-numbers li a,.woocommerce-cart .woocommerce-pagination .page-numbers li a,.woocommerce-checkout .woocommerce-pagination .page-numbers li a,.woocommerce-account .woocommerce-pagination .page-numbers li a,.woocommerce .woocommerce-pagination .page-numbers li span,.woocommerce-cart .woocommerce-pagination .page-numbers li span,.woocommerce-checkout .woocommerce-pagination .page-numbers li span,.woocommerce-account .woocommerce-pagination .page-numbers li span{background:transparent!important;transition:all 0.4s ease;padding:0;display:inline-block}.woocommerce .woocommerce-pagination .page-numbers li span.current,.woocommerce-cart .woocommerce-pagination .page-numbers li span.current,.woocommerce-checkout .woocommerce-pagination .page-numbers li span.current,.woocommerce-account .woocommerce-pagination .page-numbers li span.current{color:#ecb101}.woocommerce .woocommerce-pagination .page-numbers li:hover,.woocommerce-cart .woocommerce-pagination .page-numbers li:hover,.woocommerce-checkout .woocommerce-pagination .page-numbers li:hover,.woocommerce-account .woocommerce-pagination .page-numbers li:hover{background:#ecb101;cursor:pointer;color:#fff}.woocommerce .woocommerce-pagination .page-numbers li:hover span.current,.woocommerce-cart .woocommerce-pagination .page-numbers li:hover span.current,.woocommerce-checkout .woocommerce-pagination .page-numbers li:hover span.current,.woocommerce-account .woocommerce-pagination .page-numbers li:hover span.current{background:#fff0;color:#fff}.woocommerce .woocommerce-pagination .page-numbers li:hover a,.woocommerce-cart .woocommerce-pagination .page-numbers li:hover a,.woocommerce-checkout .woocommerce-pagination .page-numbers li:hover a,.woocommerce-account .woocommerce-pagination .page-numbers li:hover a{color:#fff}.woocommerce .woocommerce-cart-form input[type="submit"],.woocommerce-cart .woocommerce-cart-form input[type="submit"],.woocommerce-checkout .woocommerce-cart-form input[type="submit"],.woocommerce-account .woocommerce-cart-form input[type="submit"]{background:#ecb101;color:#fff;border-radius:50px;text-transform:capitalize}.woocommerce .woocommerce-cart-form input[type="submit"]:hover,.woocommerce-cart .woocommerce-cart-form input[type="submit"]:hover,.woocommerce-checkout .woocommerce-cart-form input[type="submit"]:hover,.woocommerce-account .woocommerce-cart-form input[type="submit"]:hover{border:none;background:#242c5e}.woocommerce .woocommerce-cart-form input[name="coupon_code"],.woocommerce-cart .woocommerce-cart-form input[name="coupon_code"],.woocommerce-checkout .woocommerce-cart-form input[name="coupon_code"],.woocommerce-account .woocommerce-cart-form input[name="coupon_code"]{width:135px!important;height:38px;padding:5px 15px!important;border-radius:50px}.woocommerce .woocommerce-cart-form input[name="apply_coupon"],.woocommerce-cart .woocommerce-cart-form input[name="apply_coupon"],.woocommerce-checkout .woocommerce-cart-form input[name="apply_coupon"],.woocommerce-account .woocommerce-cart-form input[name="apply_coupon"],.woocommerce .woocommerce-cart-form input[name="update_cart"],.woocommerce-cart .woocommerce-cart-form input[name="update_cart"],.woocommerce-checkout .woocommerce-cart-form input[name="update_cart"],.woocommerce-account .woocommerce-cart-form input[name="update_cart"]{padding:12px 30px!important;font-size:14px}.woocommerce .cart-collaterals,.woocommerce-cart .cart-collaterals,.woocommerce-checkout .cart-collaterals,.woocommerce-account .cart-collaterals{margin-top:80px}.woocommerce .cart-collaterals h2,.woocommerce-cart .cart-collaterals h2,.woocommerce-checkout .cart-collaterals h2,.woocommerce-account .cart-collaterals h2{margin-bottom:35px}@media (max-width:768px){.woocommerce .cart-collaterals,.woocommerce-cart .cart-collaterals,.woocommerce-checkout .cart-collaterals,.woocommerce-account .cart-collaterals{padding:15px}}.woocommerce .cart-collaterals .cart_totals,.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout .cart-collaterals .cart_totals,.woocommerce-account .cart-collaterals .cart_totals{margin:35px auto;text-align:center}.woocommerce .cart-collaterals .cross-sells,.woocommerce-cart .cart-collaterals .cross-sells,.woocommerce-checkout .cart-collaterals .cross-sells,.woocommerce-account .cart-collaterals .cross-sells{margin-bottom:100px}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-cart .cart-collaterals .cross-sells ul.products,.woocommerce-checkout .cart-collaterals .cross-sells ul.products,.woocommerce-account .cart-collaterals .cross-sells ul.products{display:flex;padding:0}@media (max-width:768px){.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-cart .cart-collaterals .cross-sells ul.products,.woocommerce-checkout .cart-collaterals .cross-sells ul.products,.woocommerce-account .cart-collaterals .cross-sells ul.products{display:inherit}}@media (max-width:768px){.woocommerce .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,.woocommerce-account .cart-collaterals .cross-sells ul.products li.product{margin:5px;width:100%}}.woocommerce .checkout,.woocommerce-cart .checkout,.woocommerce-checkout .checkout,.woocommerce-account .checkout{margin-bottom:100px}.woocommerce .checkout h2,.woocommerce-cart .checkout h2,.woocommerce-checkout .checkout h2,.woocommerce-account .checkout h2,.woocommerce .checkout h3,.woocommerce-cart .checkout h3,.woocommerce-checkout .checkout h3,.woocommerce-account .checkout h3{margin-bottom:18px}.woocommerce .checkout .place-order input.button.alt,.woocommerce-cart .checkout .place-order input.button.alt,.woocommerce-checkout .checkout .place-order input.button.alt,.woocommerce-account .checkout .place-order input.button.alt{background:#ecb101!important}.woocommerce .checkout .place-order input.button.alt:hover,.woocommerce-cart .checkout .place-order input.button.alt:hover,.woocommerce-checkout .checkout .place-order input.button.alt:hover,.woocommerce-account .checkout .place-order input.button.alt:hover{border:none;background:#242c5e!important}.woocommerce .woocommerce-message,.woocommerce-cart .woocommerce-message,.woocommerce-checkout .woocommerce-message,.woocommerce-account .woocommerce-message,.woocommerce .woocommerce-info,.woocommerce-cart .woocommerce-info,.woocommerce-checkout .woocommerce-info,.woocommerce-account .woocommerce-info{border-top-color:#ecb101}.woocommerce .woocommerce-message:before,.woocommerce-cart .woocommerce-message:before,.woocommerce-checkout .woocommerce-message:before,.woocommerce-account .woocommerce-message:before,.woocommerce .woocommerce-info:before,.woocommerce-cart .woocommerce-info:before,.woocommerce-checkout .woocommerce-info:before,.woocommerce-account .woocommerce-info:before{color:#ecb101}.woocommerce .woocommerce-MyAccount-navigation ul,.woocommerce-cart .woocommerce-MyAccount-navigation ul,.woocommerce-checkout .woocommerce-MyAccount-navigation ul,.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;background:rgb(232 233 235 / .5);padding:20px;margin-left:20px}.woocommerce .woocommerce-MyAccount-navigation ul li.is-active,.woocommerce-cart .woocommerce-MyAccount-navigation ul li.is-active,.woocommerce-checkout .woocommerce-MyAccount-navigation ul li.is-active,.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active{border-left:solid 5px #ecb101}.woocommerce .woocommerce-MyAccount-navigation ul li a,.woocommerce-cart .woocommerce-MyAccount-navigation ul li a,.woocommerce-checkout .woocommerce-MyAccount-navigation ul li a,.woocommerce-account .woocommerce-MyAccount-navigation ul li a{padding:8px 15px;width:100%;display:inline-block;border-bottom:solid 1px rgb(36 44 94 / .2);transition:all 0.5s ease}.woocommerce .woocommerce-MyAccount-navigation ul li:last-child a,.woocommerce-cart .woocommerce-MyAccount-navigation ul li:last-child a,.woocommerce-checkout .woocommerce-MyAccount-navigation ul li:last-child a,.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a{border:none}.woocommerce .woocommerce-MyAccount-navigation ul li:hover a,.woocommerce-cart .woocommerce-MyAccount-navigation ul li:hover a,.woocommerce-checkout .woocommerce-MyAccount-navigation ul li:hover a,.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a{padding-left:17px}.woocommerce .woocommerce-MyAccount-content fieldset,.woocommerce-cart .woocommerce-MyAccount-content fieldset,.woocommerce-checkout .woocommerce-MyAccount-content fieldset,.woocommerce-account .woocommerce-MyAccount-content fieldset{border:none;margin-top:20px;padding:0}.woocommerce .woocommerce-MyAccount-content fieldset legend,.woocommerce-cart .woocommerce-MyAccount-content fieldset legend,.woocommerce-checkout .woocommerce-MyAccount-content fieldset legend,.woocommerce-account .woocommerce-MyAccount-content fieldset legend{margin:0}.woocommerce .woocommerce-MyAccount-content input[type="submit"],.woocommerce-cart .woocommerce-MyAccount-content input[type="submit"],.woocommerce-checkout .woocommerce-MyAccount-content input[type="submit"],.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]{background:#ecb101;color:#fff;padding:12px 24px!important;border-radius:50px;transition:all 0.5s ease;margin-top:20px}.woocommerce .woocommerce-MyAccount-content input[type="submit"]:hover,.woocommerce-cart .woocommerce-MyAccount-content input[type="submit"]:hover,.woocommerce-checkout .woocommerce-MyAccount-content input[type="submit"]:hover,.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover{background:#242c5e;padding:inherit;border:none}.woocommerce .woocommerce-form-login,.woocommerce-cart .woocommerce-form-login,.woocommerce-checkout .woocommerce-form-login,.woocommerce-account .woocommerce-form-login{margin:10px 0 0px!important;display:inline-block;width:100%}.woocommerce .woocommerce-form-login input[type="submit"],.woocommerce-cart .woocommerce-form-login input[type="submit"],.woocommerce-checkout .woocommerce-form-login input[type="submit"],.woocommerce-account .woocommerce-form-login input[type="submit"]{background:#ecb101;color:#fff;padding:12px 24px!important;border-radius:50px;transition:all 0.5s ease;margin-top:20px}.woocommerce .woocommerce-form-login input[type="submit"]:hover,.woocommerce-cart .woocommerce-form-login input[type="submit"]:hover,.woocommerce-checkout .woocommerce-form-login input[type="submit"]:hover,.woocommerce-account .woocommerce-form-login input[type="submit"]:hover{background:#242c5e;padding:inherit;border:none;color:#fff}.woocommerce-cart .page-details li,.woocommerce-checkout .page-details li,.woocommerce-account .page-details li{display:inline-block;color:#fff;position:relative}.woocommerce-cart .page-details li a,.woocommerce-checkout .page-details li a,.woocommerce-account .page-details li a{color:#fff}.woocommerce-cart article .woocommerce,.woocommerce-checkout article .woocommerce,.woocommerce-account article .woocommerce{width:80%;margin:0 auto;background:#fff;box-shadow:1px 1px 20px #e8e9eb;padding:50px 50px 60px;margin-bottom:50px}.woocommerce-account article .woocommerce,.woocommerce-cart article .woocommerce{margin-bottom:10px}@media (max-width:768px){.woocommerce-cart article .woocommerce,.woocommerce-checkout article .woocommerce,.woocommerce-account article .woocommerce{width:100%;padding:15px}}.woocommerce-cart article .woocommerce h2,.woocommerce-checkout article .woocommerce h2,.woocommerce-account article .woocommerce h2{font-weight:700;font-size:24px}.woocommerce-cart article .woocommerce h3,.woocommerce-checkout article .woocommerce h3,.woocommerce-account article .woocommerce h3{font-weight:700}.woocommerce-cart .wc_payment_methods label,.woocommerce-checkout .wc_payment_methods label,.woocommerce-account .wc_payment_methods label{width:auto;display:inline-block;margin:0}.atvImg{border-radius:5px;transform-style:preserve-3d;-webkit-tap-highlight-color:#fff0}.atvImg img{border-radius:5px;box-shadow:0 2px 8px rgb(14 21 47 / .25)}.atvImg-container{position:relative;width:100%;height:100%;border-radius:5px;transition:all 0.2s ease-out}.atvImg-container.over .atvImg-shadow{box-shadow:0 45px 100px rgb(14 21 47 / .4),0 16px 40px rgb(14 21 47 / .4)}.atvImg-layers{position:relative;width:100%;height:100%;border-radius:5px;overflow:hidden;transform-style:preserve-3d}.atvImg-rendered-layer{position:absolute;width:104%;height:104%;top:-2%;left:-2%;background-repeat:no-repeat;background-position:center;background-color:#fff0;background-size:cover;transition:all 0.1s ease-out}.atvImg-shadow{position:absolute;top:5%;left:5%;width:90%;height:90%;transition:all 0.2s ease-out;box-shadow:0 8px 30px rgb(14 21 47 / .6)}.atvImg-shine{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:5px;background:linear-gradient(135deg,rgb(255 255 255 / .25) 0%,#fff0 60%)}@media (max-width:768px){.e-woo-latest-product .product .product-item{margin-bottom:35px}}.e-woo-latest-product .product .add_to_cart_inline{display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;border:none!important;margin:0;padding:10px 25px!important}.e-woo-latest-product .product .product-image .e-atvImg{height:465px}.e-woo-latest-product .product .product-image .e-atvImg img{height:100%;object-fit:cover}.e-woo-latest-product .product .product-short-info .e-product-title{font-size:18px;line-height:24px;margin-top:28px;display:inline-block;font-weight:700}.e-woo-latest-product .product .product-short-info .e-product-author{margin:0 0 15px;font-size:14px;text-transform:uppercase}.e-woo-latest-product .product .e-product-price .e-product-price-wrapper{background-color:#ecb101;border-radius:50px;color:#fff;display:inline-block;transition:all 0.5s ease;font-family:'Poppins',sans-serif;font-weight:700;font-size:14px}.e-woo-latest-product .product .e-product-price .e-product-price-wrapper a{background:transparent!important;color:#fff;font-size:13px;text-transform:uppercase;padding-left:0}.e-woo-latest-product .product .e-product-price .e-product-price-wrapper a.add_to_cart_button{position:relative}.e-woo-latest-product .product .e-product-price .e-product-price-wrapper a.add_to_cart_button:after{content:'';display:inline-block;width:2px;height:15px;background:#fff;position:absolute;margin:0 7px;top:8px;right:0}.e-woo-latest-product .product .e-product-price .e-product-price-wrapper ins{background:#fff0;font-weight:700}.e-woo-latest-product .product .e-product-price .e-product-price-wrapper del{margin-left:5px}.e-woo-latest-product .product .e-product-price .e-product-price-wrapper a.added_to_cart{color:#fff;padding-top:0!important;padding-left:10px;margin-right:7px}.e-woo-latest-product .product .e-product-price .e-product-price-wrapper:hover{background:#242c5e}.e-woo-latest-product li.product-item{list-style-type:none}.mfp-content .mfp-figure button.mfp-close:hover{background:none!important;border:none}.e-woo-latest-product ul.product{padding:0}.woocommerce-page .products .product{position:relative}.woocommerce-page .products .product:hover .add_to_cart_button{visibility:visible;opacity:1;top:35%}.woocommerce-page .products .product .add_to_cart_button{visibility:hidden;opacity:0;position:absolute;left:0;top:50%;transform:translateY(-50%);width:160px;text-align:center;margin:0 auto;display:inline-block;right:0}.edumodo-countdown-timer-widget .countdown-items{overflow:hidden}.edumodo-countdown-timer-widget .countdown-items{display:inline-block;width:150px;background-color:#6ec1e4;margin:0 20px}.edumodo-countdown-timer-widget .countdown-items .ctw-digits{display:block;font-size:64px;text-align:center}.edumodo-countdown-timer-widget .countdown-items .ctw-label{display:block;text-align:center;padding:10px 0}.edumodo-countdown-timer-widget .finished-message{text-align:center}@media (max-width:493px){.edumodo-countdown-timer-widget .countdown-items{width:15%}.edumodo-countdown-timer-widget .countdown-items .ctw-digits{font-size:26px}}body.buddypress{background:#fff}.buddypress-wrap .bp-pagination p{font-size:16px;color:#576574}.buddypress-wrap .activity .activity-list{padding:0;background-color:#fff0;border:none;margin-top:0}.buddypress-wrap .activity .activity-list .activity-item{box-shadow:0 0 30px rgb(19 15 64 / .08);border:none;border-radius:5px!important;display:grid;grid-template-columns:minmax(50px,85px) 1fr;padding:20px 15px 20px;background:#fff;transition:0.5s}.buddypress-wrap .activity .activity-list .activity-item:hover{box-shadow:0 5px 30px rgb(19 15 64 / .15)}.buddypress-wrap .activity .activity-list .activity-item .activity-avatar{grid-row-start:1;grid-row-end:3;min-width:65px;margin-right:30px;margin-left:0}.buddypress-wrap .activity .activity-list .activity-item .activity-avatar img{max-width:100%}.buddypress-wrap .activity .activity-list .activity-item .activity-content{width:100%}.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-header{text-transform:capitalize}.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-header a{font-weight:500}.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-header a:nth-child(2){font-size:14px}.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-header img{border-radius:50px;margin:0 7px 0 5px}.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-header .activity-time-since{font-weight:400;max-width:175px;display:block}.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-header .activity-time-since .time-since{opacity:.9;display:block;color:#576574;font-size:12px;margin-top:5px}.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-meta{background-color:#fff0;padding:0;position:absolute;top:0;right:0}@media (min-device-width:320px) and (max-width:767px){.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-meta{top:10px}}.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-meta a{color:#576574}.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-meta .button{padding:0;margin-right:10px}.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-inner{background-color:#fff0;padding:0;font-size:16px;border:0}.buddypress-wrap .activity .activity-list .activity-item .activity-comments{margin:0}.buddypress-wrap .activity .activity-list .activity-item .activity-comments .acomment-meta{padding-left:0;color:#576574}.buddypress-wrap .activity .activity-list .activity-item .activity-comments .acomment-meta a{color:#130f40;font-size:16px;text-transform:capitalize}.buddypress-wrap .activity .activity-list .activity-item .activity-comments .acomment-meta .activity-time-since{font-size:14px}.buddypress-wrap .activity .activity-list .activity-item .activity-comments .acomment-content{margin-left:0;border-left:none}.buddypress-wrap .activity .activity-list .activity-item .activity-comments .ac-reply-content{padding:0}.buddypress-wrap .activity .activity-list .activity-item .activity-comments .ac-reply-content input[type="submit"]{color:#fff}.buddypress-wrap .activity .activity-list .activity-item .activity-comments input[type="submit"]{padding:5px 15px;border-radius:4px;border:none;line-height:1;font-weight:500}.buddypress-wrap .activity .activity-list .activity-item .activity-comments a.delete{background:none;color:inherit}.buddypress-wrap .activity .activity-list .activity-item .activity-comments a.delete:hover{background:none}.buddypress-wrap .activity .activity-list .activity-item:before{display:none}.buddypress-wrap .activity-update-form{box-shadow:none;border:none;padding:0}.buddypress-wrap .activity-update-form #whats-new-avatar{display:none}.buddypress-wrap .activity-update-form #whats-new-content{margin-left:0}.buddypress-wrap .activity-update-form #whats-new-content textarea{border:none;padding:8px 16px;border-radius:4px}.buddypress-wrap .activity-update-form #whats-new-options{display:flex;align-items:center;margin-bottom:30px}.buddypress-wrap .activity-update-form #whats-new-options #whats-new-post-in-box{margin:0;width:250px}.buddypress-wrap .activity-update-form #whats-new-options #whats-new-post-in-box select{padding:5px 10px;background:#fff0;border:solid 1px #d8e6f5;height:40px;color:#576574}.buddypress-wrap .activity-update-form #whats-new-options #whats-new-submit{width:100%;text-align:right;margin:0}.buddypress-wrap .activity-update-form #whats-new-options #whats-new-submit input{padding:7px 15px;border:1px solid #3742fa;color:#3742fa;border-radius:4px;width:auto;font-size:15px}.buddypress-wrap .activity-update-form #whats-new-options #whats-new-submit input[type="submit"]{background-color:#3742fa;color:#fff}.buddypress-wrap #header-cover-image{height:300px!important}.buddypress-wrap #item-header-cover-image{height:300px!important}.buddypress-wrap #item-header-cover-image #item-header-avatar{margin-top:0!important;padding:0}.buddypress-wrap #item-header-cover-image #item-header-avatar img.avatar{border-width:5px!important;margin:0;border-radius:50%;margin-bottom:-25px}.buddypress-wrap #item-header-cover-image #item-header-avatar a{display:inline-block}.buddypress-wrap .users-header #item-header-content{padding-left:15px;padding-right:15px;margin-top:30px}.buddypress-wrap .users-header #item-header-content h2{font-size:20px}.buddypress-wrap .users-header #item-header-content .member-header-actions.action{margin:0;padding:0}.buddypress-wrap .users-header #item-header-content .member-header-actions.action button{padding:7px 15px;border-radius:4px;border:none}.buddypress-wrap .users-header #item-header-content .member-header-actions.action .generic-button{margin:2px 5px}.buddypress-wrap .users-header #item-header-content .member-header-actions.action .generic-button button,.buddypress-wrap .users-header #item-header-content .member-header-actions.action .generic-button a{padding:8px 15px;background-color:#fff;color:#3742fa;border:1px solid #3742fa;border-radius:4px}.buddypress-wrap .users-header #item-header-content .member-header-actions.action .generic-button button:hover,.buddypress-wrap .users-header #item-header-content .member-header-actions.action .generic-button a:hover{color:#fff!important;background-color:#3742fa}.buddypress-wrap .users-header #item-header-content .member-header-actions.action .friendship-button{border-radius:4px}.buddypress-wrap .bp-wrap{padding:0 15px}.buddypress-wrap .bp-wrap .users-nav{box-shadow:none!important;border-top:none!important}.buddypress-wrap .bp-wrap .users-nav ul{border:none!important}.buddypress-wrap .bp-wrap .users-nav ul li a{border:none!important;background-color:transparent!important}.buddypress-wrap .bp-wrap .user-subnav{border:none;background:#fff0;border-top:none!important;margin-bottom:30px;box-shadow:none!important}.buddypress-wrap .bp-wrap .user-subnav ul{border:none;background:#fff0;margin:0 5px 0 0}.buddypress-wrap .bp-wrap .user-subnav ul li{position:relative}.buddypress-wrap .bp-wrap .user-subnav ul li a{padding:5px 10px;font-size:16px;opacity:.8;margin-bottom:10px}.buddypress-wrap .bp-wrap .user-subnav ul li a:hover{opacity:1}.buddypress-wrap .bp-wrap .user-subnav ul li:after{content:'';width:100%;height:0;position:absolute;left:0;bottom:-2px;transition:all 0.3s ease}.buddypress-wrap .bp-wrap .user-subnav ul li:hover:after,.buddypress-wrap .bp-wrap .user-subnav ul li:focus:after{height:2px;width:100%}.buddypress-wrap .bp-wrap .user-subnav ul li.selected a{color:#3742fa;font-weight:500;box-shadow:1px 1px 10px rgb(0 0 0 / .04);border:none;border-radius:4px;transition:all 0.3s ease}.buddypress-wrap .bp-wrap .user-subnav ul li.user-messages-search:after,.buddypress-wrap .bp-wrap .user-subnav ul li.user-messages-bulk-actions:after,.buddypress-wrap .bp-wrap .user-subnav ul li.filter:after{content:none}.buddypress-wrap .bp-wrap .user-subnav.tabbed-links ul li.current{padding:0;border:none}.buddypress-wrap .bp_member_template_part_wrapper form.standard-form{padding-top:0!important}.buddypress-wrap .bp_member_template_part_wrapper form.standard-form th{font-weight:500}.buddypress-wrap .bp_member_template_part_wrapper table.notification-settings tbody td{padding:5px 0}.buddypress-wrap .bp_member_template_part_wrapper table.profile-settings tr{border-bottom:solid 1px #d8e6f5}.buddypress-wrap .bp_member_template_part_wrapper table.profile-settings tr td:first-child{border-right:solid 1px #d8e6f5}.buddypress-wrap .bp_member_template_part_wrapper table.profile-settings tr select{padding:5px 10px}.buddypress-wrap .bp_member_template_part_wrapper table.profile-settings tr:last-child{border-bottom:none}.buddypress-wrap .bp_member_template_part_wrapper table.profile-settings td{background:#fff;color:#576574;font-size:15px}.buddypress-wrap .bp_member_template_part_wrapper table.profile-settings thead th{padding-bottom:15px}.buddypress-wrap .bp_member_template_part_wrapper table.profile-settings thead tr{background:none;border:none}.buddypress-wrap .bp_member_template_part_wrapper table.profile-settings tbody{border:solid 1px #d8e6f5;box-shadow:0 0 10px #fff0}.buddypress-wrap .bp_member_template_part_wrapper .wp-generate-pw{background:#fff;padding:10px 22px;margin-top:10px;margin-bottom:20px;border-radius:4px}.buddypress-wrap .bp_member_template_part_wrapper .wp-generate-pw:hover{background-color:#3742fa;color:#fff}.buddypress-wrap .bp_member_template_part_wrapper button[name="bp-data-export-nonce"]{border-radius:4px;padding:14px 30px;margin-top:10px;border:1px solid #3742fa;color:#3742fa;text-transform:capitalize}.buddypress-wrap .bp_member_template_part_wrapper button[name="bp-data-export-nonce"]:hover{background-color:#3742fa;color:#fff}.buddypress-wrap .bp_member_template_part_wrapper .wp-pwd .password-input-wrapper input{margin-right:5px;padding:5px 15px;border-radius:4px}.buddypress-wrap .bp_member_template_part_wrapper .wp-pwd .wp-hide-pw,.buddypress-wrap .bp_member_template_part_wrapper .wp-pwd .wp-cancel-pw{border-radius:4px;padding:7px 20px;box-shadow:0 0 10px rgb(0 0 0 / .03);border:none;margin:0 5px;margin-top:-3px}.buddypress-wrap .bp_member_template_part_wrapper .wp-pwd .wp-hide-pw:hover,.buddypress-wrap .bp_member_template_part_wrapper .wp-pwd .wp-cancel-pw:hover{color:#fff}.buddypress-wrap .bp_member_template_part_wrapper .wp-pwd .wp-cancel-pw{padding:7px 15px}.buddypress-wrap .bp-navs{border:none;background:#fff0;border-top:none!important;margin-bottom:30px;box-shadow:none!important}@media (min-device-width:320px) and (max-width:767px){.buddypress-wrap .bp-navs{margin-bottom:0}}.buddypress-wrap .bp-navs ul{border:none;background:#fff0;margin:0 5px 0 0;text-align:left;width:100%}.buddypress-wrap .bp-navs ul li{position:relative;float:none;display:inline-block}.buddypress-wrap .bp-navs ul li a{color:#130f40;padding:5px 10px;font-size:17px}@media (min-device-width:320px) and (max-width:767px){.buddypress-wrap .bp-navs ul li a{font-size:17px}}.buddypress-wrap .bp-navs ul li a:hover,.buddypress-wrap .bp-navs ul li a:focus{background:none!important;text-decoration:none!important}.buddypress-wrap .bp-navs ul li a:hover{color:#3742fa!important}.buddypress-wrap .bp-navs ul li:after{content:'';width:100%;height:0;position:absolute;left:0;bottom:-2px;transition:all 0.3s ease}.buddypress-wrap .bp-navs ul li:hover:after,.buddypress-wrap .bp-navs ul li:focus:after{height:2px;width:100%}.buddypress-wrap .bp-navs ul li:hover a,.buddypress-wrap .bp-navs ul li:focus a{background:none!important;text-decoration:none}.buddypress-wrap .bp-navs ul li.selected a{color:#3742fa!important;font-weight:500!important;border:none;border-radius:4px;background:transparent!important;transition:all 0.3s ease;opacity:1!important}.buddypress-wrap .bp-navs ul li.bp-groups-admin-tab a{color:#130f40;opacity:.8;font-size:15px;padding:0 10px 0 0}.buddypress-wrap #object-nav.bp-navs ul{text-align:center}.buddypress-wrap #members-list li .user-update .activity-read-more a{border:0;color:#3742fa!important;margin-top:10px;display:inline-block;font-size:15px}.buddypress-wrap #members-list li .user-update .activity-read-more a:hover{background-color:#fff}.buddypress-wrap .bp-uploader-window input[type=button]{padding:12px 20px;border:1px solid #3742fa;border-radius:4px;color:#fff;background-color:#3742fa}.buddypress-wrap .bp-uploader-window input[type=button]:hover{background-color:#fff;color:#3742fa;border-color:#3742fa}.buddypress-wrap .single-headers .item-meta{color:#576574}.activity-list .activity-item .activity-content p{margin:0;color:#576574;font-size:15px}.activity-list .activity-item .activity-content a{font-size:16px}.buddypress-wrap .profile.edit .editfield{border:none;box-shadow:0 0 10px #fff0}.buddypress-wrap .profile.edit .editfield label,.buddypress-wrap .profile.edit .editfield legend{font-weight:500}.buddypress-wrap .profile.edit .editfield .description{background:none;padding:0!important;box-shadow:none!important}.buddypress-wrap .profile.edit .editfield input,.buddypress-wrap .profile.edit .editfield select{background:none;border-radius:4px;padding:5px 15px}.buddypress-wrap .profile.edit .editfield .datebox-selects select{margin:5px 0 15px}body #buddypress input[type=reset],body #buddypress input[type=search],body #buddypress input[type=submit],body #buddypress select,body #buddypress textarea{border-radius:4px;background-color:#fff;color:#576574}body #buddypress input[type=reset],body #buddypress input[type=search],body #buddypress input[type=submit],body #buddypress select,body #buddypress textarea{border:1px solid #d8e6f5}.buddypress-wrap .standard-form input[type=text],.buddypress-wrap .standard-form input[type=email],.buddypress-wrap .standard-form input[type=password]{padding:5px 15px;border-radius:4px;border:1px solid #d8e6f5;background-color:#fff;color:#576574}.buddypress-wrap .standard-form input[type=text]:focus .buddypress-wrap .standard-form input[type=email]:focus,.buddypress-wrap .standard-form input[type=password]:focus{background-color:#fff0;border-color:#E8E9EB;box-shadow:none}.buddypress-wrap .standard-form .field-visibility-settings-notoggle{margin-top:8px}.buddypress-wrap .public .profile-fields td.label,.buddypress-wrap .bp-tables-user tr td,.buddypress-wrap .standard-form select{padding:8px 16px}.buddypress-wrap .standard-form .submit{padding:0}.buddypress-wrap #pass-strength-result.strong{background-color:#cae8cd;border-color:#95c399;font-weight:500}.buddypress-wrap .user-pass1-wrap .button.wp-generate-pw{border-color:#e6f9fa;margin-bottom:0}.buddypress-wrap .filter label:before{content:''}.buddypress-wrap table.notifications .notification-actions a.delete,.buddypress-wrap table.notifications .notification-actions a.mark-unread{color:#576574}#message-threads li .thread-content .excerpt{font-size:14px}#bp-message-thread-header{background-color:#fff;padding:20px 20px 0}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){border:0;margin-top:20px}:not(.vertical)+.item-body #group-invites-container{display:block}#buddypress #group-invites-container .bp-navs .subnav li{display:inline-block}.buddypress #buddypress.bp-dir-hori-nav .create-button{float:none}.buddypress .bp-invites-content li .status{font-size:16px;margin:8px 0 0;display:inline-block}#buddypress #group-invites-container .bp-list .group-inviters li{box-shadow:0 0;padding:0;font-size:16px;margin-bottom:8px}#buddypress #group-invites-container .bp-list .group-inviters{padding:0}#buddypress #group-invites-container .bp-navs .subnav li a{color:#130f40;font-size:15px;padding:0 25px 0 0;opacity:.8;font-weight:500}#buddypress #group-invites-container .bp-navs .subnav li a:hover{color:#3742fa;opacity:1}#buddypress #group-invites-container .bp-navs .subnav li.current a{color:#3742fa;opacity:1}.bp-messages-content .actions .bp-icons:not(.bp-hide){padding:0 4px}.bp-messages-content .actions .bp-icons:not(.bp-hide):before{font-size:20px}.bp-messages-content .actions .bp-icons:not(.bp-hide):hover{color:#3742fa}.buddypress-wrap .standard-form div.submit{margin-top:30px}.buddypress-wrap .standard-form div.submit input.bp-primary-action,.buddypress-wrap .standard-form div.submit input.bp-secondary-action{margin-right:15px;border:1px solid #3742fa;color:#3742fa;padding:12px 30px;border-radius:4px;font-size:16px;text-decoration:none}.buddypress-wrap .standard-form div.submit input.bp-primary-action:hover,.buddypress-wrap .standard-form div.submit input.bp-secondary-action:hover{background-color:#3742fa;color:#fff;text-decoration:none}.buddypress #buddypress .create-button a{color:#130f40}.registration.buddypress .register-page{max-width:40%;width:40%;margin:80px auto}.registration.buddypress .register-page form.signup-form{padding:15px 40px;padding-bottom:45px;border-radius:4px;box-shadow:1px 1px 10px rgb(0 0 0 / .04)}.registration.buddypress .register-page form.signup-form #pass-strength-result{width:auto}.registration.buddypress .register-page form.signup-form .password-input-wrapper .password-entry{width:91%!important;border-top-right-radius:0;border-bottom-right-radius:0}.registration.buddypress .register-page form.signup-form .password-input-wrapper .wp-hide-pw{margin-left:-4px;padding:10px;margin-bottom:4px}.registration.buddypress .register-page form.signup-form .description.indicator-hint{padding:8px;border-radius:4px}.registration.buddypress .register-page form.signup-form .submit{padding-top:0}.registration.buddypress .register-page .layout-wrap{display:block}.registration.buddypress .register-page .layout-wrap #profile-details-section{margin-top:50px;padding-left:0}.activation.buddypress #activate-page{max-width:40%;width:40%;margin:80px auto;border-radius:4px;padding:40px;box-shadow:1px 1px 10px rgb(0 0 0 / .04)}#blogs-personal-li{display:none}body.buddypress .buddypress-member-home-sidebar-wrapper .widget,body.buddypress .buddypress-member-single-sidebar-wrapper .widget,body.buddypress .buddypress-group-single-sidebar-wrapper .widget,body.buddypress .buddypress-group-home-sidebar-wrapper .widget{padding:20px;border-radius:4px}body.buddypress .buddypress-member-home-sidebar-wrapper .widget img,body.buddypress .buddypress-member-single-sidebar-wrapper .widget img,body.buddypress .buddypress-group-single-sidebar-wrapper .widget img,body.buddypress .buddypress-group-home-sidebar-wrapper .widget img{border-radius:50%}body.buddypress .buddypress-member-home-sidebar-wrapper .widget .widget-title,body.buddypress .buddypress-member-single-sidebar-wrapper .widget .widget-title,body.buddypress .buddypress-group-single-sidebar-wrapper .widget .widget-title,body.buddypress .buddypress-group-home-sidebar-wrapper .widget .widget-title{font-weight:500;margin-bottom:10px;padding-bottom:10px;margin-top:0}body.buddypress .buddypress-member-home-sidebar-wrapper .widget a,body.buddypress .buddypress-member-single-sidebar-wrapper .widget a,body.buddypress .buddypress-group-single-sidebar-wrapper .widget a,body.buddypress .buddypress-group-home-sidebar-wrapper .widget a{transition:all 0.3s ease}body.buddypress .buddypress-member-home-sidebar-wrapper .widget ul,body.buddypress .buddypress-member-single-sidebar-wrapper .widget ul,body.buddypress .buddypress-group-single-sidebar-wrapper .widget ul,body.buddypress .buddypress-group-home-sidebar-wrapper .widget ul,body.buddypress .buddypress-member-home-sidebar-wrapper .widget ol,body.buddypress .buddypress-member-single-sidebar-wrapper .widget ol,body.buddypress .buddypress-group-single-sidebar-wrapper .widget ol,body.buddypress .buddypress-group-home-sidebar-wrapper .widget ol{padding:0}body.buddypress .buddypress-member-home-sidebar-wrapper .widget ul li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget ul li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget ul li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget ul li,body.buddypress .buddypress-member-home-sidebar-wrapper .widget ol li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget ol li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget ol li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget ol li{list-style-type:none;margin-bottom:5px}body.buddypress .buddypress-member-home-sidebar-wrapper .widget ul li:before,body.buddypress .buddypress-member-single-sidebar-wrapper .widget ul li:before,body.buddypress .buddypress-group-single-sidebar-wrapper .widget ul li:before,body.buddypress .buddypress-group-home-sidebar-wrapper .widget ul li:before,body.buddypress .buddypress-member-home-sidebar-wrapper .widget ol li:before,body.buddypress .buddypress-member-single-sidebar-wrapper .widget ol li:before,body.buddypress .buddypress-group-single-sidebar-wrapper .widget ol li:before,body.buddypress .buddypress-group-home-sidebar-wrapper .widget ol li:before{content:"\f105";font-family:"Font Awesome 5 Free";margin-right:5px;font-weight:900}body.buddypress .buddypress-member-home-sidebar-wrapper .widget ul li:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .widget ul li:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .widget ul li:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .widget ul li:last-child,body.buddypress .buddypress-member-home-sidebar-wrapper .widget ol li:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .widget ol li:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .widget ol li:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .widget ol li:last-child{margin-bottom:0}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_recently_active_widget .avatar-block img,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_recently_active_widget .avatar-block img,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_recently_active_widget .avatar-block img,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_recently_active_widget .avatar-block img{margin:5px}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget .widget-title,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget .widget-title,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget .widget-title,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget .widget-title,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget .widget-title,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget .widget-title,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget .widget-title,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget .widget-title,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget .widget-title,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget .widget-title,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget .widget-title,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget .widget-title{border-bottom:none;margin-bottom:0;padding-bottom:0}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget .item-options,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget .item-options,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget .item-options,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget .item-options,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget .item-options,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget .item-options,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget .item-options,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget .item-options{margin-bottom:10px;padding-top:0;margin-top:10px;padding-bottom:4px}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget .item-options .bp-separator,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget .item-options .bp-separator,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget .item-options .bp-separator,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget .item-options .bp-separator,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options .bp-separator,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options .bp-separator,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options .bp-separator,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options .bp-separator,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget .item-options .bp-separator,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget .item-options .bp-separator,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget .item-options .bp-separator,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget .item-options .bp-separator{display:none}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget .item-options a,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget .item-options a,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget .item-options a,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget .item-options a,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options a,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options a,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options a,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options a,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget .item-options a,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget .item-options a,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget .item-options a,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget .item-options a{position:relative;font-weight:500;margin-right:7px}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget .item-options a:after,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget .item-options a:after,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget .item-options a:after,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget .item-options a:after,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options a:after,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options a:after,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options a:after,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options a:after,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget .item-options a:after,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget .item-options a:after,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget .item-options a:after,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget .item-options a:after{content:'';height:0;position:absolute;width:100%;left:0;bottom:-8px}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget .item-options .loading,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget .item-options .loading,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget .item-options .loading,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget .item-options .loading,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options .loading,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options .loading,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options .loading,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options .loading,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget .item-options .loading,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget .item-options .loading,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget .item-options .loading,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget .item-options .loading{box-shadow:none;animation:none}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget .item-options a.selected:after,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget .item-options a.selected:after,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget .item-options a.selected:after,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget .item-options a.selected:after,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options a.selected:after,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options a.selected:after,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget .item-options a.selected:after,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget .item-options a.selected:after,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget .item-options a.selected:after,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget .item-options a.selected:after,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget .item-options a.selected:after,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget .item-options a.selected:after{content:'';height:2px}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #members-list,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #members-list,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #members-list,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #members-list,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #members-list,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #members-list,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #members-list,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #members-list,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #members-list,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #members-list,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #members-list,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #members-list,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #friends-list,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #friends-list,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #friends-list,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #friends-list,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #friends-list,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #friends-list,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #friends-list,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #friends-list,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #friends-list,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #friends-list,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #friends-list,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #friends-list,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #groups-list,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #groups-list,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #groups-list,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #groups-list,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #groups-list,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #groups-list,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #groups-list,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #groups-list,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #groups-list,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #groups-list,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #groups-list,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #groups-list{margin:0}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #members-list li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #members-list li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #members-list li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #members-list li,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #members-list li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #members-list li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #members-list li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #members-list li,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #members-list li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #members-list li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #members-list li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #members-list li,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #friends-list li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #friends-list li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #friends-list li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #friends-list li,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #friends-list li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #friends-list li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #friends-list li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #friends-list li,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #groups-list li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #groups-list li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #groups-list li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #groups-list li,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #groups-list li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #groups-list li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #groups-list li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #groups-list li{margin:0;margin-bottom:10px;padding-bottom:10px;width:100%;border:none}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #members-list li .item-avatar,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #members-list li .item-avatar,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #members-list li .item-avatar,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #members-list li .item-avatar,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #members-list li .item-avatar,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #members-list li .item-avatar,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #members-list li .item-avatar,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #members-list li .item-avatar,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #members-list li .item-avatar,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #members-list li .item-avatar,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #members-list li .item-avatar,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #members-list li .item-avatar,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #friends-list li .item-avatar,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #friends-list li .item-avatar,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #friends-list li .item-avatar,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #friends-list li .item-avatar,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li .item-avatar,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li .item-avatar,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li .item-avatar,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li .item-avatar,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #friends-list li .item-avatar,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #friends-list li .item-avatar,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #friends-list li .item-avatar,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #friends-list li .item-avatar,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #groups-list li .item-avatar,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #groups-list li .item-avatar,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #groups-list li .item-avatar,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #groups-list li .item-avatar,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li .item-avatar,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li .item-avatar,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li .item-avatar,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li .item-avatar,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #groups-list li .item-avatar,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #groups-list li .item-avatar,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #groups-list li .item-avatar,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #groups-list li .item-avatar{padding-left:0}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #members-list li .item,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #members-list li .item,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #members-list li .item,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #members-list li .item,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #members-list li .item,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #members-list li .item,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #members-list li .item,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #members-list li .item,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #members-list li .item,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #members-list li .item,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #members-list li .item,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #members-list li .item,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #friends-list li .item,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #friends-list li .item,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #friends-list li .item,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #friends-list li .item,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li .item,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li .item,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li .item,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li .item,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #friends-list li .item,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #friends-list li .item,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #friends-list li .item,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #friends-list li .item,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #groups-list li .item,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #groups-list li .item,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #groups-list li .item,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #groups-list li .item,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li .item,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li .item,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li .item,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li .item,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #groups-list li .item,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #groups-list li .item,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #groups-list li .item,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #groups-list li .item{margin-left:60px}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #members-list li:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #members-list li:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #members-list li:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #members-list li:last-child,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #members-list li:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #members-list li:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #members-list li:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #members-list li:last-child,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #members-list li:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #members-list li:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #members-list li:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #members-list li:last-child,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #friends-list li:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #friends-list li:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #friends-list li:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #friends-list li:last-child,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #friends-list li:last-child,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #friends-list li:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #friends-list li:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #friends-list li:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #friends-list li:last-child,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_members_widget #groups-list li:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_members_widget #groups-list li:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_members_widget #groups-list li:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_members_widget #groups-list li:last-child,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_friends_widget #groups-list li:last-child,body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_groups_widget #groups-list li:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_groups_widget #groups-list li:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_groups_widget #groups-list li:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_groups_widget #groups-list li:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_nav_menu .bp-navs,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_nav_menu .bp-navs,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_nav_menu .bp-navs,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_nav_menu .bp-navs{border-bottom:none;margin-bottom:0}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_nav_menu .bp-navs .groups-nav,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_nav_menu .bp-navs .groups-nav,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_nav_menu .bp-navs .groups-nav,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_nav_menu .bp-navs .groups-nav{margin:0}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_nav_menu .bp-navs li,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_nav_menu .bp-navs li,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_nav_menu .bp-navs li,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_nav_menu .bp-navs li{width:100%;text-align:left;margin-bottom:10px}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_nav_menu .bp-navs li:before,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_nav_menu .bp-navs li:before,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_nav_menu .bp-navs li:before,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_nav_menu .bp-navs li:before{content:none}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_nav_menu .bp-navs li:after,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_nav_menu .bp-navs li:after,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_nav_menu .bp-navs li:after,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_nav_menu .bp-navs li:after{content:none}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_nav_menu .bp-navs li a,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_nav_menu .bp-navs li a,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_nav_menu .bp-navs li a,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_nav_menu .bp-navs li a{padding:0 0}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_nav_menu .bp-navs li span.count,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_nav_menu .bp-navs li span.count,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_nav_menu .bp-navs li span.count,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_nav_menu .bp-navs li span.count{transition:all 0.3s ease}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_nav_menu .bp-navs li.selected,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_nav_menu .bp-navs li.selected,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_nav_menu .bp-navs li.selected,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_nav_menu .bp-navs li.selected{border:none}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_nav_menu .bp-navs li.selected a,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_nav_menu .bp-navs li.selected a,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_nav_menu .bp-navs li.selected a,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_nav_menu .bp-navs li.selected a{background:transparent!important}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_nav_menu .bp-navs li.create-button a,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_nav_menu .bp-navs li.create-button a,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_nav_menu .bp-navs li.create-button a,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_nav_menu .bp-navs li.create-button a{text-align:left}body.buddypress .buddypress-member-home-sidebar-wrapper .bp-latest-activities .activity-list,body.buddypress .buddypress-member-single-sidebar-wrapper .bp-latest-activities .activity-list,body.buddypress .buddypress-group-single-sidebar-wrapper .bp-latest-activities .activity-list,body.buddypress .buddypress-group-home-sidebar-wrapper .bp-latest-activities .activity-list{padding:0}body.buddypress .buddypress-member-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote,body.buddypress .buddypress-member-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote,body.buddypress .buddypress-group-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote,body.buddypress .buddypress-group-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote{padding:0;padding-bottom:15px;margin-bottom:15px}body.buddypress .buddypress-member-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote:last-child,body.buddypress .buddypress-member-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote:last-child,body.buddypress .buddypress-group-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote:last-child,body.buddypress .buddypress-group-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote:last-child{border-bottom:none}body.buddypress .buddypress-member-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote p,body.buddypress .buddypress-member-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote p,body.buddypress .buddypress-group-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote p,body.buddypress .buddypress-group-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote p{margin-bottom:5px}body.buddypress .buddypress-member-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote .activity-time-since .time-since,body.buddypress .buddypress-member-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote .activity-time-since .time-since,body.buddypress .buddypress-group-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote .activity-time-since .time-since,body.buddypress .buddypress-group-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote .activity-time-since .time-since{margin-left:7px}body.buddypress .buddypress-member-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote iframe,body.buddypress .buddypress-member-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote iframe,body.buddypress .buddypress-group-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote iframe,body.buddypress .buddypress-group-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote iframe{height:auto}body.buddypress .buddypress-member-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote iframe body div#player,body.buddypress .buddypress-member-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote iframe body div#player,body.buddypress .buddypress-group-single-sidebar-wrapper .bp-latest-activities .activity-list blockquote iframe body div#player,body.buddypress .buddypress-group-home-sidebar-wrapper .bp-latest-activities .activity-list blockquote iframe body div#player{max-width:inherit!important;width:100%!important}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_login_widget .bp-login-widget-user-link a,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_login_widget .bp-login-widget-user-link a,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_login_widget .bp-login-widget-user-link a,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_login_widget .bp-login-widget-user-link a{font-weight:500}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_login_widget form.standard-form,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_login_widget form.standard-form,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_login_widget form.standard-form,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_login_widget form.standard-form{padding:0!important}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_login_widget form.standard-form label,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_login_widget form.standard-form label,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_login_widget form.standard-form label,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_login_widget form.standard-form label{font-weight:400;color:#130f40}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input{background:#fff0;border-radius:4px;padding:5px 15px;font-weight:400}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input:focus,body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input:focus,body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input:focus,body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input:focus{box-shadow:none;outline:auto}body.buddypress .buddypress-member-home-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input[type="submit"],body.buddypress .buddypress-member-single-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input[type="submit"],body.buddypress .buddypress-group-single-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input[type="submit"],body.buddypress .buddypress-group-home-sidebar-wrapper .widget_bp_core_login_widget form.standard-form input[type="submit"]{padding:10px 15px;border-radius:4px;font-weight:500;margin:10px 10px 0 0}.bp-wrap .main-navs ul li a{color:#130f40;font-weight:500}body.activity #buddypress .groups .generic-button a{color:#576574}.single-headers .activity{font-size:12px;color:#576574;font-size:15px;margin:6px 0 0}.buddypress-wrap .users-header #item-header-content h2{font-size:20px;font-weight:500;color:#130f40}.buddypress-wrap button[data-bp-close] span:before{font-size:20px}.buddypress-wrap button[data-bp-close]:hover{color:#3742fa}.buddypress-wrap .activity-list .load-more{border:0;width:200px;margin:0 auto;background-color:#fff0;box-shadow:0 0}.buddypress-wrap .activity-list .load-more:hover{box-shadow:0 0}.buddypress-wrap .activity-list .load-more a{background-color:#fff;color:#3742fa;border:1px solid #3742fa;border-radius:4px;margin:20px 0 0;font-size:16px}.buddypress-wrap .activity-list .load-more a:hover{background-color:#3742fa;color:#fff!important}body #buddypress .editfield.field_1{background-color:#fff;box-shadow:0 0 30px rgb(19 15 64 / .08);border:0}body #buddypress p.warning{border-color:#f3efd2}body #buddypress .editfield{background-color:#fff;border-color:#d8e6f5}body #buddypress .subnav-filters form.bp-messages-search-form button#user_messages_search_submit{height:45px;color:#fff}body #buddypress .subnav-filters .feed{margin-top:0}body #buddypress .subnav-filters .feed a{color:#3742fa}body #buddypress .standard-form input[disabled="disabled"]{background:#3742fa}.drag-drop-inside p.drag-drop-info{margin-bottom:15px}#buddypress #item-header{max-width:1110px;margin:30px auto 15px;box-shadow:5px 0 30px rgb(19 15 64 / .08);padding-bottom:35px;border-radius:6px;overflow:hidden;background-color:#fff}#buddypress .activity-comments .ac-reply-content input[type=submit]{background-color:#3742fa;color:#fff}#buddypress .activity-comments .ac-reply-content input[type=submit]:hover{background-color:#0652DD}.buddypress-wrap .bp-wrap .user-subnav ul li a,.buddypress-wrap .bp-wrap .users-nav ul li a{padding-left:0;padding-right:15px;padding-bottom:0}.buddypress-wrap .bp-wrap .user-subnav ul li a:hover,.buddypress-wrap .bp-wrap .users-nav ul li a:hover{color:#3742fa}.bp-user #buddypress #item-header{padding-top:0;max-width:1110px;margin:30px auto;box-shadow:5px 0 30px rgb(19 15 64 / .08);padding-bottom:80px;border-radius:6px;overflow:hidden;background-color:#fff}@media (min-device-width:320px) and (max-width:767px){.bp-user #buddypress #item-header{padding-bottom:110px}}.bp-user #buddypress #item-header .member-header-actions{margin-bottom:6px}.bp-user #buddypress .main-navs{margin-top:-110px;border:0}@media (min-device-width:320px) and (max-width:767px){.bp-user #buddypress .main-navs{margin-top:-145px}}@media only screen and (max-width:768px){.registration.buddypress .register-page{max-width:80%;width:80%}.activation.buddypress #activate-page{max-width:80%;width:80%}}body.activity.bp-user.my-activity.activity-permalink #buddypress{margin:50px auto!important;margin:30px}@media (min-width:1200px){body.activity.bp-user.my-activity.activity-permalink #buddypress{max-width:1140px;width:1140px}}@media (max-width:1199px){body.activity.bp-user.my-activity.activity-permalink #buddypress{padding:15px}}@media (min-device-width:320px) and (max-width:767px){.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background-color:#fff0;border:0}.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li a{padding:0 10px;font-size:15px}.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a{padding:4px 10px;font-size:15px}.buddypress-wrap .bp-pagination{text-align:center}.buddypress-wrap .bp-pagination .pag-count{float:none}.buddypress-wrap .bp-pagination .bp-pagination-links{float:none;margin:20px 10px 10px!important}.buddypress-wrap .bp-wrap .user-subnav ul li a{font-size:15px;padding:0 6px;margin-bottom:0}.single-headers ul li{float:none;padding:2px 0}.bp-list li .item-avatar img.avatar{margin-right:10px}#buddypress .subnav-filters .component-filters .select-wrap{margin:0 auto 15px}#buddypress .bp-screen-title{text-align:center}.buddypress-wrap .subnav-filters .group-search.activity-search.bp-search{border:0}}@media (min-device-width:768px) and (max-width:991px){.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a{padding:0 15px;font-size:16px}}body.buddypress .buddypress-wrap h2{font-size:22px;color:#130f40}#buddypress .widget{box-shadow:0 0 30px rgb(19 15 64 / .08);border-radius:4px;padding:30px;background-color:#fff}#buddypress .widget .widget-title{font-size:18px;margin:0 0 15px}#buddypress .widget li a{color:#576574}#buddypress .widget li::before{color:#3742fa}#buddypress .widget .activity-list{padding-left:0}#buddypress .widget .activity-list p{color:#576574;margin-bottom:10px}#buddypress .widget .activity-list p a{color:#130f40;font-weight:500}#buddypress .widget .activity-list .view.bp-tooltip{color:#576574}#buddypress .widget .activity-list .view.bp-tooltip .time-since{font-size:14px}#buddypress .widget .activity-list .view.bp-tooltip:hover{color:#3742fa}#buddypress .widget .activity-list blockquote{padding:0;margin:10px 0 24px}#buddypress .widget .activity-list blockquote img{border-radius:100%}#buddypress .widget .activity-list blockquote cite a{margin-right:10px}#buddypress .widget .activity-list blockquote:last-child{padding-bottom:0;margin-bottom:0}#buddypress .widget .item .item-title a{color:#130f40;font-size:14px}#buddypress .widget .item .item-title a:hover{color:#3742fa}#buddypress .widget .item .item-meta span{color:#576574;font-size:14px}#buddypress .widget .item-options{margin:0 0 8px;padding-top:0}#buddypress .widget .item-options a.selected{color:#3742fa}#buddypress .widget .item-options a{font-size:13px;color:#576574;margin:0 4px}#buddypress .widget #groups-list,#buddypress .widget #members-list{margin:0;padding-left:0}#buddypress .widget #groups-list li,#buddypress .widget #members-list li{margin:0;margin-bottom:10px;width:100%;border:0}#buddypress .widget #groups-list li img,#buddypress .widget #members-list li img{border-radius:100%}#buddypress .widget #groups-list li .item-avatar,#buddypress .widget #members-list li .item-avatar{padding:0}#buddypress .widget #groups-list li:last-child,#buddypress .widget #members-list li:last-child{margin:0}#buddypress .widget #groups-list li:last-child .item,#buddypress .widget #members-list li:last-child .item{padding-bottom:0}#buddypress .widget .avatar-block img{border-radius:100%}#buddypress .widget .bbp-replies-widget,#buddypress .widget .bbp-topics-widget,#buddypress .widget .bbp-forums-widget,#buddypress .widget .bbp-views-widget{margin:0;padding:0}#buddypress .widget .bbp-replies-widget li,#buddypress .widget .bbp-topics-widget li,#buddypress .widget .bbp-forums-widget li,#buddypress .widget .bbp-views-widget li{list-style:none;padding:5px 0}#buddypress .widget .bbp-replies-widget li:last-child,#buddypress .widget .bbp-topics-widget li:last-child,#buddypress .widget .bbp-forums-widget li:last-child,#buddypress .widget .bbp-views-widget li:last-child{padding-bottom:0}#buddypress .widget #bbp-search-form #bbp_search_submit{background-color:#3742fa;color:#fff;border:0;padding:12px 20px;margin:10px 0 0}#buddypress .widget #bbp-search-form #bbp_search{border-radius:4px}#buddypress .widget .bp-navs{margin:0}#buddypress .widget .bp-navs li a{font-size:13px;padding:0 10px 8px 0}#buddypress .widget .activity-list{margin:15px 0 0;padding:0}#buddypress .widget .bp-login-widget-user-avatar img{border-radius:100%}#buddypress .widget.widget_bp_core_recently_active_widget,#buddypress .widget.widget_nav_menu{padding-bottom:25px}#buddypress .widget_display_forums .widget-title,#buddypress .widget_bp_groups_widget .widget-title,#buddypress .widget_bp_core_recently_active_widget .widget-title,#buddypress .widget_nav_menu .widget-title{margin-bottom:10px}#buddypress .widget_display_replies .widget-title,#buddypress .widget_display_forums .widget-title,#buddypress .widget_display_topics .widget-title,#buddypress .widget_display_views .widget-title,#buddypress .widget_display_stats .widget-title{margin-bottom:5px}#buddypress .widget_display_stats{padding-bottom:15px}#buddypress .widget_display_stats dd strong{color:#576574;font-weight:400}#buddypress .widget_display_stats dt{color:#576574;font-weight:400}#buddypress .bbp-logged-in h4{font-weight:500}#buddypress .bbp-logged-in .button.logout-link{display:inline-block;border:1px solid #3742fa;background-color:#3742fa;border-radius:4px;margin:10px 0 0;padding:8px 20px;color:#fff;font-size:15px}.user-list .bp-tooltip:after{left:0;right:auto;border:0}#activity-stream{padding-top:0}body.activity #buddypress .groups .activity-comments .generic-button a,body.activity #buddypress .activity .activity-comments .generic-button a{color:#576574;border:0;border-radius:4px;font-size:14px;font-weight:500;padding:4px 10px}.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-name{font-size:14px}.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic a{text-transform:capitalize}#groups-list .group-desc{display:none}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .list-title{margin-bottom:10px;margin-top:5px}nav.groups-type-navs.main-navs.bp-navs.dir-navs,nav.members-type-navs.main-navs.bp-navs.dir-navs{margin-bottom:0;margin-left:-10px}.main-navs.no-ajax.bp-navs.single-screen-navs.horizontal.groups-nav{margin-bottom:0}.recent-post-details .recent-entry-content{display:none}.widget-area input[type="button"],.widget-area input[type="reset"],.widget-area input[type="submit"]{border-top-right-radius:50px;border-bottom-right-radius:50px}.widget-area .widget.widget_archive option{padding:20px}.widget-area .widget.widget_archive ul li a{display:inline-block}.widget-area .widget.widget_recent_comments ul li a,.widget-area .widget.widget_categories ul li a{display:inline-block}.widget-area select{font-size:14px}.widget-area select option{font-size:14px}.widget-area .widget ul{padding-left:0;margin-bottom:0}.widget-area .widget ul li a{display:block}.widget-area .widget ul li:before{float:left;margin-top:5px}.widget-area .widget .widget-title{font-size:20px;font-weight:700;padding-bottom:5px;position:relative;margin-bottom:25px}.widget-area .widget .widget-title:before{content:"";position:absolute;width:70px;height:2px;background:#ecb101;margin:auto;left:0;top:0;bottom:-47px}.widget-area .widget .course-title{padding:15px 0}.widget-area .widget .course-cover img{width:100%}.widget-area .widget .course-description{font-size:14px}.widget-area .widget .about-image{padding-bottom:20px}.widget-area .widget .about-info{font-size:14px;font-size:20px;line-height:24px}.widget-area .widget .blog-details{padding-left:10px}.widget-area .widget .blog-details a{padding-left:0}.widget-area .widget a{color:#4b5158;transition:all,0.5s;-webkit-transition:all,0.5s;font-size:14px}.widget-area .widget a:hover{color:#ecb101}.widget-area .widget .entry-meta{font-size:14px;color:#787f88}.widget-area .widget ul li{font-size:14px;color:#787f88;list-style:none;margin:5px 0;border-bottom:1px solid #e8e9eb;padding:5px 0}.widget-area .widget ul li:last-child{border-bottom:none}.widget-area .widget .tagcloud a:hover{color:#ecb101}.widget-area .widget p{font-size:14px;line-height:25px}.widget-area .courser-teacher{padding:20px 0 10px 0;text-align:center}.widget-area .courser-teacher .person-img{width:150px;margin:auto}.widget-area .courser-teacher .person-info .teacher-title{margin-top:25px;margin-bottom:5px}.widget-area .courser-teacher .person-info .teacher-position{margin-bottom:10px}.widget-area .courser-teacher .social-links-teacher i{font-size:14px;padding:0 5px}.widget-area .edumodo-social{padding:0;text-align:center}.widget-area .edumodo-social a{color:#fff;background:#ecb101;height:45px;width:45px;display:inline-block;line-height:45px;padding:0;margin:0 5px;border-radius:50%;text-align:center}.widget-area .edumodo-social a:hover{background:#242c5e}.widget-area .edumodo-social a i{color:#fff}.widget-area .recent-post:last-child .recent-post-details>div.recent-entry-content>p{margin-bottom:0;padding-bottom:0}.widget-area .edumodo-recent-post .recent-post{display:flex;align-items:center;border-bottom:1px solid #e8e9eb;padding:16px 0}.widget-area .edumodo-recent-post .recent-post:first-child{padding-top:0}.widget-area .edumodo-recent-post .recent-post:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}.widget-area .edumodo-recent-post .recent-post .recent-img .recent-post-thumbnail{height:80px;width:80px;border:1px solid #e8e9eb;border-radius:10px;overflow:hidden}.widget-area .edumodo-recent-post .recent-post .recent-img{display:inline-block;width:30%;float:left;margin-right:20px}.widget-area .edumodo-recent-post .recent-post .recent-entry-header .recent-entry-title{margin-bottom:5px;font-weight:500}.widget-area .edumodo-recent-post .recent-post .recent-entry-header .recent-entry-title a{color:#07294d;transition:all 0.3s ease;line-height:25px}.widget-area .edumodo-recent-post .recent-post .recent-entry-header .recent-entry-title a:hover{color:#ecb101}.widget-area .edumodo-recent-post .recent-post .recent-post-details{display:inline-block;width:70%;float:left}.wp-caption{display:inline}.widget_calendar div.calendar_wrap table{width:100%}.widget_calendar div.calendar_wrap table caption{text-align:center}.widget_calendar div.calendar_wrap table thead tr th{text-align:center;padding:.5em;border:solid 1px #fec720;color:#fff;font-weight:700;background-color:#ecb101;position:relative}.widget_calendar div.calendar_wrap table tbody tr td{text-align:center;padding:.5em;border:solid 1px #ecb101}.widget_calendar div.calendar_wrap table tbody tr td#today{background:#ecb101;color:#fff}.widget_calendar div.calendar_wrap table tbody tr td#today a{color:#fff}.widget_calendar div.calendar_wrap table tbody tr td a{color:#ecb101}.widget_calendar div.calendar_wrap table tbody tr td a:hover{color:#4b5158}.widget_calendar div.calendar_wrap table tfoot #prev a{margin:16px 0;display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.widget_calendar div.calendar_wrap table tfoot #prev a:hover{text-decoration:none}.widget_calendar td#next{text-align:right}.widget-area .widget>ul>li:first-child{margin-top:0;padding-top:0}.widget-area .widget>ul>li:last-child{margin-bottom:0;padding-bottom:0}.widget-area .widget ul li:last-child{margin-bottom:0;padding-bottom:0}.widget-area .widget:last-child{margin-bottom:0}.widget.widget_sfwd-lessons-widget ul li{padding-bottom:15px;padding-top:15px}.widget.widget_ldcourseinfo .ld-course-info-my-courses{margin-bottom:15px}.widget.widget_ldcourseinfo .ld-course-info-my-courses:first-child{margin-top:20px}.widget.widget_ldcourseinfo .ld-course-info-my-courses img{margin-right:0;max-width:100%}.widget.widget_ldcourseinfo .ld-entry-title.entry-title{line-height:0}.widget.widget_ldcourseinfo .ld-course-info-my-courses img{margin-bottom:15px}.widget.widget_ldcourseinfo .learndash-pager{float:left}.widget-area .widget{transition:all 0.3s ease;padding:30px;border-radius:6px;background-color:#fff}.widget-area .widget h2{margin-top:0}.widget-area .widget ul li{padding:8px 0 12px}.widget-area .widget ul li a{position:relative;padding-left:15px;font-weight:500;font-size:15px}.widget-area .widget ul li a:before{content:"\f105";font-family:FontAwesome;left:0;position:absolute;top:0;color:#ecb101}.widget-area .widget ul li.recentcomments a:before{content:''}.widget-area .widget .wp-block-search__inside-wrapper{display:flex}.widget-area .widget .wp-block-search__inside-wrapper .wp-block-search__button{background-color:#242C5E;color:#fff;border:0;border-radius:0 30px 30px 0;padding:5px 20px 6px!important;font-size:14px;font-weight:400;margin:0;border:1px solid #242C5E}.widget-area .widget .edumodo-recent-post .recent-entry-title a{font-size:15px;list-style:25px}.widget-area .widget_search input[type="submit"]{background-color:#242C5E;color:#fff;border:0;border-radius:0 30px 30px 0;padding:5px 20px 6px!important;font-size:14px;font-weight:400;margin:0;border:1px solid #242C5E}.widget-area .widget.widget_block .wp-block-group__inner-container h2{font-size:20px;font-weight:700;padding-bottom:5px;position:relative;margin-bottom:20px}.widget-area .widget.widget_block .wp-block-group__inner-container h2:before{content:"";position:absolute;width:70px;height:2px;background:#ecb101;margin:auto;left:0;top:0;bottom:-47px}.widget-area .widget.widget_block .wp-block-group__inner-container .wp-block-latest-comments{padding-top:10px}@media (min-width:768px) and (max-width:991px){.col-md-8.content-wrapper{padding-right:15px}.widget-area .widget{margin:0 0 30px}}.footer{background-color:#313131;padding:50px 0 40px;color:#e1e1e1}.footer .instagallery-items .ig-item{padding:5px}.footer .widget{font-size:15px}.footer .widget ul{padding-left:0}.footer .widget ul li{padding:0;padding-bottom:12px;list-style:none;color:#e1e1e1;display:inline-block;vertical-align:top;width:100%;padding-left:15px;position:relative;font-size:16px;line-height:26px}.footer .widget ul li:last-child{margin-bottom:0}.footer .widget ul li:before{content:"\f105";font-family:FontAwesome;left:0;position:absolute;top:0}.footer .widget ul li a{color:#e1e1e1}.footer .widget ul li a:hover{color:#a07801}.footer .widget select{color:#4b5158}.footer .widget .post-heading{font-size:16px;font-weight:300}.footer .widget .post-heading a{color:#fff}.footer .widget .entry-meta{font-size:12px}.footer .widget button,.footer .widget input[type="button"],.footer .widget input[type="reset"],.footer .widget input[type="submit"]{border-top-right-radius:50px;border-bottom-right-radius:50px}.footer .widget-title{font-size:20px;line-height:1.3;padding-bottom:13px;color:#fff}.footer .footer-social a{color:#ddd;width:30px;height:30px;display:inline-block;text-align:center;line-height:30px;border-radius:2px}.footer .footer-social a:hover{background-color:#ecb101}.footer .menu-useful-links-container{margin-top:-10px}.footer .textwidget{margin-top:-5px}.footer .textwidget p{color:#e1e1e1}.footer .tagcloud a{color:#fff}.footer .tagcloud a:hover{color:#ecb101}.footer .edumodo-quickinfo{margin-bottom:5px}.footer .edumodo-quickinfo i{padding-right:8px}.footer .widget_calendar div.calendar_wrap table tfoot #prev a{color:#e1e1e1}.footer .widget_calendar div.calendar_wrap table caption{color:#e1e1e1}.footer .widget_calendar td#next a{color:#e1e1e1}.footer .widget_calendar div.calendar_wrap table tbody tr td{color:#e1e1e1}.footer .mc4wp-form-fields input[type="button"],.footer .mc4wp-form-fields input[type="reset"],.footer .mc4wp-form-fields input[type="submit"]{border-top-right-radius:50px;border-bottom-right-radius:50px}.footer #mc_embed_signup #tx-subscribe{border-bottom-right-radius:50px;border-top-right-radius:50px}.footer-middle{background-color:#313131}.footer-middle .footer-middle-row{border-top:1px solid #3a3a3a;padding-top:40px;padding-bottom:40px;border-bottom:1px solid #3a3a3a}.edumodo-footer-social{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a{display:inline-block;font-size:14px;width:35px;height:35px;line-height:35px;margin:0 2px;border-radius:100px;background-color:#4b5158;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social i.fa.fa-facebook{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social i.fa.fa-twitter{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social i.fa.fa-google-plus{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social i.fa.fa-linkedin{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social i.fa.fa-instagram{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social i.fa.fa-youtube{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social i.fa.fa-skype{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-facebook{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-facebook:hover{background:#3b5999;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-facebook:hover i.fa.fa-facebook{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-twitter{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-twitter:hover{background:#55acee;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-twitter:hover i.fa.fa-twitter{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-google-plus{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-google-plus:hover{background:#dd4b39;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-google-plus:hover i.fa.fa-google-plus{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-linkedin{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-linkedin:hover{background:#0077B5;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-linkedin:hover i.fa.fa-linkedin{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-instagram{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-instagram:hover{background:#e4405f;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-instagram:hover i.fa.fa-instagram{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-youtube{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-youtube:hover{background:#cd201f;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-youtube:hover i.fa.fa-youtube{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-skype{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-skype:hover{background:#00AFF0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-footer-social a.edumodo-skype:hover i.fa.fa-skype{color:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.edumodo-credit-wrapper{display:flex;align-items:center}.user-credit{padding:0 10px}.copyright{background-color:#2a2e31;font-size:14px;padding:25px 0;color:#ccc}.copyright a{color:#ccc}.copyright a:hover{color:#ecb101}.copyright .social-icon{font-size:16px}.copyright .social-icon a{padding:0 5px;color:#ccc}.copyright .social-icon a:hover{color:#ecb101}.copyright span.sep{color:#e1e1e1}#footer-layout-2 ul.menu li{width:100%}#footer-layout-2 .edumodo-credit-wrapper{justify-content:center}.footer .widget.edumodo-widget img{border-radius:5px}.footer .widget.edumodo-widget .post-heading{font-size:15px;font-weight:400;line-height:25px;margin:0 0 8px}.footer .widget.edumodo-widget .post-heading a{color:#dedede}.footer-social-icons ul{margin:0}.footer-social-icons ul li{display:inline-block;list-style:none}.footer-social-icons ul li a{margin:0 0 0 10px;font-size:20px}.lifter-archive-card{padding:20px;display:grid;grid-auto-flow:row}.lifter-archive-card .course-title a{transition:all 0.3s ease}.lifter-archive-card .course-meta{display:flex;align-items:center;justify-content:space-between}.lifter-archive-card .course-meta p{margin:0}.lifter-archive-card .course-meta .icon{margin-right:3px}.course-archieve-loop .page-title{font-size:32px;padding:30px 0 10px;line-height:1.2;font-weight:500;color:#787f88}.course-archieve-loop a{transition:all 0.3s ease}.course-archieve-loop .page-title{margin:50px 0 30px}.course-archieve-loop .llms-pagination{font-size:16px;font-family:'Poppins',sans-serif;margin:30px 0 50px}.course-archieve-loop .llms-pagination ul.page-numbers{margin:0;padding:0}.course-archieve-loop .llms-pagination ul.page-numbers li .page-numbers{border-radius:4px;background:#f2f2f2;padding:7px 21px;border:none;margin:0 3px;display:inline-block;text-decoration:none;transition:all .3 ease;color:#787f88}.course-archieve-loop .llms-pagination ul.page-numbers li .page-numbers:hover{color:#ecb101}.course-archieve-loop .llms-pagination ul.page-numbers li .current{background:#ecb101;color:#fff}.course-archieve-loop .llms-pagination ul.page-numbers li .current:hover{color:#fff}.llms-loop .llms-loop-list{display:grid;grid-gap:20px;margin:30px 0 50px}.llms-loop .llms-loop-list:before,.llms-loop .llms-loop-list:after{content:none}.llms-loop .llms-loop-list .llms-loop-item{border:solid 1px #eaeaea;width:100%;font-family:'Poppins',sans-serif;color:#787f88;margin-bottom:0;border-radius:4px;overflow:hidden}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content{margin:0;padding:0;background:#fff;color:#787f88}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content iframe{min-height:200px}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link img.wp-post-image{min-height:200px;object-fit:cover;width:100%}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-progress .llms-progress-bar{background:#fff;height:7px}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-progress .progress-bar-complete{background:#ecb101;border-radius:0 4px 4px 0}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-title{padding:10px 20px 0;font-size:18px;font-weight:500;color:#787f88;transition:all 0.3s ease;line-height:1.2}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer{padding:10px 10px 20px;color:#787f88}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer .name{text-transform:capitalize}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer p,.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer span{color:#787f88}.llms-loop .llms-loop-list .llms-loop-item:hover .llms-loop-title{color:#ecb101!important}.llms-loop .cols-1{grid-template-columns:repeat(1,1fr)}@media (max-width:992px){.llms-loop .cols-1{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.llms-loop .cols-1{grid-template-columns:repeat(1,1fr)}}.llms-loop .cols-2{grid-template-columns:repeat(2,1fr)}@media (max-width:992px){.llms-loop .cols-2{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.llms-loop .cols-2{grid-template-columns:repeat(1,1fr)}}.llms-loop .cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:992px){.llms-loop .cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.llms-loop .cols-3{grid-template-columns:repeat(1,1fr)}}.llms-loop .cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:992px){.llms-loop .cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.llms-loop .cols-4{grid-template-columns:repeat(1,1fr)}}.llms-loop .cols-5{grid-template-columns:repeat(5,1fr)}@media (max-width:992px){.llms-loop .cols-5{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.llms-loop .cols-5{grid-template-columns:repeat(1,1fr)}}.llms-loop .cols-6{grid-template-columns:repeat(6,1fr)}@media (max-width:992px){.llms-loop .cols-6{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.llms-loop .cols-6{grid-template-columns:repeat(1,1fr)}}.lifter-conent-area .widget{border:solid 1px #eaeaea;padding:20px;border-radius:4px;font-size:14px;font-family:'Poppins',sans-serif;list-style-type:none}.lifter-conent-area .widget img{border-radius:50%}.lifter-conent-area .widget .widgettitle{font-family:'Poppins',sans-serif;font-weight:500;font-size:18px;margin-bottom:5px;padding-bottom:15px;border-bottom:solid 1px #eaeaea;color:#787f88}.lifter-conent-area .widget a{color:#787f88;transition:all 0.3s ease}.lifter-conent-area .widget a:hover{color:#ecb101}.lifter-conent-area .widget ul,.lifter-conent-area .widget ol{padding:0;transition:all 0.3s ease;margin-bottom:0;margin-left:0}.lifter-conent-area .widget ul li,.lifter-conent-area .widget ol li{list-style-type:none;border-bottom:solid 1px #eaeaea;padding:10px 0;transition:all 0.3s ease}.lifter-conent-area .widget ul li:last-child,.lifter-conent-area .widget ol li:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.lifter-conent-area .widget .section-header{color:#787f88}.lifter-conent-area .widget .section-header .llms-collapse-caret{margin-right:5px}.lifter-conent-area .widget .section-header .section-title{font-family:'Poppins',sans-serif;font-weight:500;font-size:14px}.lifter-conent-area .widget .llms-lesson .llms-lesson-complete.done{color:#fec009}.lifter-conent-area .widget .llms-lesson .lesson-title.done a{text-decoration:none;color:#aeb2b8}.lifter-conent-area .widget .llms-course-outline .llms-syllabus-footer{padding-top:15px}.lifter-conent-area .widget .llms-course-outline .current-lesson .lesson-title{font-weight:500}.lifter-conent-area .widget .llms-progress{margin:20px 0 10px}.lifter-conent-area .widget .llms-progress .llms-progress-bar{background-color:#eaeaea;border-radius:4px;height:10px}.lifter-conent-area .widget .llms-progress .llms-progress-bar .progress-bar-complete{border-radius:4px;background:#fec009}.lifter-conent-area .widget .bbp-author-avatar{margin-right:7px}.lifter-conent-area .widget button.user-submit{padding:4px 20px;border-color:#fff0;border-radius:4px;background-color:#ecb101}.lifter-conent-area .lifter-single-course-post{font-family:'Poppins',sans-serif}.lifter-conent-area .lifter-single-course-post .course-title{font-size:32px;padding:30px 0 10px;line-height:1.2;font-weight:500;color:#787f88}.lifter-conent-area .lifter-single-course-post a{color:#787f88}.lifter-conent-area .lifter-single-course-post a:hover{color:#ecb101}.lifter-conent-area .lifter-single-course-post .entry-content{margin-bottom:30px}.lifter-conent-area .lifter-single-course-post .entry-content .llms-meta-title{font-weight:500;color:#787f88;margin-bottom:10px}.lifter-conent-area .lifter-single-course-post .entry-content .llms-video-wrapper{margin:15px 0}.lifter-conent-area .lifter-single-course-post .entry-content .llms-meta-info .llms-meta span{font-weight:500}.lifter-conent-area .lifter-single-course-post .entry-content .llms-instructor-info .llms-author{border-color:#eaeaea;border:solid 1px #eaeaea}.lifter-conent-area .lifter-single-course-post .entry-content .llms-instructor-info .llms-author .name{text-transform:capitalize;font-weight:500}.lifter-conent-area .lifter-single-course-post .entry-content .llms-instructor-info .avatar{border-color:#eaeaea;background:#fff0}.lifter-conent-area .lifter-single-course-post .entry-content .llms-instructor-info,.lifter-conent-area .lifter-single-course-post .entry-content .wp-block-llms-course-progress,.lifter-conent-area .lifter-single-course-post .entry-content .wp-block-llms-course-continue-button,.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper,.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plans{margin:15px 0;display:inline-block;width:100%}.lifter-conent-area .lifter-single-course-post .entry-content .llms-course-continue-button{background:#ecb101;color:#fff;border-radius:4px;padding:10px 30px}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper{color:#787f88}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper a{color:#787f88}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-section-title{padding:10px 15px;text-align:left;border:solid 1px #eaeaea;background:#f2f2f2;color:#787f88;font-weight:500}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview{width:100%;margin-top:0;border:solid 1px #eaeaea;border-top:none}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link-locked{box-shadow:none;min-height:auto}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link{display:flex;align-items:center;flex-flow:row-reverse;padding:10px 15px;background:#f7f7f7}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:before,.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:after{content:none}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .clear{width:auto}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-main,.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-extra{float:none;width:100%}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-extra{text-align:right}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-extra .llms-lesson-counter{margin-bottom:0}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-main{display:flex;align-items:center}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-main .llms-lesson-complete{margin:0;margin-bottom:0;font-size:18px;margin-right:7px}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-main .llms-lesson-title{margin:0;font-weight:400;font-size:16px;color:#787f88;transition:all 0.3s ease}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title{color:#ecb101}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete{color:#fec009}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan ul,.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan ol{padding:0}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-content,.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-footer{background:#f7f7f7;border:solid 1px #eaeaea;border-top:none}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-content .stamp,.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-footer .stamp{border-radius:4px;padding:2px 6px;background:#ecb101}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-content .trial .lifterlms-price,.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-footer .trial .lifterlms-price{font-weight:500}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-content{border-bottom:none;padding:0 0 20px}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-title{background:#f2f2f2;color:#787f88;border-top:solid 1px #eaeaea;border-bottom:solid 1px #eaeaea;font-weight:700}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-content .lifterlms-price{font-weight:500;font-size:20px;display:inline-block;margin:3px 0 5px}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-description ul{padding:0 15px}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-description ul li{text-align:left;border-color:#eaeaea;padding:5px 0}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-footer{padding-bottom:15px;background:#f2f2f2;border-top:solid 1px #eaeaea}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-footer a.button{display:inline-block;background:#ecb101;border-radius:4px;transition:all 0.3s ease;padding:10px 30px;color:#fff}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-footer a.button:hover{background:#d39e01}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-restrictions a{color:#ecb101}.lifter-conent-area .lifter-single-course-post .entry-content .llms-progress{margin:20px 0 10px}.lifter-conent-area .lifter-single-course-post .entry-content .llms-progress .llms-progress-bar{background-color:#eaeaea;border-radius:4px;height:10px}.lifter-conent-area .lifter-single-course-post .entry-content .llms-progress .llms-progress-bar .progress-bar-complete{border-radius:4px;background:#fec009}.lifter-conent-area .lifter-single-course-post .entry-footer-body{background:#fff0;padding:0;margin-top:20px}.lifter-conent-area .lifter-single-course-post .entry-footer-body .social-share a{width:38px;height:38px;line-height:38px;padding:0;border-radius:4px;margin-left:5px;background:#f7f7f7;border:solid 1px #eaeaea;color:#787f88}.lifter-conent-area .lifter-single-course-post .entry-footer-body .social-share a:hover{color:#ecb101}.lifter-conent-area .lifter-single-course-post .review_box h3{font-size:16px;font-weight:500}.lifter-conent-area .lifter-single-course-post .review_box input[type="text"],.lifter-conent-area .lifter-single-course-post .review_box textarea{border:solid 1px #eaeaea;font-weight:400;padding:10px;border-radius:4px;background:#fff0;font-size:14px}.lifter-conent-area .lifter-single-course-post .review_box input[type="submit"]{margin-top:15px}.lifter-conent-area .lifter-single-course-post input[type="submit"]{background:#ecb101;color:#fff;padding:10px 30px;border-radius:4px;border:none}.lifter-conent-area .widget_display_stats dl{display:grid;grid-template-columns:1fr minmax(30px,50px);grid-gap:10px;align-items:center}.lifter-conent-area .widget_display_stats dl dt,.lifter-conent-area .widget_display_stats dl dd,.lifter-conent-area .widget_display_stats dl strong{font-weight:400;color:#787f88}.lifter-conent-area .widget_display_stats dl dt{position:relative}.lifter-conent-area .widget_display_stats dl dt span{background:#fff;padding:0 10px 0 0}.lifter-conent-area .widget_display_stats dl dt:after{content:"";width:100%;height:1px;border-top:dotted 1px #c4c4c4;position:absolute;right:-30px;top:50%;z-index:-1}.lifter-conent-area .widget_display_stats dl dd{text-align:right;margin:0}.lifter-conent-area .widget_display_stats dl strong{border-radius:50px;display:inline-block;line-height:30px;font-size:12px;border:none;color:#787f88;text-align:right}.lifter-conent-area .widget_display_search form{font-size:16px;font-family:'Poppins',sans-serif;margin-top:15px}.lifter-conent-area .widget_display_search form div{display:flex;align-items:center}.lifter-conent-area .widget_display_search form div input[type="text"]{border-radius:4px 0 0 4px;padding:6px 15px}.lifter-conent-area .widget_display_search form div .button{padding:6px 15px;border-radius:0 4px 4px 0;font-weight:500;background:#f2f2f2;color:#787f88;border:solid 1px #eaeaea;border-left:none}.lifter-conent-area .widget_display_replies .bbp-author-avatar{margin-right:7px}.lifter-conent-area .llms-meta-info{border-left:solid 5px #eaeaea;padding-left:20px}.lifter-conent-area .llms-meta-info .llms-meta{margin:5px 0}.lifter-conent-area #old_reviews{margin:30px 0}.lifter-conent-area #old_reviews h3{color:#787f88}.lifter-conent-area #old_reviews .llms_review{background:#f7f7f7!important;padding:20px!important;font-family:'Poppins',sans-serif}.lifter-conent-area #old_reviews .llms_review h5{font-size:18px!important}.lifter-conent-area #old_reviews .llms_review p{margin:0;font-size:16px}.lifter-conent-area #thank_you_box h2{font-size:20px;color:#787f88}.lifter-conent-area .single-course-style-2 .title.course-title{text-align:center;margin:30px 0 50px;padding:0}@media (min-width:768px){.lifter-conent-area .single-course-style-2 .title.course-title{font-size:64px;font-weight:700}}@media (min-width:768px){.lifter-conent-area .single-course-style-2 .entry-content,.lifter-conent-area .single-course-style-2 .entry-footer-body{width:70%;margin:0 auto}}.lifter-conent-area .single-course-style-2 .entry-footer-body{margin-top:30px!important}.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-title{color:#192A56}.llms-lesson-preview .llms-icon-free{margin-right:12px}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link,.lifter-conent-area .lifter-single-course-post .entry-content .llms-access-plan .llms-access-plan-content{background:#fff}.llms-button-action{background:#f8954f}.lifter-conent-area .lifter-single-course-post .course-title{color:#192A56;font-weight:700}.lifter-conent-area .lifter-single-course-post .entry-content .llms-syllabus-wrapper .llms-section-title{color:#192A56;font-weight:700}.logged-in .lifterlms .llms-student-dashboard{grid-template-columns:minmax(min-content,300px) 1fr}.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-1{grid-template-columns:repeat(1,1fr)}@media (max-width:767px){.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-1{grid-template-columns:repeat(1,1fr)}}.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-2{grid-template-columns:repeat(2,1fr)}@media (max-width:767px){.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-2{grid-template-columns:repeat(1,1fr)}}.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:767px){.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-3{grid-template-columns:repeat(1,1fr)}}.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:767px){.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-4{grid-template-columns:repeat(1,1fr)}}.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-5{grid-template-columns:repeat(5,1fr)}@media (max-width:767px){.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-5{grid-template-columns:repeat(1,1fr)}}.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-6{grid-template-columns:repeat(6,1fr)}@media (max-width:767px){.logged-in .lifterlms .llms-student-dashboard .llms-loop .cols-6{grid-template-columns:repeat(1,1fr)}}.logged-in .lifterlms .llms-sd-grades th{font-weight:500}.logged-in .lifterlms .llms-sd-grades .progress-bar-complete{background-color:#ecb101}.logged-in .lifterlms .llms-sd-grades .llms-donut{color:#ecb101}.logged-in .lifterlms .llms-sd-grades .llms-donut svg path{stroke:#ecb101}.logged-in .lifterlms .llms-sd-grades .llms-table-sort button[type="submit"]{margin:15px 0 10px}.lifterlms .llms-student-dashboard{display:grid;font-family:'Poppins',sans-serif;grid-gap:30px;margin-bottom:50px}.lifterlms .llms-student-dashboard .llms-sd-header{position:relative}.lifterlms .llms-student-dashboard .llms-sd-header .llms-sd-title{position:absolute;left:100%;top:0;margin:0;display:none}.lifterlms .llms-student-dashboard .llms-sd-header .llms-sd-items{border:solid 1px #eaeaea;background:#f7f7f7}.lifterlms .llms-student-dashboard .llms-sd-header .llms-sd-items li{display:inline-block;width:100%;padding:5px 15px 10px;margin:5px 0;border-bottom:solid 1px #eaeaea}.lifterlms .llms-student-dashboard .llms-sd-header .llms-sd-items li:last-child{border-bottom:none}.lifterlms .llms-student-dashboard .llms-sd-header .llms-sd-items li .llms-sep{display:none}.lifterlms .llms-student-dashboard .llms-sd-header .llms-sd-items li.current a{color:#ecb101}.lifterlms .llms-student-dashboard .llms-sd-section{margin:0 0 50px}.lifterlms .llms-student-dashboard .llms-sd-section .llms-sd-section-title{font-size:20px;font-weight:500}.lifterlms .llms-student-dashboard .llms-sd-section footer a.llms-button-secondary{padding:10px 30px;border-radius:4px;display:inline-block}.lifterlms .llms-student-dashboard .llms-sd-section footer a.llms-button-secondary:hover{background:#ecb101;color:#fff}.lifterlms .llms-student-dashboard .llms-sd-section:last-child{margin-bottom:0}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list{display:grid;grid-gap:20px;margin:15px 0 30px}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list:before,.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list:after{content:none}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item{border:solid 1px #eaeaea;width:100%;font-family:'Poppins',sans-serif;color:#787f88;margin-bottom:0;border-radius:4px;overflow:hidden}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content{margin:0;padding:0;background:#fff;color:#787f88}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content iframe{min-height:200px}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link img.wp-post-image{min-height:200px;object-fit:cover;width:100%}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-progress .llms-progress-bar{background:#fff;height:7px}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-progress .progress-bar-complete{background:#ecb101;border-radius:0 4px 4px 0}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-title{padding:10px 20px 0;font-size:18px;font-weight:500;color:#787f88;transition:all 0.3s ease;line-height:1.2}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer{padding:10px 10px 20px;color:#787f88}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer .name{text-transform:capitalize}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer p,.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer span{color:#787f88}.lifterlms .llms-student-dashboard .llms-loop .llms-loop-list .llms-loop-item:hover .llms-loop-title{color:#ecb101!important}.lifterlms .llms-student-dashboard .llms-loop .cols-3{grid-template-columns:repeat(3,1fr)}.lifterlms .llms-student-dashboard .llms-notification-list .llms-notification-list-item{border-left:solid 1px #eaeaea;border-right:solid 1px #eaeaea}.lifterlms .llms-student-dashboard .llms-notification-list .llms-notification-list-item .llms-notification{padding:15px 20px}.lifterlms .llms-student-dashboard .llms-notification-list .llms-notification-list-item .llms-notification-aside{max-width:35px}.lifterlms .llms-student-dashboard .llms-notification-list .llms-notification-list-item .llms-notification-aside .llms-notification-icon{width:30px}.lifterlms .llms-student-dashboard .llms-notification-list .llms-notification-list-item .llms-notification-title{margin-bottom:5px}.lifterlms .llms-student-dashboard .llms-notification-list .llms-notification-list-item .llms-notification-footer{margin-top:0}.lifterlms .llms-student-dashboard form.edit-account{background:#fff;padding:20px}.lifterlms .llms-student-dashboard form.edit-account input{font-weight:400}.lifterlms .llms-student-dashboard form.edit-account button[type="submit"]{background:#ecb101;color:#fff;padding:10px 30px;border-radius:4px;margin-top:15px}.lifterlms .llms-student-dashboard input{font-weight:400}.lifterlms .llms-student-dashboard button[type="submit"]{background:#ecb101;color:#fff;padding:10px 30px;border-radius:4px;border:none}.lifterlms .llms-student-dashboard .orders-table tr{background:#fff}.lifterlms .llms-student-dashboard .orders-table a.llms-button-primary{background:#ecb101;color:#fff;padding:5px 15px;border-radius:4px;border:none}.lifterlms .llms-person-login-form-wrapper,.lifterlms .llms-new-person-form-wrapper{background:#fff;border:solid 1px #eaeaea;padding:30px;border-radius:4px}.lifterlms .llms-person-login-form-wrapper .llms-form-heading,.lifterlms .llms-new-person-form-wrapper .llms-form-heading{font-size:20px;font-weight:500;color:#787f88}.llms-person-login-form-wrapper,.llms-new-person-form-wrapper{background:#fff;border:solid 1px #eaeaea;padding:30px;border-radius:4px}.llms-person-login-form-wrapper .llms-form-heading,.llms-new-person-form-wrapper .llms-form-heading{font-size:20px;font-weight:500;color:#787f88}.llms-person-login-form-wrapper button[type="submit"],.llms-new-person-form-wrapper button[type="submit"]{background:#ecb101;color:#fff;padding:10px 30px;border-radius:4px;border:none}.llms-loop .llms-loop-list{display:grid;grid-gap:20px;margin:15px 0 30px}.llms-loop .llms-loop-list:before,.llms-loop .llms-loop-list:after{content:none}.llms-loop .llms-loop-list .llms-loop-item{border:solid 1px #eaeaea;width:100%;font-family:'Poppins',sans-serif;color:#787f88;margin-bottom:0;border-radius:4px;overflow:hidden}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content{margin:0;padding:0;background:#fff;color:#787f88}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content iframe{min-height:200px}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link img.wp-post-image{min-height:200px;object-fit:cover;width:100%}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-progress .llms-progress-bar{background:#fff;height:7px}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-progress .progress-bar-complete{background:#ecb101;border-radius:0 4px 4px 0}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-title{padding:10px 20px 0;font-size:18px;font-weight:500;color:#787f88;transition:all 0.3s ease;line-height:1.2}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer{padding:10px 10px 20px;color:#787f88}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer .name{text-transform:capitalize}.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer p,.llms-loop .llms-loop-list .llms-loop-item .llms-loop-item-content .llms-loop-link .llms-loop-item-footer span{color:#787f88}.llms-loop .llms-loop-list .llms-loop-item:hover .llms-loop-title{color:#ecb101!important}.llms-loop .cols-3{grid-template-columns:repeat(3,1fr)}.llms-checkout-wrapper{margin:0 0 50px}.llms-checkout-wrapper .llms-checkout-section{border:solid 1px #eaeaea}.llms-checkout-wrapper .llms-checkout-section .llms-form-heading{font-size:18px;background:#f2f2f2;margin:0;color:#787f88;font-weight:500;border-bottom:solid 1px #eaeaea}.llms-checkout-wrapper .llms-checkout-section .llms-checkout-section-content{margin:0;padding:15px;background:#fff}.llms-checkout-wrapper .llms-checkout-section .llms-checkout-section-content li{margin-bottom:10px}.llms-checkout-wrapper .llms-checkout-section .llms-checkout-section-content .llms-label{font-weight:500;font-size:16px;font-variant:normal;font-family:'Poppins',sans-serif;text-transform:capitalize}.llms-checkout-wrapper .llms-checkout-section .llms-checkout-section-content.llms-form-fields{margin:0;padding:15px;background:#fff}.llms-checkout-wrapper button[type="submit"]{background:#ecb101;color:#fff;padding:10px 30px;border-radius:4px;border:none}.llms-checkout-wrapper form.llms-checkout,.llms-checkout-wrapper form.llms-login{background:#fff0;margin:10px 0}.llms-checkout-wrapper form.llms-checkout input,.llms-checkout-wrapper form.llms-login input,.llms-checkout-wrapper form.llms-checkout textarea,.llms-checkout-wrapper form.llms-login textarea,.llms-checkout-wrapper form.llms-checkout select,.llms-checkout-wrapper form.llms-login select{border-radius:4px;font-weight:400;background:#fff0;color:#787f88;font-family:'Poppins',sans-serif}.llms-checkout-wrapper form.llms-checkout .llms-coupon-wrapper a,.llms-checkout-wrapper form.llms-login .llms-coupon-wrapper a{font-weight:500;color:#787f88}.llms-checkout-wrapper form.llms-login{border:solid 1px #eaeaea;margin:0}.llms-checkout-wrapper .llms-person-login-form-wrapper{border:none;padding:0}.llms-checkout-wrapper .llms-person-login-form-wrapper .llms-form-heading{font-size:18px;background:#f2f2f2;margin:0;color:#787f88;font-weight:500;border-bottom:solid 1px #eaeaea}.llms-checkout-wrapper .llms-person-login-form-wrapper .llms-form-fields{margin:0;padding:15px;background:#f7f7f7}.lifter-conent-area .single-post.lesson{font-family:'Poppins',sans-serif;color:#787f88}.lifter-conent-area .single-post.lesson a{color:#787f88}.lifter-conent-area .single-post.lesson a:hover{color:#ecb101}.lifter-conent-area .single-post.lesson .llms-start-quiz-button,.lifter-conent-area .single-post.lesson .llms-button-action{background:#ecb101;color:#fff}.lifter-conent-area .single-post.lesson .llms-start-quiz-button:hover,.lifter-conent-area .single-post.lesson .llms-button-action:hover{color:#fff}.lifter-conent-area .single-post.lesson .lesson-title{font-size:32px;padding:0 0 10px;line-height:1.2;font-weight:500;color:#787f88}.lifter-conent-area .single-post.lesson .entry-content{border-top:none;border:solid 1px #eaeaea;margin-bottom:30px;background:#fff0}.lifter-conent-area .single-post.lesson .entry-content .llms-parent-course-link{margin-bottom:30px}.lifter-conent-area .single-post.lesson .entry-content .llms-parent-course-link a.llms-lesson-link{position:relative}.lifter-conent-area .single-post.lesson .entry-content .llms-parent-course-link a.llms-lesson-link:before{content:'';width:100%;height:2px;background:#ecb101;position:absolute;left:0;bottom:0;transition:all 0.3s ease}.lifter-conent-area .single-post.lesson .entry-content .llms-parent-course-link a.llms-lesson-link:hover:before{height:4px}.lifter-conent-area .single-post.lesson .entry-content .llms-lesson-button-wrapper{display:flex;align-items:center;justify-content:space-between;margin:20px 0 10px}.lifter-conent-area .single-post.lesson .entry-content .llms-lesson-button-wrapper div.type-submit{padding:0}.lifter-conent-area .single-post.lesson .entry-content .llms-lesson-button-wrapper div.type-submit button{border-radius:4px;background:#f7f7f7;border:solid 1px #eaeaea;color:#787f88}.lifter-conent-area .single-post.lesson .entry-content .llms-lesson-button-wrapper div.type-submit button:hover{color:#ecb101}.lifter-conent-area .single-post.lesson .entry-content .llms-course-navigation .llms-lesson-complete{font-size:18px;margin-bottom:10px}.lifter-conent-area .single-post.lesson .entry-content .llms-course-navigation .llms-lesson-title{font-weight:500;font-size:16px;transition:all 0.3s ease}.lifter-conent-area .single-post.lesson .entry-content .llms-course-navigation .llms-lesson-link{border-radius:4px;border:solid 1px #eaeaea;background:#f7f7f7}.lifter-conent-area .single-post.lesson .entry-content .llms-course-navigation .llms-lesson-link:hover .llms-lesson-title{color:#ecb101}.lifter-conent-area .single-post.lesson .entry-footer-body{background:#fff0;padding:0;margin-top:20px}.lifter-conent-area .single-post.lesson .entry-footer-body .social-share a{background:#f7f7f7;border:solid 1px #eaeaea;color:#787f88}.lifter-conent-area .single-post.lesson .entry-footer-body .social-share a:hover{color:#ecb101}.lifter-conent-area .single-post.llms_quiz{font-family:'Poppins',sans-serif;color:#787f88}.lifter-conent-area .single-post.llms_quiz a{color:#787f88}.lifter-conent-area .single-post.llms_quiz a:hover{color:#ecb101}.lifter-conent-area .single-post.llms_quiz .llms-start-quiz-button,.lifter-conent-area .single-post.llms_quiz .llms-button-action{background:#ecb101;color:#fff}.lifter-conent-area .single-post.llms_quiz .llms-start-quiz-button:hover,.lifter-conent-area .single-post.llms_quiz .llms-button-action:hover{color:#fff}.lifter-conent-area .single-post.llms_quiz .lesson-title{font-size:32px;padding:0 0 10px;line-height:1.2;font-weight:500;color:#787f88}.lifter-conent-area .single-post.llms_quiz .llms-next-lesson:hover{color:#787f88}.lifter-conent-area .single-post.llms_quiz .llms-button-action,.lifter-conent-area .single-post.llms_quiz .llms-button-quiz-complete{line-height:1;padding:12px 24px;font-size:16px}.lifter-conent-area .single-post.llms_quiz .llms-quiz-results-title,.lifter-conent-area .single-post.llms_quiz .llms-quiz-meta-title,.lifter-conent-area .single-post.llms_quiz .llms-question-text{font-size:18px;margin:0 0 10px;line-height:1.2;font-weight:700;color:#787f88}.lifter-conent-area .single-post.llms_quiz .llms-question-text{font-size:20px;background:#f1f1f1;padding:2px 5px}.lifter-conent-area .single-post.llms_quiz .llms-quiz-meta-info{margin:5px 0 20px}.lifter-conent-area .single-post.llms_quiz .llms-quiz-meta-info li{margin:0}.lifter-conent-area .single-post.llms_quiz .entry-content{border-top:none;border:solid 1px #eaeaea;margin-bottom:30px;background:#fff0}.lifter-conent-area .single-post.llms_quiz .entry-content .llms-quiz-wrapper .llms-return{margin-bottom:30px}.lifter-conent-area .single-post.llms_quiz .entry-content .llms-quiz-wrapper .llms-return a{position:relative}.lifter-conent-area .single-post.llms_quiz .entry-content .llms-quiz-wrapper .llms-return a:before{content:'';width:100%;height:2px;background:#ecb101;position:absolute;left:0;bottom:0;transition:all 0.3s ease}.lifter-conent-area .single-post.llms_quiz .entry-content .llms-quiz-wrapper .llms-return a:hover:before{height:4px}.lifter-conent-area .single-post.llms_quiz .entry-content .llms-quiz-results .llms-quiz-results-title{margin-bottom:20px}.lifter-conent-area .single-post.llms_quiz .entry-content .llms-quiz-results .llms-quiz-results-aside{background:#f7f7f7;width:260px;margin-right:20px;text-align:center;padding:15px}.lifter-conent-area .single-post.llms_quiz .entry-content .llms-quiz-results .llms-quiz-results-aside .llms-donut{margin:0 auto}.lifter-conent-area .single-post.llms_quiz .entry-content .llms-quiz-results .llms-quiz-attempt-results li{font-size:16px}.lifter-conent-area .single-post.llms_quiz .entry-content .llms-quiz-results .llms-quiz-attempt-results li .llms-status-icon-tip .llms-status-icon{font-size:18px;width:30px;height:30px;line-height:30px}.lifter-conent-area .single-post.llms_quiz .entry-content .llms-quiz-buttons{margin-top:30px}.lifter-conent-area .single-post.llms_quiz .entry-content .llms-quiz-buttons .llms-button-secondary{display:inline-block}.lifter-conent-area .single-post.llms_quiz .entry-footer-body{background:#fff0;padding:0;margin-top:20px}.lifter-conent-area .single-post.llms_quiz .entry-footer-body .social-share a{background:#f7f7f7;border:solid 1px #eaeaea;color:#787f88}.lifter-conent-area .single-post.llms_quiz .entry-footer-body .social-share a:hover{color:#ecb101}.llms-quiz-ui{background:#fff0}.llms-quiz-ui .llms-quiz-question-wrapper .llms-choice-text{width:auto!important}.llms-quiz-ui .llms-question-image{margin-bottom:20px}.lifter-membership-area .widget{border:solid 1px #eaeaea;padding:20px;border-radius:4px;font-size:14px;font-family:'Poppins',sans-serif;list-style-type:none}.lifter-membership-area .widget img{border-radius:50%}.lifter-membership-area .widget .widgettitle{font-family:'Poppins',sans-serif;font-weight:500;font-size:18px;margin-bottom:5px;padding-bottom:15px;border-bottom:solid 1px #eaeaea;color:#787f88}.lifter-membership-area .widget a{color:#787f88;transition:all 0.3s ease}.lifter-membership-area .widget a:hover{color:#ecb101}.lifter-membership-area .widget ul,.lifter-membership-area .widget ol{padding:0;transition:all 0.3s ease;margin-bottom:0}.lifter-membership-area .widget ul li,.lifter-membership-area .widget ol li{list-style-type:none;border-bottom:solid 1px #eaeaea;padding:10px 0;transition:all 0.3s ease}.lifter-membership-area .widget ul li:last-child,.lifter-membership-area .widget ol li:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.lifter-membership-area .widget .section-header{color:#787f88}.lifter-membership-area .widget .section-header .llms-collapse-caret{margin-right:5px}.lifter-membership-area .widget .section-header .section-title{font-family:'Poppins',sans-serif;font-weight:500;font-size:14px}.lifter-membership-area .widget .llms-lesson .llms-lesson-complete.done{color:#fec009}.lifter-membership-area .widget .llms-lesson .lesson-title.done a{text-decoration:none;color:#aeb2b8}.lifter-membership-area .widget .llms-course-outline .llms-syllabus-footer{padding-top:15px}.lifter-membership-area .widget .llms-course-outline .current-lesson .lesson-title{font-weight:500}.lifter-membership-area .widget .llms-progress{margin:20px 0 10px}.lifter-membership-area .widget .llms-progress .llms-progress-bar{background-color:#eaeaea;border-radius:4px;height:10px}.lifter-membership-area .widget .llms-progress .llms-progress-bar .progress-bar-complete{border-radius:4px;background:#fec009}.lifter-membership-area pre{overflow-x:auto;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.lifter-membership-area .lifter-single-membership-post{font-family:'Poppins',sans-serif}.lifter-membership-area .lifter-single-membership-post a{color:#787f88}.lifter-membership-area .lifter-single-membership-post a:hover{color:#ecb101}.lifter-membership-area .lifter-single-membership-post .entry-title{font-size:32px;padding:30px 50px 10px;line-height:1.2;font-weight:500;color:#787f88}.lifter-membership-area .lifter-single-membership-post .entry-content{margin-bottom:30px}.lifter-membership-area .lifter-single-membership-post .entry-content>p,.lifter-membership-area .lifter-single-membership-post .entry-content>div,.lifter-membership-area .lifter-single-membership-post .entry-content>ul,.lifter-membership-area .lifter-single-membership-post .entry-content>ol,.lifter-membership-area .lifter-single-membership-post .entry-content>pre{padding:15px 50px 15px}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-meta-title{font-weight:500;color:#787f88;margin-bottom:10px}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-video-wrapper{margin:15px 0}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-meta-info .llms-meta span{font-weight:500}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-instructor-info .llms-author{border-color:#eaeaea;border:solid 1px #eaeaea}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-instructor-info .llms-author .name{text-transform:capitalize;font-weight:500}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-instructor-info .avatar{border-color:#eaeaea;background:#fff0}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-instructor-info,.lifter-membership-area .lifter-single-membership-post .entry-content .wp-block-llms-course-progress,.lifter-membership-area .lifter-single-membership-post .entry-content .wp-block-llms-course-continue-button,.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper,.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plans{margin:15px 0;display:inline-block;width:100%}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-course-continue-button{background:#ecb101;color:#fff;border-radius:4px;padding:10px 30px}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper{color:#787f88}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper a{color:#787f88}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-section-title{padding:10px 15px;text-align:left;border:solid 1px #eaeaea;background:#f2f2f2;color:#787f88;font-weight:500}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview{width:100%;margin-top:0;border:solid 1px #eaeaea;border-top:none}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link-locked{box-shadow:none;min-height:auto}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link{display:flex;align-items:center;flex-flow:row-reverse;padding:10px 15px;background:#f7f7f7}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:before,.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:after{content:none}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .clear{width:auto}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-main,.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-extra{float:none;width:100%}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-extra{text-align:right}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-extra .llms-lesson-counter{margin-bottom:0}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-main{display:flex;align-items:center}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-main .llms-lesson-complete{margin:0;margin-bottom:0;font-size:18px;margin-right:7px}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link .llms-main .llms-lesson-title{margin:0;font-weight:400;font-size:16px;color:#787f88;transition:all 0.3s ease}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview .llms-lesson-link:hover .llms-lesson-title{color:#ecb101}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-syllabus-wrapper .llms-lesson-preview.is-complete .llms-lesson-complete{color:#fec009}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan ul,.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan ol{padding:0}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content,.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-footer{background:#f7f7f7;border:solid 1px #eaeaea;border-top:none}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .stamp,.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-footer .stamp{border-radius:4px;padding:2px 6px;background:#ecb101}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .trial .lifterlms-price,.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-footer .trial .lifterlms-price{font-weight:500}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content{border-bottom:none;padding:0 0 20px}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-title{background:#f2f2f2;color:#787f88;border-top:solid 1px #eaeaea;border-bottom:solid 1px #eaeaea}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-pricing{padding-top:30px}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .lifterlms-price{font-weight:500;font-size:20px;display:inline-block;margin:3px 0 5px}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-description ul,.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-description ol{padding:10px 50px 20px}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-description ul li,.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-description ol li{text-align:left;border-bottom:solid 1px;border-color:#eaeaea;padding:5px 0 10px;margin:5px 0}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-description ul li:last-child,.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-description ol li:last-child{border-bottom:none}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-content .llms-access-plan-description p{padding:10px 50px 20px}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-footer{padding-bottom:15px;background:#f2f2f2;border-top:solid 1px #eaeaea}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-footer a.button{display:inline-block;background:#ecb101;border-radius:4px;transition:all 0.3s ease;padding:10px 30px;color:#fff}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-footer a.button:hover{background:#d39e01}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan .llms-access-plan-restrictions a{color:#ecb101}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-access-plan.on-sale .price-regular .lifterlms-price{text-decoration:line-through}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-progress{margin:20px 0 10px}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-progress .llms-progress-bar{background-color:#eaeaea;border-radius:4px;height:10px}.lifter-membership-area .lifter-single-membership-post .entry-content .llms-progress .llms-progress-bar .progress-bar-complete{border-radius:4px;background:#fec009}.lifter-membership-area .lifter-single-membership-post .entry-footer-body{background:#fff0;padding:0;margin-top:20px}.lifter-membership-area .lifter-single-membership-post .entry-footer-body .social-share a{width:38px;height:38px;line-height:38px;padding:0;border-radius:4px;margin-left:5px;background:#f7f7f7;border:solid 1px #eaeaea;color:#787f88}.lifter-membership-area .lifter-single-membership-post .entry-footer-body .social-share a:hover{color:#ecb101}body.bbpress{background:#f8f8f8}body.bbpress .bbpress-sidebar-wrapper .widget{padding:20px;border-radius:4px}body.bbpress .bbpress-sidebar-wrapper .widget img{border-radius:50%}body.bbpress .bbpress-sidebar-wrapper .widget .widget-title{font-weight:500;margin-bottom:10px;padding-bottom:10px}body.bbpress .bbpress-sidebar-wrapper .widget a{transition:all 0.3s ease}body.bbpress .bbpress-sidebar-wrapper .widget ul,body.bbpress .bbpress-sidebar-wrapper .widget ol{padding:0;margin-bottom:0}body.bbpress .bbpress-sidebar-wrapper .widget ul li,body.bbpress .bbpress-sidebar-wrapper .widget ol li{list-style-type:none;margin-bottom:5px;padding-bottom:10px}body.bbpress .bbpress-sidebar-wrapper .widget ul li:before,body.bbpress .bbpress-sidebar-wrapper .widget ol li:before{content:"\f105";font-family:"Font Awesome 5 Free";margin-right:5px;font-weight:900}body.bbpress .bbpress-sidebar-wrapper .widget ul li:last-child,body.bbpress .bbpress-sidebar-wrapper .widget ol li:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}body.bbpress .bbpress-sidebar-wrapper .bbp_widget_login h4{margin-bottom:0}body.bbpress .bbpress-sidebar-wrapper .bbp_widget_login h4 a{font-weight:500}body.bbpress .bbpress-sidebar-wrapper .bbp_widget_login input{border-radius:4px;padding:5px 15px;font-weight:400}body.bbpress .bbpress-sidebar-wrapper .bbp_widget_login .bbp-submit-wrapper button[type="submit"]{padding:6px 15px;border-radius:4px;font-weight:500}body.bbpress .bbpress-sidebar-wrapper .widget_display_stats dl{display:grid;grid-template-columns:1fr minmax(30px,50px);grid-gap:10px;align-items:center}body.bbpress .bbpress-sidebar-wrapper .widget_display_stats dl dt,body.bbpress .bbpress-sidebar-wrapper .widget_display_stats dl dd,body.bbpress .bbpress-sidebar-wrapper .widget_display_stats dl strong{font-weight:400}body.bbpress .bbpress-sidebar-wrapper .widget_display_stats dl dt{position:relative}body.bbpress .bbpress-sidebar-wrapper .widget_display_stats dl dt span{padding:0 10px 0 0}body.bbpress .bbpress-sidebar-wrapper .widget_display_stats dl dt:after{content:"";width:100%;height:1px;position:absolute;right:-30px;top:50%;z-index:-1}body.bbpress .bbpress-sidebar-wrapper .widget_display_stats dl dd{text-align:right;margin:0}body.bbpress .bbpress-sidebar-wrapper .widget_display_stats dl strong{border-radius:50px;display:inline-block;line-height:30px;border:none;text-align:right}body.bbpress .bbpress-sidebar-wrapper .widget_display_search form{margin-top:15px}body.bbpress .bbpress-sidebar-wrapper .widget_display_search form div{display:flex;align-items:center}body.bbpress .bbpress-sidebar-wrapper .widget_display_search form div input[type="text"]{border-radius:4px 0 0 4px;padding:6px 15px}body.bbpress .bbpress-sidebar-wrapper .widget_display_search form div .button{padding:6px 15px;border-radius:0 4px 4px 0;font-weight:500;border-left:none}body.bbpress .single-headers .group-status{color:#130f40;font-weight:500}.bbpress #bbpress-forums{overflow:initial}.bbpress #bbpress-forums .bbp-user-section{overflow:initial}.bbpress #bbpress-forums a{transition:all 0.3s ease;font-size:18px;list-style:26px;font-weight:500}.bbpress #bbpress-forums a:hover{color:#3742fa}.bbpress #bbpress-forums li{font-size:16px}@media (min-device-width:320px) and (max-width:767px){.bbpress #bbpress-forums li{display:block;width:100%!important;margin:5px 0;text-align:left!important}}.bbpress #bbpress-forums li.bbp-forum-freshness a{font-size:14px;color:#576574;font-weight:400}.bbpress #bbpress-forums li.bbp-forum-freshness .bbp-topic-meta .bbp-author-name{font-weight:500;color:#576574}.bbpress #bbpress-forums .bbp-search-form form div{display:flex;align-items:center}.bbpress #bbpress-forums .bbp-search-form form div input[type="text"]{border-radius:4px 0 0 4px;min-width:250px;height:45px}@media (min-device-width:320px) and (max-width:767px){.bbpress #bbpress-forums .bbp-search-form form div input[type="text"]{min-width:auto;padding:8px 15px}}.bbpress #bbpress-forums .bbp-search-form form div .button{padding:8px 15px;border-radius:0 4px 4px 0;font-weight:500;border-left:none;height:45px;font-size:15px;background-color:#3742fa;color:#fff}@media (min-device-width:320px) and (max-width:767px){.bbpress #bbpress-forums .bbp-search-form form div{justify-content:center}}@media (min-device-width:320px) and (max-width:767px){.bbpress #bbpress-forums .bbp-search-form{display:block;width:100%;margin:5px 0}}.bbpress #bbpress-forums .bbp-breadcrumb{margin-top:15px;font-size:18px}.bbpress #bbpress-forums .bbp-breadcrumb a{color:#576574}.bbpress #bbpress-forums .bbp-breadcrumb a:hover{color:#3742fa}.bbpress #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current{color:#3742fa}@media (min-device-width:320px) and (max-width:767px){.bbpress #bbpress-forums .bbp-breadcrumb{display:block;width:100%;margin:15px 0 0;text-align:center}}.bbpress #bbpress-forums .bbp-template-notice{display:inline-block;width:100%;padding:10px 15px;margin:20px 0 0}.bbpress #bbpress-forums .bbp-template-notice li{color:rgb(51 51 51 / .7);margin:0!important}.bbpress #bbpress-forums .bbp-template-notice li .bbp-author-avatar img{width:30px;height:30px;border-radius:50px;margin:0 3px;margin:0 7px 0 3px}.bbpress #bbpress-forums .bbp-pagination{margin:10px 0 0;display:flex;align-items:center;justify-content:space-between}@media (min-device-width:320px) and (max-width:767px){.bbpress #bbpress-forums .bbp-pagination{flex-direction:column}.bbpress #bbpress-forums .bbp-pagination .bbp-pagination-count{margin-bottom:20px}}.bbpress #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers{border-radius:4px;padding:7px 21px;box-shadow:1px 4px 5px rgb(46 61 73 / .11);border:none;margin:0 3px}.bbpress #bbpress-forums .bbp-pagination .bbp-pagination-links .current{color:#fff}.bbpress #bbpress-forums .bbp-pagination-links .page-numbers,.bbpress #bbpress-forums .bbp-topic-pagination .page-numbers{border-radius:4px;padding:0 4px}.bbpress #bbpress-forums .bbp-topic-tags{margin-top:15px;color:#130f40;float:left}.bbpress #bbpress-forums .bbp-topic-tags a{color:#576574}.bbpress #bbpress-forums #subscription-toggle{margin-top:-50px}.bbpress #bbpress-forums #subscription-toggle a.subscription-toggle,.bbpress #bbpress-forums #favorite-toggle a.subscription-toggle{border:1px solid #3742fa;color:#3742fa;padding:8px 15px;display:inline-block;border-radius:4px;font-size:15px}.bbpress #bbpress-forums #subscription-toggle a.subscription-toggle:hover,.bbpress #bbpress-forums #favorite-toggle a.subscription-toggle:hover{background-color:#3742fa;color:#fff}.bbpress #bbpress-forums #subscription-toggle a.favorite-toggle,.bbpress #bbpress-forums #favorite-toggle a.favorite-toggle{padding:10px 30px;color:#fff;border:none;border-radius:4px;transform:translateY(0);display:inline-block;box-shadow:1px 2px 5px #fff0}.bbpress #bbpress-forums #subscription-toggle a.favorite-toggle:hover,.bbpress #bbpress-forums #favorite-toggle a.favorite-toggle:hover{transform:translateY(-5px);box-shadow:1px 4px 5px rgb(0 0 0 / .1)}@media (min-device-width:320px) and (max-width:767px){.bbpress #bbpress-forums #subscription-toggle,.bbpress #bbpress-forums #favorite-toggle{float:none;text-align:center;display:inline-block;margin:15px 0 15px;width:100%}}.bbpress #bbpress-forums .bbp-forums,.bbpress #bbpress-forums .bbp-topics,.bbpress #bbpress-forums .bbp-replies{margin-top:50px;display:inline-block;width:100%;border:none}.bbpress #bbpress-forums .bbp-forums .bbp-header,.bbpress #bbpress-forums .bbp-topics .bbp-header,.bbpress #bbpress-forums .bbp-replies .bbp-header{background:#fff0;border:none;font-weight:500}.bbpress #bbpress-forums .bbp-forums .bbp-body,.bbpress #bbpress-forums .bbp-topics .bbp-body,.bbpress #bbpress-forums .bbp-replies .bbp-body{margin:15px 0 0}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum{border:1px solid #d8e6f5}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic{margin:7px 0;display:inline-block;width:100%;padding:15px;border-radius:4px;transition:all 0.3s ease;transform:translateY(0);font-weight:400;background-color:#fff;padding:25px 25px 20px}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-started-in a,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-started-in a,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-started-in a,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-started-in a,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-started-in a,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-started-in a{font-size:14px;color:#576574}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-started-in a:hover,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-started-in a:hover,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-started-in a:hover,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-started-in a:hover,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-started-in a:hover,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-started-in a:hover{color:#3742fa}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-freshness a,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-freshness a,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-freshness a,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-freshness a,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-freshness a,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-freshness a{font-size:16px;color:#576574}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-freshness a:hover,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-freshness a:hover,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-freshness a:hover,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-freshness a:hover,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-freshness a:hover,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-freshness a:hover{color:#3742fa}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by{font-size:12px;font-weight:400;margin:7px 0 10px;display:flex;align-items:center}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-name,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-name,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-name,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-name,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-name,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-name{color:#576574;text-transform:capitalize}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-name:hover,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-name:hover,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-name:hover,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-name:hover,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-name:hover,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-name:hover{color:#3742fa}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img{width:30px;border-radius:50px;margin:0 7px 0 5px}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forums-list,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forums-list,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forums-list,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forums-list,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forums-list,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forums-list{display:none}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum a,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum a,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum a,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic a,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic a,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic a{transition:all 0.3s ease}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum:hover,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum:hover,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum:hover,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic:hover,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic:hover,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic:hover{transform:translateY(-3px);background-color:#fff}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-info .bbp-forum-title,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-info .bbp-forum-title,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-info .bbp-forum-title,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-info .bbp-forum-title,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-info .bbp-forum-title,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-info .bbp-forum-title{font-size:16px}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-info .bbp-forum-content,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-info .bbp-forum-content,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-info .bbp-forum-content,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-info .bbp-forum-content,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-info .bbp-forum-content,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-info .bbp-forum-content{font-size:14px;color:#576574;font-weight:400;margin:7px 0 5px}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-info .bbp-forums-list,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-info .bbp-forums-list,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-info .bbp-forums-list,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-info .bbp-forums-list,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-info .bbp-forums-list,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-info .bbp-forums-list{margin-top:15px;border:none}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum{display:block;padding:0 0 3px;margin:0}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum a,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum a,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum a,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum a,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum a,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum a{color:rgb(51 51 51 / .5)}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta{margin:7px 0 5px}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img{width:20px;height:20px;border-radius:50px}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-freshness .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-freshness .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-freshness .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-freshness .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-freshness .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-freshness .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-freshness .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-freshness .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-freshness .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-freshness .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-freshness .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-freshness .bbp-author-avatar img{width:20px;height:20px;border-radius:50px}.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-freshness .bbp-author-name,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-freshness .bbp-author-name,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-freshness .bbp-author-name,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-freshness .bbp-author-name,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-freshness .bbp-author-name,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-freshness .bbp-author-name,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-freshness .bbp-author-name,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-freshness .bbp-author-name,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-freshness .bbp-author-name,.bbpress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-freshness .bbp-author-name,.bbpress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-freshness .bbp-author-name,.bbpress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-freshness .bbp-author-name{font-size:13px;text-transform:capitalize;margin-left:2px}.bbpress #bbpress-forums .bbp-forums .bbp-body div.bbp-reply-header,.bbpress #bbpress-forums .bbp-topics .bbp-body div.bbp-reply-header,.bbpress #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-header{background:#fff;border-radius:4px 4px 0 0;box-shadow:0 0 10px #fff0;padding:15px;border:1px solid #d8e6f5;border-bottom:0}.bbpress #bbpress-forums .bbp-forums .bbp-body div.bbp-reply-header .bbp-reply-permalink a,.bbpress #bbpress-forums .bbp-topics .bbp-body div.bbp-reply-header .bbp-reply-permalink a,.bbpress #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-header .bbp-reply-permalink a,.bbpress #bbpress-forums .bbp-forums .bbp-body div.bbp-reply-header .bbp-admin-links a,.bbpress #bbpress-forums .bbp-topics .bbp-body div.bbp-reply-header .bbp-admin-links a,.bbpress #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-header .bbp-admin-links a{font-size:15px;text-transform:capitalize;color:#576574}.bbpress #bbpress-forums .bbp-forums .bbp-body div.bbp-reply-header .bbp-reply-permalink a:hover,.bbpress #bbpress-forums .bbp-topics .bbp-body div.bbp-reply-header .bbp-reply-permalink a:hover,.bbpress #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-header .bbp-reply-permalink a:hover,.bbpress #bbpress-forums .bbp-forums .bbp-body div.bbp-reply-header .bbp-admin-links a:hover,.bbpress #bbpress-forums .bbp-topics .bbp-body div.bbp-reply-header .bbp-admin-links a:hover,.bbpress #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-header .bbp-admin-links a:hover{color:#3742fa}.bbpress #bbpress-forums .bbp-forums .bbp-body div.bbp-reply-header .bbp-reply-permalink,.bbpress #bbpress-forums .bbp-topics .bbp-body div.bbp-reply-header .bbp-reply-permalink,.bbpress #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-header .bbp-reply-permalink{font-size:15px;text-transform:capitalize;color:#576574}.bbpress #bbpress-forums .bbp-forums .bbp-body div.topic,.bbpress #bbpress-forums .bbp-topics .bbp-body div.topic,.bbpress #bbpress-forums .bbp-replies .bbp-body div.topic,.bbpress #bbpress-forums .bbp-forums .bbp-body div.reply,.bbpress #bbpress-forums .bbp-topics .bbp-body div.reply,.bbpress #bbpress-forums .bbp-replies .bbp-body div.reply{border:1px solid #d8e6f5!important;border-top:none;margin-bottom:20px;border-radius:0 0 4px 4px;padding:15px}.bbpress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-author,.bbpress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-author,.bbpress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-author,.bbpress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-author,.bbpress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-author,.bbpress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-author{font-size:12px;text-transform:capitalize;display:flex;width:auto;float:none}.bbpress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-author .bbp-author-role,.bbpress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-author .bbp-author-role,.bbpress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-author .bbp-author-role,.bbpress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-author .bbp-author-role,.bbpress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-author .bbp-author-role,.bbpress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-author .bbp-author-role{margin:0 10px 0 15px}.bbpress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-author .bbp-author-link,.bbpress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-author .bbp-author-link,.bbpress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-author .bbp-author-link,.bbpress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-author .bbp-author-link,.bbpress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-author .bbp-author-link,.bbpress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-author .bbp-author-link{display:flex}.bbpress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-author .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-author .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-author .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-author .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-author .bbp-author-avatar img,.bbpress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-author .bbp-author-avatar img{border-radius:4px;margin:0;width:40px}.bbpress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-author .bbp-author-name,.bbpress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-author .bbp-author-name,.bbpress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-author .bbp-author-name,.bbpress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-author .bbp-author-name,.bbpress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-author .bbp-author-name,.bbpress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-author .bbp-author-name{font-weight:500;text-transform:capitalize}.bbpress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-content,.bbpress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-content,.bbpress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-content,.bbpress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-content,.bbpress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-content,.bbpress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-content{margin-left:55px;margin-top:-25px;line-height:1.5}.bbpress #bbpress-forums .bbp-replies{padding-bottom:10px}.bbpress #bbpress-forums .bbp-replies .bbp-header{display:none}.bbpress #bbpress-forums .bbp-replies .bbp-body{margin:0}.bbpress #bbpress-forums .bbp-footer{display:none}.bbpress #bbpress-forums .bbp-topic-form,.bbpress #bbpress-forums .bbp-reply-form,.bbpress #bbpress-forums .bbp-no-reply,.bbpress #bbpress-forums .bbp-no-topic{margin-top:50px;display:inline-block;width:100%;background:#fff;padding:30px;border-radius:4px}.bbpress #bbpress-forums .bbp-topic-form form,.bbpress #bbpress-forums .bbp-reply-form form,.bbpress #bbpress-forums .bbp-no-reply form,.bbpress #bbpress-forums .bbp-no-topic form{font-weight:400}.bbpress #bbpress-forums .bbp-topic-form form label,.bbpress #bbpress-forums .bbp-reply-form form label,.bbpress #bbpress-forums .bbp-no-reply form label,.bbpress #bbpress-forums .bbp-no-topic form label{margin:15px 0;font-size:15px;color:#130f40}.bbpress #bbpress-forums .bbp-topic-form form input[type="text"],.bbpress #bbpress-forums .bbp-reply-form form input[type="text"],.bbpress #bbpress-forums .bbp-no-reply form input[type="text"],.bbpress #bbpress-forums .bbp-no-topic form input[type="text"],.bbpress #bbpress-forums .bbp-topic-form form input[type="password"],.bbpress #bbpress-forums .bbp-reply-form form input[type="password"],.bbpress #bbpress-forums .bbp-no-reply form input[type="password"],.bbpress #bbpress-forums .bbp-no-topic form input[type="password"],.bbpress #bbpress-forums .bbp-topic-form form select,.bbpress #bbpress-forums .bbp-reply-form form select,.bbpress #bbpress-forums .bbp-no-reply form select,.bbpress #bbpress-forums .bbp-no-topic form select{height:auto;padding:10px;border-radius:4px;font-weight:400;font-size:15px}.bbpress #bbpress-forums .bbp-topic-form form .wp-editor-container,.bbpress #bbpress-forums .bbp-reply-form form .wp-editor-container,.bbpress #bbpress-forums .bbp-no-reply form .wp-editor-container,.bbpress #bbpress-forums .bbp-no-topic form .wp-editor-container{border-radius:4px}.bbpress #bbpress-forums .bbp-topic-form form fieldset,.bbpress #bbpress-forums .bbp-reply-form form fieldset,.bbpress #bbpress-forums .bbp-no-reply form fieldset,.bbpress #bbpress-forums .bbp-no-topic form fieldset{border:none;padding:0}.bbpress #bbpress-forums .bbp-topic-form form .bbp-submit-wrapper button,.bbpress #bbpress-forums .bbp-reply-form form .bbp-submit-wrapper button,.bbpress #bbpress-forums .bbp-no-reply form .bbp-submit-wrapper button,.bbpress #bbpress-forums .bbp-no-topic form .bbp-submit-wrapper button{padding:12px 30px;border-radius:4px;border:1px solid #3742fa;color:#3742fa;font-size:15px}.bbpress #bbpress-forums .bbp-topic-form form .bbp-submit-wrapper button:hover,.bbpress #bbpress-forums .bbp-reply-form form .bbp-submit-wrapper button:hover,.bbpress #bbpress-forums .bbp-no-reply form .bbp-submit-wrapper button:hover,.bbpress #bbpress-forums .bbp-no-topic form .bbp-submit-wrapper button:hover{background-color:#3742fa;color:#fff}.bbpress #bbpress-forums .bbp-topic-form form .bbp-submit-wrapper #bbp_topic_submit,.bbpress #bbpress-forums .bbp-reply-form form .bbp-submit-wrapper #bbp_topic_submit,.bbpress #bbpress-forums .bbp-no-reply form .bbp-submit-wrapper #bbp_topic_submit,.bbpress #bbpress-forums .bbp-no-topic form .bbp-submit-wrapper #bbp_topic_submit{background-color:#3742fa;color:#fff;font-size:16px;padding:14px 30px}.bbpress #bbpress-forums .bbp-topic-form form .bbp-remember-me label,.bbpress #bbpress-forums .bbp-reply-form form .bbp-remember-me label,.bbpress #bbpress-forums .bbp-no-reply form .bbp-remember-me label,.bbpress #bbpress-forums .bbp-no-topic form .bbp-remember-me label{width:auto}.bbpress #bbpress-forums .bbp-topic-form .bbp-login-form label,.bbpress #bbpress-forums .bbp-reply-form .bbp-login-form label,.bbpress #bbpress-forums .bbp-no-reply .bbp-login-form label,.bbpress #bbpress-forums .bbp-no-topic .bbp-login-form label{margin:0 0 10px}.bbpress #bbpress-forums .bbp-template-notice{margin:10px 0 10px;padding:10px 15px;border:1px solid #e6f0fa;background-color:#fbf7ec;border-radius:4px}.bbp-user-page.single #bbpress-forums #bbp-user-wrapper,.bbp-user-edit.single #bbpress-forums #bbp-user-wrapper{padding-top:80px}.bbp-user-page.single #bbpress-forums #bbp-user-wrapper h2.entry-title,.bbp-user-edit.single #bbpress-forums #bbp-user-wrapper h2.entry-title{padding-top:10px;font-weight:500}.bbp-user-page.single #bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation,.bbp-user-edit.single #bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation{padding:10px 0}.bbp-user-page.single #bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation li.current a,.bbp-user-edit.single #bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation li.current a{background-color:#fff0}.bbp-user-page.single #bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation a,.bbp-user-edit.single #bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation a{padding:10px}.bbp-user-page.single #bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-avatar img.avatar,.bbp-user-edit.single #bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-avatar img.avatar{margin-bottom:0}.bbp-user-page.single #bbpress-forums #bbp-user-wrapper #bbp-user-body .bbp-user-section,.bbp-user-edit.single #bbpress-forums #bbp-user-wrapper #bbp-user-body .bbp-user-section{margin-bottom:25px}.bbp-pagination-count{font-size:15px}.bbp-user-edit.single #bbpress-forums #bbp-your-profile .entry-title{margin-bottom:10px}.bbp-user-edit.single #bbpress-forums #bbp-your-profile input,.bbp-user-edit.single #bbpress-forums #bbp-your-profile select,.bbp-user-edit.single #bbpress-forums #bbp-your-profile textarea{border-radius:4px;padding:8px 15px;min-height:auto;height:auto}.bbp-user-edit.single #bbpress-forums #bbp-your-profile .bbp-form{border-radius:4px;box-shadow:0 0 10px rgb(0 0 0 / .03)}.bbp-user-edit.single #bbpress-forums #bbp-your-profile .user-submit{padding:10px 20px;border-color:#fff0;border-radius:4px}.bbp-user-edit.single #bbpress-forums #bbp-your-profile .wp-generate-pw,.bbp-user-edit.single #bbpress-forums #bbp-your-profile .wp-hide-pw,.bbp-user-edit.single #bbpress-forums #bbp-your-profile .wp-cancel-pw{padding:10px 20px;color:#555;border:none;border-radius:4px;box-shadow:0 0 5px rgb(0 0 0 / .1)}.bbp-user-edit.single #bbpress-forums #bbp-your-profile fieldset div input,.bbp-user-edit.single #bbpress-forums #bbp-your-profile fieldset div select,.bbp-user-edit.single #bbpress-forums #bbp-your-profile fieldset div textarea{width:80%}.bbp-user-edit.single #bbpress-forums #bbp-your-profile fieldset div label[for]{text-align:left}.bbpress #bbpress-forums h2{font-size:18px;line-height:28px;color:#3742fa;margin-left:0}.bbpress #bbpress-forums .bbp-body li{font-size:14px}.bbpress #bbpress-forums .bbp-replies .bbp-body div.reply{background-color:#fff;padding:30px 20px 0}.bbpress #bbpress-forums .bbp-form legend{font-size:15px}.bbpress .bbp-the-content-wrapper .quicktags-toolbar input[type=button]{text-transform:capitalize!important;font-size:15px!important}.bbpress .bbp-submit-wrapper{float:left}.bbpress .bbp-submit-wrapper .button.submit{padding:14px 30px;border:0;border-radius:4px}.bbpress #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-header .bbp-admin-links a{font-size:14px;padding:0 2px}.bbpress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-author .bbp-author-name,.bbpress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-author .bbp-author-name{font-size:16px;font-weight:500;font-family:'Poppins'}.bbpress #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-header .bbp-reply-post-date{font-size:14px}.bbpress #bbpress-forums .bbp-reply-form form .bbp-submit-wrapper button,#bbpress-forums .bbp-no-reply form .bbp-submit-wrapper button{background-color:#fff0}.bbpress #bbpress-forums .bbp-template-notice li a{font-size:15px}.bbpress #bbpress-forums .bbp-breadcrumb a,.bbpress #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current{font-size:16px}.bbpress #bbpress-forums .bbp-breadcrumb p span{padding:0 5px}.bbpress #bbpress-forums .bbp-no-topic form .bbp-submit-wrapper button{background-color:#fff0}#bbpress-forums #subscription-toggle,#bbpress-forums #favorite-toggle{display:inline-block}.bbpress #bbpress-forums #subscription-toggle a.subscription-toggle,.bbpress #bbpress-forums #favorite-toggle a.favorite-toggle{border:1px solid #3742fa!important;color:#3742fa!important;padding:9px 20px!important;font-size:16px;margin:0 5px}.bbpress #bbpress-forums #favorite-toggle a.favorite-toggle:hover{transform:translateY(0)!important;box-shadow:none;background-color:#3742fa!important;color:#fff!important}.bbpress #bbpress-forums #subscription-toggle{margin-top:0!important}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#header-cover-image{background-position:center;background-repeat:no-repeat;background-size:cover}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image{height:auto!important;min-height:auto!important}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-header-avatar,body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-header-content,body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-actions{float:none!important;margin:0!important;width:auto;max-width:100%!important;padding:0}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image{margin-bottom:0}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-header-avatar{height:300px;background:#c5c5c520;display:flex;align-items:flex-end;justify-content:center}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-header-avatar a{margin-bottom:-25px}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-header-content{padding:30px 30px 0;display:flex;align-items:center;justify-content:space-between;position:relative;width:1170px!important;margin:0 auto!important}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-header-content .activity{position:absolute;left:30px;bottom:-12px;margin-bottom:0}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-header-content button.group-button{padding:14px 20px;color:#3742fa;border-radius:4px;border:none;border:1px solid #3742fa}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-header-content button.group-button:hover{background-color:#3742fa;color:#fff}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-actions{padding:18px 30px 0 23px;width:1170px;margin:0 auto!important}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-actions .moderators-lists{display:flex;align-items:center;flex-direction:row-reverse;float:left}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-actions .moderators-lists .moderators-title{margin-top:-5px;margin-left:7px}body.single-item.groups #buddypress.buddypress-wrap .groups-header div#item-header-cover-image div#item-actions .moderators-lists ul{margin:0;padding:0}body.single-item.groups #buddypress.buddypress-wrap .groups-header .desc-wrap{padding:0 30px;border:none;background:#fff0;margin:0 auto}body.single-item.groups #buddypress.buddypress-wrap .groups-header .desc-wrap .group-description{box-shadow:none;background:#fff0;padding:0}body.single-item.groups .bp-wrap{margin:20px auto!important}@media (min-width:1200px){body.single-item.groups .bp-wrap{max-width:1140px;width:1140px}}@media (max-width:1199px){body.single-item.groups .bp-wrap{padding:15px}}body.single-item.members #buddypress,body.single-item.groups #buddypress{max-width:100%;width:100%;margin:inherit!important}body.single-item.members #buddypress .activity-update-form,body.single-item.groups #buddypress .activity-update-form{margin:30px 0 10px}body.single-item.members #buddypress .subnav-filters,body.single-item.groups #buddypress .subnav-filters{display:none;width:100%;margin-top:0}body.single-item.members #buddypress .subnav-filters ul,body.single-item.groups #buddypress .subnav-filters ul{padding:0;margin:0;display:flex;align-items:center}body.single-item.members #buddypress .subnav-filters form.bp-dir-search-form,body.single-item.groups #buddypress .subnav-filters form.bp-dir-search-form{border-radius:4px;width:250px;overflow:hidden}body.single-item.members #buddypress .subnav-filters form.bp-dir-search-form input[type="search"],body.single-item.groups #buddypress .subnav-filters form.bp-dir-search-form input[type="search"]{padding:5px 10px;font-weight:400}body.single-item.members #buddypress .subnav-filters .subnav-filters .component-filters .select-wrap,body.single-item.groups #buddypress .subnav-filters .subnav-filters .component-filters .select-wrap{width:250px}body.single-item.members #buddypress .subnav-filters .subnav-filters .component-filters .select-wrap select,body.single-item.groups #buddypress .subnav-filters .subnav-filters .component-filters .select-wrap select{width:100%;text-indent:0}body.groups #buddypress,body.activity #buddypress,body.friends #buddypress,body.members #buddypress{margin:50px auto!important;margin:30px}@media (min-width:1200px){body.groups #buddypress,body.activity #buddypress,body.friends #buddypress,body.members #buddypress{max-width:1140px;width:1140px}}@media (max-width:1199px){body.groups #buddypress,body.activity #buddypress,body.friends #buddypress,body.members #buddypress{padding:15px}}body.groups #buddypress .screen-content .subnav-filters,body.activity #buddypress .screen-content .subnav-filters,body.friends #buddypress .screen-content .subnav-filters,body.members #buddypress .screen-content .subnav-filters{margin-top:30px}body.groups #buddypress .screen-content .subnav-filters ul,body.activity #buddypress .screen-content .subnav-filters ul,body.friends #buddypress .screen-content .subnav-filters ul,body.members #buddypress .screen-content .subnav-filters ul{padding:0;margin:0;display:flex;align-items:center}body.groups #buddypress .screen-content .subnav-filters .subnav-search form.bp-dir-search-form,body.activity #buddypress .screen-content .subnav-filters .subnav-search form.bp-dir-search-form,body.friends #buddypress .screen-content .subnav-filters .subnav-search form.bp-dir-search-form,body.members #buddypress .screen-content .subnav-filters .subnav-search form.bp-dir-search-form{border-radius:4px;width:250px;overflow:hidden}body.groups #buddypress .screen-content .subnav-filters .subnav-search form.bp-dir-search-form input[type="search"],body.activity #buddypress .screen-content .subnav-filters .subnav-search form.bp-dir-search-form input[type="search"],body.friends #buddypress .screen-content .subnav-filters .subnav-search form.bp-dir-search-form input[type="search"],body.members #buddypress .screen-content .subnav-filters .subnav-search form.bp-dir-search-form input[type="search"]{padding:5px 10px;font-weight:400}body.groups #buddypress .screen-content .subnav-filters #members-order-select .select-wrap,body.activity #buddypress .screen-content .subnav-filters #members-order-select .select-wrap,body.friends #buddypress .screen-content .subnav-filters #members-order-select .select-wrap,body.members #buddypress .screen-content .subnav-filters #members-order-select .select-wrap,body.groups #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap,body.activity #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap,body.friends #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap,body.members #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap,body.groups #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap,body.activity #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap,body.friends #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap,body.members #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap,body.groups #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap,body.activity #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap,body.friends #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap,body.members #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap{width:250px}@media (min-device-width:320px) and (max-width:767px){body.groups #buddypress .screen-content .subnav-filters #members-order-select .select-wrap,body.activity #buddypress .screen-content .subnav-filters #members-order-select .select-wrap,body.friends #buddypress .screen-content .subnav-filters #members-order-select .select-wrap,body.members #buddypress .screen-content .subnav-filters #members-order-select .select-wrap,body.groups #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap,body.activity #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap,body.friends #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap,body.members #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap,body.groups #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap,body.activity #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap,body.friends #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap,body.members #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap,body.groups #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap,body.activity #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap,body.friends #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap,body.members #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap{margin:0 auto}}body.groups #buddypress .screen-content .subnav-filters #members-order-select .select-wrap select,body.activity #buddypress .screen-content .subnav-filters #members-order-select .select-wrap select,body.friends #buddypress .screen-content .subnav-filters #members-order-select .select-wrap select,body.members #buddypress .screen-content .subnav-filters #members-order-select .select-wrap select,body.groups #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap select,body.activity #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap select,body.friends #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap select,body.members #buddypress .screen-content .subnav-filters #members-friends-select .select-wrap select,body.groups #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap select,body.activity #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap select,body.friends #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap select,body.members #buddypress .screen-content .subnav-filters #activity-filter-select .select-wrap select,body.groups #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap select,body.activity #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap select,body.friends #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap select,body.members #buddypress .screen-content .subnav-filters #groups-order-select .select-wrap select{width:100%;text-indent:0}body.groups #buddypress .groups-list:not(.grid)>li,body.activity #buddypress .groups-list:not(.grid)>li,body.friends #buddypress .groups-list:not(.grid)>li,body.members #buddypress .groups-list:not(.grid)>li,body.groups #buddypress .members-list:not(.grid)>li,body.activity #buddypress .members-list:not(.grid)>li,body.friends #buddypress .members-list:not(.grid)>li,body.members #buddypress .members-list:not(.grid)>li,body.groups #buddypress .members-group-list:not(.grid)>li,body.activity #buddypress .members-group-list:not(.grid)>li,body.friends #buddypress .members-group-list:not(.grid)>li,body.members #buddypress .members-group-list:not(.grid)>li{border:0;box-shadow:0 0 30px rgb(19 15 64 / .08);border-radius:4px;background:#fff;padding:40px 40px 30px;margin:15px 0 20px}body.groups #buddypress .groups-list:not(.grid)>li:last-child,body.activity #buddypress .groups-list:not(.grid)>li:last-child,body.friends #buddypress .groups-list:not(.grid)>li:last-child,body.members #buddypress .groups-list:not(.grid)>li:last-child,body.groups #buddypress .members-list:not(.grid)>li:last-child,body.activity #buddypress .members-list:not(.grid)>li:last-child,body.friends #buddypress .members-list:not(.grid)>li:last-child,body.members #buddypress .members-list:not(.grid)>li:last-child,body.groups #buddypress .members-group-list:not(.grid)>li:last-child,body.activity #buddypress .members-group-list:not(.grid)>li:last-child,body.friends #buddypress .members-group-list:not(.grid)>li:last-child,body.members #buddypress .members-group-list:not(.grid)>li:last-child{margin-bottom:0}body.groups #buddypress .groups-list:not(.grid)>li .item,body.activity #buddypress .groups-list:not(.grid)>li .item,body.friends #buddypress .groups-list:not(.grid)>li .item,body.members #buddypress .groups-list:not(.grid)>li .item,body.groups #buddypress .members-list:not(.grid)>li .item,body.activity #buddypress .members-list:not(.grid)>li .item,body.friends #buddypress .members-list:not(.grid)>li .item,body.members #buddypress .members-list:not(.grid)>li .item,body.groups #buddypress .members-group-list:not(.grid)>li .item,body.activity #buddypress .members-group-list:not(.grid)>li .item,body.friends #buddypress .members-group-list:not(.grid)>li .item,body.members #buddypress .members-group-list:not(.grid)>li .item{display:flex;flex-direction:column}body.groups #buddypress .groups-list:not(.grid)>li .item h2 a,body.activity #buddypress .groups-list:not(.grid)>li .item h2 a,body.friends #buddypress .groups-list:not(.grid)>li .item h2 a,body.members #buddypress .groups-list:not(.grid)>li .item h2 a,body.groups #buddypress .members-list:not(.grid)>li .item h2 a,body.activity #buddypress .members-list:not(.grid)>li .item h2 a,body.friends #buddypress .members-list:not(.grid)>li .item h2 a,body.members #buddypress .members-list:not(.grid)>li .item h2 a,body.groups #buddypress .members-group-list:not(.grid)>li .item h2 a,body.activity #buddypress .members-group-list:not(.grid)>li .item h2 a,body.friends #buddypress .members-group-list:not(.grid)>li .item h2 a,body.members #buddypress .members-group-list:not(.grid)>li .item h2 a{color:#130f40}body.groups #buddypress .groups-list:not(.grid)>li .item .group-desc,body.activity #buddypress .groups-list:not(.grid)>li .item .group-desc,body.friends #buddypress .groups-list:not(.grid)>li .item .group-desc,body.members #buddypress .groups-list:not(.grid)>li .item .group-desc,body.groups #buddypress .members-list:not(.grid)>li .item .group-desc,body.activity #buddypress .members-list:not(.grid)>li .item .group-desc,body.friends #buddypress .members-list:not(.grid)>li .item .group-desc,body.members #buddypress .members-list:not(.grid)>li .item .group-desc,body.groups #buddypress .members-group-list:not(.grid)>li .item .group-desc,body.activity #buddypress .members-group-list:not(.grid)>li .item .group-desc,body.friends #buddypress .members-group-list:not(.grid)>li .item .group-desc,body.members #buddypress .members-group-list:not(.grid)>li .item .group-desc,body.groups #buddypress .groups-list:not(.grid)>li .item .user-update,body.activity #buddypress .groups-list:not(.grid)>li .item .user-update,body.friends #buddypress .groups-list:not(.grid)>li .item .user-update,body.members #buddypress .groups-list:not(.grid)>li .item .user-update,body.groups #buddypress .members-list:not(.grid)>li .item .user-update,body.activity #buddypress .members-list:not(.grid)>li .item .user-update,body.friends #buddypress .members-list:not(.grid)>li .item .user-update,body.members #buddypress .members-list:not(.grid)>li .item .user-update,body.groups #buddypress .members-group-list:not(.grid)>li .item .user-update,body.activity #buddypress .members-group-list:not(.grid)>li .item .user-update,body.friends #buddypress .members-group-list:not(.grid)>li .item .user-update,body.members #buddypress .members-group-list:not(.grid)>li .item .user-update{margin:0;padding:0;border:none;font-style:normal;columns:#576574;font-size:17px}body.groups #buddypress .groups-list:not(.grid)>li .item .generic-button a,body.activity #buddypress .groups-list:not(.grid)>li .item .generic-button a,body.friends #buddypress .groups-list:not(.grid)>li .item .generic-button a,body.members #buddypress .groups-list:not(.grid)>li .item .generic-button a,body.groups #buddypress .members-list:not(.grid)>li .item .generic-button a,body.activity #buddypress .members-list:not(.grid)>li .item .generic-button a,body.friends #buddypress .members-list:not(.grid)>li .item .generic-button a,body.members #buddypress .members-list:not(.grid)>li .item .generic-button a,body.groups #buddypress .members-group-list:not(.grid)>li .item .generic-button a,body.activity #buddypress .members-group-list:not(.grid)>li .item .generic-button a,body.friends #buddypress .members-group-list:not(.grid)>li .item .generic-button a,body.members #buddypress .members-group-list:not(.grid)>li .item .generic-button a,body.groups #buddypress .groups-list:not(.grid)>li .item .generic-button button,body.activity #buddypress .groups-list:not(.grid)>li .item .generic-button button,body.friends #buddypress .groups-list:not(.grid)>li .item .generic-button button,body.members #buddypress .groups-list:not(.grid)>li .item .generic-button button,body.groups #buddypress .members-list:not(.grid)>li .item .generic-button button,body.activity #buddypress .members-list:not(.grid)>li .item .generic-button button,body.friends #buddypress .members-list:not(.grid)>li .item .generic-button button,body.members #buddypress .members-list:not(.grid)>li .item .generic-button button,body.groups #buddypress .members-group-list:not(.grid)>li .item .generic-button button,body.activity #buddypress .members-group-list:not(.grid)>li .item .generic-button button,body.friends #buddypress .members-group-list:not(.grid)>li .item .generic-button button,body.members #buddypress .members-group-list:not(.grid)>li .item .generic-button button{color:#3742fa;font-size:15px;font-family:'Jost',sans-serif;padding:12px 26px;border:1px solid #3742fa;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:5px;margin-top:10px;display:inline-block;width:auto}body.groups #buddypress .groups-list:not(.grid)>li .item .generic-button a:hover,body.activity #buddypress .groups-list:not(.grid)>li .item .generic-button a:hover,body.friends #buddypress .groups-list:not(.grid)>li .item .generic-button a:hover,body.members #buddypress .groups-list:not(.grid)>li .item .generic-button a:hover,body.groups #buddypress .members-list:not(.grid)>li .item .generic-button a:hover,body.activity #buddypress .members-list:not(.grid)>li .item .generic-button a:hover,body.friends #buddypress .members-list:not(.grid)>li .item .generic-button a:hover,body.members #buddypress .members-list:not(.grid)>li .item .generic-button a:hover,body.groups #buddypress .members-group-list:not(.grid)>li .item .generic-button a:hover,body.activity #buddypress .members-group-list:not(.grid)>li .item .generic-button a:hover,body.friends #buddypress .members-group-list:not(.grid)>li .item .generic-button a:hover,body.members #buddypress .members-group-list:not(.grid)>li .item .generic-button a:hover,body.groups #buddypress .groups-list:not(.grid)>li .item .generic-button button:hover,body.activity #buddypress .groups-list:not(.grid)>li .item .generic-button button:hover,body.friends #buddypress .groups-list:not(.grid)>li .item .generic-button button:hover,body.members #buddypress .groups-list:not(.grid)>li .item .generic-button button:hover,body.groups #buddypress .members-list:not(.grid)>li .item .generic-button button:hover,body.activity #buddypress .members-list:not(.grid)>li .item .generic-button button:hover,body.friends #buddypress .members-list:not(.grid)>li .item .generic-button button:hover,body.members #buddypress .members-list:not(.grid)>li .item .generic-button button:hover,body.groups #buddypress .members-group-list:not(.grid)>li .item .generic-button button:hover,body.activity #buddypress .members-group-list:not(.grid)>li .item .generic-button button:hover,body.friends #buddypress .members-group-list:not(.grid)>li .item .generic-button button:hover,body.members #buddypress .members-group-list:not(.grid)>li .item .generic-button button:hover{background-color:#3742fa;color:#fff}body.groups #buddypress #groups-dir-list .bp-pagination,body.activity #buddypress #groups-dir-list .bp-pagination,body.friends #buddypress #groups-dir-list .bp-pagination,body.members #buddypress #groups-dir-list .bp-pagination,body.groups #buddypress #members-group-list .bp-pagination,body.activity #buddypress #members-group-list .bp-pagination,body.friends #buddypress #members-group-list .bp-pagination,body.members #buddypress #members-group-list .bp-pagination,body.groups #buddypress #members-dir-list .bp-pagination,body.activity #buddypress #members-dir-list .bp-pagination,body.friends #buddypress #members-dir-list .bp-pagination,body.members #buddypress #members-dir-list .bp-pagination,body.groups #buddypress .groups .bp-pagination,body.activity #buddypress .groups .bp-pagination,body.friends #buddypress .groups .bp-pagination,body.members #buddypress .groups .bp-pagination,body.groups #buddypress .friends .bp-pagination,body.activity #buddypress .friends .bp-pagination,body.friends #buddypress .friends .bp-pagination,body.members #buddypress .friends .bp-pagination{margin:20px 0 0;display:inline-block;float:none}body.groups #buddypress #groups-dir-list .bp-pagination .bp-pagination-links,body.activity #buddypress #groups-dir-list .bp-pagination .bp-pagination-links,body.friends #buddypress #groups-dir-list .bp-pagination .bp-pagination-links,body.members #buddypress #groups-dir-list .bp-pagination .bp-pagination-links,body.groups #buddypress #members-group-list .bp-pagination .bp-pagination-links,body.activity #buddypress #members-group-list .bp-pagination .bp-pagination-links,body.friends #buddypress #members-group-list .bp-pagination .bp-pagination-links,body.members #buddypress #members-group-list .bp-pagination .bp-pagination-links,body.groups #buddypress #members-dir-list .bp-pagination .bp-pagination-links,body.activity #buddypress #members-dir-list .bp-pagination .bp-pagination-links,body.friends #buddypress #members-dir-list .bp-pagination .bp-pagination-links,body.members #buddypress #members-dir-list .bp-pagination .bp-pagination-links,body.groups #buddypress .groups .bp-pagination .bp-pagination-links,body.activity #buddypress .groups .bp-pagination .bp-pagination-links,body.friends #buddypress .groups .bp-pagination .bp-pagination-links,body.members #buddypress .groups .bp-pagination .bp-pagination-links,body.groups #buddypress .friends .bp-pagination .bp-pagination-links,body.activity #buddypress .friends .bp-pagination .bp-pagination-links,body.friends #buddypress .friends .bp-pagination .bp-pagination-links,body.members #buddypress .friends .bp-pagination .bp-pagination-links{margin:0}body.groups #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.activity #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.friends #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.members #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.groups #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers,body.activity #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers,body.friends #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers,body.members #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers,body.groups #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.activity #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.friends #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.members #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.groups #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers,body.activity #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers,body.friends #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers,body.members #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers,body.groups #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers,body.activity #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers,body.friends #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers,body.members #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers{border-radius:4px;padding:7px 21px;border:none;margin:0 3px;border:1px solid #3742fa;color:#3742fa}@media (min-device-width:320px) and (max-width:767px){body.groups #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.activity #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.friends #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.members #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.groups #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers,body.activity #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers,body.friends #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers,body.members #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers,body.groups #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.activity #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.friends #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.members #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers,body.groups #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers,body.activity #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers,body.friends #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers,body.members #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers,body.groups #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers,body.activity #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers,body.friends #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers,body.members #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers{padding:4px 14px}}body.groups #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.activity #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.friends #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.members #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.groups #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.activity #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.friends #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.members #buddypress #members-group-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.groups #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.activity #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.friends #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.members #buddypress #members-dir-list .bp-pagination .bp-pagination-links .page-numbers:hover,body.groups #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers:hover,body.activity #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers:hover,body.friends #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers:hover,body.members #buddypress .groups .bp-pagination .bp-pagination-links .page-numbers:hover,body.groups #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers:hover,body.activity #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers:hover,body.friends #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers:hover,body.members #buddypress .friends .bp-pagination .bp-pagination-links .page-numbers:hover{background-color:#3742fa;color:#fff}body.groups #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .current,body.activity #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .current,body.friends #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .current,body.members #buddypress #groups-dir-list .bp-pagination .bp-pagination-links .current,body.groups #buddypress #members-group-list .bp-pagination .bp-pagination-links .current,body.activity #buddypress #members-group-list .bp-pagination .bp-pagination-links .current,body.friends #buddypress #members-group-list .bp-pagination .bp-pagination-links .current,body.members #buddypress #members-group-list .bp-pagination .bp-pagination-links .current,body.groups #buddypress #members-dir-list .bp-pagination .bp-pagination-links .current,body.activity #buddypress #members-dir-list .bp-pagination .bp-pagination-links .current,body.friends #buddypress #members-dir-list .bp-pagination .bp-pagination-links .current,body.members #buddypress #members-dir-list .bp-pagination .bp-pagination-links .current,body.groups #buddypress .groups .bp-pagination .bp-pagination-links .current,body.activity #buddypress .groups .bp-pagination .bp-pagination-links .current,body.friends #buddypress .groups .bp-pagination .bp-pagination-links .current,body.members #buddypress .groups .bp-pagination .bp-pagination-links .current,body.groups #buddypress .friends .bp-pagination .bp-pagination-links .current,body.activity #buddypress .friends .bp-pagination .bp-pagination-links .current,body.friends #buddypress .friends .bp-pagination .bp-pagination-links .current,body.members #buddypress .friends .bp-pagination .bp-pagination-links .current{background-color:#3742fa;transition:0.3s;color:#fff}body.groups #buddypress #groups-dir-list #groups-list.grid,body.activity #buddypress #groups-dir-list #groups-list.grid,body.friends #buddypress #groups-dir-list #groups-list.grid,body.members #buddypress #groups-dir-list #groups-list.grid,body.groups #buddypress #members-group-list #groups-list.grid,body.activity #buddypress #members-group-list #groups-list.grid,body.friends #buddypress #members-group-list #groups-list.grid,body.members #buddypress #members-group-list #groups-list.grid,body.groups #buddypress #members-dir-list #groups-list.grid,body.activity #buddypress #members-dir-list #groups-list.grid,body.friends #buddypress #members-dir-list #groups-list.grid,body.members #buddypress #members-dir-list #groups-list.grid,body.groups #buddypress .groups #groups-list.grid,body.activity #buddypress .groups #groups-list.grid,body.friends #buddypress .groups #groups-list.grid,body.members #buddypress .groups #groups-list.grid,body.groups #buddypress .friends #groups-list.grid,body.activity #buddypress .friends #groups-list.grid,body.friends #buddypress .friends #groups-list.grid,body.members #buddypress .friends #groups-list.grid,body.groups #buddypress #groups-dir-list #members-list.grid,body.activity #buddypress #groups-dir-list #members-list.grid,body.friends #buddypress #groups-dir-list #members-list.grid,body.members #buddypress #groups-dir-list #members-list.grid,body.groups #buddypress #members-group-list #members-list.grid,body.activity #buddypress #members-group-list #members-list.grid,body.friends #buddypress #members-group-list #members-list.grid,body.members #buddypress #members-group-list #members-list.grid,body.groups #buddypress #members-dir-list #members-list.grid,body.activity #buddypress #members-dir-list #members-list.grid,body.friends #buddypress #members-dir-list #members-list.grid,body.members #buddypress #members-dir-list #members-list.grid,body.groups #buddypress .groups #members-list.grid,body.activity #buddypress .groups #members-list.grid,body.friends #buddypress .groups #members-list.grid,body.members #buddypress .groups #members-list.grid,body.groups #buddypress .friends #members-list.grid,body.activity #buddypress .friends #members-list.grid,body.friends #buddypress .friends #members-list.grid,body.members #buddypress .friends #members-list.grid{display:grid;grid-gap:30px;border:none;margin-top:0}body.groups #buddypress #groups-dir-list #groups-list.grid:before,body.activity #buddypress #groups-dir-list #groups-list.grid:before,body.friends #buddypress #groups-dir-list #groups-list.grid:before,body.members #buddypress #groups-dir-list #groups-list.grid:before,body.groups #buddypress #members-group-list #groups-list.grid:before,body.activity #buddypress #members-group-list #groups-list.grid:before,body.friends #buddypress #members-group-list #groups-list.grid:before,body.members #buddypress #members-group-list #groups-list.grid:before,body.groups #buddypress #members-dir-list #groups-list.grid:before,body.activity #buddypress #members-dir-list #groups-list.grid:before,body.friends #buddypress #members-dir-list #groups-list.grid:before,body.members #buddypress #members-dir-list #groups-list.grid:before,body.groups #buddypress .groups #groups-list.grid:before,body.activity #buddypress .groups #groups-list.grid:before,body.friends #buddypress .groups #groups-list.grid:before,body.members #buddypress .groups #groups-list.grid:before,body.groups #buddypress .friends #groups-list.grid:before,body.activity #buddypress .friends #groups-list.grid:before,body.friends #buddypress .friends #groups-list.grid:before,body.members #buddypress .friends #groups-list.grid:before,body.groups #buddypress #groups-dir-list #members-list.grid:before,body.activity #buddypress #groups-dir-list #members-list.grid:before,body.friends #buddypress #groups-dir-list #members-list.grid:before,body.members #buddypress #groups-dir-list #members-list.grid:before,body.groups #buddypress #members-group-list #members-list.grid:before,body.activity #buddypress #members-group-list #members-list.grid:before,body.friends #buddypress #members-group-list #members-list.grid:before,body.members #buddypress #members-group-list #members-list.grid:before,body.groups #buddypress #members-dir-list #members-list.grid:before,body.activity #buddypress #members-dir-list #members-list.grid:before,body.friends #buddypress #members-dir-list #members-list.grid:before,body.members #buddypress #members-dir-list #members-list.grid:before,body.groups #buddypress .groups #members-list.grid:before,body.activity #buddypress .groups #members-list.grid:before,body.friends #buddypress .groups #members-list.grid:before,body.members #buddypress .groups #members-list.grid:before,body.groups #buddypress .friends #members-list.grid:before,body.activity #buddypress .friends #members-list.grid:before,body.friends #buddypress .friends #members-list.grid:before,body.members #buddypress .friends #members-list.grid:before{content:none}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry,body.groups #buddypress #members-group-list #groups-list.grid .item-entry,body.activity #buddypress #members-group-list #groups-list.grid .item-entry,body.friends #buddypress #members-group-list #groups-list.grid .item-entry,body.members #buddypress #members-group-list #groups-list.grid .item-entry,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry,body.members #buddypress #members-dir-list #groups-list.grid .item-entry,body.groups #buddypress .groups #groups-list.grid .item-entry,body.activity #buddypress .groups #groups-list.grid .item-entry,body.friends #buddypress .groups #groups-list.grid .item-entry,body.members #buddypress .groups #groups-list.grid .item-entry,body.groups #buddypress .friends #groups-list.grid .item-entry,body.activity #buddypress .friends #groups-list.grid .item-entry,body.friends #buddypress .friends #groups-list.grid .item-entry,body.members #buddypress .friends #groups-list.grid .item-entry,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry,body.members #buddypress #groups-dir-list #members-list.grid .item-entry,body.groups #buddypress #members-group-list #members-list.grid .item-entry,body.activity #buddypress #members-group-list #members-list.grid .item-entry,body.friends #buddypress #members-group-list #members-list.grid .item-entry,body.members #buddypress #members-group-list #members-list.grid .item-entry,body.groups #buddypress #members-dir-list #members-list.grid .item-entry,body.activity #buddypress #members-dir-list #members-list.grid .item-entry,body.friends #buddypress #members-dir-list #members-list.grid .item-entry,body.members #buddypress #members-dir-list #members-list.grid .item-entry,body.groups #buddypress .groups #members-list.grid .item-entry,body.activity #buddypress .groups #members-list.grid .item-entry,body.friends #buddypress .groups #members-list.grid .item-entry,body.members #buddypress .groups #members-list.grid .item-entry,body.groups #buddypress .friends #members-list.grid .item-entry,body.activity #buddypress .friends #members-list.grid .item-entry,body.friends #buddypress .friends #members-list.grid .item-entry,body.members #buddypress .friends #members-list.grid .item-entry{margin:0;padding:0;width:100%;box-shadow:0 1px 5px #fff0;border-radius:4px;transform:translateY(0);transition:all 0.3s ease;background-color:#fff}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap{background-color:#fff0;border-radius:4px;padding:30px 15px 25px;min-height:auto;border:0}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap *,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap *,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap *,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap *,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap *,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap *,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap *,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap *,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap *,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap *,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap *,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap *,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap *,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap *,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap *,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap *,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap *,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap *,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap *,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap *,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap *,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap *,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap *,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap *,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap *,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap *,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap *,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap *,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap *,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap *,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap *,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap *,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap *,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap *,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap *,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap *,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap *,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap *,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap *,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap *{width:100%}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-block,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-block,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-block,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-block,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-block,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-block,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-block,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-block,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-block,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-block,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-block,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-block,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-block,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-block,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-block,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-block,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-block,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-block,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-block,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-block,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-block,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-block,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-block,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-block,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-block,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-block,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-block,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-block,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-block,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-block,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-block,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-block,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .item-block,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .item-block,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .item-block,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .item-block,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .item-block,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .item-block,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .item-block,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .item-block{min-height:auto!important}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .list-title,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .list-title,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .list-title,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .list-title,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .list-title,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .list-title,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .list-title,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .list-title,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .list-title,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .list-title,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .list-title,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .list-title,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .list-title,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .list-title,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .list-title,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .list-title,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .list-title,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .list-title,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .list-title,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .list-title,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .list-title,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .list-title,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .list-title,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .list-title,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .list-title,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .list-title,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .list-title,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .list-title,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .list-title,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .list-title,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .list-title,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .list-title,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .list-title,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .list-title,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .list-title,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .list-title,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .list-title,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .list-title,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .list-title,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .list-title{font-weight:500;margin-bottom:0;padding:0}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-avatar img,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-avatar img,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-avatar img,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-avatar img,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-avatar img,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-avatar img,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-avatar img,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-avatar img,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-avatar img,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-avatar img,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .item-avatar img,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .item-avatar img,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .item-avatar img,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .item-avatar img,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .item-avatar img,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .item-avatar img,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .item-avatar img,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .item-avatar img{width:150px}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-meta,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-meta,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-meta,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .item-meta,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-meta,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-meta,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-meta,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .item-meta,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-meta,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-meta,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-meta,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .item-meta,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-meta,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-meta,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-meta,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .item-meta,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-meta,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-meta,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-meta,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .item-meta,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-meta,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-meta,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-meta,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .item-meta,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-meta,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-meta,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-meta,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-meta,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-meta,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-meta,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-meta,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .item-meta,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .item-meta,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .item-meta,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .item-meta,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .item-meta,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .item-meta,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .item-meta,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .item-meta,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .item-meta{margin-top:0}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .group-desc,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .group-desc,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .group-desc,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .group-desc,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .group-desc,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .group-desc,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .group-desc,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .group-desc,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .group-desc,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .group-desc,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .group-desc,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .group-desc,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .group-desc,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .group-desc,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .group-desc,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .group-desc,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .group-desc,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .group-desc,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .group-desc,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .group-desc,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .group-desc,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .group-desc,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .group-desc,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .group-desc,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .group-desc,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .group-desc,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .group-desc,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .group-desc,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .group-desc,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .group-desc,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .group-desc,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .group-desc,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .group-desc,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .group-desc,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .group-desc,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .group-desc,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .group-desc,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .group-desc,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .group-desc,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .group-desc{border:none;font-style:normal;min-height:auto;margin-top:0;padding:5px 15px 0}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .action,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .action,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .action,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .action,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .action,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .action,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .action,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .action,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .action,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .action,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .action,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .action,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .action,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .action,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .action,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .action{position:relative}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .action button,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .action button,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .action button,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .action button,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .action button,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .action button,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .action button,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .action button,body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .action a,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .action a,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .action a,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .action a,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .action a,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .action a,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .action a,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .action a{padding:12px 26px;border-radius:4px;border:none;line-height:1;color:rgb(19 15 64 / .8);border:1px solid #d5e7f9;background-color:#f3f4ff;display:inline-block;margin-top:15px;width:auto;font-size:15px}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button:hover,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button:hover,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button:hover,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button:hover,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button:hover,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button:hover,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button:hover,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button:hover,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button:hover,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button:hover,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button:hover,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button:hover,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button:hover,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button:hover,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button:hover,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button:hover,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button:hover,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button:hover,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button:hover,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button:hover,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button:hover,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .action button:hover,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .action button:hover,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .action button:hover,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .action button:hover,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .action button:hover,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .action button:hover,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .action button:hover,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .action button:hover,body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a:hover,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a:hover,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a:hover,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a:hover,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a:hover,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a:hover,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a:hover,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a:hover,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a:hover,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a:hover,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a:hover,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a:hover,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a:hover,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a:hover,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a:hover,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a:hover,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .action a:hover,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .action a:hover,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .action a:hover,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .action a:hover,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .action a:hover,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .action a:hover{color:#fff;background-color:#3742fa;border-color:#3742fa}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button a,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button a,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button a,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action button a,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button a,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button a,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button a,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action button a,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button a,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button a,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button a,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action button a,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button a,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button a,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button a,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .action button a,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button a,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button a,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button a,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .action button a,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button a,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button a,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button a,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action button a,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button a,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button a,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button a,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button a,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button a,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button a,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button a,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button a,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .action button a,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .action button a,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .action button a,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .action button a,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .action button a,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .action button a,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .action button a,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .action button a,body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a a,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a a,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a a,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap .action a a,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a a,body.activity #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a a,body.friends #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a a,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap .action a a,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a a,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a a,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a a,body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap .action a a,body.groups #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a a,body.activity #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a a,body.friends #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a a,body.members #buddypress .groups #groups-list.grid .item-entry .list-wrap .action a a,body.groups #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a a,body.activity #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a a,body.friends #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a a,body.members #buddypress .friends #groups-list.grid .item-entry .list-wrap .action a a,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a a,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a a,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a a,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap .action a a,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a a,body.activity #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a a,body.friends #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a a,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a a,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a a,body.activity #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a a,body.friends #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a a,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a a,body.groups #buddypress .groups #members-list.grid .item-entry .list-wrap .action a a,body.activity #buddypress .groups #members-list.grid .item-entry .list-wrap .action a a,body.friends #buddypress .groups #members-list.grid .item-entry .list-wrap .action a a,body.members #buddypress .groups #members-list.grid .item-entry .list-wrap .action a a,body.groups #buddypress .friends #members-list.grid .item-entry .list-wrap .action a a,body.activity #buddypress .friends #members-list.grid .item-entry .list-wrap .action a a,body.friends #buddypress .friends #members-list.grid .item-entry .list-wrap .action a a,body.members #buddypress .friends #members-list.grid .item-entry .list-wrap .action a a{display:inline-block;width:100%;padding:0;background:#fff0;border:none}body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry:hover,body.activity #buddypress #groups-dir-list #groups-list.grid .item-entry:hover,body.friends #buddypress #groups-dir-list #groups-list.grid .item-entry:hover,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry:hover,body.groups #buddypress #members-group-list #groups-list.grid .item-entry:hover,body.activity #buddypress #members-group-list #groups-list.grid .item-entry:hover,body.friends #buddypress #members-group-list #groups-list.grid .item-entry:hover,body.members #buddypress #members-group-list #groups-list.grid .item-entry:hover,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry:hover,body.activity #buddypress #members-dir-list #groups-list.grid .item-entry:hover,body.friends #buddypress #members-dir-list #groups-list.grid .item-entry:hover,body.members #buddypress #members-dir-list #groups-list.grid .item-entry:hover,body.groups #buddypress .groups #groups-list.grid .item-entry:hover,body.activity #buddypress .groups #groups-list.grid .item-entry:hover,body.friends #buddypress .groups #groups-list.grid .item-entry:hover,body.members #buddypress .groups #groups-list.grid .item-entry:hover,body.groups #buddypress .friends #groups-list.grid .item-entry:hover,body.activity #buddypress .friends #groups-list.grid .item-entry:hover,body.friends #buddypress .friends #groups-list.grid .item-entry:hover,body.members #buddypress .friends #groups-list.grid .item-entry:hover,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry:hover,body.activity #buddypress #groups-dir-list #members-list.grid .item-entry:hover,body.friends #buddypress #groups-dir-list #members-list.grid .item-entry:hover,body.members #buddypress #groups-dir-list #members-list.grid .item-entry:hover,body.groups #buddypress #members-group-list #members-list.grid .item-entry:hover,body.activity #buddypress #members-group-list #members-list.grid .item-entry:hover,body.friends #buddypress #members-group-list #members-list.grid .item-entry:hover,body.members #buddypress #members-group-list #members-list.grid .item-entry:hover,body.groups #buddypress #members-dir-list #members-list.grid .item-entry:hover,body.activity #buddypress #members-dir-list #members-list.grid .item-entry:hover,body.friends #buddypress #members-dir-list #members-list.grid .item-entry:hover,body.members #buddypress #members-dir-list #members-list.grid .item-entry:hover,body.groups #buddypress .groups #members-list.grid .item-entry:hover,body.activity #buddypress .groups #members-list.grid .item-entry:hover,body.friends #buddypress .groups #members-list.grid .item-entry:hover,body.members #buddypress .groups #members-list.grid .item-entry:hover,body.groups #buddypress .friends #members-list.grid .item-entry:hover,body.activity #buddypress .friends #members-list.grid .item-entry:hover,body.friends #buddypress .friends #members-list.grid .item-entry:hover,body.members #buddypress .friends #members-list.grid .item-entry:hover{transform:translateY(-5px)}body.groups #buddypress #groups-dir-list #groups-list.grid.two,body.activity #buddypress #groups-dir-list #groups-list.grid.two,body.friends #buddypress #groups-dir-list #groups-list.grid.two,body.members #buddypress #groups-dir-list #groups-list.grid.two,body.groups #buddypress #members-group-list #groups-list.grid.two,body.activity #buddypress #members-group-list #groups-list.grid.two,body.friends #buddypress #members-group-list #groups-list.grid.two,body.members #buddypress #members-group-list #groups-list.grid.two,body.groups #buddypress #members-dir-list #groups-list.grid.two,body.activity #buddypress #members-dir-list #groups-list.grid.two,body.friends #buddypress #members-dir-list #groups-list.grid.two,body.members #buddypress #members-dir-list #groups-list.grid.two,body.groups #buddypress .groups #groups-list.grid.two,body.activity #buddypress .groups #groups-list.grid.two,body.friends #buddypress .groups #groups-list.grid.two,body.members #buddypress .groups #groups-list.grid.two,body.groups #buddypress .friends #groups-list.grid.two,body.activity #buddypress .friends #groups-list.grid.two,body.friends #buddypress .friends #groups-list.grid.two,body.members #buddypress .friends #groups-list.grid.two,body.groups #buddypress #groups-dir-list #members-list.grid.two,body.activity #buddypress #groups-dir-list #members-list.grid.two,body.friends #buddypress #groups-dir-list #members-list.grid.two,body.members #buddypress #groups-dir-list #members-list.grid.two,body.groups #buddypress #members-group-list #members-list.grid.two,body.activity #buddypress #members-group-list #members-list.grid.two,body.friends #buddypress #members-group-list #members-list.grid.two,body.members #buddypress #members-group-list #members-list.grid.two,body.groups #buddypress #members-dir-list #members-list.grid.two,body.activity #buddypress #members-dir-list #members-list.grid.two,body.friends #buddypress #members-dir-list #members-list.grid.two,body.members #buddypress #members-dir-list #members-list.grid.two,body.groups #buddypress .groups #members-list.grid.two,body.activity #buddypress .groups #members-list.grid.two,body.friends #buddypress .groups #members-list.grid.two,body.members #buddypress .groups #members-list.grid.two,body.groups #buddypress .friends #members-list.grid.two,body.activity #buddypress .friends #members-list.grid.two,body.friends #buddypress .friends #members-list.grid.two,body.members #buddypress .friends #members-list.grid.two{grid-template-columns:repeat(2,1fr)}@media (max-width:767px){body.groups #buddypress #groups-dir-list #groups-list.grid.two,body.activity #buddypress #groups-dir-list #groups-list.grid.two,body.friends #buddypress #groups-dir-list #groups-list.grid.two,body.members #buddypress #groups-dir-list #groups-list.grid.two,body.groups #buddypress #members-group-list #groups-list.grid.two,body.activity #buddypress #members-group-list #groups-list.grid.two,body.friends #buddypress #members-group-list #groups-list.grid.two,body.members #buddypress #members-group-list #groups-list.grid.two,body.groups #buddypress #members-dir-list #groups-list.grid.two,body.activity #buddypress #members-dir-list #groups-list.grid.two,body.friends #buddypress #members-dir-list #groups-list.grid.two,body.members #buddypress #members-dir-list #groups-list.grid.two,body.groups #buddypress .groups #groups-list.grid.two,body.activity #buddypress .groups #groups-list.grid.two,body.friends #buddypress .groups #groups-list.grid.two,body.members #buddypress .groups #groups-list.grid.two,body.groups #buddypress .friends #groups-list.grid.two,body.activity #buddypress .friends #groups-list.grid.two,body.friends #buddypress .friends #groups-list.grid.two,body.members #buddypress .friends #groups-list.grid.two,body.groups #buddypress #groups-dir-list #members-list.grid.two,body.activity #buddypress #groups-dir-list #members-list.grid.two,body.friends #buddypress #groups-dir-list #members-list.grid.two,body.members #buddypress #groups-dir-list #members-list.grid.two,body.groups #buddypress #members-group-list #members-list.grid.two,body.activity #buddypress #members-group-list #members-list.grid.two,body.friends #buddypress #members-group-list #members-list.grid.two,body.members #buddypress #members-group-list #members-list.grid.two,body.groups #buddypress #members-dir-list #members-list.grid.two,body.activity #buddypress #members-dir-list #members-list.grid.two,body.friends #buddypress #members-dir-list #members-list.grid.two,body.members #buddypress #members-dir-list #members-list.grid.two,body.groups #buddypress .groups #members-list.grid.two,body.activity #buddypress .groups #members-list.grid.two,body.friends #buddypress .groups #members-list.grid.two,body.members #buddypress .groups #members-list.grid.two,body.groups #buddypress .friends #members-list.grid.two,body.activity #buddypress .friends #members-list.grid.two,body.friends #buddypress .friends #members-list.grid.two,body.members #buddypress .friends #members-list.grid.two{grid-template-columns:repeat(1,1fr)}}body.groups #buddypress #groups-dir-list #groups-list.grid.three,body.activity #buddypress #groups-dir-list #groups-list.grid.three,body.friends #buddypress #groups-dir-list #groups-list.grid.three,body.members #buddypress #groups-dir-list #groups-list.grid.three,body.groups #buddypress #members-group-list #groups-list.grid.three,body.activity #buddypress #members-group-list #groups-list.grid.three,body.friends #buddypress #members-group-list #groups-list.grid.three,body.members #buddypress #members-group-list #groups-list.grid.three,body.groups #buddypress #members-dir-list #groups-list.grid.three,body.activity #buddypress #members-dir-list #groups-list.grid.three,body.friends #buddypress #members-dir-list #groups-list.grid.three,body.members #buddypress #members-dir-list #groups-list.grid.three,body.groups #buddypress .groups #groups-list.grid.three,body.activity #buddypress .groups #groups-list.grid.three,body.friends #buddypress .groups #groups-list.grid.three,body.members #buddypress .groups #groups-list.grid.three,body.groups #buddypress .friends #groups-list.grid.three,body.activity #buddypress .friends #groups-list.grid.three,body.friends #buddypress .friends #groups-list.grid.three,body.members #buddypress .friends #groups-list.grid.three,body.groups #buddypress #groups-dir-list #members-list.grid.three,body.activity #buddypress #groups-dir-list #members-list.grid.three,body.friends #buddypress #groups-dir-list #members-list.grid.three,body.members #buddypress #groups-dir-list #members-list.grid.three,body.groups #buddypress #members-group-list #members-list.grid.three,body.activity #buddypress #members-group-list #members-list.grid.three,body.friends #buddypress #members-group-list #members-list.grid.three,body.members #buddypress #members-group-list #members-list.grid.three,body.groups #buddypress #members-dir-list #members-list.grid.three,body.activity #buddypress #members-dir-list #members-list.grid.three,body.friends #buddypress #members-dir-list #members-list.grid.three,body.members #buddypress #members-dir-list #members-list.grid.three,body.groups #buddypress .groups #members-list.grid.three,body.activity #buddypress .groups #members-list.grid.three,body.friends #buddypress .groups #members-list.grid.three,body.members #buddypress .groups #members-list.grid.three,body.groups #buddypress .friends #members-list.grid.three,body.activity #buddypress .friends #members-list.grid.three,body.friends #buddypress .friends #members-list.grid.three,body.members #buddypress .friends #members-list.grid.three{grid-template-columns:repeat(3,1fr)}@media (max-width:767px){body.groups #buddypress #groups-dir-list #groups-list.grid.three,body.activity #buddypress #groups-dir-list #groups-list.grid.three,body.friends #buddypress #groups-dir-list #groups-list.grid.three,body.members #buddypress #groups-dir-list #groups-list.grid.three,body.groups #buddypress #members-group-list #groups-list.grid.three,body.activity #buddypress #members-group-list #groups-list.grid.three,body.friends #buddypress #members-group-list #groups-list.grid.three,body.members #buddypress #members-group-list #groups-list.grid.three,body.groups #buddypress #members-dir-list #groups-list.grid.three,body.activity #buddypress #members-dir-list #groups-list.grid.three,body.friends #buddypress #members-dir-list #groups-list.grid.three,body.members #buddypress #members-dir-list #groups-list.grid.three,body.groups #buddypress .groups #groups-list.grid.three,body.activity #buddypress .groups #groups-list.grid.three,body.friends #buddypress .groups #groups-list.grid.three,body.members #buddypress .groups #groups-list.grid.three,body.groups #buddypress .friends #groups-list.grid.three,body.activity #buddypress .friends #groups-list.grid.three,body.friends #buddypress .friends #groups-list.grid.three,body.members #buddypress .friends #groups-list.grid.three,body.groups #buddypress #groups-dir-list #members-list.grid.three,body.activity #buddypress #groups-dir-list #members-list.grid.three,body.friends #buddypress #groups-dir-list #members-list.grid.three,body.members #buddypress #groups-dir-list #members-list.grid.three,body.groups #buddypress #members-group-list #members-list.grid.three,body.activity #buddypress #members-group-list #members-list.grid.three,body.friends #buddypress #members-group-list #members-list.grid.three,body.members #buddypress #members-group-list #members-list.grid.three,body.groups #buddypress #members-dir-list #members-list.grid.three,body.activity #buddypress #members-dir-list #members-list.grid.three,body.friends #buddypress #members-dir-list #members-list.grid.three,body.members #buddypress #members-dir-list #members-list.grid.three,body.groups #buddypress .groups #members-list.grid.three,body.activity #buddypress .groups #members-list.grid.three,body.friends #buddypress .groups #members-list.grid.three,body.members #buddypress .groups #members-list.grid.three,body.groups #buddypress .friends #members-list.grid.three,body.activity #buddypress .friends #members-list.grid.three,body.friends #buddypress .friends #members-list.grid.three,body.members #buddypress .friends #members-list.grid.three{grid-template-columns:repeat(1,1fr)}}body.groups #buddypress #groups-dir-list #groups-list.grid.four,body.activity #buddypress #groups-dir-list #groups-list.grid.four,body.friends #buddypress #groups-dir-list #groups-list.grid.four,body.members #buddypress #groups-dir-list #groups-list.grid.four,body.groups #buddypress #members-group-list #groups-list.grid.four,body.activity #buddypress #members-group-list #groups-list.grid.four,body.friends #buddypress #members-group-list #groups-list.grid.four,body.members #buddypress #members-group-list #groups-list.grid.four,body.groups #buddypress #members-dir-list #groups-list.grid.four,body.activity #buddypress #members-dir-list #groups-list.grid.four,body.friends #buddypress #members-dir-list #groups-list.grid.four,body.members #buddypress #members-dir-list #groups-list.grid.four,body.groups #buddypress .groups #groups-list.grid.four,body.activity #buddypress .groups #groups-list.grid.four,body.friends #buddypress .groups #groups-list.grid.four,body.members #buddypress .groups #groups-list.grid.four,body.groups #buddypress .friends #groups-list.grid.four,body.activity #buddypress .friends #groups-list.grid.four,body.friends #buddypress .friends #groups-list.grid.four,body.members #buddypress .friends #groups-list.grid.four,body.groups #buddypress #groups-dir-list #members-list.grid.four,body.activity #buddypress #groups-dir-list #members-list.grid.four,body.friends #buddypress #groups-dir-list #members-list.grid.four,body.members #buddypress #groups-dir-list #members-list.grid.four,body.groups #buddypress #members-group-list #members-list.grid.four,body.activity #buddypress #members-group-list #members-list.grid.four,body.friends #buddypress #members-group-list #members-list.grid.four,body.members #buddypress #members-group-list #members-list.grid.four,body.groups #buddypress #members-dir-list #members-list.grid.four,body.activity #buddypress #members-dir-list #members-list.grid.four,body.friends #buddypress #members-dir-list #members-list.grid.four,body.members #buddypress #members-dir-list #members-list.grid.four,body.groups #buddypress .groups #members-list.grid.four,body.activity #buddypress .groups #members-list.grid.four,body.friends #buddypress .groups #members-list.grid.four,body.members #buddypress .groups #members-list.grid.four,body.groups #buddypress .friends #members-list.grid.four,body.activity #buddypress .friends #members-list.grid.four,body.friends #buddypress .friends #members-list.grid.four,body.members #buddypress .friends #members-list.grid.four{grid-template-columns:repeat(4,1fr)}@media (max-width:767px){body.groups #buddypress #groups-dir-list #groups-list.grid.four,body.activity #buddypress #groups-dir-list #groups-list.grid.four,body.friends #buddypress #groups-dir-list #groups-list.grid.four,body.members #buddypress #groups-dir-list #groups-list.grid.four,body.groups #buddypress #members-group-list #groups-list.grid.four,body.activity #buddypress #members-group-list #groups-list.grid.four,body.friends #buddypress #members-group-list #groups-list.grid.four,body.members #buddypress #members-group-list #groups-list.grid.four,body.groups #buddypress #members-dir-list #groups-list.grid.four,body.activity #buddypress #members-dir-list #groups-list.grid.four,body.friends #buddypress #members-dir-list #groups-list.grid.four,body.members #buddypress #members-dir-list #groups-list.grid.four,body.groups #buddypress .groups #groups-list.grid.four,body.activity #buddypress .groups #groups-list.grid.four,body.friends #buddypress .groups #groups-list.grid.four,body.members #buddypress .groups #groups-list.grid.four,body.groups #buddypress .friends #groups-list.grid.four,body.activity #buddypress .friends #groups-list.grid.four,body.friends #buddypress .friends #groups-list.grid.four,body.members #buddypress .friends #groups-list.grid.four,body.groups #buddypress #groups-dir-list #members-list.grid.four,body.activity #buddypress #groups-dir-list #members-list.grid.four,body.friends #buddypress #groups-dir-list #members-list.grid.four,body.members #buddypress #groups-dir-list #members-list.grid.four,body.groups #buddypress #members-group-list #members-list.grid.four,body.activity #buddypress #members-group-list #members-list.grid.four,body.friends #buddypress #members-group-list #members-list.grid.four,body.members #buddypress #members-group-list #members-list.grid.four,body.groups #buddypress #members-dir-list #members-list.grid.four,body.activity #buddypress #members-dir-list #members-list.grid.four,body.friends #buddypress #members-dir-list #members-list.grid.four,body.members #buddypress #members-dir-list #members-list.grid.four,body.groups #buddypress .groups #members-list.grid.four,body.activity #buddypress .groups #members-list.grid.four,body.friends #buddypress .groups #members-list.grid.four,body.members #buddypress .groups #members-list.grid.four,body.groups #buddypress .friends #members-list.grid.four,body.activity #buddypress .friends #members-list.grid.four,body.friends #buddypress .friends #members-list.grid.four,body.members #buddypress .friends #members-list.grid.four{grid-template-columns:repeat(1,1fr)}}body.activity.bp-user.my-activity #buddypress,body.friends.bp-user.my-friends #buddypress,body.groups.bp-user.my-groups #buddypress{max-width:100%;width:auto;margin:inherit!important}body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .item-meta{margin-bottom:10px}#buddypress #whats-new-textarea #whats-new{border:solid 1px #d8e6f5;padding-top:14px}#buddypress .bp-pagination{margin:0;display:inline-block;float:none}#buddypress .bp-pagination .bp-pagination-links{margin:0}#buddypress .bp-pagination .bp-pagination-links .page-numbers{border-radius:4px;padding:7px 21px;border:none;margin:0 3px}#buddypress .bp-pagination .bp-pagination-links .current{color:#fff}#buddypress .count{width:28px;height:28px;background:#e6f0fa;display:inline-block;line-height:28px;padding:0;font-size:10px;border:0;color:#130f40;font-weight:700}#buddypress .bp-screen-title{font-weight:500;text-align:left;color:#130f40;font-size:17px}#buddypress .standard-form .bp-screen-title{margin-top:0}#buddypress .standard-form label{font-weight:500;margin-bottom:10px;color:#130f40}#buddypress .standard-form input[type="submit"]{margin-top:15px;background:#3742fa;color:#fff;padding:14px 25px}#buddypress .standard-form input[type="submit"]:hover{background:#3742fa;color:#fff}#buddypress .standard-form input[disabled="disabled"]:hover{color:#fff}#buddypress .standard-form input[type="submit"]#notification-bulk-manage{margin-top:0;padding:7px 20px 8px;border-radius:0 4px 4px 0}#buddypress .standard-form table.bp-list tr{box-shadow:1px 1px 10px #fff0;border-radius:4px!important;padding:15px;margin:15px 0;display:flex;align-items:center;justify-content:space-between}#buddypress .standard-form table.bp-list tr .uname-column{flex:2}#buddypress .standard-form table.bp-list thead tr{background:#fff0;box-shadow:none;margin:0;padding:0;padding-top:15px;border:none}#buddypress .standard-form label[for="group-members-role-filter"]{display:flex;align-items:center}#buddypress .standard-form .filter{display:flex;align-items:center}#buddypress .standard-form .filter label[for="group-members-role-filter"]{margin-right:10px}#buddypress .standard-form .description{padding:5px 15px;border-radius:4px;box-shadow:0 0 10px rgb(0 0 0 / .03);margin-top:10px}#buddypress .standard-form .bp-avatar-nav ul.avatar-nav-items{border:none}#buddypress .standard-form .bp-avatar-nav ul.avatar-nav-items a{transition:all 0.3s ease}#buddypress .standard-form .bp-avatar-nav ul.avatar-nav-items li.current{background:#fff;border:none;border-radius:4px}#buddypress .standard-form .bp-avatar-nav ul.avatar-nav-items li.current a{font-weight:500;color:#3742fa;border-radius:3px}#buddypress .standard-form .bp-avatar-nav ul.avatar-nav-items li.current a:hover{background-color:#3742fa;color:#fff!important;opacity:1}#buddypress .standard-form .bp-avatar-nav ul.avatar-nav-items #bp-avatar-upload a{border:1px solid #3742fa;color:#3742fa}#buddypress #group-invites-container .bp-navs{border:none}#buddypress #group-invites-container .bp-navs a{padding:5px 15px;border-radius:4px;margin:5px 0}#buddypress #group-invites-container .bp-navs .current a{padding:5px 15px;border-radius:4px;font-weight:500;color:#3742fa}#buddypress #group-invites-container .group-invites-column form.bp-invites-search-form{border-radius:4px;width:250px;overflow:hidden}#buddypress #group-invites-container .group-invites-column form.bp-invites-search-form input[type="search"]{padding:5px 10px;font-weight:400}#buddypress #group-invites-container .group-invites-column form.bp-invites-search-form button[type="submit"]{background:#3742fa;color:#fff;padding:3px 10px 7px}#buddypress #group-invites-container .group-invites-column a.button{box-shadow:1px 1px 10px rgb(0 0 0 / .04);border:none;border-radius:4px;transition:all 0.3s ease}#buddypress #group-invites-container .bp-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}#buddypress #group-invites-container .bp-list:before{content:none}#buddypress #group-invites-container .bp-list li{box-shadow:0 0 30px rgb(19 15 64 / .08);border:none;border-radius:4px!important;padding:35px 30px;margin:0 0;background:#fff;width:100%}#buddypress #group-invites-container .bp-list li .action button{background:#eee;border-radius:4px;padding:4px 5px 2px}#buddypress #group-invites-container .bp-list li .action button .icons:before{font-size:18px}#buddypress #group-invites-container .bp-list li:hover button{color:#fff;background-color:#3742fa}#buddypress #group-invites-container .bp-list li:hover button.invite-button.bp-icons{opacity:1;color:#fff}#buddypress #group-invites-container .bp-invites-content li .list-title{font-size:22px;line-height:30px;color:#130f40;margin-top:10px}#buddypress #group-invites-container .bp-invites-content .action button{border:1px solid #3742fa;color:#3742fa;border-radius:4px;font-size:15px;padding:6px 14px}#buddypress #group-invites-container .bp-invites-content .action button:hover{background-color:#3742fa;color:#fff}#buddypress #group-invites-container .bp-invites-content .action button.invite-button.bp-icons{border:0;color:#576574;opacity:.6}#buddypress #group-invites-container .bp-invites-content .action button.invite-button.bp-icons:hover{opacity:1;color:#fff}#buddypress .bp-avatar-nav ul.avatar-nav-items{border:none}#buddypress .bp-avatar-nav ul.avatar-nav-items a{transition:all 0.3s ease}#buddypress .bp-avatar-nav ul.avatar-nav-items li.current{border:none;box-shadow:0 0 10px rgb(0 0 0 / .03);border-radius:4px}#buddypress .bp-avatar-nav ul.avatar-nav-items li.current a{font-weight:500}#buddypress ol.group-create-buttons li a{padding:6px 10px}#buddypress ol.group-create-buttons li.current a{padding:6px 10px}#buddypress ul.button-nav,#buddypress ol.button-tabs{border:none;background:#fff0;margin:0 5px 0 0}#buddypress ul.button-nav li,#buddypress ol.button-tabs li{position:relative}#buddypress ul.button-nav li a,#buddypress ol.button-tabs li a{padding:5px 10px}#buddypress ul.button-nav li:after,#buddypress ol.button-tabs li:after{content:'';width:100%;height:0;position:absolute;left:0;bottom:-4px;transition:all 0.3s ease}#buddypress ul.button-nav li:hover:after,#buddypress ol.button-tabs li:hover:after,#buddypress ul.button-nav li:focus:after,#buddypress ol.button-tabs li:focus:after{width:100%;height:2px}#buddypress ul.button-nav li:hover a,#buddypress ol.button-tabs li:hover a,#buddypress ul.button-nav li:focus a,#buddypress ol.button-tabs li:focus a{background:none}#buddypress ul.button-nav li.current,#buddypress ol.button-tabs li.current{border:none}#buddypress ul.button-nav li.current:after,#buddypress ol.button-tabs li.current:after{width:100%;height:2px}#buddypress ul.button-nav li.current a,#buddypress ol.button-tabs li.current a{color:#3742fa;font-weight:500;border:none;border-radius:4px;background:#fff0;transition:all 0.3s ease;padding-left:0}#buddypress #group-create-tabs ol.button-tabs{padding-left:0}#buddypress #group-create-tabs ol.button-tabs li{padding:0;color:#130f40;font-size:20px}#buddypress #group-create-tabs ol.button-tabs li:not(.current):after{content:none}#buddypress #group-create-tabs ol.button-tabs li.current:after{bottom:0}#buddypress .subnav-filters{display:none;width:100%;margin-top:0}#buddypress .subnav-filters ul{padding:0;margin:0;display:flex;align-items:center}#buddypress .subnav-filters form.bp-messages-search-form,#buddypress .subnav-filters form.bp-dir-search-form{border-radius:4px;width:250px;overflow:hidden}@media (min-device-width:320px) and (max-width:767px){#buddypress .subnav-filters form.bp-messages-search-form,#buddypress .subnav-filters form.bp-dir-search-form{margin:0 auto 10px}}#buddypress .subnav-filters form.bp-messages-search-form input[type="search"],#buddypress .subnav-filters form.bp-dir-search-form input[type="search"]{padding:5px 10px;font-weight:400}#buddypress .subnav-filters form.bp-messages-search-form button[type="submit"],#buddypress .subnav-filters form.bp-dir-search-form button[type="submit"]{background:#3742fa;color:#fff;padding:8px 10px 7px;height:45px}#buddypress .subnav-filters form.bp-messages-search-form button[type="submit"]:hover,#buddypress .subnav-filters form.bp-dir-search-form button[type="submit"]:hover{background:#0916f1}#buddypress .subnav-filters .component-filters .select-wrap{width:250px}#buddypress .subnav-filters .component-filters .select-wrap select{width:100%;text-indent:0;height:45px}#buddypress .subnav-filters .user-messages-bulk-actions{flex:2;text-align:right}#buddypress .subnav-filters .user-messages-bulk-actions .select-wrap{width:250px}#buddypress .subnav-filters .user-messages-bulk-actions .select-wrap:hover{border:none}#buddypress .subnav-filters .user-messages-bulk-actions .select-wrap select{width:100%;text-indent:0;margin-right:20px}#buddypress .subnav-filters .user-messages-bulk-actions .select-wrap .select-arrow{display:none}#buddypress .profile .screen-heading{border-bottom:none;margin:30px 0 15px}#buddypress .profile .bp-tables-user{box-shadow:0 0 40px rgb(19 15 64 / .08);border-radius:4px;overflow:hidden}#buddypress .profile .bp-tables-user td{padding:10px 15px;background:#fff}#buddypress .profile .bp-tables-user .label{font-weight:500}#buddypress .profile .bp-tables-user tr:last-child{border-bottom:none}#buddypress .profile #bp-delete-cover-image{padding:10px 20px;color:#fff;border-radius:4px;border:none}#buddypress .bp-feedback{box-shadow:0 0 30px rgb(19 15 64 / .08);border-radius:4px;margin:20px 0;background:#fff;padding:20px 25px;font-family:'Jost',sans-serif;color:#576574;border:0}#buddypress .bp-feedback .bp-icon{padding:10px 15px;border-radius:4px 0 0 4px}#buddypress .bp-feedback .bp-help-text{border-radius:0 4px 4px 0;padding:10px}#buddypress .bp-feedback p{margin-top:10px}#buddypress .bp-messages-content .message-lists{border-top:none}#buddypress .bp-messages-content .message-lists .thread-item{padding:15px;background:#fff;border:1px solid #d8e6f5;display:flex;align-items:center;margin-bottom:15px;border-radius:4px;background-color:#fff}#buddypress .bp-messages-content #thread-preview{border:1px solid #d8e6f5;padding:20px 20px 10px;background-color:#fff;border-radius:5px}#buddypress .bp-messages-content #thread-preview .message-title{background:#fff0;margin-bottom:10px;font-weight:500}#buddypress .bp-messages-content #thread-preview ul,#buddypress .bp-messages-content #thread-preview ol{padding:0}#buddypress .bp-messages-content #thread-preview .preview-content{padding:15px;margin:0}#buddypress .bp-messages-content #thread-preview .preview-content .preview-pane-header{border-bottom:0}#buddypress .bp-messages-content #thread-preview .preview-content .preview-pane-header .thread-participants dt{font-weight:500;margin-bottom:15px}#buddypress .bp-messages-content #thread-preview .preview-message{margin-top:0;padding:20px 20px 10px;background-color:#f8f8f8}#buddypress .bp-messages-content #bp-message-thread-header ul,#buddypress .bp-messages-content #bp-message-thread-header ol{padding:0}#buddypress .bp-messages-content #bp-message-thread-header .message-title{background:#fff0}#buddypress .bp-messages-content #bp-message-thread-header .single-message-thread-header{padding:15px;margin-bottom:15px;border-bottom:0}#buddypress .bp-messages-content #bp-message-thread-header .single-message-thread-header .thread-participants dt{font-weight:500;margin-bottom:15px}#buddypress .bp-messages-content #bp-message-thread-list{padding:15px;background-color:#fff;border:1px solid #d8e6f5}#buddypress .bp-messages-content #bp-message-thread-list .message-metadata{border-radius:0;padding-bottom:10px;box-shadow:none;border-color:#d8e6f5}#buddypress .bp-messages-content #bp-message-thread-list .message-content{margin-left:0;background-color:#fff0}#buddypress .bp-messages-content form .message-metadata{margin-top:30px}#buddypress .bp-messages-content form .message-metadata strong{margin-left:10px}#buddypress .bp-messages-content form .message-content{margin-top:15px}#buddypress .bp-messages-content time{font-size:15px}#buddypress #notifications-user-list form{margin:20px 0}#buddypress #notifications-user-list form thead tr{background:#fff;border:1px solid #d8e6f5!important}#buddypress #notifications-user-list form thead tr th{padding:10px 15px;border-left:1px solid #d8e6f5}#buddypress #notifications-user-list form tr:last-child{border:none}#buddypress #notifications-user-list form tr .bulk-select-check label{margin-bottom:0}#buddypress #notifications-user-list form td{padding:10px 15px;border:1px solid #d8e6f5;background-color:#fff;font-size:15px}#buddypress .select-wrap{width:250px}#buddypress .select-wrap select{width:100%;text-indent:0}#buddypress li.no-ajax:after{content:none}#buddypress .activity-comments ul{margin-top:0}#buddypress .activity-comments .comment-item{position:relative}#buddypress .activity-comments .comment-item .action{position:absolute;right:0;top:5px}@media (min-device-width:320px) and (max-width:767px){#buddypress .activity-comments .comment-item .action{top:25px}}#buddypress .activity-comments .acomment-content{margin-top:0;padding-left:35px;padding-top:5px}#buddypress .activity-comments .acomment-content p{background-color:#f9f9f9;padding:10px 12px;border-radius:10px;margin-top:8px;color:#576574}#buddypress .activity-comments .acomment-reply{background:#fff0;font-weight:500;padding:0}.single-headers .group-status{font-family:"Jost",sans-serif}body #buddypress input[type=search]{border:0;height:45px;font-size:15px;border:1px solid #d8e6f5;width:80%}body #buddypress .nouveau-search-submit{height:45px}.groups-header .moderators-lists .moderators-title{font-size:14px;font-family:'Jost',sans-serif;color:#130f40;font-size:17px;font-weight:400}.groups-header .desc-wrap .group-description p{color:#576574;font-family:'Jost';font-size:17px;line-height:26px}.buddypress-wrap .activity .activity-list .activity-item .activity-content{font-family:'Jost',sans-serif}.buddypress-wrap .mini .activity-header{font-size:17px}.buddypress-wrap .subnav-filters .feed{margin-top:10px}.bp-list li .item-avatar img.avatar{border-radius:6px;max-width:90px;margin-bottom:10px}.bp-list li .item .item-block{margin:0;width:100%}.bp-list li .item .item-block .list-title{font-size:22px;line-height:30px;margin-bottom:10px}.bp-list li .item .item-block .item-meta{color:#576574;font-size:14px;line-height:24px;margin:0}body.groups #buddypress #groups-dir-list .groups-title a:hover{color:#3742fa}.buddypress-wrap .groups-list li p{color:#576574;font-size:16px;line-height:26px}#group-create-body img.avatar{border-radius:6px}body.groups #buddypress #groups-dir-list #groups-list.grid li .item .action .button,body.groups #buddypress #groups-dir-list #groups-list.grid li .item .action a.group-button{color:rgb(19 15 64 / .8);font-size:15px;font-family:'Jost',sans-serif;padding:12px 26px;border:1px solid #e7e9fd;background-color:#f3f4ff;transition:all 0.3s ease;border-radius:5px;margin-top:15px;display:inline-block;width:auto}body.groups #buddypress #groups-dir-list #groups-list.grid li .item .action .button:hover,body.groups #buddypress #groups-dir-list #groups-list.grid li .item .action a.group-button:hover{background-color:#3742fa;border-color:#3742fa;color:#fff}body.members #buddypress #members-dir-list #groups-list.grid .item-entry,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry,body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry,body.members #buddypress #members-group-list #groups-list.grid .item-entry,body.groups #buddypress #members-group-list #groups-list.grid .item-entry,body.members #buddypress #members-dir-list #members-list.grid .item-entry,body.groups #buddypress #members-dir-list #members-list.grid .item-entry,body.members #buddypress #groups-dir-list #members-list.grid .item-entry,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry,body.members #buddypress #members-group-list #members-list.grid .item-entry,body.groups #buddypress #members-group-list #members-list.grid .item-entry{background-color:#fff;box-shadow:0 0 30px rgb(19 15 64 / .08)}body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap,body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap,body.groups #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap,body.members #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap,body.groups #buddypress #groups-dir-list #members-list.grid .item-entry .list-wrap,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap,body.groups #buddypress #members-group-list #members-list.grid .item-entry .list-wrap{min-height:auto}body.members #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap,body.groups #buddypress #members-dir-list #groups-list.grid .item-entry .list-wrap,body.members #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap,body.groups #buddypress #groups-dir-list #groups-list.grid .item-entry .list-wrap,body.members #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap,body.groups #buddypress #members-group-list #groups-list.grid .item-entry .list-wrap{padding:30px 15px}body.activity #buddypress .groups .activity-comments .generic-button a{color:#130f40;border:0;border-radius:4px;font-size:14px;padding:4px 10px}@media (min-device-width:320px) and (max-width:767px){body.activity #buddypress .groups .activity-comments .generic-button a{font-size:12px;padding:0 6px}}body.activity #buddypress .groups .activity-comments .generic-button a:hover{color:#3742fa}body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button{border-radius:4px;padding:10px 20px;font-size:15px;line-height:20px;margin-top:10px;width:auto;display:inline-block}body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action a:hover,body.members #buddypress #members-dir-list #members-list.grid .item-entry .list-wrap .action button:hover,body.members #buddypress #members-group-list #members-list.grid .item-entry .list-wrap .action button:hover{background-color:#3742fa;color:#fff}form.ac-form .ac-reply-avatar img{border-radius:6px}.activity-list .activity-item .activity-content .activity-header p a:hover{color:#3742fa}@media (min-device-width:320px) and (max-width:767px){.activity-list .activity-item .activity-content .activity-header{width:65%;margin:0}}#previous-next input[name="previous"]{color:#3742fa;border:1px solid #3742fa;border-radius:4px;padding:14px 25px}#previous-next input[name="previous"]:hover{background-color:#3742fa;color:#fff}.buddypress-wrap fieldset legend{font-weight:500;color:#130f40}.buddypress-wrap #group-create-body .bp-cover-image-status p.warning{background:#eff7ec;border:0;box-shadow:0 0;color:#130f40;border-radius:5px}.buddypress-wrap .bp-invites-feedback .bp-feedback p{margin:14px 0 0 10px}.members-list.grid.buddyboss,.members-group-list.grid.buddyboss,.groups-list.grid.buddyboss{margin-left:0;margin-right:0}.members-list.grid.buddyboss li,.members-group-list.grid.buddyboss li,.groups-list.grid.buddyboss li{flex:100%;max-width:100%;background-color:#fff!important}.members-list.grid.buddyboss li .list-wrap,.members-group-list.grid.buddyboss li .list-wrap,.groups-list.grid.buddyboss li .list-wrap{background-color:transparent!important}.members-list.grid.buddyboss li .list-wrap .members-meta,.members-group-list.grid.buddyboss li .list-wrap .members-meta,.groups-list.grid.buddyboss li .list-wrap .members-meta,.members-list.grid.buddyboss li .list-wrap .friends-meta,.members-group-list.grid.buddyboss li .list-wrap .friends-meta,.groups-list.grid.buddyboss li .list-wrap .friends-meta,.members-list.grid.buddyboss li .list-wrap .groups-meta,.members-group-list.grid.buddyboss li .list-wrap .groups-meta,.groups-list.grid.buddyboss li .list-wrap .groups-meta{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}.members-list.grid.buddyboss li .list-wrap .members-meta .friendship-button.generic-button,.members-group-list.grid.buddyboss li .list-wrap .members-meta .friendship-button.generic-button,.groups-list.grid.buddyboss li .list-wrap .members-meta .friendship-button.generic-button,.members-list.grid.buddyboss li .list-wrap .friends-meta .friendship-button.generic-button,.members-group-list.grid.buddyboss li .list-wrap .friends-meta .friendship-button.generic-button,.groups-list.grid.buddyboss li .list-wrap .friends-meta .friendship-button.generic-button,.members-list.grid.buddyboss li .list-wrap .groups-meta .friendship-button.generic-button,.members-group-list.grid.buddyboss li .list-wrap .groups-meta .friendship-button.generic-button,.groups-list.grid.buddyboss li .list-wrap .groups-meta .friendship-button.generic-button{grid-column-start:1;grid-column-end:3;max-width:100%}.members-list.grid.buddyboss li .list-wrap .members-meta .friendship-button.generic-button button,.members-group-list.grid.buddyboss li .list-wrap .members-meta .friendship-button.generic-button button,.groups-list.grid.buddyboss li .list-wrap .members-meta .friendship-button.generic-button button,.members-list.grid.buddyboss li .list-wrap .friends-meta .friendship-button.generic-button button,.members-group-list.grid.buddyboss li .list-wrap .friends-meta .friendship-button.generic-button button,.groups-list.grid.buddyboss li .list-wrap .friends-meta .friendship-button.generic-button button,.members-list.grid.buddyboss li .list-wrap .groups-meta .friendship-button.generic-button button,.members-group-list.grid.buddyboss li .list-wrap .groups-meta .friendship-button.generic-button button,.groups-list.grid.buddyboss li .list-wrap .groups-meta .friendship-button.generic-button button{background-color:#f2f2f2!important}.members-list.grid.buddyboss li .list-wrap .item-avatar,.members-group-list.grid.buddyboss li .list-wrap .item-avatar,.groups-list.grid.buddyboss li .list-wrap .item-avatar{margin-bottom:5px}.members-list.buddyboss:not(.grid) .members-meta div,.members-group-list.buddyboss:not(.grid) .members-meta div,.members-list.buddyboss:not(.grid) .friends-meta div,.members-group-list.buddyboss:not(.grid) .friends-meta div,.members-list.buddyboss:not(.grid) .groups-meta div,.members-group-list.buddyboss:not(.grid) .groups-meta div{margin-right:10px}.members-list.buddyboss:not(.grid) .members-meta button,.members-group-list.buddyboss:not(.grid) .members-meta button,.members-list.buddyboss:not(.grid) .friends-meta button,.members-group-list.buddyboss:not(.grid) .friends-meta button,.members-list.buddyboss:not(.grid) .groups-meta button,.members-group-list.buddyboss:not(.grid) .groups-meta button{background-color:#f2f2f2!important}.members-list.buddyboss:not(.grid) .members-meta #send-private-message a,.members-group-list.buddyboss:not(.grid) .members-meta #send-private-message a,.members-list.buddyboss:not(.grid) .friends-meta #send-private-message a,.members-group-list.buddyboss:not(.grid) .friends-meta #send-private-message a,.members-list.buddyboss:not(.grid) .groups-meta #send-private-message a,.members-group-list.buddyboss:not(.grid) .groups-meta #send-private-message a,.members-list.buddyboss:not(.grid) .members-meta .switch-button a,.members-group-list.buddyboss:not(.grid) .members-meta .switch-button a,.members-list.buddyboss:not(.grid) .friends-meta .switch-button a,.members-group-list.buddyboss:not(.grid) .friends-meta .switch-button a,.members-list.buddyboss:not(.grid) .groups-meta .switch-button a,.members-group-list.buddyboss:not(.grid) .groups-meta .switch-button a{padding:10px 20px;border:1px solid #eaeaea}.groups-list.buddyboss:not(.grid) li:hover button.group-button{color:#fff!important}.groups-list.buddyboss:not(.grid) .groups-meta button.group-button{background-color:#f2f2f2!important}.groups-list.buddyboss.grid .groups-meta{display:block!important}#members-group-list .grid .item-entry{max-width:100%}#members-group-list .grid.two .item-entry-header{grid-column-start:1;grid-column-end:3;background:transparent!important;border:none!important;padding:0!important}#members-group-list .grid.three .item-entry-header{grid-column-start:1;grid-column-end:4;background:transparent!important;border:none!important;padding:0!important}body.buddyboss .widget_bp_groups_widget.buddypress.widget ul li,body.buddyboss .widget_bp_core_friends_widget.buddypress.widget ul li,body.buddyboss .widget_bp_core_members_widget.buddypress.widget ul li{width:100%;flex:0 1 auto}body.buddyboss .widget_bp_groups_widget.buddypress.widget ul li:before,body.buddyboss .widget_bp_core_friends_widget.buddypress.widget ul li:before,body.buddyboss .widget_bp_core_members_widget.buddypress.widget ul li:before{content:'';display:none}body.buddyboss .widget_bp_groups_widget.buddypress.widget ul li:after,body.buddyboss .widget_bp_core_friends_widget.buddypress.widget ul li:after,body.buddyboss .widget_bp_core_members_widget.buddypress.widget ul li:after{clear:both}body.buddyboss .widget_bp_groups_widget.buddypress.widget ul li .item-avatar,body.buddyboss .widget_bp_core_friends_widget.buddypress.widget ul li .item-avatar,body.buddyboss .widget_bp_core_members_widget.buddypress.widget ul li .item-avatar{padding:.5em;float:left;width:60px}body.buddyboss .widget_bp_groups_widget.buddypress.widget ul li .item-avatar img,body.buddyboss .widget_bp_core_friends_widget.buddypress.widget ul li .item-avatar img,body.buddyboss .widget_bp_core_members_widget.buddypress.widget ul li .item-avatar img{width:100%}body.buddyboss .widget_bp_groups_widget.buddypress.widget ul li .item,body.buddyboss .widget_bp_core_friends_widget.buddypress.widget ul li .item,body.buddyboss .widget_bp_core_members_widget.buddypress.widget ul li .item{padding:.5em}body.buddyboss .widget .more-block{margin-top:15px;margin-left:5px}body.buddyboss .widget.bp-latest-activities .activity-update{margin-bottom:10px;padding-bottom:10px;width:100%}body.buddyboss .widget.bp-latest-activities .activity-update:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}body.buddyboss .widget_bp_profile_completion_widget ul.pc_detailed_progress li{padding:10px 0;border-top:1px solid #e7e9ec}body.buddyboss .widget_bp_profile_completion_widget ul.pc_detailed_progress li:before{display:none}body.buddyboss .widget_bp_profile_completion_widget ul.pc_detailed_progress li .section_number{display:none}body.buddyboss .widget_bp_profile_completion_widget ul.pc_detailed_progress li .section_name a{text-decoration:none!important;color:#787f88!important}body.buddyboss #buddypress #members-list.grid .item-entry{background-color:#fff}body.buddyboss #buddypress #members-list.grid .item-entry .list-wrap .action .send-message,body.buddyboss #buddypress #members-list.grid .item-entry .list-wrap .action a.switch-button.view-as{display:inline-block;width:auto;background-color:#fff0;border:none}body.buddyboss #buddypress .friends-request-list li .friends-meta.action div{margin-bottom:0}body.buddyboss #buddypress .friends-request-list li .friends-meta.action .accept,body.buddyboss #buddypress .friends-request-list li .friends-meta.action .reject{float:none}body.buddyboss #buddypress .friends-request-list li .friends-meta.action .accept{background-color:#3742fa;border-color:#3742fa;color:#fff!important}body.buddyboss #buddypress .friends-request-list li .friends-meta.action .generic-button a,body.buddyboss #buddypress .friends-request-list li .friends-meta.action .generic-button button{border:1px solid #d5e7f9;border-radius:4px;font-size:15px;padding:8px 20px;color:#576574}body.buddyboss #buddypress .friends-request-list li .friends-meta.action .generic-button a:hover,body.buddyboss #buddypress .friends-request-list li .friends-meta.action .generic-button button:hover{background-color:#3742fa;border-color:#3742fa;color:#fff}body.buddyboss #buddypress .bp-list li .item .item-meta .activity{font-size:15px;color:#576574}body.buddyboss #buddypress #send_message_form .select2-selection--multiple{border-color:#fff0;padding:12px}body.buddyboss #buddypress #message-form-submit-wrapper{display:block}body.buddyboss #buddypress #message-form-submit-wrapper #whats-new-messages-toolbar #medium-editor-toolbar-1{bottom:-40px;left:0}body.buddyboss #buddypress .members-list.buddyboss:not(.grid)>li .item .generic-button button,body.buddyboss #buddypress .members-list.buddyboss:not(.grid)>li .item .generic-button a{background-color:#f3f4ff!important;border:1px solid #e7e9fd;color:rgb(19 15 64 / .8);padding:10px 25px}body.buddyboss #buddypress .members-list.buddyboss:not(.grid)>li .item .generic-button button:hover,body.buddyboss #buddypress .members-list.buddyboss:not(.grid)>li .item .generic-button a:hover{background-color:#3742fa!important;border-color:#3742fa;color:#fff}body.buddyboss #buddypress .members-list.buddyboss:not(.grid)>li .item li.pending_friend{padding:0}body.buddyboss #buddypress #members-group-list #members-list.grid.buddyboss .item-entry-header,body.buddyboss #buddypress #members-group-list #members-list.buddyboss:not(.grid) .item-entry-header{box-shadow:0 0;color:#3742fa}body.buddyboss #buddypress #members-group-list #members-list.grid.buddyboss .item-entry .bp-generic-meta,body.buddyboss #buddypress #members-group-list #members-list.buddyboss:not(.grid) .item-entry .bp-generic-meta{display:block;margin-top:10px}body.buddyboss #buddypress #members-group-list #members-list.grid.buddyboss .item-entry .bp-generic-meta button,body.buddyboss #buddypress #members-group-list #members-list.buddyboss:not(.grid) .item-entry .bp-generic-meta button,body.buddyboss #buddypress #members-group-list #members-list.grid.buddyboss .item-entry .bp-generic-meta a,body.buddyboss #buddypress #members-group-list #members-list.buddyboss:not(.grid) .item-entry .bp-generic-meta a{width:80%;background-color:#f3f4ff!important;border:1px solid #e7e9fd;color:rgb(19 15 64 / .8)}body.buddyboss #buddypress #members-group-list #members-list.grid.buddyboss .item-entry .bp-generic-meta button:hover,body.buddyboss #buddypress #members-group-list #members-list.buddyboss:not(.grid) .item-entry .bp-generic-meta button:hover,body.buddyboss #buddypress #members-group-list #members-list.grid.buddyboss .item-entry .bp-generic-meta a:hover,body.buddyboss #buddypress #members-group-list #members-list.buddyboss:not(.grid) .item-entry .bp-generic-meta a:hover{background-color:#3742fa!important;color:#fff;border-color:#3742fa}body.buddyboss #buddypress #members-group-list #members-list.grid.buddyboss .item-entry .bp-generic-meta li.not_friends,body.buddyboss #buddypress #members-group-list #members-list.buddyboss:not(.grid) .item-entry .bp-generic-meta li.not_friends,body.buddyboss #buddypress #members-group-list #members-list.grid.buddyboss .item-entry .bp-generic-meta li.pending_friend,body.buddyboss #buddypress #members-group-list #members-list.buddyboss:not(.grid) .item-entry .bp-generic-meta li.pending_friend{padding:0}body.buddyboss #buddypress #members-group-list #members-list.buddyboss:not(.grid) .item-entry .bp-generic-meta button,body.buddyboss #buddypress #members-group-list #members-list.buddyboss:not(.grid) .item-entry .bp-generic-meta a{width:auto}body.buddyboss #buddypress #group-invites-container .group-invites-members-listing .bp-list li{border:1px solid #e6f0fa;margin:10px;box-shadow:none}body.buddyboss .activity .activity-list .activity-item{background-color:#fff}body.buddyboss .activity .activity-list .activity-item .activity-header .activity-time-since:before{display:none}body.buddyboss .activity .activity-list .activity-item .generic-button a span{font-weight:400;font-size:13px;color:#07294d}body.buddyboss .activity .activity-list .activity-item .generic-button a span:hover{color:#3742fa}body.buddyboss .activity .activity-list .activity-item .activity-state-comments .comments-count{font-size:14px}body.buddyboss .activity .activity-list .load-more a.loading{padding:14px 30px;background-color:#fff;box-shadow:none;border-radius:6px}body.buddyboss .activity-update-form #whats-new-form #whats-new-submit{flex-flow:row;margin-top:15px}body.buddyboss .activity-update-form #whats-new-form #whats-new-submit #aw-whats-new-submit{background-color:#3742fa;padding:7px 15px;color:#fff;border-radius:4px;width:auto;font-size:16px;line-height:inherit;margin-right:10px;border-color:#3742fa}body.buddyboss .activity-update-form #whats-new-form #whats-new-submit #aw-whats-new-submit:hover{background-color:#0916f1;border-color:#0916f1}body.buddyboss .activity-update-form #whats-new-form #whats-new-submit #aw-whats-new-reset{color:#576574;text-decoration:none;font-size:16px}body.buddyboss .activity-update-form #whats-new-form #whats-new-submit #aw-whats-new-reset:hover{background-color:#3742fa;color:#fff;border-color:#3742fa}body.buddyboss .activity-update-form #whats-new-form #whats-new-content{padding-bottom:20px}body.buddyboss .single-headers .item-header-wrap{display:block}body.buddyboss .groups-list:not(.grid) li,body.buddyboss .members-list:not(.grid) li,body.buddyboss .members-group-list:not(.grid) li{background-color:transparent!important}body.buddyboss #buddypress #members-dir-list #members-list.grid.buddyboss .item-entry .bp-generic-meta{display:block;margin-top:16px}body.buddyboss #buddypress #members-dir-list #members-list.grid.buddyboss .item-entry .bp-generic-meta button,body.buddyboss #buddypress #members-dir-list #members-list.grid.buddyboss .item-entry .bp-generic-meta a{width:80%;background-color:#f3f4ff!important;border:1px solid #e7e9fd;color:rgb(19 15 64 / .8)}body.buddyboss #buddypress #members-dir-list #members-list.grid.buddyboss .item-entry .bp-generic-meta button:hover,body.buddyboss #buddypress #members-dir-list #members-list.grid.buddyboss .item-entry .bp-generic-meta a:hover{background-color:#3742fa!important;color:#fff;border-color:#3742fa}body.buddyboss #buddypress #members-dir-list #members-list.grid.buddyboss .item-entry .bp-generic-meta li.not_friends,body.buddyboss #buddypress #members-dir-list #members-list.grid.buddyboss .item-entry .bp-generic-meta li.pending_friend{padding:0}body.buddyboss #buddypress #whats-new-textarea #whats-new{background-color:#fff}body.buddyboss .groups #groups-list.buddyboss .item-entry{background-color:#fff!important;box-shadow:0 0 30px rgb(19 15 64 / .08);padding:20px 20px 15px}body.buddyboss .buddypress-wrap .subnav-filters .grid-filters{height:45px;background-color:#fff}body.buddyboss #buddypress.buddypress-wrap #header-cover-image{position:absolute}body.buddyboss #buddypress.buddypress-wrap .bb-add-media.button,body.buddyboss #buddypress.buddypress-wrap .bb-create-album.button,body.buddyboss #buddypress.buddypress-wrap .button#bp-media-create-album-submit{padding:7px 15px;border-radius:4px;color:#fff;border:none}body.buddyboss #buddypress.buddypress-wrap .bb-add-media.button:hover,body.buddyboss #buddypress.buddypress-wrap .bb-create-album.button:hover,body.buddyboss #buddypress.buddypress-wrap .button#bp-media-create-album-submit:hover{color:#fff!important}body.buddyboss #buddypress.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-meta,body.buddyboss #buddypress.buddypress-wrap .activity .activity-list .activity-item .activity-content .groups-meta{position:relative;margin-top:10px;background-color:#fff0}body.buddyboss #buddypress.buddypress-wrap .activity .activity-list .activity-item .activity-content .activity-meta .generic-button a:hover{color:#3742fa}body.buddyboss #buddypress.buddypress-wrap .activity .activity-list .activity-item .activity-comments .time-since{color:#576574;font-size:12px;margin-left:8px}body.buddyboss #buddypress.buddypress-wrap .group-create-buttons li{margin-right:10px}body.buddyboss #buddypress.buddypress-wrap .group-create-buttons li span,body.buddyboss #buddypress.buddypress-wrap .group-create-buttons li a{padding:6px 10px;display:inline-block}body.buddyboss #buddypress.buddypress-wrap #group-create-body .bp-radio-wrap,body.buddyboss #buddypress.buddypress-wrap .group-settings-selections .bp-radio-wrap,body.buddyboss #buddypress.buddypress-wrap #group-create-body .bp-checkbox-wrap,body.buddyboss #buddypress.buddypress-wrap .group-settings-selections .bp-checkbox-wrap{display:flex;align-items:center;margin-bottom:10px}body.buddyboss #buddypress.buddypress-wrap #group-create-body .bp-radio-wrap label,body.buddyboss #buddypress.buddypress-wrap .group-settings-selections .bp-radio-wrap label,body.buddyboss #buddypress.buddypress-wrap #group-create-body .bp-checkbox-wrap label,body.buddyboss #buddypress.buddypress-wrap .group-settings-selections .bp-checkbox-wrap label{margin:0}body.buddyboss #buddypress.buddypress-wrap #groups-list.buddyboss .item-entry{background-color:#fff!important;box-shadow:0 0 30px rgb(19 15 64 / .08);padding:20px 20px 15px}body.buddyboss #buddypress.buddypress-wrap .standard-form button.visibility-toggle-link{border:1px solid #e6f0fa;color:#3742fa;border-radius:4px;padding:8px 12px;font-size:14px}body.buddyboss #buddypress.buddypress-wrap .standard-form button.visibility-toggle-link:hover{background-color:#3742fa;color:#fff;border-color:#3742fa}body.buddyboss #buddypress.buddypress-wrap .standard-form label{display:inline-block}body.buddyboss #buddypress.buddypress-wrap .standard-form #message-new-submit.submit{margin-top:50px}body.buddyboss #buddypress.buddypress-wrap .standard-form #message-new-submit.submit #bp-messages-send{border:0;background-color:#3742fa;color:#fff;padding:10px 30px}body.buddyboss #buddypress.buddypress-wrap .standard-form #message-new-submit.submit #bp-messages-send:hover{background-color:#0916fa}body.buddyboss #buddypress.buddypress-wrap .profile.edit .button-nav{margin:0;padding:0 0 10px}body.buddyboss #buddypress.buddypress-wrap .profile.edit .button-nav a{color:rgb(19 15 64 / .8);font-size:16px;padding:0 5px 0 0}body.buddyboss #buddypress.buddypress-wrap .profile.edit .button-nav li.current a{color:#3742fa}body.buddyboss #buddypress.buddypress-wrap .activity-update-form.media-off #whats-new-content .medium-editor-toolbar{bottom:68px}body.buddyboss #buddypress.buddypress-wrap #activity-form-submit-wrapper{padding:0}body.buddyboss #buddypress.buddypress-wrap #activity-form-submit-wrapper select{border:1px solid #e6f0fa}body.buddyboss #buddypress.buddypress-wrap .bp-messages-container .bp-messages-nav-panel .bp-navs.bp-subnavs.user-subnav{margin-top:10px;margin-bottom:5px}body.buddyboss #buddypress.buddypress-wrap .bp-messages-container .bp-messages-nav-panel .no-message-wrap{background-color:#fff;padding:55px 0 20px}body.buddyboss .bp-avatar-nav #bp-avatar-upload a{background-color:#fff;border:1px solid #e6f0fa;border-radius:4px;padding:6px 20px;color:#576574;opacity:1}body.buddyboss .bp-avatar-nav #bp-avatar-upload a:hover{background-color:#3742fa;color:#fff}body.buddyboss.single.bp-user .messages-wrapper .bp-messages-content #bp-message-content{padding:20px;background-color:#fff}body.buddyboss.single.bp-user .messages-wrapper .bp-messages-content .medium-editor-element{height:100px;border:1px solid #d8e6f5;padding:.7em}body.buddyboss.single.bp-user .messages-wrapper .bp-messages-content #message-form-submit-wrapper #message-new-submit .button{padding:7px 15px;color:#fff;border-radius:4px;width:auto;font-size:16px;margin-right:0}body.buddyboss.single.bp-user .messages-wrapper .bp-messages-content #bp-message-thread-list li{background-color:#fff0;border-radius:4px}body.buddyboss.single.bp-user #buddypress .bp-messages-search-form button{background-color:#f2f2f2!important}body.buddyboss.single-item.groups #buddypress .members-group-list .item-entry-header{padding:6px 10px!important;box-shadow:none}body.buddyboss.single-item.groups #buddypress #bbpress-forums{overflow:initial}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-user-section{overflow:initial}body.buddyboss.single-item.groups #buddypress #bbpress-forums a{transition:all 0.3s ease}body.buddyboss.single-item.groups #buddypress #bbpress-forums li{text-align:left}@media (min-device-width:320px) and (max-width:767px){body.buddyboss.single-item.groups #buddypress #bbpress-forums li{display:block;width:100%!important;margin:5px 0;text-align:left!important}}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-template-notice{display:inline-block;width:100%;padding:10px 15px;margin:20px 0 0}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-template-notice li{color:rgb(51 51 51 / .7);margin:0!important}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-template-notice li a{color:rgb(51 51 51 / .7)}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-template-notice li .bbp-author-avatar img{width:30px;height:30px;border-radius:50px;margin:0 3px;margin:0 7px 0 3px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-pagination{margin:30px 0 0;display:flex;align-items:center;justify-content:space-between}@media (min-device-width:320px) and (max-width:767px){body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-pagination{flex-direction:column}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-pagination .bbp-pagination-count{margin-bottom:20px}}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers{border-radius:4px;padding:7px 21px;box-shadow:1px 4px 5px rgb(46 61 73 / .11);border:none;margin:0 3px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-pagination .bbp-pagination-links .current{color:#fff}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-pagination-links .page-numbers,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topic-pagination .page-numbers{border-radius:4px;padding:0 4px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topic-tags{margin-top:15px;color:rgb(51 51 51 / .5);float:left}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topic-tags a{color:#576574}body.buddyboss.single-item.groups #buddypress #bbpress-forums #subscription-toggle a.subscription-toggle,body.buddyboss.single-item.groups #buddypress #bbpress-forums #favorite-toggle a.subscription-toggle,body.buddyboss.single-item.groups #buddypress #bbpress-forums #subscription-toggle a.favorite-toggle,body.buddyboss.single-item.groups #buddypress #bbpress-forums #favorite-toggle a.favorite-toggle{padding:10px 30px;color:#fff;border:none;border-radius:4px;transform:translateY(0);display:inline-block;box-shadow:1px 2px 5px #fff0}body.buddyboss.single-item.groups #buddypress #bbpress-forums #subscription-toggle a.subscription-toggle:hover,body.buddyboss.single-item.groups #buddypress #bbpress-forums #favorite-toggle a.subscription-toggle:hover,body.buddyboss.single-item.groups #buddypress #bbpress-forums #subscription-toggle a.favorite-toggle:hover,body.buddyboss.single-item.groups #buddypress #bbpress-forums #favorite-toggle a.favorite-toggle:hover{transform:translateY(-5px);box-shadow:1px 4px 5px rgb(0 0 0 / .1)}@media (min-device-width:320px) and (max-width:767px){body.buddyboss.single-item.groups #buddypress #bbpress-forums #subscription-toggle,body.buddyboss.single-item.groups #buddypress #bbpress-forums #favorite-toggle{float:none;text-align:center;display:inline-block;margin:15px 0 15px;width:100%}}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies{margin-top:50px;display:inline-block;width:100%;border:none}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-header,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-header,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-header{background:#fff0;border:none;font-weight:500}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body{margin:15px 0 0}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic{margin:7px 0;display:inline-block;width:100%;padding:15px;border-radius:4px;transition:all 0.3s ease;transform:translateY(0);font-weight:400;background:#fff;border:1px solid #d8e6f5}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-permalink,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-permalink,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-permalink,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-permalink,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-permalink,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-permalink{font-size:16px;line-height:26px;font-weight:500}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by{font-size:13px;color:#576574;font-weight:400;margin:7px 0 5px;display:flex;align-items:center}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-name{color:#576574;font-weight:500}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img{width:30px;border-radius:50px;margin:0 7px 0 5px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forums-list,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forums-list,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forums-list,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forums-list,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forums-list,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forums-list{display:none}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic a{transition:all 0.3s ease}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum:hover,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum:hover,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum:hover,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic:hover,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic:hover,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic:hover{box-shadow:0 5px 15px rgb(0 0 0 / .1);transform:translateY(-3px)}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-info .bbp-forum-content,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-info .bbp-forum-content,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-info .bbp-forum-content,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-info .bbp-forum-content,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-info .bbp-forum-content,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-info .bbp-forum-content{font-size:12px;color:rgb(51 51 51 / .5);font-weight:400;margin:7px 0 5px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-info .bbp-forums-list,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-info .bbp-forums-list,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-info .bbp-forums-list,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-info .bbp-forums-list,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-info .bbp-forums-list,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-info .bbp-forums-list{margin-top:15px;border:none}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum{display:block;padding:0 0 3px;margin:0}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-info .bbp-forums-list .bbp-forum a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-info .bbp-forums-list .bbp-forum a{color:rgb(51 51 51 / .5)}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-freshness a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-freshness a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-freshness a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-freshness a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-freshness a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-freshness a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-freshness a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-freshness a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-freshness a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-freshness a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-freshness a,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-freshness a{font-size:13px;color:#576574}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta{margin:7px 0 5px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-freshness .bbp-topic-meta .bbp-topic-freshness-author img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img{width:20px;height:20px;border-radius:50px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-freshness .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-freshness .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-freshness .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-freshness .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-freshness .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-freshness .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-freshness .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-freshness .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-freshness .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-freshness .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-freshness .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-freshness .bbp-author-avatar img{width:20px;height:20px;border-radius:50px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-forum-freshness .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-forum-freshness .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-forum-freshness .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-forum-freshness .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-forum-freshness .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-forum-freshness .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.forum .bbp-topic-freshness .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.forum .bbp-topic-freshness .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.forum .bbp-topic-freshness .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body ul.topic .bbp-topic-freshness .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body ul.topic .bbp-topic-freshness .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body ul.topic .bbp-topic-freshness .bbp-author-name{font-size:12px;color:#07294d;text-transform:capitalize;margin-left:2px;font-size:14px;font-weight:500}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.bbp-reply-header,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.bbp-reply-header,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.bbp-reply-header{background:#fff0;border-radius:4px 4px 0 0;box-shadow:0 0 10px #fff0;padding:15px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.topic,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.topic,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.topic,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.reply,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.reply,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.reply{border-top:none;margin-bottom:20px;border-radius:0 0 4px 4px;padding:15px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-author,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-author,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-author,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-author,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-author,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-author{font-size:12px;color:rgb(51 51 51 / .5);text-transform:capitalize;display:flex;width:auto;float:none}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-author .bbp-author-role,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-author .bbp-author-role,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-author .bbp-author-role,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-author .bbp-author-role,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-author .bbp-author-role,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-author .bbp-author-role{margin:0 10px 0 15px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-author .bbp-author-link,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-author .bbp-author-link,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-author .bbp-author-link,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-author .bbp-author-link,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-author .bbp-author-link,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-author .bbp-author-link{display:flex}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-author .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-author .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-author .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-author .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-author .bbp-author-avatar img,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-author .bbp-author-avatar img{border-radius:4px;margin:0;width:40px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-author .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-author .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-author .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-author .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-author .bbp-author-name,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-author .bbp-author-name{font-weight:500;text-transform:capitalize}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.topic .bbp-reply-content,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.topic .bbp-reply-content,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.topic .bbp-reply-content,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-body div.reply .bbp-reply-content,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-body div.reply .bbp-reply-content,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body div.reply .bbp-reply-content{margin-left:55px;margin-top:-25px;line-height:1.5}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-header .forum-titles,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-header .forum-titles,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-header .forum-titles{margin-left:0}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-forums .bbp-header li,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topics .bbp-header li,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-header li{font-size:15px;font-weight:500;color:#576574}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies{padding-bottom:10px}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-header{display:none}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-replies .bbp-body{margin:0}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-footer{display:none}body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-topic-form,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-reply-form,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-no-reply,body.buddyboss.single-item.groups #buddypress #bbpress-forums .bbp-template-notice{margin:10px 0 10px;padding:10px 15px}body.buddyboss.single-item.groups #buddypress #bbpress-forums ul{list-style:none}body.buddyboss.single-item.groups #buddypress #group-invites-container{flex-flow:row wrap}body.buddyboss.single-item.groups #buddypress #group-invites-container nav{flex-basis:100%;margin:0;border-bottom:1px solid #e7e9ec!important}body.buddyboss.single-item.groups #buddypress #group-invites-container .bb-groups-invites-left .bb-groups-invites-left-inner .bb-panel-subhead{padding:0}body.buddyboss.single-item.groups #buddypress #group-invites-container .bb-groups-invites-left .bb-groups-invites-left-inner label{margin-bottom:0}body.buddyboss.single-item.groups #buddypress #group-invites-container .bb-groups-invites-left .bb-groups-invites-left-inner .bp-list{display:block;padding:0}body.buddyboss.single-item.groups #buddypress #group-invites-container .bb-groups-invites-left .bb-groups-invites-left-inner .bp-list li{display:flex;flex-flow:row wrap;align-items:center;background-color:#fff0}body.buddyboss.single-item.groups #buddypress #group-invites-container .bb-groups-invites-left .bb-groups-invites-left-inner .bp-list li .item-avatar{margin-right:15px}body.buddyboss.single-item.groups #buddypress #group-invites-container .bb-groups-invites-left .bb-groups-invites-left-inner .bp-list li .item-avatar img{max-width:45px}body.buddyboss.single-item.groups #buddypress #group-invites-container .bb-groups-invites-left .bb-groups-invites-left-inner .bp-list li .item{flex:1;display:flex;flex-flow:row wrap}body.buddyboss.single-item.groups #buddypress #group-invites-container .bb-groups-invites-left .bb-groups-invites-left-inner .bp-list li .item .list-title{margin-top:0;text-align:left}body.buddyboss.single-item.groups #buddypress #group-invites-container .bb-groups-invites-left .bb-groups-invites-left-inner .bp-invites-search-form{border-radius:4px;width:250px;overflow:hidden}body.buddyboss.single-item.groups #buddypress #group-invites-container .bb-groups-invites-left .bb-groups-invites-left-inner .bp-invites-search-form input[type="search"]{padding:5px 10px;font-weight:400}body.buddyboss.single-item.groups #buddypress #group-invites-container .bb-groups-invites-left .bb-groups-invites-left-inner .bp-invites-search-form button[type="submit"]{padding:3px 10px 7px}body.buddyboss.single-item.groups #buddypress #group-invites-container .group-invites-column{padding:30px}body.buddyboss.single-item.groups #buddypress #group-invites-container .group-invites-column .bb-title{margin-bottom:30px}body.buddyboss.single-item.groups #buddypress .groups-manage-members-list ul.item-list{margin-bottom:30px;padding-left:0}body.buddyboss.single-item.groups #buddypress .groups-manage-members-list ul.item-list>li{background-color:#fff;border:1px solid #e7e9ec;margin-bottom:-1px;display:flex;flex-flow:row wrap;padding:15px 20px;position:relative;align-items:center;border-radius:0}body.buddyboss.single-item.groups #buddypress .groups-manage-members-list ul.item-list>li .avatar{margin:0;margin-right:15px}body.buddyboss.single-item.groups #buddypress .groups-manage-members-list ul.item-list>li img{border-radius:100%}body.buddyboss.single-item.groups #buddypress .groups-manage-members-list ul.item-list>li .list-title{font-weight:500}body.buddyboss.single-item.groups #buddypress .groups-manage-members-list .members-manage-buttons{flex:0 0 100%;display:flex;align-items:center;flex-flow:row wrap;padding-left:57px;margin:0;margin-top:10px}body.buddyboss.single-item.groups #buddypress .groups-manage-members-list .members-manage-buttons a{border:1px solid #d8e6f5;padding:4px 12px;margin:5px 10px 5px 0;border-radius:50px;color:#576574;padding:8px 20px}body.buddyboss.single-item.groups #buddypress .groups-manage-members-list .members-manage-buttons a:hover{background-color:#3742fa;color:#fff;border-color:#3742fa}body.buddyboss.single-item.groups #buddypress .groups-manage-members-list .section-title{background-color:#fff0;font-weight:400;color:#07294d}body.buddyboss.bbpress ul{list-style:none}.bbp-user-page.single.buddypress .main-navs{display:flex;justify-content:center;margin-top:10px}@media (max-width:767px){.bbp-user-page.single.buddypress .main-navs ul{width:100%}}body.buddyboss .bbpress-sidebar-wrapper .widget_display_forums ul ul{margin-top:10px}body.buddyboss .bbpress-sidebar-wrapper .widget_display_stats ul{display:block;margin-top:0}body.buddyboss .bbpress-sidebar-wrapper .widget_display_stats ul li{display:flex;align-items:center;justify-content:space-between;padding:10px}body.buddyboss .bbpress-sidebar-wrapper .widget_display_stats ul li:before{display:none}body.buddyboss .bbpress-sidebar-wrapper .widget_display_stats ul li h4{color:#787f88;font-size:14px;margin-bottom:0;background-color:#fff;text-align:left}body.buddyboss .bbpress-sidebar-wrapper .widget_display_stats ul li .bbp-count{color:#787f88;font-size:12px}body.buddyboss #bbpress-forums .bp-pagination.top{display:none}body.buddyboss #bbpress-forums .bbp-replies{padding-left:0}body.buddyboss #bbpress-forums .bbp-replies .bbp-reply-header{border:1px solid #d8e6f5;background:#fff;border-radius:4px 4px 0 0;padding:15px;font-size:16px}body.buddyboss #bbpress-forums .bbp-replies .bbp-reply-header .bbp-reply-post-date{font-size:13px}body.buddyboss #bbpress-forums .bbp-replies .bbp-reply-header .bbp-reply-permalink{color:#576574;font-size:16px;font-weight:500}body.buddyboss #bbpress-forums .bbp-replies .topic,body.buddyboss #bbpress-forums .bbp-replies .reply{border:solid 1px #d8e6f5;border-top:0;margin-bottom:20px;background:#fff;border-radius:0 0 4px 4px;padding:15px}body.buddyboss #bbpress-forums .bbp-replies .topic .bbp-reply-author,body.buddyboss #bbpress-forums .bbp-replies .reply .bbp-reply-author{font-size:12px;color:rgb(51 51 51 / .5);text-transform:capitalize;display:flex;width:auto;float:none}body.buddyboss #bbpress-forums .bbp-replies .topic .bbp-reply-author .bbp-author-role,body.buddyboss #bbpress-forums .bbp-replies .reply .bbp-reply-author .bbp-author-role{margin:0 10px 0 15px}body.buddyboss #bbpress-forums .bbp-replies .topic .bbp-reply-author .bbp-author-link,body.buddyboss #bbpress-forums .bbp-replies .reply .bbp-reply-author .bbp-author-link{display:flex}body.buddyboss #bbpress-forums .bbp-replies .topic .bbp-reply-author .bbp-author-link br,body.buddyboss #bbpress-forums .bbp-replies .reply .bbp-reply-author .bbp-author-link br{display:none}body.buddyboss #bbpress-forums .bbp-replies .topic .bbp-reply-author .bbp-author-avatar img,body.buddyboss #bbpress-forums .bbp-replies .reply .bbp-reply-author .bbp-author-avatar img{border-radius:4px;margin:0;width:40px}body.buddyboss #bbpress-forums .bbp-replies .topic .bbp-reply-author .bbp-author-name,body.buddyboss #bbpress-forums .bbp-replies .reply .bbp-reply-author .bbp-author-name{font-weight:500;text-transform:capitalize;margin:0 12px;line-height:1;font-size:16px}body.buddyboss #bbpress-forums .bbp-replies .topic .bbp-reply-content,body.buddyboss #bbpress-forums .bbp-replies .reply .bbp-reply-content{margin-left:55px;margin-top:-25px;line-height:1.5}body.buddyboss #bbpress-forums .bbp-replies .topic .bbp-reply-content p,body.buddyboss #bbpress-forums .bbp-replies .reply .bbp-reply-content p{font-size:15px;margin-bottom:0}body.buddyboss #bbpress-forums .bbp-no-reply,body.buddyboss #bbpress-forums .bbp-no-topic{padding:0}body.buddyboss #bbpress-forums .bbp-no-reply .bp-feedback,body.buddyboss #bbpress-forums .bbp-no-topic .bp-feedback{margin:0}body.buddyboss #bbpress-forums .bbp-reply-form .medium-editor-element,body.buddyboss #bbpress-forums .bbp-topic-form .medium-editor-element{height:100px;border:1px solid #d6d6d6;padding:.7em;background-color:#fff;border-radius:4px}body.buddyboss #bbpress-forums .bbp-reply-form input[type=search],body.buddyboss #bbpress-forums .bbp-topic-form input[type=search]{padding:10px;border:1px solid #d6d6d6}body.buddyboss #bbpress-forums .bbp-reply-form #bbp_topic_submit,body.buddyboss #bbpress-forums .bbp-topic-form #bbp_topic_submit{padding:10px 20px;color:#fff;border-radius:4px}body.buddyboss #bbpress-forums .bp-feedback p{font-size:15px;line-height:25px;margin-top:4px}body.buddyboss #bbpress-forums .bbp-topic-tags a{margin:0 5px}body.buddyboss .profile .screen-heading{font-size:16px;font-weight:500}.buddypress-wrap .bp-wrap .user-subnav ul li.selected a{box-shadow:0 0}#buddypress .standard-form input[type="submit"]:hover{background-color:#0916f1}body.buddyboss .widget ul{list-style:none;padding:0;margin:0}body.buddyboss .widget ul li{padding:5px 0}body.buddyboss .widget ul li:last-child{padding:0}body.buddyboss .widget ul li .topics-count{background-color:#e6f0fa;width:25px;height:25px;display:inline-block;text-align:center;border-radius:100%;line-height:23px;color:#3742fa;margin-left:10px;font-size:14px}body.buddyboss .widget #members-list li img,body.buddyboss .widget #groups-list li img{max-width:50px}body.buddyboss .widget #members-list li .item-avatar,body.buddyboss .widget #groups-list li .item-avatar{margin-right:10px}body.buddyboss .widget .activity-list .activity-update cite{margin-right:15px}body.buddyboss .widget .activity-list .activity-update img{border-radius:50%}body.buddyboss .widget .activity-list .activity-update .bp-activity-info img{margin:0 8px}body.buddyboss .widget #bbp_search{font-weight:400}body.buddyboss .widget #bbp-search-form #bbp_search_submit{font-weight:400;padding:8px 20px 10px!important;font-size:14px;line-height:1.4}body.buddyboss .widget #bbp-search-form #bbp_search_submit:hover{background-color:#0916f1!important}body.buddyboss .widget .bbp-submit-wrapper{float:left}body.buddyboss .widget #user-submit{background-color:#3742fa;color:#fff;border:0;padding:8px 20px 10px;font-size:14px;line-height:1.4;border-radius:4px}body.buddyboss .widget #user-submit:hover{background-color:#0916f1}body.buddyboss .widget_display_stats h4{font-size:13px;font-weight:500;color:#576574}body.buddyboss .widget_display_stats ul{display:block}body.buddyboss .widget_display_stats ul li{text-align:left;margin:0 0 18px;padding:0}body.buddyboss .widget_display_stats ul li .bbp-count,body.buddyboss .widget_display_stats ul li strong{font-size:15px;color:#576574}body.buddyboss .widget_bp_core_login_widget .widget-title{margin:0!important}body.buddyboss .widget_bp_core_login_widget #bp-login-widget-form input[type="submit"]{font-size:14px;padding:10px 24px;margin-top:5px}body.buddyboss .bbp_widget_login .widget-title{margin:0!important}body.buddyboss .widget_bp_core_recently_active_widget .widget-title{margin-bottom:20px!important}#sidebar .bbp-login-form label{width:auto}body.single-item.groups #buddypress.buddypress-wrap .groups-header .desc-wrap .group-description p{font-size:15px;line-height:25px}body.buddyboss #bbpress-forums #bbp-search-form #bbp_search{font-weight:400}body.buddyboss #bbpress-forums .bbp-header ul{margin:0 0 0 30px}body.buddyboss #bbpress-forums #bbp-forum-0{margin-top:20px}body.buddyboss #bbpress-forums fieldset.bbp-form legend{font-size:16px;font-weight:500;background-color:#e6f0fa;padding-left:20px}body.buddyboss #bbpress-forums fieldset.bbp-form label{font-size:15px;color:#576574;margin-bottom:10px}body.buddyboss #bbpress-forums fieldset.bbp-form .bbp_editor_topic_content,body.buddyboss #bbpress-forums fieldset.bbp-form input{font-weight:400;font-size:14px}body.buddyboss #bbpress-forums fieldset.bbp-form #bbp_topic_submit{background-color:#3742fa;color:#fff;padding:12px 30px;font-size:15px;margin-bottom:20px}body.buddyboss #bbpress-forums fieldset.bbp-form #bbp_topic_submit:hover{background-color:#0a15ec}body.buddyboss #bbpress-forums fieldset.bbp-form .bbp-submit-wrapper{float:left}body.buddyboss #whats-new-toolbar{border:1px solid #d8e6f5}body.buddyboss #activity-form-submit-wrapper{border-top:0}body.buddyboss .moderators-title{font-weight:500!important}/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:not(.e-div-block-base){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}/*! elementor-pro - v3.29.0 - 04-06-2025 */
.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;bottom:0;content:"";left:auto;right:0;top:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 3px 3px 0;bottom:0;content:"";left:auto;right:0;top:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;left:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;top:-2px;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-start;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}.elementor-sticky--active{z-index:99}.elementor-sticky__spacer .e-n-menu .e-n-menu-content{display:none}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}.elementor-kit-43{--e-global-color-primary:#FF0303;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-316118f:#2F383F;--e-global-color-4d8c901:#1D75BF;--e-global-color-1bd9ef1:#003252;--e-global-color-1eaf61e:#0075BF;--e-global-color-0fc9f41:#00588F;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:#FFF}.elementor-kit-43 e-page-transition{background-color:#FFBC7D}.elementor-kit-43 h1{color:#132643}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){--kit-widget-spacing:20px}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px}{}h1.entry-title{display:var(--page-title-display)}@media(max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.e-con{--container-max-width:1024px}}@media(max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}.e-con{--container-max-width:767px}}.elementor-16560 .elementor-element.elementor-element-a44067c>.elementor-container>.elementor-column>.elementor-widget-wrap{align-content:center;align-items:center}.elementor-16560 .elementor-element.elementor-element-a44067c:not(.elementor-motion-effects-element-type-background),.elementor-16560 .elementor-element.elementor-element-a44067c>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-16560 .elementor-element.elementor-element-a44067c{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;margin-top:0;margin-bottom:0;padding:0 30px 0 30px}.elementor-16560 .elementor-element.elementor-element-a44067c>.elementor-background-overlay{transition:background 0.3s,border-radius 0.3s,opacity 0.3s}.elementor-16560 .elementor-element.elementor-element-997eaab>.elementor-container>.elementor-column>.elementor-widget-wrap{align-content:center;align-items:center}.elementor-16560 .elementor-element.elementor-element-95abd61{text-align:left}.elementor-16560 .elementor-element.elementor-element-95abd61 img{width:65px}.elementor-16560 .elementor-element.elementor-element-24bb67c .elementor-menu-toggle{margin:0 auto}.elementor-16560 .elementor-element.elementor-element-7215d79>.elementor-container>.elementor-column>.elementor-widget-wrap{align-content:center;align-items:center}.elementor-16560 .elementor-element.elementor-element-734bb11{text-align:left}.elementor-16560 .elementor-element.elementor-element-734bb11 img{width:65px}.elementor-16560 .elementor-element.elementor-element-5c052d9 .elementor-menu-toggle{margin-left:auto;background-color:#FFF}.elementor-16560 .elementor-element.elementor-element-5c052d9 div.elementor-menu-toggle{color:var(--e-global-color-316118f)}.elementor-16560 .elementor-element.elementor-element-5c052d9 div.elementor-menu-toggle svg{fill:var(--e-global-color-316118f)}.elementor-theme-builder-content-area{height:400px}.elementor-location-header:before,.elementor-location-footer:before{content:"";display:table;clear:both}@media(max-width:1024px){.elementor-16560 .elementor-element.elementor-element-5c052d9 .elementor-nav-menu .elementor-item{font-size:16px}.elementor-16560 .elementor-element.elementor-element-5c052d9 .elementor-nav-menu--main .elementor-item{padding-left:14px;padding-right:14px}}@media(min-width:768px){.elementor-16560 .elementor-element.elementor-element-e50dd22{width:10%}.elementor-16560 .elementor-element.elementor-element-a1e2582{width:80%}.elementor-16560 .elementor-element.elementor-element-20770d8{width:9.666%}.elementor-16560 .elementor-element.elementor-element-88104c1{width:10%}.elementor-16560 .elementor-element.elementor-element-4d7f5de{width:9.666%}.elementor-16560 .elementor-element.elementor-element-e0593a3{width:80%}}@media(max-width:1024px) and (min-width:768px){.elementor-16560 .elementor-element.elementor-element-6db9f23{width:100%}.elementor-16560 .elementor-element.elementor-element-88104c1{width:50%}.elementor-16560 .elementor-element.elementor-element-4d7f5de{width:50%}.elementor-16560 .elementor-element.elementor-element-e0593a3{width:100%}}@media(max-width:767px){.elementor-16560 .elementor-element.elementor-element-88104c1{width:50%}.elementor-16560 .elementor-element.elementor-element-4d7f5de{width:40%}.elementor-16560 .elementor-element.elementor-element-e0593a3{width:10%}.elementor-16560 .elementor-element.elementor-element-5c052d9{--nav-menu-icon-size:28px}}.elementor-19966 .elementor-element.elementor-element-7bc8046{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:25px;--padding-left:0px;--padding-right:0px}.elementor-19966 .elementor-element.elementor-element-7bc8046:not(.elementor-motion-effects-element-type-background),.elementor-19966 .elementor-element.elementor-element-7bc8046>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:var(--e-global-color-4d8c901)}.elementor-19966 .elementor-element.elementor-element-ee7fbef{background-color:#15133D;padding:15px 15px 15px 15px;font-size:12px;line-height:14px;color:#FFF}.elementor-19966 .elementor-element.elementor-element-f2bff9d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-19966 .elementor-element.elementor-element-f2bff9d:not(.elementor-motion-effects-element-type-background),.elementor-19966 .elementor-element.elementor-element-f2bff9d>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:var(--e-global-color-0fc9f41)}.elementor-19966 .elementor-element.elementor-element-08455fe{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-19966 .elementor-element.elementor-element-4a274dd{--display:flex}.elementor-19966 .elementor-element.elementor-element-fe8e53e{--grid-template-columns:repeat(0, auto);text-align:left;--grid-column-gap:8px;--grid-row-gap:0px}.elementor-19966 .elementor-element.elementor-element-cdbb3f0{--display:flex;--justify-content:center;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-19966 .elementor-element.elementor-element-f547988 .elementor-button{background-color:var(--e-global-color-4d8c901)}.elementor-19966 .elementor-element.elementor-element-bcad3ee{text-align:center;color:#FFF}.elementor-theme-builder-content-area{height:400px}.elementor-location-header:before,.elementor-location-footer:before{content:"";display:table;clear:both}@media(max-width:1024px){.elementor-19966 .elementor-element.elementor-element-7bc8046{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-19966 .elementor-element.elementor-element-ee7fbef{margin:25px 25px calc(var(--kit-widget-spacing, 0px) + 25px) 25px;padding:20px 20px 20px 20px}}@media(max-width:767px){.elementor-19966 .elementor-element.elementor-element-ee7fbef{font-size:14px}.elementor-19966 .elementor-element.elementor-element-4a274dd{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-19966 .elementor-element.elementor-element-cdbb3f0{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-19966 .elementor-element.elementor-element-bcad3ee{font-size:13px}}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url(http://costellazioniquantiche.it/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}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 rgb(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;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:#fff0 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)}