@import url(https://fonts.googleapis.com/css?family=Pattaya);:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__appear{animation-duration:1ms;animation-delay:0s}}.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)}}.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__slide-in{animation-duration:1ms;animation-delay:0s}}.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)}}.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{padding:16px;min-width:220px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button.is-selected{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;display:inline-flex;color:#1e1e1e;box-shadow:inset 0 0 0 1px #1e1e1e}.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{display:inline-flex;text-decoration:none;font-family:inherit;font-weight:400;font-size:13px;margin:0;border:0;cursor:pointer;-webkit-appearance:none;background:none;transition:box-shadow .1s linear;height:36px;align-items:center;box-sizing:border-box;padding:6px 12px;border-radius:2px;color:#1e1e1e}@media (prefers-reduced-motion:reduce){.components-button{transition-duration:0s;transition-delay:0s}}.components-button:hover,.components-button[aria-expanded=true]{color:var(--wp-admin-theme-color)}.components-button[aria-disabled=true]:hover{color:initial}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:3px solid #fff0}.components-button.is-primary{white-space:nowrap;background:var(--wp-admin-theme-color);color:#fff;text-decoration:none;text-shadow:none;outline:1px solid #fff0}.components-button.is-primary:hover:not(:disabled){background:var(--wp-admin-theme-color-darker-10);color:#fff}.components-button.is-primary:active:not(:disabled){background:var(--wp-admin-theme-color-darker-20);border-color:var(--wp-admin-theme-color-darker-20);color:#fff}.components-button.is-primary: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)}.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{color:hsl(0 0% 100% / .4);background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);opacity:1;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:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{color:#fff;background-size:100px 100%;background-image:linear-gradient(-45deg,var(--wp-admin-theme-color) 33%,var(--wp-admin-theme-color-darker-20) 0,var(--wp-admin-theme-color-darker-20) 70%,var(--wp-admin-theme-color) 0);border-color:var(--wp-admin-theme-color)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #fff0}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){background:#ddd;color:var(--wp-admin-theme-color-darker-10);box-shadow:none}.components-button.is-secondary:hover:not(:disabled),.components-button.is-tertiary:hover:not(:disabled){color:var(--wp-admin-theme-color-darker-10);box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color-darker-10)}.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{color:#828282;background:#eaeaea;transform:none;opacity:1;box-shadow:none;outline:none}.components-button.is-secondary{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color);outline:1px solid #fff0}.components-button.is-secondary,.components-button.is-tertiary{white-space:nowrap;color:var(--wp-admin-theme-color);background:#fff0}.components-button.is-tertiary{padding:6px}.components-button.is-tertiary .dashicon{display:inline-block;flex:0 0 auto}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-destructive{color:#cc1818;box-shadow:inset 0 0 0 1px #cc1818}.components-button.is-destructive:hover:not(:disabled){color:#710d0d;box-shadow:inset 0 0 0 1px #710d0d}.components-button.is-destructive:focus:not(:disabled){color:var(--wp-admin-theme-color)}.components-button.is-destructive:active:not(:disabled){background:#ccc}.components-button.is-destructive.is-primary{color:#fff;background:#cc1818;box-shadow:inset 0 0 0 1px #cc1818}.components-button.is-destructive.is-primary:hover:not(:disabled){color:#fff;background:#710d0d;box-shadow:inset 0 0 0 1px #710d0d}.components-button.is-destructive.is-tertiary{box-shadow:none}.components-button.is-destructive.is-tertiary:hover:not(:disabled){box-shadow:inset 0 0 0 1px #cc1818;color:#cc1818}.components-button.is-destructive.is-tertiary:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #cc1818;color:#cc1818}.components-button.is-link{margin:0;padding:0;box-shadow:none;border:0;border-radius:0;background:none;outline:none;text-align:left;color:var(--wp-admin-theme-color);text-decoration:underline;transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out;height:auto}@media (prefers-reduced-motion:reduce){.components-button.is-link{transition-duration:0s;transition-delay:0s}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link.is-destructive{color:#cc1818}.components-button.is-link.is-destructive:active:not(:disabled),.components-button.is-link.is-destructive:hover:not(:disabled){color:#710d0d;background:none}.components-button.is-link.is-destructive:focus:not(:disabled){color:var(--wp-admin-theme-color)}.components-button:not([aria-disabled=true]):active{color:inherit}.components-button:disabled,.components-button[aria-disabled=true]{cursor:default;opacity:.3}.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;opacity:1;background-size:100px 100%;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0)}.components-button.is-small{height:24px;line-height:22px;padding:0 8px;font-size:11px}.components-button.is-small.has-icon:not(.has-text){padding:0;width:24px;min-width:24px}.components-button.has-icon{padding:6px;min-width:36px;justify-content:center}.components-button.has-icon .dashicon{display:inline-block;flex:0 0 auto;margin-left:2px;margin-right:2px}.components-button.has-icon.has-text{justify-content:left}.components-button.has-icon.has-text svg{margin-right:8px}.components-button.has-icon.has-text .dashicon{margin-right:10px}.components-button.is-pressed{color:#fff;background:#1e1e1e}.components-button.is-pressed: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 #fff0}.components-button.is-pressed:hover:not(:disabled){color:#fff;background:#1e1e1e}.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__input[type=checkbox]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 #fff0;transition:box-shadow .1s linear;font-size:16px;line-height:normal;border:1px solid #1e1e1e;transition:none;border-radius:2px;background:#fff;color:#1e1e1e;clear:none;cursor:pointer;display:inline-block;line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:24px;height:24px;-webkit-appearance:none;appearance:none;transition:border-color .1s ease-in-out}@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 1px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:rgb(30 30 30 / .62)}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{opacity:1;color:rgb(30 30 30 / .62)}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:rgb(30 30 30 / .62)}.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{margin:-3px -5px;color:#fff}@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:"";float:left;display:inline-block;vertical-align:middle;width:16px;font:normal 30px/1 dashicons;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}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{height:20px;width:20px}}@media (prefers-reduced-motion:reduce){.components-checkbox-control__input[type=checkbox]{transition-duration:0s;transition-delay:0s}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.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{position:relative;display:inline-block;margin-right:12px;vertical-align:middle;width:24px;height:24px}@media (min-width:600px){.components-checkbox-control__input-container{width:20px;height:20px}}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{fill:#fff;cursor:pointer;position:absolute;left:0;top:0;width:24px;height:24px;-webkit-user-select:none;user-select:none;pointer-events:none}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{left:-2px;top:-2px}}.components-circular-option-picker{display:inline-block;width:100%;min-width:188px}.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}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;width:28px;vertical-align:top;transform:scale(1);transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option-wrapper{transition-duration:0s;transition-delay:0s}}.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{content:"";position:absolute;top:1px;left:1px;bottom:1px;right:1px;border-radius:50%;z-index:-1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' fill='%23555D65'/%3E%3Cpath d='M18 18v2h-2v-2h2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-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-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-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-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 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-2v2H8v2H6z' fill='%23555D65'/%3E%3C/svg%3E")}.components-circular-option-picker__option{display:inline-block;vertical-align:top;height:100%;width:100%;border:none;border-radius:50%;background:#fff0;box-shadow:inset 0 0 0 14px;transition:box-shadow .1s ease;cursor:pointer}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option{transition-duration:0s;transition-delay:0s}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option.is-pressed{box-shadow:inset 0 0 0 4px;position:relative;z-index:1;overflow:visible}.components-circular-option-picker__option.is-pressed+svg{position:absolute;left:2px;top:2px;border-radius:50%;z-index:2;pointer-events:none}.components-circular-option-picker__option:after{content:"";position:absolute;top:-1px;left:-1px;bottom:-1px;right:-1px;border-radius:50%;box-shadow:inset 0 0 0 1px rgb(0 0 0 / .2);border:1px solid #fff0;box-sizing:inherit}.components-circular-option-picker__option:focus:after{content:"";border:2px solid #757575;width:32px;height:32px;position:absolute;top:-2px;left:-2px;border-radius:50%;box-shadow:inset 0 0 0 2px #fff}.components-circular-option-picker__option.components-button:focus{background-color:#fff0;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{color:#fff;background:#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{width:280px;padding:8px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{width:20px;height:20px;box-shadow:inset 0 0 0 1px rgb(0 0 0 / .2);border-radius:50%;display:inline-block;padding:0}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{width:100%;border:none;box-shadow:none;font-family:inherit;font-size:16px;padding:2px;margin:0;line-height:inherit;min-height:auto}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{outline:none;box-shadow:none}.components-combobox-control__suggestions-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;box-shadow:0 0 0 #fff0;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal;display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;padding:0}@media (prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-duration:0s;transition-delay:0s}}@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 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgb(30 30 30 / .62)}.components-combobox-control__suggestions-container::-moz-placeholder{opacity:1;color:rgb(30 30 30 / .62)}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgb(30 30 30 / .62)}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-combobox-control__reset.components-button{display:flex;height:16px;min-width:16px;padding:0}.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-button{padding:6px}.components-color-list-picker__swatch-color{margin:2px}.components-color-palette__custom-color{position:relative;border:none;background:none;border-radius:2px;height:64px;padding:12px;font-family:inherit;width:100%;background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,25px 25px;background-size:50px 50px;box-sizing:border-box;color:#fff;cursor:pointer;box-shadow:inset 0 0 0 1px rgb(0 0 0 / .2);outline:1px solid #fff0}.components-color-palette__custom-color:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline-width:2px}.components-color-palette__custom-color-name{text-align:left}.components-color-palette__custom-color-value{margin-left:16px;text-transform:uppercase}.components-custom-gradient-picker:not(.is-next-has-no-margin){margin-top:12px;margin-bottom:24px}.components-custom-gradient-picker__gradient-bar:not(.has-gradient){opacity:.4}.components-custom-gradient-picker__gradient-bar{border-radius:2px;width:100%;height:48px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{position:relative;width:calc(100% - 48px);margin-left:auto;margin-right:auto}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{position:absolute;height:16px;width:16px;top:16px;display:flex}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{position:relative;height:inherit;width:inherit;min-width:16px;border-radius:50%;background:#fff;padding:2px;color:#1e1e1e}.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{height:inherit;width:inherit;border-radius:50%;padding:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 rgb(0 0 0 / .25);outline:2px solid #fff0}.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 rgb(0 0 0 / .25);outline:1.5px solid #fff0}.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;width:20px;height:20px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar{border:none}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div{margin-left:1px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg{background:#fff;border:1px solid #949494;border-radius:2px}.components-custom-select-control{position:relative;font-size:13px}.components-custom-select-control__button{position:relative;text-align:left;outline:0}.components-custom-select-control__menu{border:1px solid #1e1e1e;background-color:#fff;border-radius:2px;outline:none;transition:none;max-height:400px;min-width:100%;overflow:auto;padding:0;position:absolute;z-index:1000000}.components-custom-select-control__menu[aria-hidden=true]{display:none}.components-custom-select-control__item{align-items:center;display:grid;grid-template-columns:auto auto;list-style-type:none;padding:8px 16px;cursor:default;line-height:28px}.components-custom-select-control__item:not(.is-next-36px-default-size){padding:8px}.components-custom-select-control__item.has-hint{grid-template-columns:auto auto 30px}.components-custom-select-control__item.is-highlighted{background:#ddd}.components-custom-select-control__item .components-custom-select-control__item-hint{color:#757575;text-align:right;padding-right:4px}.components-custom-select-control__item .components-custom-select-control__item-icon{margin-left:auto}.components-custom-select-control__item:last-child{margin-bottom:0}.block-editor-dimension-control .components-base-control__field{display:flex;align-items:center}.block-editor-dimension-control .components-base-control__label{display:flex;align-items:center;margin-right:1em;margin-bottom:0}.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{position:fixed;left:-1000px;height:50px;width:50px}.components-draggable__clone{position:fixed;padding:0;background:#fff0;pointer-events:none;z-index:1000000000}.components-drop-zone{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;visibility:hidden;opacity:0;border-radius:2px}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone__content{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;display:flex;background-color:var(--wp-admin-theme-color);align-items:center;justify-content:center;z-index:50;text-align:center;color:#fff}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{margin:0 auto;line-height:0;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 [role=menuitem]{white-space:nowrap}.components-dropdown-menu__menu{width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{width:100%;padding:6px;outline:none;cursor:pointer;white-space:nowrap}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;position:relative;overflow:visible}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{display:block;content:"";box-sizing:content-box;background-color:#ddd;position:absolute;top:-3px;left:0;right:0;height:1px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active svg{color:#fff;background:#1e1e1e;box-shadow:0 0 0 1px #1e1e1e;border-radius:1px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item>svg,.components-dropdown-menu__menu .components-menu-item>svg{border-radius:2px;width:24px;height:24px}.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{min-height:36px;height:auto;text-align:left;padding-left:8px;padding-right:8px}.components-dropdown-menu__menu .components-menu-group{padding:8px;margin:0 -8px}.components-dropdown-menu__menu .components-menu-group:first-child{margin-top:-8px}.components-dropdown-menu__menu .components-menu-group:last-child{margin-bottom:-8px}.components-dropdown-menu__menu .components-menu-group+.components-menu-group{margin-top:0;border-top:1px solid #ccc;padding:8px}.is-alternate .components-dropdown-menu__menu .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-duotone-picker__color-indicator:before{background:#fff0}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,transparent 48%,#ddd 0,#ddd 52%,transparent 0);color:#fff0}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#fff0}.components-font-size-picker__header__hint{margin-left:4px;color:#757575}.components-font-size-picker__header .components-base-control__label{margin-bottom:0}.components-font-size-picker__header .components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-font-size-picker__controls{max-width:248px;align-items:center;margin-top:8px}.components-font-size-picker__controls:not(.is-next-has-no-margin-bottom){margin-bottom:24px}.components-font-size-picker__controls .components-unit-control-wrapper .components-input-control__label{font-weight:300;padding-bottom:0!important;margin-bottom:8px!important}.components-font-size-picker__controls .components-font-size-picker__number{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 #fff0;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal;display:inline-block;font-weight:500;height:30px;margin:8px 8px 0 0;width:54px}@media (prefers-reduced-motion:reduce){.components-font-size-picker__controls .components-font-size-picker__number{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.components-font-size-picker__controls .components-font-size-picker__number{font-size:13px;line-height:normal}}.components-font-size-picker__controls .components-font-size-picker__number:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder{color:rgb(30 30 30 / .62)}.components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder{opacity:1;color:rgb(30 30 30 / .62)}.components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder{color:rgb(30 30 30 / .62)}.components-font-size-picker__controls .components-font-size-picker__number[value=""]+.components-button{cursor:default;opacity:.3;pointer-events:none}.components-font-size-picker__controls .components-font-size-picker__number-container{display:flex;flex-direction:column}.components-font-size-picker__controls .components-color-palette__clear{height:30px}.components-font-size-picker__custom-input .components-range-control__slider+.dashicon{width:30px;height:30px}.components-font-size-picker{border:0;padding:0;margin:0}.components-form-toggle{position:relative;display:inline-block}.components-form-toggle .components-form-toggle__track{content:"";display:inline-block;box-sizing:border-box;vertical-align:top;background-color:#fff;border:1px solid #1e1e1e;width:36px;height:18px;border-radius:9px;transition:background .2s ease}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track{transition-duration:0s;transition-delay:0s}}.components-form-toggle .components-form-toggle__thumb{display:block;position:absolute;box-sizing:border-box;top:3px;left:3px;width:12px;height:12px;border-radius:50%;transition:transform .1s ease;background-color:#1e1e1e;border:5px solid #1e1e1e}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__thumb{transition-duration:0s;transition-delay:0s}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-admin-theme-color);border:9px solid #fff0}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #fff0;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(18px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;margin:0;padding:0;z-index:1;border:none}.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-token-field__input-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;box-shadow:0 0 0 #fff0;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal;width:100%;margin:0 0 8px;padding:0;cursor:text}@media (prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-duration:0s;transition-delay:0s}}@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 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-form-token-field__input-container::-webkit-input-placeholder{color:rgb(30 30 30 / .62)}.components-form-token-field__input-container::-moz-placeholder{opacity:1;color:rgb(30 30 30 / .62)}.components-form-token-field__input-container:-ms-input-placeholder{color:rgb(30 30 30 / .62)}.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 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-form-token-field__input-container input[type=text].components-form-token-field__input{display:inline-block;flex:1;font-family:inherit;font-size:16px;width:100%;max-width:100%;margin-left:4px;padding:0;min-height:24px;min-width:50px;background:inherit;border:0;color:#1e1e1e;box-shadow:none}@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{outline:none;box-shadow: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__help{font-size:12px;font-style:normal;color:#757575}.components-form-token-field__token{font-size:13px;display:flex;color:#1e1e1e;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{position:relative;padding:0 24px 0 0}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#fff0;color:var(--wp-admin-theme-color)}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#fff0;color:#757575;position:absolute;top:1px;right:0;padding:0}.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;border-radius:4px 0 0 4px;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__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{display:inline-block;line-height:24px;height:auto;background:#ddd;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media (prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-delay:0s}}.components-form-token-field__token-text{border-radius:2px 0 0 2px;padding:0 0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.components-form-token-field__remove-token.components-button{cursor:pointer;border-radius:0 2px 2px 0;padding:0 2px;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;min-width:100%;max-height:9em;overflow-y:auto;transition:all .15s ease-in-out;list-style:none;border-top:1px solid #757575;margin:0;padding:0}@media (prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-duration:0s;transition-delay:0s}}.components-form-token-field__suggestion{color:#757575;display:block;font-size:13px;padding:4px 8px;margin:0;cursor:pointer}.components-form-token-field__suggestion.is-selected{background:var(--wp-admin-theme-color);color:#fff}.components-form-token-field__suggestion-match{text-decoration:underline}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{padding:0;margin-top:0;border-radius:2px}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;padding:0;position:sticky;height:60px}.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__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide__page{min-height:300px}}.components-guide__footer{align-content:center;display:flex;height:30px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide__page-control{margin:0;text-align:center}.components-guide__page-control li{display:inline-block;margin:0}.components-guide__page-control .components-button{height:30px;min-width:20px;margin:-6px 0}.components-modal__frame.components-guide{border:none;min-width:312px;height:80vh;max-height:575px}@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{height:30px;position:absolute}.components-button.components-guide__back-button,.components-button.components-guide__forward-button{font-size:13px;padding:4px 2px}.components-button.components-guide__back-button.has-text svg,.components-button.components-guide__forward-button.has-text svg{margin:0}.components-button.components-guide__back-button:hover,.components-button.components-guide__forward-button:hover{text-decoration:underline}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__forward-button{right:32px;color:#1386bf;font-weight:700}.components-button.components-guide__finish-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none;outline:4px solid #fff0;box-shadow:inset 0 0 0 4px var(--wp-admin-theme-color)}@supports (outline-offset:1px){.is-focusing-regions [role=region]:focus:after{content:none}.is-focusing-regions [role=region]:focus{outline-style:solid;outline-color:var(--wp-admin-theme-color);outline-width:4px;outline-offset:-4px}}.components-menu-group+.components-menu-group{margin-top:8px;padding-top:8px;border-top:1px solid #1e1e1e}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group__label{padding:0 8px;margin-top:4px;margin-bottom:12px;color:#757575;text-transform:uppercase;font-size:11px;font-weight:500;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{padding-right:48px}.components-menu-item__button.components-button .components-menu-items__item-icon,.components-menu-item__button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button .components-menu-items__item-icon.has-icon-right{margin-right:-2px;margin-left:24px}.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__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-admin-theme-color-darker-10);opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{margin-top:4px;font-size:12px;color:#757575;white-space:normal}.components-menu-item__item{white-space:nowrap;min-width:160px;margin-right:auto;display:inline-flex;align-items:center}.components-menu-item__shortcut{align-self:center;margin-right:0;margin-left:auto;padding-left:24px;color:currentColor;display:none}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice.components-button svg,.components-menu-items-choice 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{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgb(0 0 0 / .35);z-index:100000;display:flex;animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-duration:1ms;animation-delay:0s}}.components-modal__frame{margin:0;width:100%;background:#fff;box-shadow:0 10px 10px rgb(0 0 0 / .25);border-radius:2px;overflow:hidden;display:flex}@media (min-width:600px){.components-modal__frame{margin:auto;width:auto;min-width:360px;max-width:calc(100% - 32px);max-height:calc(100% - 120px);animation:components-modal__appear-animation .1s ease-out;animation-fill-mode:forwards}}@media (min-width:600px) and (prefers-reduced-motion:reduce){.components-modal__frame{animation-duration:1ms;animation-delay:0s}}@media (min-width:600px){.components-modal__frame.is-full-screen{width:90vw;min-height:90vh}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{transform:translateY(32px)}to{transform:translateY(0)}}.components-modal__header{box-sizing:border-box;border-bottom:1px solid #fff0;padding:0 32px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:76px;width:100%;z-index:10;position:absolute;top:0;left:0}.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__header .components-button{position:relative;left:8px}.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;flex-grow:1;display:flex;flex-direction:row;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-width:36px;max-height:36px;padding:8px}.components-modal__content{flex:1;margin-top:76px;padding:0 32px 32px;overflow:auto}.components-modal__content.hide-header{margin-top:0;padding-top:24px}.components-notice{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;background-color:#fff;border-left:4px solid var(--wp-admin-theme-color);margin:5px 15px 2px;padding:8px 12px;align-items:center}.components-notice.is-dismissible{padding-right:36px;position:relative}.components-notice.is-success{border-left-color:#4ab866;background-color:#eff9f1}.components-notice.is-warning{border-left-color:#f0b849;background-color:#fef8ee}.components-notice.is-error{border-left-color:#cc1818;background-color:#f4a2a2}.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{color:#757575;align-self:flex-start;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{color:#1e1e1e;background-color:#fff0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{max-width:100vw;box-sizing:border-box}.components-notice-list .components-notice__content{margin-top:12px;margin-bottom:12px;line-height:2}.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-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{display:flex;justify-content:space-between;align-items:center;padding:0 16px;border-bottom:1px solid #ddd;box-sizing:content-box;height:47px}.components-panel__header h2{margin:0;font-size:inherit;color:inherit}.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;padding:0;font-size:inherit;margin-top:0;margin-bottom:0;transition:background .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body>.components-panel__body-title{transition-duration:0s;transition-delay:0s}}.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{position:relative;padding:16px 48px 16px 16px;outline:none;width:100%;font-weight:500;text-align:left;color:#1e1e1e;border:none;box-shadow:none;transition:background .1s ease-in-out;height:auto}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button{transition-duration:0s;transition-delay:0s}}.components-panel__body-toggle.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);border-radius:0}.components-panel__body-toggle.components-button .components-panel__arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#1e1e1e;fill:currentColor;transition:color .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button .components-panel__arrow{transition-duration:0s;transition-delay:0s}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{transform:scaleX(-1);-ms-filter:fliph;filter:FlipH;margin-top:-10px}.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{display:flex;justify-content:space-between;align-items:center;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{margin-right:12px;flex-shrink:0;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{box-sizing:border-box;position:relative;padding:1em;min-height:200px;width:100%;text-align:left;margin:0;color:#1e1e1e;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;border-radius:2px;background-color:#fff;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #fff0}@supports (position:sticky){.components-placeholder.components-placeholder{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}}.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}.components-placeholder__label{display:flex;font-weight:600;margin-bottom:16px;align-items:center}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:1ch;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;width:100%;flex-wrap:wrap}.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.components-placeholder__fieldset{border:none;padding:0}.components-placeholder__fieldset.components-placeholder__fieldset .components-placeholder__instructions{padding:0;font-weight:400;font-size:1em}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 #fff0;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal;margin:0 8px 0 0;flex:1 1 auto}@media (prefers-reduced-motion:reduce){.components-placeholder__input[type=url]{transition-duration:0s;transition-delay:0s}}@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 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:rgb(30 30 30 / .62)}.components-placeholder__input[type=url]::-moz-placeholder{opacity:1;color:rgb(30 30 30 / .62)}.components-placeholder__input[type=url]:-ms-input-placeholder{color:rgb(30 30 30 / .62)}.components-placeholder__instructions{margin-bottom:1em}.components-placeholder__error{margin-top:1em;width:100%}.components-placeholder__fieldset .components-button{margin-right:12px;margin-bottom:12px}.components-placeholder__fieldset .components-button:last-child{margin-bottom:0;margin-right:0}.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-large .components-placeholder__label{font-size:18pt;font-weight:400}.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-placeholder__fieldset .components-button,.components-placeholder.is-small .components-placeholder__fieldset .components-button{margin-right:auto}.components-placeholder.is-small .components-button{padding:0 8px 2px}.components-placeholder.has-illustration{color:inherit;display:flex;box-shadow:none;min-width:100px;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);background-color:hsl(0 0% 100% / .1);border:1px dashed;border-radius:2px;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:rgb(0 0 0 / .1)}.components-placeholder.has-illustration .components-placeholder__fieldset{width:auto;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;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition-duration:0s;transition-delay:0s}}.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}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;stroke:currentColor;stroke-dasharray:3}.components-popover{z-index:1000000}.components-popover.is-expanded{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000000!important}.components-popover__content{background:#fff;outline:1px solid #ccc;box-shadow:0 2px 6px rgb(0 0 0 / .05);border-radius:2px;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{outline:1px solid #1e1e1e;box-shadow:none}.components-popover.is-expanded .components-popover__content{position:static;height:calc(100% - 48px);overflow-y:visible;width:auto;outline:none;border:none;border-top:1px solid #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{position:absolute;width:14px;height:14px;pointer-events:none;display:flex}.components-popover__arrow:before{content:"";position:absolute;top:-1px;left:1px;height:2px;right:1px;background-color:#fff}.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:#fff0;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control__input[type=radio]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 #fff0;transition:box-shadow .1s linear;border-radius:2px;font-size:16px;line-height:normal;border:1px solid #1e1e1e;transition:none;border-radius:50%;width:24px;height:24px;margin-top:0;margin-right:6px}@media (prefers-reduced-motion:reduce){.components-radio-control__input[type=radio]{transition-duration:0s;transition-delay:0s}}@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 1px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:rgb(30 30 30 / .62)}.components-radio-control__input[type=radio]::-moz-placeholder{opacity:1;color:rgb(30 30 30 / .62)}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:rgb(30 30 30 / .62)}@media (min-width:600px){.components-radio-control__input[type=radio]{height:20px;width:20px}}.components-radio-control__input[type=radio]:checked:before{box-sizing:inherit;width:8px;height:8px;transform:translate(7px,7px);margin:0;background-color:#fff;border:4px solid #fff}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{transform:translate(5px,5px)}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-resizable-box__handle{display:none;width:23px;height:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{display:block;content:"";width:15px;height:15px;border-radius:50%;background:#fff;cursor:inherit;position:absolute;top:calc(50% - 8px);right:calc(50% - 8px);box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #fff0}.components-resizable-box__side-handle:before{display:block;border-radius:2px;content:"";width:3px;height:3px;background:var(--wp-admin-theme-color);cursor:inherit;position:absolute;top:calc(50% - 1px);right:calc(50% - 1px);transition:transform .1s ease-in;opacity:0}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle:before{transition-duration:0s;transition-delay:0s}}.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{width:100%;left:0;border-left:0;border-right:0}.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{height:100%;top:0;border-top:0;border-bottom:0}.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}@media (prefers-reduced-motion:reduce){.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-duration:1ms;animation-delay:0s}}.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 (prefers-reduced-motion:reduce){.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-duration:1ms;animation-delay:0s}}@media not all and (-webkit-min-device-pixel-ratio:0),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%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes components-resizable-box__left-right-animation{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity: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{position:relative;max-width:100%}.components-responsive-wrapper,.components-responsive-wrapper>span{display:block}.components-responsive-wrapper__content{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:auto}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-search-control{position:relative}.components-search-control input[type=search].components-search-control__input{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;box-shadow:0 0 0 #fff0;transition:box-shadow .1s linear;border-radius:2px;line-height:normal;display:block;padding:16px 48px 16px 16px;background:#f0f0f0;border:none;width:100%;height:48px;font-size:16px}@media (prefers-reduced-motion:reduce){.components-search-control input[type=search].components-search-control__input{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.components-search-control input[type=search].components-search-control__input{font-size:13px;line-height:normal}}.components-search-control input[type=search].components-search-control__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-search-control input[type=search].components-search-control__input::-webkit-input-placeholder{color:rgb(30 30 30 / .62)}.components-search-control input[type=search].components-search-control__input::-moz-placeholder{opacity:1;color:rgb(30 30 30 / .62)}.components-search-control input[type=search].components-search-control__input:-ms-input-placeholder{color:rgb(30 30 30 / .62)}@media (min-width:600px){.components-search-control input[type=search].components-search-control__input{font-size:13px}}.components-search-control input[type=search].components-search-control__input:focus{background:#fff;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-search-control input[type=search].components-search-control__input::placeholder{color:#757575}.components-search-control input[type=search].components-search-control__input::-webkit-search-cancel-button,.components-search-control input[type=search].components-search-control__input::-webkit-search-decoration,.components-search-control input[type=search].components-search-control__input::-webkit-search-results-button,.components-search-control input[type=search].components-search-control__input::-webkit-search-results-decoration{-webkit-appearance:none}.components-search-control__icon{position:absolute;top:0;right:12px;bottom:0;display:flex;align-items:center}.components-search-control__icon>svg{margin:8px 0}.components-search-control__input-wrapper{position:relative}.components-select-control__input{background:#fff;height:36px;line-height:36px;margin:1px;outline:0;width:100%;-webkit-tap-highlight-color:#fff0!important}@media (min-width:782px){.components-select-control__input{height:28px;line-height:28px}}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;background-color:#1e1e1e;border-radius:2px;box-shadow:0 2px 4px rgb(0 0 0 / .3);color:#fff;padding:16px 24px;width:100%;max-width:600px;box-sizing:border-box;cursor:pointer;pointer-events:auto}@media (min-width:600px){.components-snackbar{width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{margin-left:24px}.components-snackbar .components-snackbar__icon{position:absolute;top:24px;left:28px}.components-snackbar .components-snackbar__dismiss-button{margin-left:32px;cursor:pointer}.components-snackbar__action.components-button{margin-left:32px;color:#fff;height:auto;flex-shrink:0;line-height:1.4;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){text-decoration:underline;background-color:#fff0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{color:#fff;box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:var(--wp-admin-theme-color)}.components-snackbar__content{display:flex;align-items:baseline;justify-content:space-between;line-height:1.4}.components-snackbar-list{position:absolute;z-index:100000;width:100%;box-sizing:border-box;pointer-events:none}.components-snackbar-list__notice-container{position:relative;padding-top:8px}.components-tab-panel__tabs{display:flex;align-items:stretch;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#fff0;border:none;box-shadow:none;border-radius:0;cursor:pointer;height:48px;padding:3px 16px;margin-left:0;font-weight:500;transition:box-shadow .1s linear;box-sizing:border-box}.components-tab-panel__tabs-item:after{content:attr(data-label);display:block;height:0;overflow:hidden;speak:none;visibility:hidden}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:inset 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-tab-panel__tabs-item.is-active{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) transparent,inset 0 -1.5px 0 0 var(--wp-admin-theme-color);position:relative}.components-tab-panel__tabs-item.is-active:before{content:"";position:absolute;top:0;bottom:1px;right:0;left:0;border-bottom:1.5px solid #fff0}.components-tab-panel__tabs-item:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-tab-panel__tabs-item.is-active:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 -3px 0 0 var(--wp-admin-theme-color)}.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]{width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 #fff0;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal}@media (prefers-reduced-motion:reduce){.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-duration:0s;transition-delay:0s}}@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 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.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:rgb(30 30 30 / .62)}.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{opacity:1;color:rgb(30 30 30 / .62)}.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:rgb(30 30 30 / .62)}.components-tip{display:flex;color:#757575}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-accessible-toolbar{display:inline-flex;border:1px solid #1e1e1e;border-radius:2px;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar .components-button,.components-toolbar .components-button{position:relative;height:48px;z-index:1;padding-left:16px;padding-right:16px}.components-accessible-toolbar .components-button:focus:enabled,.components-toolbar .components-button:focus:enabled{box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{content:"";position:absolute;display:block;border-radius:2px;height:32px;left:8px;right:8px;z-index:-1;animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation-duration:1ms;animation-delay:0s}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{position:relative;margin-left:auto;margin-right:auto}.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:#fff0}.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 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 4px #fff;outline:2px solid #fff0}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{padding-left:12px;padding-right:12px;min-width:48px}.components-accessible-toolbar .components-button.components-tab-button,.components-toolbar .components-button.components-tab-button{font-weight:500}.components-accessible-toolbar .components-button.components-tab-button span,.components-toolbar .components-button.components-tab-button span{display:inline-block;padding-left:0;padding-right:0;position:relative}@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{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;bottom:10px}.components-toolbar__control.components-button:active:before{display:none}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{min-height:48px;border-right:1px solid #1e1e1e;background-color:#fff;display:inline-flex;flex-shrink:0;flex-wrap:wrap;padding-left:6px;padding-right:6px;line-height:0}.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{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{min-height:48px;margin:0;border:1px solid #1e1e1e;background-color:#fff;display:inline-flex;flex-shrink:0;flex-wrap:wrap}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:block;margin:0}@supports (position:sticky){div.components-toolbar>div{display:flex}}div.components-toolbar>div+div.has-left-divider{margin-left:6px;position:relative;overflow:visible}div.components-toolbar>div+div.has-left-divider:before{display:inline-block;content:"";box-sizing:content-box;background-color:#ddd;position:absolute;top:8px;left:-3px;width:1px;height:20px}.components-tooltip.components-popover{z-index:1000002}.components-tooltip.components-popover .components-popover__content{min-width:min-content}.components-tooltip .components-popover__content{background:#1e1e1e;border-radius:2px;border-width:0;outline:none;color:#fff;white-space:nowrap;text-align:center;line-height:1.4;font-size:12px;box-shadow:none;padding:4px 8px}.components-tooltip__shortcut{display:inline-block;margin-left:8px}.disabled-element-wrapper{position:relative}.disabled-element-wrapper .event-catcher{z-index:100002;position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,115,161;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,97,135;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--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(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7,82,108;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:6,64,84;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56,51,48;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:43,39,36;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:70,54,93;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:58,44,77;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221,56,45;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:208,44,33;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87,110,116;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76,96,102;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:217,116,38;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195,105,34;--wp-admin-border-width-focus:2px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}[data-gateway_id=pre_install_woocommerce_payments_promotion]>.status a{visibility:hidden!important}[data-gateway_id=pre_install_woocommerce_payments_promotion]>.action .is-secondary,[data-gateway_id=pre_install_woocommerce_payments_promotion]>.action.is-secondary:hover{box-shadow:none}[data-gateway_id=pre_install_woocommerce_payments_promotion]>.action a{position:relative;display:none}.wc_gateways .name .wc-payment-gateway-method-name{display:inline-flex}.wc_gateways .name .wc-payment-gateway-method-name img{height:24px;width:auto;margin-left:4px}.wc_gateways .wc-payment-gateway-method__name{display:flex}.wc_gateways .wc-payment-gateway-method__name .pre-install-payment-gateway__subtitle{margin-left:16px}.wc_gateways .wc-payment-gateway-method__name .pre-install-payment-gateway__subtitle>img{height:24px;width:auto;margin-left:4px}.wc_gateways .pre-install-payment-gateway__actions{display:flex}.wc_gateways .pre-install-payment-gateway__actions-menu{margin-right:24px}.wc_gateways .pre-install-payment-gateway__actions-menu-options{text-align:center}@media print{.wp-block-archives-dropdown label{display:block}.wp-block-avatar{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{cursor:pointer;display:inline-block;text-align:center;word-break:break-word;box-sizing:border-box}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){box-shadow:none;text-decoration:none;border-radius:9999px;padding:calc(.667em + 2px) calc(1.333em + 2px)}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*0.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*0.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*0.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:100%;flex-basis:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button.is-style-outline>.wp-block-button__link,.wp-block-button .wp-block-button__link.is-style-outline{border:2px solid;padding:.667em 1.333em}.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color){color:currentColor}.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background){background-color:#fff0;background-image:none}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{display:flex;margin-bottom:1.75em;box-sizing:border-box;flex-wrap:wrap!important;align-items:normal!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0%;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0%;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{content:"";display:table;clear:both}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-top:.5em;margin-right:.75em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{margin-top:1em;margin-bottom:1em;display:block}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{display:block;box-sizing:border-box;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-size:1em;font-family:inherit}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-right:.5em;margin-bottom:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{margin-right:1ch;display:inline-block}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{margin-left:1ch;display:inline-block}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{margin-bottom:0;max-width:100%;list-style:none;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{margin-bottom:0;max-width:100%;list-style:none;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{position:relative;background-position:50%;min-height:430px;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]),.wp-block-cover .has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image .has-background-dim.has-background-gradient,.wp-block-cover .has-background-dim.has-background-gradient{background-color:#fff0}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container{color:#000}.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-size:cover;background-repeat:no-repeat}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{margin:0;height:100%;display:flex;align-items:flex-end;justify-content:flex-start}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgb(0 0 0 / .7),rgb(0 0 0 / .3) 70%,transparent);box-sizing:border-box;margin:0;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{width:100%;height:100%;flex:1;-o-object-fit:cover;object-fit:cover}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image{display:flex;flex-grow:1;justify-content:center;position:relative;flex-direction:column;max-width:100%;box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{margin:0;flex-direction:column;flex-grow:1}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgb(0 0 0 / .7),rgb(0 0 0 / .3) 70%,transparent);bottom:0;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%;box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{flex:initial;background:none;color:inherit;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-grow:1;flex-basis:100%;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-top:0;margin-bottom:auto}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{width:100%;flex:1 0 0%;height:100%;-o-object-fit:cover;object-fit:cover}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom}.wp-block-image.has-custom-border img,.wp-block-image img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image.aligncenter,.wp-block-image .aligncenter,.wp-block-image.alignleft,.wp-block-image .alignleft,.wp-block-image.alignright,.wp-block-image .alignright{display:table}.wp-block-image.aligncenter>figcaption,.wp-block-image .aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image.alignright>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}ol.wp-block-latest-comments{margin-left:0}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto;max-width:100%}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em;float:left}.wp-block-latest-posts__featured-image.alignright{margin-left:1em;float:right}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{/*!rtl:begin:ignore*/direction:ltr;/*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto;box-sizing:border-box}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{/*!rtl:begin:ignore*/grid-column:1;grid-row:1;/*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;/*!rtl:begin:ignore*/grid-column:2;grid-row:1;/*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{/*!rtl:begin:ignore*/grid-column:2;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{/*!rtl:begin:ignore*/grid-column:1;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-top:0;margin-bottom:0;margin-left:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{display:flex;align-items:center;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;line-height:0;display:inline-block;font-size:inherit;padding:0;background-color:inherit;color:currentColor;border:none;width:.6em;height:.6em;margin-left:.25em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;width:inherit;height:inherit;margin-top:.075em}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{background-color:inherit;color:inherit;position:absolute;z-index:2;display:flex;flex-direction:column;align-items:normal;opacity:0;transition:opacity .1s linear;visibility:hidden;width:0;height:0;overflow:hidden;left:-1px;top:100%}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-right:0;margin-left:auto}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:#fff0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{position:relative;display:flex}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:#fff0;border:none;color:currentColor;font-size:inherit;font-family:inherit;line-height:inherit;font-style:inherit;font-weight:inherit;text-transform:inherit;text-align:left}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;color:#000;border:1px solid rgb(0 0 0 / .15)}.wp-block-navigation__container{display:flex;flex-wrap:var(--navigation-layout-wrap,wrap);flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{display:none;position:fixed;top:0;left:0;right:0;bottom:0}.wp-block-navigation__responsive-container .wp-block-navigation-link a{color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{display:flex;flex-wrap:var(--navigation-layout-wrap,wrap);flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){color:inherit!important;background-color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{display:flex;flex-direction:column;background-color:inherit;animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;padding:var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);overflow:auto;z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-duration:1ms;animation-delay:0s}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{padding-top:calc(2rem + 24px);overflow:visible;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:var(--navigation-layout-justification-setting,inherit)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{opacity:1;visibility:visible;height:auto;width:auto;overflow:initial;min-width:200px;position:static;border:none;padding-left:2rem;padding-right:2rem}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{display:flex;flex-direction:column;align-items:var(--navigation-layout-justification-setting,initial)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{color:inherit!important;background:transparent!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{right:auto;left:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){display:block;width:100%;position:relative;z-index:auto;background-color:inherit}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{vertical-align:middle;cursor:pointer;color:currentColor;background:#fff0;border:none;margin:0;padding:0;text-transform:inherit}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;pointer-events:none;display:block;width:24px;height:24px}.wp-block-navigation__responsive-container-open{display:flex}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;top:0;right:0;z-index:2}.wp-block-navigation__responsive-close{width:100%;max-width:var(--wp--style--global--wide-size,100%);margin-left:auto;margin-right:auto}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{display:flex;flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial);flex-wrap:var(--navigation-layout-wrap,wrap);background-color:inherit}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0%}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;text-align:center;overflow-wrap:break-word}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-size:1em;font-family:inherit}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea{display:block;box-sizing:border-box;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block}.wp-block-post-featured-image img{max-width:100%;width:100%;height:auto;vertical-align:bottom;box-sizing:border-box}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{position:absolute;inset:0;background-color:#000}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:#fff0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-title{word-break:break-word;box-sizing:border-box}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{margin:0 0 1em;padding:3em 0;text-align:center;overflow-wrap:break-word;box-sizing:border-box}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{margin-top:0;margin-bottom:0;max-width:100%;list-style:none;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-child{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{margin-right:1ch;display:inline-block}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{margin-left:1ch;display:inline-block}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:not(.is-style-plain) p,.wp-block-quote.is-style-large:not(.is-style-plain) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:not(.is-style-plain) cite,.wp-block-quote.is-large:not(.is-style-plain) footer,.wp-block-quote.is-style-large:not(.is-style-plain) cite,.wp-block-quote.is-style-large:not(.is-style-plain) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{min-width:1.5em;min-height:1.5em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{padding:8px;flex-grow:1;margin-left:0;margin-right:0;min-width:3em;border:1px solid #949494;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){padding:4px;border:1px solid #949494}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-separator{border:1px solid;border-right:none;border-left:none}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{width:120px;height:auto}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-social-links{box-sizing:border-box;padding-left:0;padding-right:0;text-indent:0;margin-left:0;background:none}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){margin-left:.5em;margin-right:.5em;font-size:.65em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-duration:0s;transition-delay:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:1.25em;height:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}.wp-block-tag-cloud.aligncenter{text-align:center;justify-content:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:#fff0;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#fff0}.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr{border-color:inherit}.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th,.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color]>*,.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th,.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color]>*,.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr{border-left-color:inherit}.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr{border-style:inherit}.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr{border-width:inherit;border-style:inherit}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{box-sizing:border-box}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}figure{margin:0 0 1em}}@media print{.components-custom-select-control{position:relative}.components-custom-select-control__label{display:block;margin-bottom:8px}.components-custom-select-control__button{border:1px solid #757575;border-radius:2px;min-height:30px;min-width:130px;position:relative;text-align:left}.components-custom-select-control__button.components-custom-select-control__button{padding-right:24px}.components-custom-select-control__button:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.components-custom-select-control__button .components-custom-select-control__button-icon{height:100%;padding:0;position:absolute;right:0;top:0}.components-custom-select-control__menu{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;max-height:400px;min-width:100%;outline:none;overflow:auto;padding:0;position:absolute;transition:none;z-index:1000000}.components-custom-select-control__menu[aria-hidden=true]{display:none}.components-custom-select-control__item{align-items:center;cursor:default;display:flex;line-height:28px;list-style-type:none;padding:8px}.components-custom-select-control__item.is-highlighted{background:#ddd}.components-custom-select-control__item .components-custom-select-control__item-icon{margin-left:auto;margin-right:0}.components-custom-select-control__item:last-child{margin-bottom:0}.components-snackbar{background-color:#1e1e1e;border-radius:2px;box-shadow:0 2px 4px rgb(0 0 0 / .3);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:16px 24px;pointer-events:auto;width:100%}@media(min-width:600px){.components-snackbar{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{margin-left:24px}.components-snackbar .components-snackbar__icon{left:28px;position:absolute;top:24px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:32px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;height:auto;line-height:1.4;margin-left:32px;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){background-color:#fff0;text-decoration:underline}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{box-shadow:none;color:#fff;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:var(--wp-admin-theme-color)}.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-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;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 #757575;border-radius:2px;box-shadow:0 0 0 #fff0;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;margin:0 0 8px;padding:4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@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 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgb(30 30 30 / .62)}.components-combobox-control__suggestions-container::-moz-placeholder{color:rgb(30 30 30 / .62);opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgb(30 30 30 / .62)}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-combobox-control__reset.components-button{display:flex;height:24px;min-width:24px;padding:0}.components-form-token-field__input-container{align-items:center;border:1px solid #757575;border-radius:2px;box-shadow:0 0 0 #fff0;cursor:text;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;margin:0 0 8px;padding:2px 4px;transition:box-shadow .1s linear;width:100%}@media(prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@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 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.components-form-token-field__input-container::-webkit-input-placeholder{color:rgb(30 30 30 / .62)}.components-form-token-field__input-container::-moz-placeholder{color:rgb(30 30 30 / .62);opacity:1}.components-form-token-field__input-container:-ms-input-placeholder{color:rgb(30 30 30 / .62)}.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 1px var(--wp-admin-theme-color);outline:2px solid #fff0}.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-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__label{display:inline-block;margin-bottom:4px}.components-form-token-field__help{color:#757575;font-size:12px;font-style:normal}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;margin:2px 4px 2px 0;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 16px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#fff0;color:var(--wp-admin-theme-color)}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#fff0;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{border-radius:4px 0 0 4px;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__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media(prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:1ms;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{border-top:1px solid #757575;flex:1 0 100%;list-style:none;margin:4px -4px -4px;max-height:9em;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media(prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.components-form-token-field__suggestion{color:#757575;cursor:pointer;display:block;font-size:13px;margin:0;padding:4px 8px}.components-form-token-field__suggestion.is-selected{background:var(--wp-admin-theme-color);color:#fff}.components-form-token-field__suggestion-match{text-decoration:underline}}@media print{.wc-block-link-button{border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-link-button,.wc-block-link-button:active,.wc-block-link-button:focus,.wc-block-link-button:hover{background:#fff0}.wc-block-suspense-placeholder{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-suspense-placeholder>*{visibility:hidden}.wc-block-suspense-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-suspense-placeholder{-webkit-animation:none;animation:none}}.wc-block-suspense-placeholder:before{content:" "}.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:auto}.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;margin:0 auto!important;padding:.5em 1em;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{-webkit-animation:spin 2s linear infinite;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{color:#000;display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:star;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{color:#aaa;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{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{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:3px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;padding:.25em .75em;position:relative;text-align:center;text-transform:uppercase;width:auto;z-index:9}.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{font-size:.75em}.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em;padding:.5em}@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;-webkit-clip-path:inset(50%);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);-webkit-clip-path:none;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}.wc-block-components-product-add-to-cart-attribute-picker{flex-basis:100%;margin:0}.wc-block-components-product-add-to-cart-attribute-picker label{display:block;font-size:1em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container{position:relative}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select{margin:0 0 .75em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select{min-height:1.75em;min-width:60%}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error{margin-bottom:24px}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select{border-color:#cc1818}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus{outline-color:#cc1818}.wc-block-components-product-add-to-cart{display:flex;flex-wrap:wrap;margin:0}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button{margin:0 0 .75em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text{display:block}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg{fill:currentColor;height:1.5em;margin:-.25em 0 -.25em .5em;vertical-align:top;width:1.5em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:inset 0 1px 1px rgb(0 0 0 / .125);color:#43454b;flex-basis:5em;margin:0 1em .75em 0;padding:.618em;text-align:center}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>*{visibility:hidden}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{-webkit-animation:none;animation:none}}.wc-block-grid .wc-block-components-product-add-to-cart{justify-content:center}.wc-block-components-product-add-to-cart-notice{margin:0}.wp-block-button.wc-block-components-product-button{margin-bottom:12px;margin-top:0;white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{border-style:none;display:inline-flex;font-family:inherit;font-weight:inherit;justify-content:center;margin:0 auto;white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*{visibility:hidden}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;min-height:3em;min-width:8em;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*{visibility:hidden}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:none;animation:none}}.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link{background-color:var(--button--color-background);border-color:var(--button--color-background);color:var(--button--color-text)}.wp-block-button.wc-block-components-product-button[data-is-descendent-of-query-loop=true]{text-align:center}.wc-block-components-product-category-list{margin-bottom:.75em;margin-top:0}.wc-block-components-product-category-list ul{display:inline;margin:0;padding:0}.wc-block-components-product-category-list ul li{display:inline;list-style:none}.wc-block-components-product-category-list ul li:after{content:", "}.wc-block-components-product-category-list ul li:last-child:after{content:""}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image{display:block;position:relative;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a{border:0;border-radius:inherit;box-shadow:none;outline:0;text-decoration:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img{border-radius:inherit;vertical-align:middle;width:100%}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden]{display:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],.wc-block-components-product-image img[alt=""]{border:1px solid #f2f2f2}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left{left:4px;margin:0;position:absolute;right:auto;top:4px}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center{left:50%;margin:0;position:absolute;right:auto;top:4px;transform:translateX(-50%)}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right{left:auto;margin:0;position:absolute;right:4px;top:4px}.is-loading .wc-block-components-product-image{background-color:#ebebeb!important;border:0!important;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:auto;z-index:1}.is-loading .wc-block-components-product-image>*{visibility:hidden}.is-loading .wc-block-components-product-image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-image{-webkit-animation:none;animation:none}}.wc-block-components-product-image{margin:0 0 12px}.wc-block-components-product-rating{display:block;margin-bottom:12px;margin-top:0}.wc-block-components-product-rating__stars{font-family:star;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-components-product-rating__stars:before{color:inherit;content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-components-product-rating__stars span{color:inherit;left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-components-product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-single-product .wc-block-components-product-rating__stars{margin:0}.wc-block-components-product-sale-badge{background:#fff;border:1px solid #43454b;border-radius:3px;box-sizing:border-box;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;margin:0 auto 12px;padding:.25em .75em;position:static;text-align:center;text-transform:uppercase;width:auto;z-index:9}.wc-block-components-product-sale-badge span{background-color:inherit;color:inherit}.wc-block-components-product-sku{display:block;font-size:.875em;margin-bottom:12px;margin-top:0;text-transform:uppercase}.wc-block-components-product-stock-indicator{display:block;font-size:.875em;margin-bottom:.75em;margin-top:0}.wc-block-components-product-summary{margin-bottom:12px;margin-top:0}.is-loading .wc-block-components-product-summary:before{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;content:".";display:block;height:6em;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-product-summary:before>*{visibility:hidden}.is-loading .wc-block-components-product-summary:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-summary:before{-webkit-animation:none;animation:none}}.wc-block-components-product-tag-list{margin-bottom:.75em;margin-top:0}.wc-block-components-product-tag-list ul{display:inline;margin:0;padding:0}.wc-block-components-product-tag-list ul li{display:inline;list-style:none}.wc-block-components-product-tag-list ul li:after{content:", "}.wc-block-components-product-tag-list ul li:last-child:after{content:""}.wc-block-components-product-title{display:block;font-size:inherit;font-weight:700;line-height:1.5;margin-bottom:12px;margin-top:0;padding:0}.wc-block-components-product-title a{color:inherit;font-size:inherit}.is-loading .wc-block-components-product-title:before{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:7em;z-index:1}.is-loading .wc-block-components-product-title:before>*{visibility:hidden}.is-loading .wc-block-components-product-title:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-title:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-grid .wc-block-components-product-title:before{width:10em}.wc-block-components-product-title--align-left{text-align:left}.wc-block-components-product-title--align-center{text-align:center}.wc-block-components-product-title--align-right{text-align:right}.wc-block-components-error{align-items:center;color:#757575;display:flex;flex-direction:column;justify-content:center;margin:40px 0;padding:40px 0;text-align:center}.wc-block-components-error__header{color:#646970;font-size:2em;margin:0}.wc-block-components-error__image{margin:0 0 24px;width:25%}.wc-block-components-error__text{color:#8c8f94;font-size:1.25em;margin:1em 0 0;max-width:60ch}.wc-block-components-error__message{color:#8c8f94;font-style:italic;margin:1em auto 0;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-components-button:not(.is-link){align-items:center;color:inherit;display:inline-flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;font-weight:700;justify-content:center;letter-spacing:inherit;line-height:inherit;line-height:1;min-height:3em;padding:0 1em;position:relative;text-align:center;text-decoration:inherit;text-decoration:none;text-transform:inherit;text-transform:none;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid #fff0}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).contained,.wc-block-components-button:not(.is-link).contained:active,.wc-block-components-button:not(.is-link).contained:disabled,.wc-block-components-button:not(.is-link).contained:focus,.wc-block-components-button:not(.is-link).contained:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).contained:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background-color:#fff0;color:#1e1e1e}.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px #1e1e1e}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}.wc-block-components-form{counter-reset:checkout-step}.wc-block-components-form .wc-block-components-checkout-step{background:none;border:none;margin:0;padding:0 0 0 24px;position:relative}.is-mobile .wc-block-components-form .wc-block-components-checkout-step,.is-small .wc-block-components-form .wc-block-components-checkout-step{padding-left:0}.wc-block-components-checkout-step--disabled{opacity:.6}.wc-block-components-checkout-step__container{position:relative}.wc-block-components-checkout-step__content>*{margin-bottom:1em}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child{margin-bottom:0;padding-bottom:1.5em}.wc-block-components-checkout-step__heading{align-content:center;align-items:center;display:flex;flex-wrap:wrap;gap:1em;justify-content:space-between;margin:.75em 0 1em;position:relative}.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading{margin-top:0}.wc-block-components-checkout-step__title{margin:0 12px 0 0}.wc-block-components-checkout-step__heading-content{font-size:.75em}.wc-block-components-checkout-step__heading-content a{color:inherit;font-weight:700}.wc-block-components-checkout-step__description{font-size:.875em;line-height:1.25;margin-bottom:16px}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{background:#fff0;border:0;border-radius:0;content:" " counter(checkout-step) ".";content:" " counter(checkout-step) "."/"";counter-increment:checkout-step;left:-24px;margin:0;padding:0;position:absolute;text-align:center;top:0;transform:translateX(-50%);vertical-align:baseline;width:24px}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{border-left:1px solid;content:"";height:100%;left:-24px;opacity:.3;position:absolute;top:0}.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{content:counter(checkout-step) ". ";content:counter(checkout-step) ". "/"";left:auto;position:static;top:auto;transform:none}.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{content:unset}.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title{font-size:1em;line-height:24px;margin:0 12px 0 0}.wc-block-components-order-summary .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-order-summary .wc-block-components-panel__content{margin-bottom:0}.wc-block-components-order-summary__content{display:table;width:100%}.wc-block-components-order-summary-item{display:flex;font-size:.875em;padding-bottom:1px;padding-top:16px;position:relative;width:100%}.wc-block-components-order-summary-item:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-order-summary-item:first-child{padding-top:0}.wc-block-components-order-summary-item:last-child>div{padding-bottom:0}.wc-block-components-order-summary-item:last-child:after{display:none}.wc-block-components-order-summary-item .wc-block-components-product-metadata{font-size:1em}.wc-block-components-order-summary-item__description,.wc-block-components-order-summary-item__image{display:table-cell;vertical-align:top}.wc-block-components-order-summary-item__image{padding-bottom:16px;position:relative;width:48px}.wc-block-components-order-summary-item__image>img{max-width:48px;width:48px}.wc-block-components-order-summary-item__quantity{align-items:center;background:#fff;border:2px solid;border-radius:1em;box-shadow:0 0 0 2px #fff;color:#000;display:flex;justify-content:center;line-height:1;min-height:20px;min-width:20px;padding:0 .4em;position:absolute;right:0;top:0;transform:translate(50%,-50%);white-space:nowrap;z-index:1}.wc-block-components-order-summary-item__description{padding-bottom:16px;padding-left:24px;padding-right:12px}.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.wc-block-components-order-summary-item__description p{line-height:1.375;margin-top:4px}.wc-block-components-order-summary-item__total-price{font-weight:700;margin-left:auto;text-align:right}.wc-block-components-order-summary-item__individual-prices{display:block}.wc-block-components-payment-method-icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 0 14px}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;height:24px;margin:0 4px 2px;max-height:24px;max-width:38px;padding:0;width:auto}.wc-block-components-payment-method-icons--align-left{justify-content:flex-start}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{justify-content:flex-end}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-left:8px;margin-right:0}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}.wc-block-components-payment-method-label--with-icon{display:inline-block;vertical-align:middle}.wc-block-components-payment-method-label--with-icon>img,.wc-block-components-payment-method-label--with-icon>svg{margin:-2px 4px 0 0;vertical-align:middle}.is-mobile .wc-block-components-payment-method-label--with-icon>img,.is-mobile .wc-block-components-payment-method-label--with-icon>svg,.is-small .wc-block-components-payment-method-label--with-icon>img,.is-small .wc-block-components-payment-method-label--with-icon>svg{display:none}.editor-styles-wrapper .wc-block-components-checkout-policies,.wc-block-components-checkout-policies{font-size:.75em;line-height:1;list-style:none outside;margin:24px 0;text-align:center}.wc-block-components-checkout-policies__item{display:inline-block;list-style:none outside;margin:0;padding:0 .25em}.wc-block-components-checkout-policies__item:not(:first-child){border-left:1px solid #ccc}.wc-block-components-checkout-policies__item>a{color:inherit;padding:0 .25em}.wc-block-components-product-badge{border:1px solid;border-radius:2px;display:inline-block;font-size:.75em;font-weight:600;padding:0 .66em;text-transform:uppercase;white-space:nowrap}.wc-block-components-product-details.wc-block-components-product-details{list-style:none;margin:.5em 0;padding:0}.wc-block-components-product-details.wc-block-components-product-details:last-of-type{margin-bottom:0}.wc-block-components-product-details.wc-block-components-product-details li{margin-left:0}.wc-block-components-product-details__name,.wc-block-components-product-details__value{display:inline-block}.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name{font-weight:700}img.wc-block-components-product-image[alt=""]{border:1px solid #f2f2f2}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0}.wc-block-components-checkout-return-to-cart-button{box-shadow:none;color:inherit;padding-left:calc(24px + .25em);position:relative;text-decoration:none}.wc-block-components-checkout-return-to-cart-button svg{left:0;position:absolute;top:50%;transform:translateY(-50%)}.wc-block-components-shipping-calculator-address{margin-bottom:0}.wc-block-components-shipping-calculator-address__button{margin-top:1.5em;width:100%}.wc-block-components-shipping-calculator{padding:.5em 0 .75em}.wc-block-components-shipping-rates-control__package{margin-bottom:36px}.wc-block-components-shipping-rates-control__package:last-child{margin-bottom:0}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button{margin-bottom:0;margin-top:0;padding-bottom:.75em;padding-top:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout{padding-bottom:0}.wc-block-components-shipping-rates-control__package-items{display:block;font-size:.875em;list-style:none;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item{display:inline-block;margin:0;overflow-wrap:anywhere;padding:0;word-break:break-word;-ms-word-break:break-all}.wc-block-components-shipping-rates-control__package-item:not(:last-child):after{content:", ";white-space:pre}.wc-block-components-totals-coupon .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-totals-coupon .wc-block-components-panel__content{padding-bottom:0}.wc-block-components-totals-coupon__form{display:flex;margin-bottom:0;width:100%}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input{flex-grow:1;margin-bottom:0;margin-top:0}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{flex-shrink:0;height:3em;margin-left:8px;padding-left:24px;padding-right:24px;white-space:nowrap}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin{margin:0}.wc-block-components-totals-coupon__content{flex-direction:column;position:relative}.wc-block-components-totals-discount__coupon-list{list-style:none;margin:0;padding:0}.wc-block-components-totals-discount .wc-block-components-totals-item__value{color:#4ab866}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:1.25em}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{font-weight:700}.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{margin-bottom:0}.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset{background-color:#fff0;border:0;margin:0;padding:0}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via{margin-bottom:16px}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label{flex-basis:100%;text-align:left}.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice{margin:0 0 .75em}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button{background:#fff0;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover{background:#fff0;opacity:.8}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button{background:#fff0;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover{background:#fff0}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{list-style:none outside;margin:0;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{list-style:none outside;margin:0 0 4px;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:none;animation:none}}.wc-block-components-chip{align-items:center;border:0;border-radius:0;color:inherit;display:inline-flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1;margin:0 .365em .365em 0;max-width:100%;padding:.25em .5em;text-decoration:inherit;text-transform:inherit}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:#fff0;border:1px solid;color:inherit}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.5em}.wc-block-components-chip .wc-block-components-chip__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;height:16px;line-height:16px;margin:0;padding:0;width:16px}.wc-block-components-chip .wc-block-components-chip__remove-icon{fill:#1e1e1e}.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover{background:#fff}.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background){background:#fff0}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{background:#949494}.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#fff;cursor:not-allowed}.wc-block-components-combobox .wc-block-components-combobox-control,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control{border:0;border-radius:0;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container{border:0;border-radius:0;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;position:relative;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background:#fff;border:1px solid #50575e;border-radius:4px;box-shadow:none;box-sizing:border-box;color:inherit;color:#2b2d2f;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;font-weight:400;height:3em;letter-spacing:inherit;line-height:inherit;line-height:1;opacity:1;outline:inherit;padding:1.5em 16px .25em;text-align:left;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;text-transform:none;white-space:nowrap;width:100%}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{background-color:#fff;box-shadow:0 0 0 1px #50575e;color:#2b2d2f;outline:0}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background-color:rgb(0 0 0 / .1);border-color:hsl(0 0% 100% / .4);color:#fff}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus{background-color:rgb(0 0 0 / .1);box-shadow:0 0 0 1px hsl(0 0% 100% / .4);color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #50575e;border-top:0;color:#2b2d2f;margin:3em 0 0;max-height:300px;min-width:100%;overflow:auto;padding:0;position:absolute;z-index:10}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#1e1e1e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion{color:#757575;cursor:default;font-size:1em;list-style:none;margin:0;padding:.25em 16px}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:#ddd}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:rgb(0 0 0 / .4)}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover{background-color:#00669e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:inherit;color:#757575;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;transform:translateY(.75em);transform-origin:top left;transition:all .2s ease;white-space:nowrap;z-index:1}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:hsl(0 0% 100% / .6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{transition:none}}.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label{transform:translateY(4px) scale(.75)}.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label{color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover{border-color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus{box-shadow:0 0 0 1px #cc1818}.wc-block-components-country-input{margin-top:1.5em}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-480px)}}@keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-480px)}}@media only screen and (max-width:480px){@-webkit-keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-100vw)}}@keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-100vw)}}}.wc-block-components-drawer__screen-overlay{background-color:rgb(95 95 95 / .35);bottom:0;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity .3s;z-index:9999}.wc-block-components-drawer__screen-overlay--with-slide-out{transition:opacity .3s}.wc-block-components-drawer__screen-overlay--with-slide-in{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:fadein;animation-name:fadein}.wc-block-components-drawer__screen-overlay--is-hidden{opacity:0;pointer-events:none}.wc-block-components-drawer{background:#fff;display:block;height:100%;left:100%;position:relative;position:fixed;right:0;top:0;transform:translateX(-480px);width:480px}.wc-block-components-drawer:after{border-style:solid;border-width:0 0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}@media only screen and (max-width:480px){.wc-block-components-drawer{transform:translateX(-100vw);width:100vw}}.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer{transition:transform .3s}.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:slidein;animation-name:slidein}.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer{transform:translateX(0)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-drawer,.wc-block-components-drawer__screen-overlay{-webkit-animation-name:none!important;animation-name:none!important;transition:none!important}}.wc-block-components-drawer .components-modal__content{padding:40px 16px}.wc-block-components-drawer .components-modal__header{position:relative}.wc-block-components-drawer .components-modal__header .components-button{background:#fff0;border:0;border-radius:0;margin:-1em;padding:1em;position:absolute;right:0;top:0;vertical-align:baseline}.wc-block-components-drawer .components-modal__header .components-button>span{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-block-components-drawer .components-modal__header-heading{border:0;border-radius:0;font-size:1.25rem;margin:0;padding:0;vertical-align:baseline;word-break:break-word}.wc-filter-element-label-list-count:before{content:" ("}.wc-filter-element-label-list-count:after{content:")"}.wc-block-filter-title-placeholder{background-color:#ebebeb!important;background-color:#ccc!important;border:0!important;border-radius:.25rem;border-radius:1.625em;box-shadow:none;color:transparent!important;display:block;line-height:1;margin-bottom:12px;margin-top:12px;max-width:100%!important;max-width:-webkit-max-content!important;max-width:-moz-max-content!important;max-width:max-content!important;min-width:80px;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-filter-title-placeholder>*{visibility:hidden}.wc-block-filter-title-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-filter-title-placeholder{-webkit-animation:none;animation:none}}.wc-block-filter-title-placeholder:after{background-image:linear-gradient(90deg,#ccc,#e0e0e0,#ccc)}.wc-block-filter-title-placeholder .wc-block-active-filters__title,.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,.wc-block-filter-title-placeholder .wc-block-price-filter__title,.wc-block-filter-title-placeholder .wc-block-rating-filter__title,.wc-block-filter-title-placeholder .wc-block-stock-filter__title{height:1em;margin:0}.wc-block-components-filter-reset-button{background:#fff0;border:0;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-components-filter-reset-button:active,.wc-block-components-filter-reset-button:focus,.wc-block-components-filter-reset-button:hover{background:#fff0}.wc-block-components-filter-reset-button:hover{color:inherit;text-decoration:none}.wc-block-components-filter-reset-button[disabled]{cursor:not-allowed}.wc-block-components-filter-submit-button{border:none;display:block;margin-left:auto;white-space:nowrap}.wc-block-components-filter-submit-button.is-loading{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:transparent!important;display:block;line-height:1;line-height:normal;margin-top:16px;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-filter-submit-button.is-loading>*{visibility:hidden}.wc-block-components-filter-submit-button.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-filter-submit-button.is-loading{-webkit-animation:none;animation:none}}.wc-blocks-components-form-token-field-wrapper .components-popover{left:0;opacity:0;position:fixed;top:0;z-index:z-index(".components-popover")}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis]{opacity:1}.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded{bottom:0;left:0;right:0;top:0;z-index:z-index(".components-popover")!important}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow){margin-left:2px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{border:8px solid #ccc}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before{border-color:#1e1e1e}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after{border:8px solid #fff}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before{content:"";height:0;line-height:0;position:absolute;width:0}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]{margin-top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before{border-bottom:none;border-left-color:#fff0;border-right-color:#fff0;border-top-style:solid;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]{margin-top:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{border-bottom-style:solid;border-left-color:#fff0;border-right-color:#fff0;border-top:none;margin-left:-10px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]{margin-left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{right:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after{right:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{border-bottom-color:#fff0;border-left-style:solid;border-right:none;border-top-color:#fff0}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]{margin-left:8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{left:-8px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after{left:-6px}.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{border-bottom-color:#fff0;border-left:none;border-right-style:solid;border-top-color:#fff0}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top]{bottom:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom]{top:100%}.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle]{align-items:center;display:flex}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top{margin-top:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom{margin-top:-12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom){margin-left:12px}.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom){margin-right:12px}.wc-blocks-components-form-token-field-wrapper .components-popover__content{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 2px 6px rgb(0 0 0 / .05);height:100%}.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:1px solid #1e1e1e;box-shadow:none}.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content{height:auto;overflow-y:auto;position:absolute}.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content{border:none;border-top:1px solid #1e1e1e;height:calc(100% - 48px);min-width:auto;overflow-y:visible;position:static}.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content{bottom:100%}.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:50%;transform:translateX(-50%)}.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{left:100%;position:absolute}.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-left:-25px}.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{position:absolute;right:100%}.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content{margin-right:-25px}.wc-blocks-components-form-token-field-wrapper .components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.wc-blocks-components-form-token-field-wrapper .components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button{z-index:z-index(".components-popover__close")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover{z-index:z-index(".components-tooltip")}.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content{min-width:0}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content{background:#1e1e1e;border-radius:2px;border-width:0;box-shadow:none;color:#fff;font-size:12px;line-height:1.4;text-align:center;white-space:nowrap}.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div{padding:4px 8px}.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut{display:inline-block;margin-left:8px}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper{position:relative}.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:z-index(".components-tooltip .event-catcher")}.wc-blocks-components-form-token-field-wrapper{border-color:#949494}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,.wc-blocks-components-form-token-field-wrapper .components-visually-hidden{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border-color:inherit;box-sizing:border-box;margin-bottom:0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{background-color:#fff;border-radius:0;box-shadow:none;color:#000;position:relative}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input{min-height:30px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text{background:#e0e0e0}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token{border:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list{background-color:#fff;border:1px solid #949494;border-top:0 solid #949494;left:-1px;margin:1px 0 0;position:absolute;right:-1px;top:100%;z-index:50}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty{display:none}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion{padding:8px}.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected{background:#f0f0f0;color:#2f2f2f}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token{margin-right:0;position:relative;width:100%;z-index:1}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{background:#fff0}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text{padding-left:4px;width:100%}.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input{position:absolute}.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input{border:1px solid #949494;margin:0 2px 4px;padding:0 5px;position:static}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-load-more{text-align:center;width:100%}.wc-block-components-loading-mask{min-height:34px;pointer-events:none;position:relative}.wc-block-components-loading-mask .components-spinner{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.wc-block-components-loading-mask .wc-block-components-loading-mask__children{opacity:.25}.wc-block-components-pagination{margin:0 auto 16px}.wc-block-components-pagination__ellipsis,.wc-block-components-pagination__page{color:#333;display:inline-block;font-size:1em;font-weight:400}.wc-block-components-pagination__page{border-color:#fff0;min-width:2.2em;padding:.3em .6em}@media(max-width:782px){.wc-block-components-pagination__page{min-width:1.6em;padding:.1em .2em}}.wc-block-components-pagination__page:not(.toggle){background-color:#fff0}.wc-block-components-pagination__ellipsis{padding:.3em}@media(max-width:782px){.wc-block-components-pagination__ellipsis{padding:.1em}}.wc-block-components-pagination__page--active[disabled]{color:#333;font-weight:700;opacity:1!important}.wc-block-components-pagination__page--active[disabled]:focus,.wc-block-components-pagination__page--active[disabled]:hover{background-color:inherit;color:#333;opacity:1!important}html[dir=rtl] .wc-block-components-pagination-page--arrow span{display:inline-block;transform:scaleX(-1)}.wc-block-components-price-slider{margin-bottom:24px}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount{display:none}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}.wc-block-components-price-slider__range-input-wrapper{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff0;border:0!important;border-radius:4px;clear:both;flex-grow:1;height:4px;margin:15px 0;outline:none;padding:0!important;position:relative}.wc-block-components-price-slider__range-input-wrapper:before{background:currentColor;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0}.wc-block-components-price-slider__range-input-wrapper.is-loading{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:transparent!important;display:block;height:.5625em;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider__range-input-wrapper.is-loading>*{visibility:hidden}.wc-block-components-price-slider__range-input-wrapper.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider__range-input-wrapper.is-loading{-webkit-animation:none;animation:none}}.wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:currentColor;background:var(--track-background);height:4px;left:0;position:absolute;top:0;width:100%}.wc-block-components-price-slider__controls{align-items:center;display:flex;gap:8px;justify-content:space-between;margin:16px 0}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{border-radius:4px;border-width:1px;margin:0;max-width:80px;min-width:0;padding:8px;width:auto}.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{max-width:60px}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;border-radius:0!important;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>*{visibility:hidden}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading{-webkit-animation:none;animation:none}}.wc-block-components-price-slider__range-text{align-items:center;display:flex;justify-content:space-between;margin:24px 0}.wc-block-components-price-slider__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end}.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{margin-left:0;margin-top:0}.wc-block-components-price-slider__range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff0;border:0!important;display:block;height:0;left:0;margin:0;outline:none;outline:none!important;padding:0!important;pointer-events:none;position:relative;position:absolute;top:0;width:100%}.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:default;height:1px;outline:0}.wc-block-components-price-slider__range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:-5px 0 0;padding:0;pointer-events:auto;-webkit-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input::-webkit-slider-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff0;border:0!important;margin:0;outline:none;padding:0!important}.wc-block-components-price-slider__range-input::-moz-focus-outer{border:0}.wc-block-components-price-slider__range-input::-moz-range-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:default;height:1px;outline:0}.wc-block-components-price-slider__range-input::-moz-range-progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff0;border:0!important;margin:0;outline:none;padding:0!important}.wc-block-components-price-slider__range-input::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-moz-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-moz-range-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input::-ms-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-position:0 0;border:2px solid #1e1e1e;border-radius:100%;box-sizing:content-box;cursor:pointer;height:12px;margin:0;padding:0;pointer-events:auto;-ms-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;vertical-align:top;width:12px;z-index:20}.wc-block-components-price-slider__range-input::-ms-thumb:hover{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-moz-range-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input:focus::-ms-thumb{background:#1e1e1e;border-color:#fff}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min{z-index:21}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb{background-position-x:left;margin-left:-2px}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{background-position-x:left;transform:translate(-2px,2px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb{background-position-x:left}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max{z-index:20}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb{background-position-x:right;margin-left:2px}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{background-position-x:right;transform:translate(2px,2px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb{background-position-x:right}.rtl .wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:#af7dd1;background:var(--track-background)}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-price-slider__range-input-wrapper{background:#fff0;box-shadow:none;height:24px}.wc-block-components-price-slider__range-input-progress{background:#af7dd1;top:7px;width:100%}.wc-block-components-price-slider__range-input{height:24px;pointer-events:auto}.wc-block-components-price-slider__range-input::-ms-track{background:#fff0;border-color:#fff0;border-width:7px 0;color:#fff0}.wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input::-ms-fill-upper{background:#fff0}.wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider__range-input::-ms-thumb{pointer-events:auto;transform:translate(1px)}.wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:#fff0}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}}@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@supports(-ms-ime-align:auto){.wc-block-components-price-slider__range-input-wrapper{background:#fff0;box-shadow:none;height:24px}.wc-block-components-price-slider__range-input-progress{background:#af7dd1;top:7px;width:100%}.wc-block-components-price-slider__range-input{height:24px;pointer-events:auto}.wc-block-components-price-slider__range-input::-ms-track{background:#fff0;border-color:#fff0;border-width:7px 0;color:#fff0}.wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input::-ms-fill-upper{background:#fff0}.wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider__range-input::-ms-thumb{pointer-events:auto;transform:translate(1px)}.wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:#fff0}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper{background:#fff0;border:3px solid;box-sizing:border-box}.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress{--range-color:currentColor;margin:-3px}.theme-twentytwentyone .wc-block-price-filter__range-input{background:#fff0;margin:-3px;width:calc(100% + 6px)}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb{margin-top:-9px}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{transform:translate(2px,1px)}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{transform:translate(-2px,1px)}.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track{border-color:transparent!important}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper{border:0;height:auto;height:50px;position:relative}.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress{display:none}.theme-twentytwentyone .wc-block-price-filter__range-input{height:100%;margin:0;width:100%}}.wc-block-components-product-sort-select{margin-bottom:24px;text-align:left}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wc-block-grid{text-align:center}.wc-block-grid__no-products{padding:40px;text-align:center;width:100%}.wc-block-grid__no-products .wc-block-grid__no-products-image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-grid__no-products .wc-block-grid__no-products-title{display:block;font-weight:700;margin:0}.wc-block-grid__no-products .wc-block-grid__no-products-description{display:block;margin:.25em 0 1em}.wc-block-grid__products{background-clip:padding-box;display:flex;flex-wrap:wrap;margin:0 -8px 16px;padding:0}.wc-block-grid__product{border-bottom:16px solid #fff0;border-left:8px solid #fff0;border-right:8px solid #fff0;box-sizing:border-box;float:none;list-style:none;margin:0;padding:0;position:relative;text-align:center;width:auto}.wc-block-grid__product.wc-block-grid__product{box-sizing:border-box}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,.wc-block-grid.has-aligned-buttons .wc-block-grid__product{display:flex;flex-direction:column}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child{margin-bottom:0;margin-top:auto;padding-bottom:12px}.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,.wc-block-grid.has-1-columns .wc-block-grid__product{flex:1 0 100%;max-width:100%}.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%}.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 33.3333333333%;max-width:33.3333333333%}.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 25%;max-width:25%}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 20%;max-width:20%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 16.6666666667%;max-width:16.6666666667%}.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 14.2857142857%;max-width:14.2857142857%}.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 12.5%;max-width:12.5%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{font-size:.5em}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product{font-size:.58em}.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product{font-size:.75em}.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull){font-size:.92em}@media(max-width:480px){.wc-block-grid.has-2-columns .wc-block-grid__products{display:block}.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-3-columns .wc-block-grid__products{display:block}.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-4-columns .wc-block-grid__products{display:block}.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-5-columns .wc-block-grid__products{display:block}.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-6-columns .wc-block-grid__products{display:block}.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-7-columns .wc-block-grid__products{display:block}.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}.wc-block-grid.has-8-columns .wc-block-grid__products{display:block}.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 100%;margin-left:auto;margin-right:auto;max-width:100%;padding:0}}@media(min-width:481px)and (max-width:600px){.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 50%;margin:0 0 24px;max-width:50%;padding:0}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-product-rating__stars{display:inline-block;height:1em;line-height:1}.wc-block-components-quantity-selector{border-radius:4px;box-sizing:content-box;display:flex;margin:0 0 .25em;position:relative;width:107px}.wc-block-components-quantity-selector:after{border:1px solid;border-radius:4px;bottom:0;content:"";left:0;opacity:.45;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:#fff0;border:0;box-shadow:none;color:currentColor;flex:1 1 auto;font-size:1em;font-weight:600;line-height:1;margin:0;min-width:40px;order:2;padding:.4em 0;text-align:center;vertical-align:middle}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{opacity:.6}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{background:none #fff0;border:0;box-shadow:none;color:currentColor;cursor:pointer;font-size:.9em;font-style:normal;font-weight:400;margin:0;min-width:30px;opacity:.6;padding:0;text-align:center;text-decoration:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{opacity:1}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{box-shadow:none;cursor:default;opacity:.6}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{border-radius:4px 0 0 4px;order:1}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{border-radius:0 4px 4px 0;order:3}.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{background:none #fff0}.wc-block-components-radio-control__option{color:inherit;display:block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:1em 0;padding:0 0 0 2.5em;position:relative;text-decoration:inherit;text-transform:inherit}.wc-block-components-radio-control__option:first-child{margin-top:0}.wc-block-components-radio-control__option:last-child{margin-bottom:0}.wc-block-components-radio-control__option-layout{display:table;width:100%}.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after{display:none}.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group{display:table-row}.wc-block-components-radio-control__description-group>span,.wc-block-components-radio-control__label-group>span{display:table-cell}.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label{min-width:50%;text-align:right}.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-label{line-height:max(1.5rem,24px)}.wc-block-components-radio-control__description,.wc-block-components-radio-control__secondary-description{font-size:.875em;line-height:20px}.wc-block-components-radio-control .wc-block-components-radio-control__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #50575e;border-radius:50%;display:inline-block;height:1.5em;left:0;min-height:24px;min-width:24px;position:absolute;top:50%;transform:translateY(-50%);width:1.5em}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#000;border-radius:50%;content:"";display:block;height:.75em;left:50%;margin:0;min-height:12px;min-width:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.75em}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input{background-color:rgb(0 0 0 / .1);border-color:hsl(0 0% 100% / .6)}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#fff}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked{border-width:2px}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background-color:var(--form--color-text)}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after{display:none}.is-loading .wc-block-components-review-list-item__text{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:60%;z-index:1}.is-loading .wc-block-components-review-list-item__text>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__text:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__text{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__text:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;font-size:1em;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span{display:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;height:1em;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:120px;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before{content:" "}.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item{list-style:none;margin:0 0 48px}.wc-block-components-review-list-item__info{-ms-grid-columns:1fr;display:-ms-grid;display:grid;grid-template-columns:1fr;margin-bottom:24px}.wc-block-components-review-list-item__meta{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info{-ms-grid-columns:calc(3em + 16px) 1fr;grid-template-columns:calc(3em + 16px) 1fr}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta{-ms-grid-column:2;grid-column:2}.wc-block-components-review-list-item__image{-ms-grid-row-span:2;align-items:center;display:flex;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1/3;height:3em;justify-content:center;position:relative;width:3em}.wc-block-components-review-list-item__image>img{display:block;max-height:100%;-o-object-fit:contain;object-fit:contain}.wc-block-components-review-list-item__verified{bottom:-7px;height:21px;line-height:21px;margin:0;overflow:hidden;position:absolute;right:-7px;text-indent:21px;width:21px}.wc-block-components-review-list-item__verified:before{background:#fff0 url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;content:"";display:block;height:21px;width:21px}.wc-block-components-review-list-item__meta{align-items:center;display:flex;flex-flow:row wrap}.wc-block-components-review-list-item__meta:after{content:"";flex-basis:100%;order:3}.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product{display:block;font-weight:700;margin-right:8px;order:1}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author{font-weight:400;order:4}.wc-block-components-review-list-item__published-date{order:5}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date{padding-left:8px;position:relative}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{border-right:1px solid;content:"";display:inline-block;height:1em;margin-left:-8px;opacity:.5;position:absolute;top:calc(50% + .1em);transform:translateY(-50%);vertical-align:middle}.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{display:none}.wc-block-components-review-list-item__rating{order:2}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{display:block;font-family:star;font-size:1em;font-weight:400;height:1em;line-height:1;overflow:hidden;position:relative;top:0;width:5.3em}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"SSSSS";float:left;left:0;opacity:.25;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{color:#e6a237;content:"SSSSS";left:0;position:absolute;top:0}.wc-block-components-review-list-item__text p{font-size:inherit}.wc-block-components-review-list.wc-block-components-review-list{margin:0}.wc-block-components-review-sort-select{text-align:right}.wc-block-components-sidebar-layout{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wc-block-components-sidebar-layout .wc-block-components-main{box-sizing:border-box;margin:0;padding-right:3.7735849057%;width:65%}.wc-block-components-sidebar{box-sizing:border-box;margin:0;padding-left:2.2641509434%;width:35%}.wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1em;margin:0;padding:0;vertical-align:baseline}.is-medium.wc-block-components-sidebar-layout,.is-mobile.wc-block-components-sidebar-layout,.is-small.wc-block-components-sidebar-layout{flex-direction:column;margin:0 auto 16px}.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-small.wc-block-components-sidebar-layout .wc-block-components-main,.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar{padding:0;width:100%}.is-large .wc-block-components-sidebar .wc-block-components-panel,.is-large .wc-block-components-sidebar .wc-block-components-totals-item{padding-left:16px;padding-right:16px}.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item{padding:0}.wc-block-components-sidebar .wc-block-components-panel>h2{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{display:inline-block;font-weight:400;margin-right:12px}.wc-block-components-sort-select__select{font-size:inherit;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;position:absolute;text-align:center;width:100%}.wc-block-components-spinner:after{-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:.2em solid;border-left:.2em solid #fff0;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}.wc-block-components-state-input{margin-top:1.5em}.wc-block-components-tabs .wc-block-components-tabs__list{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item{background:#fff0;border:none;border-radius:0;box-shadow:inset 0 -1px currentColor;color:inherit;flex:auto;outline-offset:-1px;padding:12px 16px;text-align:center;transition:box-shadow .1s linear}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active{box-shadow:inset 0 -3px currentColor;font-weight:600;position:relative}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus{outline:1px dotted currentColor;outline-offset:-1px}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover{background:#fff0}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content{display:inline-block;font-size:1em;font-weight:700;line-height:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg{height:1.2em;margin:.2em 0 -.2em;vertical-align:middle}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons{margin:.2em 0 -.2em}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:1.2em;vertical-align:middle}.wc-block-components-tabs .wc-block-components-tabs__content{padding:16px 0;text-transform:none}.wc-block-components-form .wc-block-components-text-input,.wc-block-components-text-input{margin-top:1.5em;position:relative;white-space:nowrap}.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{color:inherit;color:#757575;cursor:text;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;left:0;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 32px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:0;transform:translateY(.75em);transform-origin:top left;transition:transform .2s ease}.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,.has-dark-controls .wc-block-components-text-input label{color:hsl(0 0% 100% / .6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{transition:none}}.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,.wc-block-components-text-input input:-webkit-autofill+label{transform:translateY(4px) scale(.75)}.wc-block-components-form .wc-block-components-text-input.is-active label,.wc-block-components-text-input.is-active label{transform:translateY(4px) scale(.75)}.wc-block-components-form .wc-block-components-text-input input[type=email],.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text],.wc-block-components-form .wc-block-components-text-input input[type=url],.wc-block-components-text-input input[type=email],.wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=tel],.wc-block-components-text-input input[type=text],.wc-block-components-text-input input[type=url]{background-color:#fff;border:1px solid #50575e;border-radius:4px;box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:1em;height:3em;line-height:1.375;margin:0;min-height:0;padding:.75em 0;text-indent:16px;width:100%}.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.wc-block-components-text-input input[type=email]:focus,.wc-block-components-text-input input[type=number]:focus,.wc-block-components-text-input input[type=tel]:focus,.wc-block-components-text-input input[type=text]:focus,.wc-block-components-text-input input[type=url]:focus{background-color:#fff;box-shadow:0 0 0 1px #50575e;color:#2b2d2f;outline:0}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],.has-dark-controls .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-text-input input[type=url]{background-color:rgb(0 0 0 / .1);border-color:hsl(0 0% 100% / .4);color:#fff}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.has-dark-controls .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-text-input input[type=url]:focus{background-color:rgb(0 0 0 / .1);box-shadow:0 0 0 1px hsl(0 0% 100% / .4);color:#fff}.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=number]{-moz-appearance:textfield}.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],.wc-block-components-text-input.is-active input[type=email],.wc-block-components-text-input.is-active input[type=number],.wc-block-components-text-input.is-active input[type=tel],.wc-block-components-text-input.is-active input[type=text],.wc-block-components-text-input.is-active input[type=url]{padding:1.5em 0 .25em}.wc-block-components-form .wc-block-components-text-input.has-error input,.wc-block-components-form .wc-block-components-text-input.has-error input:active,.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-form .wc-block-components-text-input.has-error input:hover,.wc-block-components-text-input.has-error input,.wc-block-components-text-input.has-error input:active,.wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:hover{border-color:#cc1818}.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:focus{box-shadow:0 0 0 1px #cc1818}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,.has-dark-controls .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:hover{border-color:#f18c8c}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:focus{box-shadow:0 0 0 1px #f18c8c}.wc-block-components-form .wc-block-components-text-input.has-error label,.wc-block-components-text-input.has-error label{color:#cc1818}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,.has-dark-controls .wc-block-components-text-input.has-error label{color:#f18c8c}.wc-block-components-form .wc-block-components-text-input:only-child,.wc-block-components-text-input:only-child{margin-top:1.5em}.wc-block-components-textarea{background-color:#fff;border:1px solid #50575e;border-radius:4px;color:#2b2d2f;font-family:inherit;font-size:1em;line-height:1.375;margin:0;padding:.75em 16px;width:100%}.has-dark-controls .wc-block-components-textarea{background-color:rgb(0 0 0 / .1);border-color:hsl(0 0% 100% / .4);color:#fff}.has-dark-controls .wc-block-components-textarea::-moz-placeholder{color:hsl(0 0% 100% / .6)}.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder{color:hsl(0 0% 100% / .6)}.has-dark-controls .wc-block-components-textarea::placeholder{color:hsl(0 0% 100% / .6)}.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea{background-color:rgb(0 0 0 / .1);color:#fff}.theme-twentytwenty .wc-block-components-title.wc-block-components-title,.wc-block-components-title.wc-block-components-title{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline;word-break:break-word}.wc-block-components-validation-error{color:#cc1818;font-size:.75em;max-width:100%;white-space:normal}.wc-block-components-validation-error>p{margin:0;padding:4px 0 0}.has-dark-mode-palette .wc-block-components-validation-error{color:#f18c8c}.wc-block-components-select+.wc-block-components-validation-error{margin-bottom:24px}.wc-block-components-notices{display:block;margin-bottom:2em}.wc-block-components-notices .wc-block-components-notices__notice{display:flex;flex-wrap:nowrap;margin:0}.wc-block-components-notices .wc-block-components-notices__notice a{text-decoration:underline}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss{background:#fff0 none;border:0;color:currentColor;margin:0 0 0 auto;outline:0;padding:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg{fill:currentColor;vertical-align:text-top}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child{margin-top:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child{margin-bottom:0}.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice{margin-top:1em}.theme-twentytwenty .wc-block-components-notices__notice,.theme-twentytwentyone .wc-block-components-notices__notice{padding:1.5rem 3rem}.wc-block-components-notices__snackbar{bottom:20px;left:16px;position:fixed;width:auto}@media(max-width:782px){.wc-block-components-notices__snackbar{bottom:auto;left:0;position:fixed;top:10px}.wc-block-components-notices__snackbar .components-snackbar-list__notice-container{margin-left:10px;margin-right:10px}}.with-scroll-to-top__scroll-point{position:relative;top:-36px}.wc-block-components-express-payment{margin:auto;position:relative}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;margin:0;overflow:hidden;padding:0;text-align:center;width:100%}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li{margin:0}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img{height:48px;width:100%}.wc-block-components-express-payment--checkout{margin-top:15px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container{display:flex;flex-direction:row;left:0;position:absolute;right:0;top:-5px;vertical-align:middle}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before{border-left:1px solid;border-radius:5px 0 0 0;border-top:1px solid;content:"";display:block;height:4px;margin-right:12px;opacity:.3;pointer-events:none;width:10px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after{border-radius:0 5px 0 0;border-right:1px solid;border-top:1px solid;content:"";display:block;flex-grow:1;height:4px;margin-left:12px;opacity:.3;pointer-events:none}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title{flex-grow:0;transform:translateY(-50%)}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content{padding:1.5em 23px;position:relative}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after{border-radius:0 0 5px 5px;border-style:solid;border-width:0 1px 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p{margin-bottom:1em}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li{display:inline-block;width:50%}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:only-child{display:block;width:100%}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(2n){padding-left:8px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(odd){padding-right:8px}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li{padding-bottom:16px;text-align:center;width:100%}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child{padding-bottom:0}.wc-block-components-express-payment-continue-rule{align-items:center;display:flex;margin:24px 0;padding:0 24px;text-align:center}.wc-block-components-express-payment-continue-rule:before{margin-right:10px}.wc-block-components-express-payment-continue-rule:after{margin-left:10px}.wc-block-components-express-payment-continue-rule:after,.wc-block-components-express-payment-continue-rule:before{border-bottom:1px solid;content:" ";flex:1;opacity:.3}.wc-block-components-express-payment-continue-rule--cart{margin:16px 0;text-transform:uppercase}.theme-twentynineteen .wc-block-components-express-payment__title:before{display:none}.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title{padding-left:12px;padding-right:12px}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button{background-color:#1e1e1e;color:#fff}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description{display:block;margin:.25em 0 1em}.components-notice.wc-block-checkout__no-payment-methods-notice{margin-bottom:16px}.wc-block-card-elements{display:flex;width:100%}.wc-block-card-elements .wc-block-components-validation-error{position:static}.wc-block-gateway-container{margin-bottom:1.5em;position:relative;white-space:nowrap}.wc-block-gateway-container.wc-card-number-element{flex-basis:15em;flex-grow:1;min-width:min(15em,60%)}.wc-block-gateway-container.wc-card-expiry-element{flex-basis:7em;margin-left:12px;min-width:min(7em,calc(24% - 12px))}.wc-block-gateway-container.wc-card-cvc-element{flex-basis:7em;margin-left:12px;min-width:min(5em,calc(16% - 12px))}.wc-block-gateway-container .wc-block-gateway-input{background-color:#fff;border:1px solid #50575e;border-radius:4px;box-sizing:border-box;color:#2b2d2f;cursor:text;font-family:inherit;font-size:1em;height:3em;line-height:1.375;margin:0;padding:.75em 0 .75em 16px;width:100%}.wc-block-gateway-container .wc-block-gateway-input:focus,.wc-block-gateway-container:focus{background-color:#fff}.wc-block-gateway-container label{color:inherit;color:#757575;cursor:text;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;left:0;letter-spacing:inherit;line-height:inherit;line-height:1.375;margin:0 0 0 17px;max-width:calc(100% - 24px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:0;transform:translateY(.75em);transform-origin:top left;transition:transform .2s ease}@media screen and (prefers-reduced-motion:reduce){.wc-block-gateway-container label{transition:none}}.wc-block-gateway-container.wc-inline-card-element label{margin-left:calc(24px + 1.5em)}.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label{margin-left:16px;transform:translateY(4px) scale(.75)}.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error{margin-top:-24px;position:static}.wc-block-gateway-container .wc-block-gateway-input.focused.empty,.wc-block-gateway-container .wc-block-gateway-input:not(.empty){padding:1.5em 0 .25em 16px}.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label{transform:translateY(4px) scale(.75)}.wc-block-gateway-container .wc-block-gateway-input.has-error{border-color:#cc1818}.wc-block-gateway-container .wc-block-gateway-input.has-error:focus{outline-color:#cc1818}.wc-block-gateway-container .wc-block-gateway-input.has-error+label{color:#cc1818}.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p{line-height:16px;padding-top:4px}.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,.is-small .wc-card-expiry-element .wc-block-components-validation-error>p{min-height:28px}.wc-block-components-checkout-payment-methods *{pointer-events:all}.is-mobile .wc-block-card-elements,.is-small .wc-block-card-elements{flex-wrap:wrap}.is-mobile .wc-block-gateway-container.wc-card-number-element,.is-small .wc-block-gateway-container.wc-card-number-element{flex-basis:100%}.is-mobile .wc-block-gateway-container.wc-card-expiry-element,.is-small .wc-block-gateway-container.wc-card-expiry-element{flex-basis:calc(50% - 8px);margin-left:0;margin-right:8px}.is-mobile .wc-block-gateway-container.wc-card-cvc-element,.is-small .wc-block-gateway-container.wc-card-cvc-element{flex-basis:calc(50% - 8px);margin-left:8px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option{padding-left:56px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after{content:none}.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input{left:16px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child{margin:0;padding-bottom:1em;padding-top:1em}.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked{font-weight:700}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option{position:relative}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after{border-style:solid;border-width:1px 1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after{border-width:1px}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after{border-width:0}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label{align-items:center;display:flex;justify-content:flex-start}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img{height:24px;max-height:24px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option{padding-left:16px}.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input{display:none}.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned{height:28px;padding-top:14px}.wc-block-components-radio-control-accordion-content{padding:0 16px 1em}.wc-block-components-radio-control-accordion-content:empty{display:none}.wc-block-checkout__order-notes .wc-block-components-checkout-step__content{padding-bottom:0}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;margin-top:2em;max-width:100%!important;min-height:15em;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3{display:none}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product{box-sizing:content-box;display:inline-block;margin-bottom:2em;padding-right:5%;text-align:center;vertical-align:top;width:30%}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3){padding-right:0}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name{font-weight:400}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price{display:block}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button{margin-top:1em}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart{justify-content:center}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link){background-color:#eee;color:#333;font-weight:600;margin-top:1em}.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover{background-color:#d5d5d5;border-color:#d5d5d5;color:#333}@media(max-width:480px){.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product{display:block;width:100%}}.is-medium .wc-block-cart__sidebar,.is-mobile .wc-block-cart__sidebar,.is-small .wc-block-cart__sidebar{margin-bottom:24px;order:0}.editor-styles-wrapper .wc-block-cart__empty-cart__title,.wc-block-cart__empty-cart__title{font-size:inherit}.wc-block-cart__submit{margin:0 0 16px;position:relative}.wc-block-cart__submit-button{box-sizing:border-box;margin:0;width:100%}.wc-block-cart .wc-block-cart__submit-container{padding:0}@media(min-width:783px){.wc-block-cart .wc-block-cart__submit-container--sticky{display:none}}@media(max-width:782px){.wc-block-cart .wc-block-cart__submit-container--sticky{background:#fff;bottom:0;left:0;padding:16px;position:fixed;width:100%;z-index:9999}.wc-block-cart .wc-block-cart__submit-container--sticky:before{box-shadow:0 -10px 20px 10px currentColor;color:hsl(0 0% 80% / .5);content:"";height:100%;left:0;position:absolute;right:0;top:0}}.wc-block-checkout-error{padding:40px;text-align:center;width:100%}.wc-block-checkout-error .wc-block-checkout-error__image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-checkout-error .wc-block-checkout-error__title{display:block;font-weight:700;margin:0}.wc-block-checkout-error .wc-block-checkout-error__description{display:block;margin:.25em 0 1em}.wc-block-checkout-empty{padding:40px;text-align:center;width:100%}.wc-block-checkout-empty .wc-block-checkout-empty__image{color:inherit;display:block;margin:0 auto 1em;max-width:150px}.wc-block-checkout-empty .wc-block-checkout-empty__title{display:block;font-weight:700;margin:0}.wc-block-checkout-empty .wc-block-checkout-empty__description{display:block;margin:.25em 0 1em}.wc-block-checkout__actions{align-items:center;display:flex;justify-content:space-between}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button{height:auto;padding:1em;width:50%}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text{line-height:24px}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg{fill:#fff;vertical-align:top}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button{display:none}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button{width:100%}.is-large .wc-block-checkout__actions{padding:1.5em 0;position:relative}.is-large .wc-block-checkout__actions:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__form{margin:0;max-width:100%}.is-medium .wc-block-checkout__main,.is-mobile .wc-block-checkout__main,.is-small .wc-block-checkout__main{order:1}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form{margin-left:-6px;margin-right:-6px}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after{clear:both;content:"";display:block}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input{float:left;margin-left:6px;margin-right:6px;position:relative;width:calc(50% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2){margin-top:0}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company{width:calc(100% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox{clear:both}.components-placeholder.wc-block-checkout__no-shipping-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-shipping-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button{background-color:#1e1e1e;color:#fff}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description{display:block;margin:.25em 0 1em}.wc-block-checkout__shipping-option .wc-block-components-radio-control__option{margin:0;padding:.75em 0 .75em 2.5em;position:relative}.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice{margin:.75em 0}.wc-block-checkout__terms{margin:1.5em 0}.wc-block-checkout__terms textarea{position:relative;top:-5px}.wc-block-checkout__terms.wc-block-checkout__terms--disabled{opacity:.6}.wc-block-checkout__sidebar .wc-block-components-product-name{color:inherit;display:block;flex-basis:0%;flex-grow:1}.wc-block-checkout__sidebar .wc-block-components-totals-footer-item{margin:0;padding:0}.is-medium .wc-block-checkout__sidebar,.is-mobile .wc-block-checkout__sidebar,.is-small .wc-block-checkout__sidebar{margin-bottom:24px;order:0}.wc-block-checkout__add-note{margin:1.5em 0}.is-medium .wc-block-checkout__add-note,.is-mobile .wc-block-checkout__add-note,.is-small .wc-block-checkout__add-note{margin-bottom:1em;margin-top:1em;padding:1em 0;position:relative}.is-medium .wc-block-checkout__add-note:after,.is-mobile .wc-block-checkout__add-note:after,.is-small .wc-block-checkout__add-note:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__add-note .wc-block-components-textarea{margin-top:16px}.wc-block-checkout__order-notes.wc-block-components-checkout-step{padding-left:0}.wp-block-woocommerce-checkout{margin:0}.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point{top:-96px}.wp-block-woocommerce-checkout.is-loading{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{padding-left:2.2641509434%;width:35%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block{padding-right:3.7735849057%;width:65%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{box-sizing:border-box;margin:0}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;display:none;line-height:1;margin:0 0 1.5em;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>*{visibility:hidden}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div{-webkit-animation:none;animation:none}}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block{display:block;min-height:10em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block{display:block;min-height:24em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block{display:block;margin-left:50%;min-height:4em;width:50%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block{display:block;min-height:47em}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2{border:0;border-radius:0;color:inherit;font-family:inherit;font-size:1em;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-transform:inherit;vertical-align:baseline}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item{padding-left:16px;padding-right:16px}@media only screen and (max-width:700px){.wp-block-woocommerce-checkout.is-loading{flex-direction:column;margin:0 auto 16px}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{padding:0;width:100%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item{padding-left:0;padding-right:0}}.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2{border:0;border-radius:0;font-size:1.25em;margin:0;padding:0;vertical-align:baseline}.wp-block-woocommerce-featured-category{background-color:#fff0;border-color:#fff0;box-sizing:border-box;color:#fff}.wc-block-featured-category{align-content:center;align-items:center;background-color:inherit;background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;margin:0;overflow:hidden;position:relative;width:100%}.wc-block-featured-category.has-background-dim .background-dim__overlay:before{background:inherit;border-radius:inherit;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before{opacity:.1}.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before{opacity:.2}.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before{opacity:.3}.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before{opacity:.4}.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before{opacity:.5}.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before{opacity:.6}.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before{opacity:.7}.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before{opacity:.8}.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before{opacity:.9}.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before{opacity:1}.wc-block-featured-category__selection{width:100%}.wc-block-featured-category.has-left-content{justify-content:flex-start}.wc-block-featured-category.has-left-content .wc-block-featured-category__description,.wc-block-featured-category.has-left-content .wc-block-featured-category__price,.wc-block-featured-category.has-left-content .wc-block-featured-category__title,.wc-block-featured-category.has-left-content .wc-block-featured-category__variation{margin-left:0;text-align:left}.wc-block-featured-category.has-right-content{justify-content:flex-end}.wc-block-featured-category.has-right-content .wc-block-featured-category__description,.wc-block-featured-category.has-right-content .wc-block-featured-category__price,.wc-block-featured-category.has-right-content .wc-block-featured-category__title,.wc-block-featured-category.has-right-content .wc-block-featured-category__variation{margin-right:0;text-align:right}.wc-block-featured-category.is-repeated{background-repeat:repeat;background-size:auto}.wc-block-featured-category__description,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation{line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-category__description a,.wc-block-featured-category__description a:active,.wc-block-featured-category__description a:focus,.wc-block-featured-category__description a:hover,.wc-block-featured-category__price a,.wc-block-featured-category__price a:active,.wc-block-featured-category__price a:focus,.wc-block-featured-category__price a:hover,.wc-block-featured-category__title a,.wc-block-featured-category__title a:active,.wc-block-featured-category__title a:focus,.wc-block-featured-category__title a:hover,.wc-block-featured-category__variation a,.wc-block-featured-category__variation a:active,.wc-block-featured-category__variation a:focus,.wc-block-featured-category__variation a:hover{color:#fff}.wc-block-featured-category__description,.wc-block-featured-category__link,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation{color:inherit;padding:0 48px 16px;width:100%;z-index:1}.wc-block-featured-category .wc-block-featured-category__background-image{bottom:0;height:100%;left:0;margin:0;-o-object-fit:none;object-fit:none;padding:0;position:absolute;right:0;top:0;width:100%}.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:fixed}@supports(-webkit-overflow-scrolling:touch){.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:scroll}}.wc-block-featured-category__description{color:inherit}.wc-block-featured-category__description p{margin:0}.wc-block-featured-category .wc-block-featured-category__title{color:inherit;margin-top:0}.wc-block-featured-category .wc-block-featured-category__title div{color:inherit}.wc-block-featured-category .wc-block-featured-category__title:before{display:none}.wc-block-featured-category__wrapper{align-content:center;align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;height:100%;justify-content:center;overflow:hidden;width:100%}.wc-block-featured-category .wp-block-button.aligncenter{text-align:center}.wp-block-woocommerce-featured-product{background-color:#fff0;border-color:#fff0;box-sizing:border-box;color:#fff}.wc-block-featured-product{align-content:center;align-items:center;background-color:inherit;background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;margin:0;overflow:hidden;position:relative;width:100%}.wc-block-featured-product.has-background-dim .background-dim__overlay:before{background:inherit;border-radius:inherit;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before{opacity:.1}.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before{opacity:.2}.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before{opacity:.3}.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before{opacity:.4}.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before{opacity:.5}.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before{opacity:.6}.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before{opacity:.7}.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before{opacity:.8}.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before{opacity:.9}.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before{opacity:1}.wc-block-featured-product__selection{width:100%}.wc-block-featured-product.has-left-content{justify-content:flex-start}.wc-block-featured-product.has-left-content .wc-block-featured-product__description,.wc-block-featured-product.has-left-content .wc-block-featured-product__price,.wc-block-featured-product.has-left-content .wc-block-featured-product__title,.wc-block-featured-product.has-left-content .wc-block-featured-product__variation{margin-left:0;text-align:left}.wc-block-featured-product.has-right-content{justify-content:flex-end}.wc-block-featured-product.has-right-content .wc-block-featured-product__description,.wc-block-featured-product.has-right-content .wc-block-featured-product__price,.wc-block-featured-product.has-right-content .wc-block-featured-product__title,.wc-block-featured-product.has-right-content .wc-block-featured-product__variation{margin-right:0;text-align:right}.wc-block-featured-product.is-repeated{background-repeat:repeat;background-size:auto}.wc-block-featured-product__description,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation{line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-product__description a,.wc-block-featured-product__description a:active,.wc-block-featured-product__description a:focus,.wc-block-featured-product__description a:hover,.wc-block-featured-product__price a,.wc-block-featured-product__price a:active,.wc-block-featured-product__price a:focus,.wc-block-featured-product__price a:hover,.wc-block-featured-product__title a,.wc-block-featured-product__title a:active,.wc-block-featured-product__title a:focus,.wc-block-featured-product__title a:hover,.wc-block-featured-product__variation a,.wc-block-featured-product__variation a:active,.wc-block-featured-product__variation a:focus,.wc-block-featured-product__variation a:hover{color:#fff}.wc-block-featured-product__description,.wc-block-featured-product__link,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation{color:inherit;padding:0 48px 16px;width:100%;z-index:1}.wc-block-featured-product .wc-block-featured-product__background-image{bottom:0;height:100%;left:0;margin:0;-o-object-fit:none;object-fit:none;padding:0;position:absolute;right:0;top:0;width:100%}.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:fixed}@supports(-webkit-overflow-scrolling:touch){.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:scroll}}.wc-block-featured-product__description{color:inherit}.wc-block-featured-product__description p{margin:0}.wc-block-featured-product .wc-block-featured-product__title{color:inherit;margin-top:0}.wc-block-featured-product .wc-block-featured-product__title div{color:inherit}.wc-block-featured-product .wc-block-featured-product__title:before{display:none}.wc-block-featured-product__wrapper{align-content:center;align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;height:100%;justify-content:center;overflow:hidden;width:100%}.wc-block-featured-product .wp-block-button.aligncenter{text-align:center}.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{border:0;margin-top:0}.wc-block-featured-product .wc-block-featured-product__title:before,.wc-block-featured-product .wc-block-featured-product__variation:before{display:none}.wc-block-featured-product .wc-block-featured-product__variation{font-style:italic;padding-top:0}.wc-block-featured-product .wc-block-featured-product__description p{line-height:1.5;margin:0}.wc-block-mini-cart__badge,.wc-block-mini-cart__quantity-badge{align-items:center;display:flex}.wc-block-mini-cart__badge{background:#fff0;border:.15em solid;border-radius:1em;box-sizing:border-box;color:inherit;font-size:.875em;font-weight:600;height:1.4285714286em;justify-content:center;margin-left:-.7142857143em;min-width:1.4285714286em;padding:0 .25em;transform:translateY(-50%);white-space:nowrap;z-index:1}.wc-block-mini-cart__icon{display:block;height:1.5em;width:1.5em}html[dir=rtl] .wc-block-mini-cart__icon{transform:scaleX(-1)}.wc-block-cart .wc-block-components-shipping-calculator{white-space:nowrap}.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type{margin-top:0}table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th{background:none!important;border:0;margin:0 0 2em}.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items{width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header{font-size:.75em;text-transform:uppercase}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image{width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{visibility:hidden}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total{text-align:right;width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{margin:0;width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{background:#fff0;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-size:.75em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;text-transform:none;vertical-align:baseline;white-space:nowrap}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{background:#fff0}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{font-size:1em;line-height:inherit;text-align:right}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata{margin-bottom:.75em}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled{opacity:.5;pointer-events:none;transition:opacity .2s ease}.wc-block-cart .wc-block-components-totals-footer-item,.wc-block-cart .wc-block-components-totals-taxes{margin:0}.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;display:inline-block;line-height:1;max-width:100%!important;min-width:84px;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading h2 span>*,.wc-block-cart--is-loading th span>*,.wc-block-mini-cart__drawer.is-loading h2 span>*,.wc-block-mini-cart__drawer.is-loading th span>*{visibility:hidden}.wc-block-cart--is-loading h2 span:after,.wc-block-cart--is-loading th span:after,.wc-block-mini-cart__drawer.is-loading h2 span:after,.wc-block-mini-cart__drawer.is-loading th span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading h2 span:before,.wc-block-cart--is-loading th span:before,.wc-block-mini-cart__drawer.is-loading h2 span:before,.wc-block-mini-cart__drawer.is-loading th span:before{content:" "}.wc-block-cart--is-loading h2 span,.wc-block-mini-cart__drawer.is-loading h2 span{min-width:33%}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-components-product-metadata>*,.wc-block-cart--is-loading .wc-block-components-product-price>*,.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-components-product-metadata:after,.wc-block-cart--is-loading .wc-block-components-product-price:after,.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;display:inline-block;line-height:1;max-width:100%!important;min-width:84px;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-components-product-name>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-components-product-name:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-name:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before{content:" "}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata{margin-top:.25em;min-width:8em}.wc-block-cart--is-loading .wc-block-cart-item__remove-link,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price{display:block;margin-top:.25em;max-width:3em}.wc-block-cart--is-loading .wc-block-components-product-price:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before{content:" "}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;min-height:460px;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before{content:" "}.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:none}.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:flex}.wc-block-cart-item__total-price-and-sale-badge-wrapper{align-items:flex-end;display:flex;flex-direction:column}.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge{margin-top:4px}.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{display:none}.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td{padding:0}.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header{display:none}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row{position:relative}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row{-ms-grid-columns:80px 132px;display:-ms-grid;display:grid;grid-template-columns:80px 132px;padding:16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{-ms-grid-column:1;grid-column-start:1;-ms-grid-row:1;grid-row-start:1;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{-ms-grid-column-span:2;-ms-grid-column-align:stretch;-ms-grid-column:2;grid-column-end:4;grid-column-start:2;-ms-grid-row:1;grid-row-start:1;justify-self:stretch;padding:0 16px 16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{-ms-grid-row-align:end;align-self:end;-ms-grid-column:1;grid-column-start:1;-ms-grid-row:2;grid-row-start:2;padding-right:16px;padding-top:16px;vertical-align:bottom}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{-ms-grid-row:1;grid-row-start:1}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:inline-block}.is-large.wc-block-cart{margin-bottom:3em}.is-large.wc-block-cart .wc-block-cart-items{position:relative}.is-large.wc-block-cart .wc-block-cart-items:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th{padding:.25rem 16px .25rem 0;white-space:nowrap}.is-large.wc-block-cart .wc-block-cart-items td{padding:16px 0 16px 16px;position:relative;vertical-align:top}.is-large.wc-block-cart .wc-block-cart-items td:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th:last-child{padding-right:0}.is-large.wc-block-cart .wc-block-cart-items td:last-child{padding-right:16px}.is-large.wc-block-cart .wc-block-components-radio-control__input{left:0}.is-large.wc-block-cart .wc-block-cart__totals-title{background:#fff0;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;display:block;font-family:inherit;font-size:inherit;font-size:.75em;font-style:inherit;font-weight:inherit;font-weight:600;letter-spacing:inherit;line-height:inherit;margin:0;padding:.25rem 0;text-align:right;text-decoration:inherit;text-transform:inherit;text-transform:uppercase;vertical-align:baseline}.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel){padding-left:16px;padding-right:16px}.is-large.wc-block-cart .wc-block-cart__payment-options{padding:16px 0 0}.is-large.wc-block-cart .wc-block-cart__payment-options:empty{padding:0}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block{display:none}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block{box-sizing:border-box;margin:0;min-height:10em;padding-right:3.7735849057%;width:65%}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;max-width:100%!important;min-height:15em;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{box-sizing:border-box;margin:0;min-height:12em;padding-left:2.2641509434%;width:35%}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;box-shadow:none;color:transparent!important;display:block;line-height:1;margin:0 0 1em;max-width:100%!important;min-height:3em;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block{height:20em}@media only screen and (max-width:700px){.wp-block-woocommerce-cart.is-loading{padding-top:16px}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{flex-direction:column;margin:0 auto 16px}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{padding:0;width:100%}}.wc-block-mini-cart{display:inline-block}.wc-block-mini-cart__button{align-items:center;background-color:#fff0;border:none;color:inherit;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;padding:.75em .5em}.wc-block-mini-cart__button:hover:not([disabled]){opacity:.6}.wc-block-mini-cart__amount{display:none}.wc-block-mini-cart__tax-label{margin-right:.5em}@media screen and (min-width:768px){.wc-block-mini-cart__amount{display:initial;font-size:inherit;font-weight:inherit;margin-right:8px}}.modal-open .wc-block-mini-cart__button{pointer-events:none}.wc-block-mini-cart__drawer{font-size:1rem}.wc-block-mini-cart__drawer .components-modal__content{padding:0;position:relative}.wc-block-mini-cart__drawer .components-modal__header{position:absolute;right:16px;top:40px}.wc-block-mini-cart__drawer .components-modal__header button{color:inherit;z-index:9999}.wc-block-mini-cart__drawer .components-modal__header svg{fill:currentColor}.wp-block-woocommerce-mini-cart-contents{box-sizing:border-box;height:100vh;justify-content:center;padding:0}:where(.wp-block-woocommerce-mini-cart-contents){background:#fff}.wp-block-woocommerce-empty-mini-cart-contents-block,.wp-block-woocommerce-filled-mini-cart-contents-block{display:flex;flex-direction:column;height:100%}.wp-block-woocommerce-empty-mini-cart-contents-block{justify-content:center}.wp-block-woocommerce-filled-mini-cart-contents-block{justify-content:space-between}.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper{overflow-y:auto;padding:40px 16px 16px}h2.wc-block-mini-cart__title{font-size:2em;margin:40px 16px 0}.wc-block-mini-cart__items{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:16px 16px 0}.wc-block-mini-cart__items .wc-block-mini-cart__products-table{margin-bottom:auto;margin-right:-16px;padding-right:16px}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row{padding-bottom:8px;padding-top:8px}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after{content:none}.wc-block-mini-cart__footer{border-top:1px solid #ddd;padding:24px 16px}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal{font-weight:600;margin-bottom:16px}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:none;font-size:.75em;font-weight:400}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:unset}}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions{display:flex;gap:16px}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button{flex-grow:1;font-weight:600}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined{color:currentColor;display:none}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:focus,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:hover{color:#fff}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined{display:inline-flex}}.wc-block-mini-cart__footer .wc-block-components-payment-method-icons{margin-top:16px}.wc-block-mini-cart__shopping-button{display:flex;justify-content:center}.wc-block-mini-cart__shopping-button a{border:2px solid;color:currentColor;font-weight:600;padding:12px 24px;text-decoration:none}.wc-block-mini-cart__shopping-button a:focus,.wc-block-mini-cart__shopping-button a:hover{background-color:#1e1e1e;border-color:#1e1e1e;color:#fff}.wc-block-components-checkbox{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-top:1.5em;text-decoration:inherit;text-transform:inherit}.wc-block-components-checkbox label{align-items:flex-start;display:flex;position:relative}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:2px solid #50575e;border-radius:2px;box-sizing:border-box;font-size:1em;height:1.5em;margin:0 16px 0 0;min-height:1.5em;min-width:1.5em;overflow:hidden;position:static;vertical-align:middle;width:1.5em}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:#fff;border-color:#50575e}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:2px solid #50575e;outline-offset:2px}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before{content:""}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark{display:none}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{background-color:rgb(0 0 0 / .1);border-color:hsl(0 0% 100% / .6)}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:rgb(0 0 0 / .1);border-color:hsl(0 0% 100% / .6)}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:2px solid hsl(0 0% 100% / .6);outline-offset:2px}.wc-block-components-checkbox.has-error,.wc-block-components-checkbox.has-error a{color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover{border-color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus{outline:2px solid #cc1818;outline-offset:2px}.wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#000;height:1.125em;margin-left:.1875em;margin-top:.0625em;pointer-events:none;position:absolute;width:1.125em}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#fff}.wc-block-components-checkbox .wc-block-components-checkbox__label,.wc-block-components-checkbox>span{line-height:1.5em;vertical-align:middle}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-checkbox__mark{display:none}}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]{background-color:#fff;border-color:var(--form--border-color);position:relative}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked{background-color:#fff;border-color:var(--form--border-color)}.theme-twentytwentyone .wc-block-components-checkbox__mark{display:none}.wc-block-components-panel.has-border{position:relative}.wc-block-components-panel.has-border:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after{border-top-width:0}.wc-block-components-panel.has-border.no-top-border{position:relative}.wc-block-components-panel.has-border.no-top-border:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-panel__button{border:0;border-radius:0;height:auto;line-height:1;margin:.375em 0 0;padding:.375em 32px 0 0;position:relative;text-align:left;vertical-align:baseline;width:100%;word-break:break-word}.wc-block-components-panel__button[aria-expanded=true]{margin-bottom:.375em;padding-bottom:.375em}.wc-block-components-panel__button,.wc-block-components-panel__button:active,.wc-block-components-panel__button:focus,.wc-block-components-panel__button:hover{background:#fff0;box-shadow:none;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-components-panel__button>.wc-block-components-panel__button-icon{fill:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);width:auto}.wc-block-components-panel__content[hidden]{display:none}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button{background-color:inherit;color:inherit}.theme-twentyseventeen .wc-block-components-panel__button,.theme-twentytwenty .wc-block-components-panel__button{background:none #fff0;color:inherit}.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover{background:none #fff0}.wc-block-components-totals-wrapper{padding:16px 0;position:relative}.wc-block-components-totals-wrapper:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-wrapper.has-bottom-border:after{border-bottom-width:1px}.wc-block-components-totals-wrapper:empty{padding:0}.wc-block-components-totals-wrapper:empty:after{content:none}.wc-block-components-totals-wrapper.slot-wrapper{padding:0}.wc-block-components-totals-wrapper.slot-wrapper>*>*{padding:16px 0;position:relative}.wc-block-components-totals-wrapper.slot-wrapper>*>:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-wrapper.slot-wrapper>*>:last-child:after{border-bottom-width:0}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child{position:relative}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-item{box-sizing:border-box;display:flex;flex-wrap:wrap;width:100%}.wc-block-components-totals-item__label{flex-grow:1}.wc-block-components-totals-item__value{font-weight:700;white-space:nowrap}.wc-block-components-totals-item__description{font-size:.875em;width:100%}.wc-block-product-categories{margin-bottom:1em}.wc-block-product-categories.is-dropdown{display:flex}.wc-block-product-categories select{margin-right:.5em}.wc-block-product-categories-list--has-images{list-style:none outside}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{clear:both;list-style:none outside;margin:4px 0 4px 60px}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul{margin:4px 0 0}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{border:1px solid #eee;display:inline-block;margin:0 .5em 0 -60px;max-width:50px;padding:0;position:relative;vertical-align:middle}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img{display:block;height:auto;margin:0;max-width:100%;padding:0}.wc-block-product-categories-list-item-count:before{content:" ("}.wc-block-product-categories-list-item-count:after{content:")"}.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder{background:currentColor;display:inline-block;height:1em;min-width:200px;opacity:.2;width:50%}.wc-block-product-categories__button{align-items:center;display:flex;margin:0;overflow:hidden;padding:0 .5em;position:relative}.wc-block-product-categories__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-categories__button svg{transform:rotate(180deg)}.wc-block-product-categories__button:active{color:currentColor}.wc-block-product-categories__button:disabled,.wc-block-product-categories__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-categories__button:disabled:focus,.wc-block-product-categories__button[aria-disabled=true]:focus{box-shadow:none}.wc-block-product-search .wc-block-product-search__fields{display:flex}.wc-block-product-search .wc-block-product-search__field{flex-grow:1;line-height:1.8;padding:6px 8px}.wc-block-product-search .wc-block-product-search__button{align-items:center;cursor:pointer;display:flex;margin:0 0 0 6px;overflow:hidden;padding:0 .5em;position:relative}.wc-block-product-search .wc-block-product-search__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-search .wc-block-product-search__button svg{transform:rotate(180deg)}.wc-block-product-search .wc-block-product-search__button:active{color:currentColor}.wc-block-product-search .wc-block-product-search__button:disabled,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-search .wc-block-product-search__button:disabled:focus,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus{box-shadow:none}.wp-block-woocommerce-price-filter{border-color:#757575;border-radius:4px;border-style:none!important}.wp-block-woocommerce-price-filter h1,.wp-block-woocommerce-price-filter h2,.wp-block-woocommerce-price-filter h3,.wp-block-woocommerce-price-filter h4,.wp-block-woocommerce-price-filter h5,.wp-block-woocommerce-price-filter h6{text-transform:inherit}.wc-block-price-filter,.wc-block-price-filter__controls,.wc-block-price-slider{border-color:inherit;border-radius:inherit}.wc-block-price-filter__controls input{border-color:inherit!important;border-radius:inherit!important;border-style:solid}.wc-block-price-filter__controls .input-loading{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:transparent!important;display:block;height:2em;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5.625em;z-index:1}.wc-block-price-filter__controls .input-loading>*{visibility:hidden}.wc-block-price-filter__controls .input-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-price-filter__controls .input-loading{-webkit-animation:none;animation:none}}.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,.wc-block-price-filter__button.wc-block-components-price-slider__button{font-size:.875em;padding:.5em 1em}.wp-block-woocommerce-attribute-filter{border-style:none!important}.wp-block-woocommerce-attribute-filter h1,.wp-block-woocommerce-attribute-filter h2,.wp-block-woocommerce-attribute-filter h3,.wp-block-woocommerce-attribute-filter h4,.wp-block-woocommerce-attribute-filter h5,.wp-block-woocommerce-attribute-filter h6{text-transform:inherit}.wc-block-attribute-filter{border-color:inherit;border-radius:inherit;margin-bottom:16px}.wc-block-attribute-filter .is-loading{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:transparent!important;display:block;height:1em;line-height:1;margin-top:16px;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-attribute-filter .is-loading>*{visibility:hidden}.wc-block-attribute-filter .is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-attribute-filter .is-loading{-webkit-animation:none;animation:none}}.wc-block-attribute-filter.style-dropdown{align-items:flex-start;display:flex;gap:16px;position:relative}.wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button{height:36px;line-height:1}.wc-block-attribute-filter.style-dropdown>svg{pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.wc-block-attribute-filter .wc-block-attribute-filter-list{margin:0;width:100%}.wc-block-attribute-filter .wc-block-attribute-filter-list li label{cursor:pointer}.wc-block-attribute-filter .wc-block-attribute-filter-list li input{cursor:pointer;display:inline-block}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper{flex-grow:1;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-width:unset;width:0}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading){border:1px solid #757575!important;border-radius:4px}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading{border-radius:.25em}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container{border:0;padding:8px}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder{color:#000}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list{border:1px solid #757575;border-radius:4px;margin-top:8px;max-height:21em}.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion{border:1px solid #ccc;border-radius:4px;color:#000;margin:12px;padding:12px}.wc-block-attribute-filter__conditions-toggle,.wc-block-attribute-filter__display-toggle,.wc-block-attribute-filter__multiple-toggle{width:100%}.woocommerce-product-attributes .woocommerce-search-list__search .components-base-control__label{color:inherit;color:#757575;font-family:inherit;font-size:inherit;font-size:1em;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-attribute-filter__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end}.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button{margin-left:0}.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled{cursor:auto;opacity:.6}.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button{margin-top:0}.editor-styles-wrapper .wc-block-components-checkbox,.wc-block-components-checkbox{margin-top:1em}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container{padding:4px 30px 4px 8px}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text{background-color:#fff;border:1px solid;border-radius:25px 0 0 25px;border-right:0;line-height:22px;padding:.25em .5em .25em .75em}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input{margin:.25em 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token{background-color:#fff;border:1px solid;border-left:0;border-radius:0 25px 25px 0;padding:1px .25em 0 0}.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg{background-color:#e0e0e0;border-radius:25px}.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button,.wc-block-attribute-filter__button.wc-block-attribute-filter__button{font-size:.875em;height:-webkit-max-content;height:-moz-max-content;height:max-content;line-height:normal;padding:.5em 1em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wp-block-woocommerce-stock-filter h1,.wp-block-woocommerce-stock-filter h2,.wp-block-woocommerce-stock-filter h3,.wp-block-woocommerce-stock-filter h4,.wp-block-woocommerce-stock-filter h5,.wp-block-woocommerce-stock-filter h6{text-transform:inherit}.wc-block-stock-filter{margin-bottom:24px}.wc-block-stock-filter.is-loading{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:transparent!important;display:block;line-height:1;margin-top:16px;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-stock-filter.is-loading>*{visibility:hidden}.wc-block-stock-filter.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-stock-filter.is-loading{-webkit-animation:none;animation:none}}.wc-block-stock-filter .wc-block-stock-filter-list{margin:0}.wc-block-stock-filter .wc-block-stock-filter-list li label{cursor:pointer}.wc-block-stock-filter .wc-block-stock-filter-list li input{cursor:pointer;display:inline-block}.wc-block-stock-filter__actions{align-items:center;display:flex;gap:16px;justify-content:flex-end;margin-top:16px}.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button{margin-left:0;margin-top:0}.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,.wc-block-stock-filter__actions .wc-block-stock-filter__button{font-size:.875em;margin-top:.5em;padding:.5em 1em}.wp-block-woocommerce-active-filters h1,.wp-block-woocommerce-active-filters h2,.wp-block-woocommerce-active-filters h3,.wp-block-woocommerce-active-filters h4,.wp-block-woocommerce-active-filters h5,.wp-block-woocommerce-active-filters h6{text-transform:inherit}.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title{height:1em}.wc-block-active-filters{margin-bottom:24px;overflow:hidden}.wc-block-active-filters .wc-block-active-filters__clear-all{background:#fff0;border:none;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:inherit;font-size:.875em;font-style:inherit;font-weight:inherit;font-weight:400;letter-spacing:inherit;line-height:inherit;margin:15px 0 0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;vertical-align:baseline}.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover{background:#fff0}.wc-block-active-filters .wc-block-active-filters__clear-all:hover{color:inherit;text-decoration:none}.wc-block-active-filters .wc-block-active-filters__clear-all,.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover{background:#fff0;color:inherit}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:transparent!important;display:block;display:inline-block;float:right;height:1em;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:80px;z-index:1}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list{clear:both;list-style:none outside;margin:0 0 4px;padding:0}.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading{display:flex;flex-direction:column;flex-wrap:nowrap;margin-top:12px}.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips{align-items:flex-end;flex-direction:row;flex-wrap:wrap;gap:0 10px}.wc-block-active-filters .wc-block-active-filters__list li{list-style:none outside;margin:9px 0 0;padding:0}.wc-block-active-filters .wc-block-active-filters__list li ul{list-style:none outside;margin:0;padding:0}.wc-block-active-filters .wc-block-active-filters__list>li:first-child,.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type{margin:0}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list{display:inline-block}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:transparent!important;display:block;display:inline-block;height:1em;line-height:1;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips{display:inline-block}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;border-radius:13px;box-shadow:none;color:transparent!important;display:block;display:inline-block;height:1em;line-height:1;margin-right:15px!important;max-width:100%!important;min-width:70px;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span>*{visibility:hidden}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span{-webkit-animation:none;animation:none}}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type>span{margin-right:0!important}.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3){flex-grow:1;max-width:200px}.wc-block-active-filters .wc-block-active-filters__list>.wc-block-active-filters__list-item .wc-block-active-filters__list-item-name{margin:9px 0 0}.wc-block-active-filters .wc-block-active-filters__list-item-type{display:block;font-size:.75em;font-weight:700;letter-spacing:.1em;margin:16px 0 0;text-transform:uppercase}.wc-block-active-filters .wc-block-active-filters__list-item-operator{font-style:italic;font-weight:400}.wc-block-active-filters .wc-block-active-filters__list-item-name{align-items:center;display:flex;padding:0;position:relative}.wc-block-active-filters .wc-block-active-filters__list-item-remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e0e0;border:0;border-radius:25px;color:currentColor;font-size:.75em;height:16px;line-height:16px;margin:0 .5em 0 0;padding:0;width:16px}.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover{background:#949494}.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled{color:#e0e0e0;cursor:not-allowed}.wc-block-active-filters .wc-block-active-filters__list--chips li,.wc-block-active-filters .wc-block-active-filters__list--chips ul{display:inline}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type{display:none}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip{margin-bottom:.1875em;margin-top:.1875em}.wc-block-rating-filter.is-loading{background-color:#ebebeb!important;border:0!important;border-radius:.25rem;border-radius:0;box-shadow:none;color:transparent!important;display:block;line-height:1;margin-top:16px;max-width:100%!important;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.wc-block-rating-filter.is-loading>*{visibility:hidden}.wc-block-rating-filter.is-loading:after{-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media screen and (prefers-reduced-motion:reduce){.wc-block-rating-filter.is-loading{-webkit-animation:none;animation:none}}.wp-block-woocommerce-rating-filter{margin-bottom:24px}.wp-block-woocommerce-rating-filter .wc-block-components-product-rating.is-active{font-weight:700}.wp-block-woocommerce-rating-filter .wc-block-components-product-rating.is-active .wc-block-components-product-rating__stars span:before{color:var(--wp--preset--color--primary,#7f54b3)}.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input,.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label{cursor:pointer}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}:where(div[data-block-name="woocommerce/legacy-template"]){margin-left:auto;margin-right:auto;max-width:1000px}}@media print{/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}}.content-blackfriday-timer{background-color:#000;background-color:#181818;text-align:center;color:#fff;padding:28px 0 25px}.content-blackfriday-timer .text-blackfriday{display:flex;justify-content:center;align-items:center}.content-blackfriday-timer .neon-text-black{padding:0 5px;margin-right:3px;color:#FFF4B3;font-size:25px;font-family:'Pattaya',sans-serif;-webkit-animation:neon3 1.5s ease-in-out infinite alternate;-moz-animation:neon3 1.5s ease-in-out infinite alternate;animation:neon3 1.5s ease-in-out infinite alternate;text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 30px #fff,0 0 20px #FFDD1B,0 0 35px #FFDD1B,0 0 40px #FFDD1B,0 0 50px #FFDD1B,0 0 75px #FFDD1B}.content-blackfriday-timer .text-percentage-black{font-size:26px;color:#fff;font-weight:700;font-family:'Pattaya',sans-serif;margin:0 2px;color:#F6DF55;padding:0 5px}.content-blackfriday-timer .btn-cupom-get--without-action,.content-blackfriday-timer .btn-cupom-get{display:inline-flex;justify-content:center;color:#4d0202;background:#ffb230;margin:0 6px;padding:10px;border-radius:5px}.content-blackfriday-timer .btn-cupom-get--without-action:hover,.content-blackfriday-timer .btn-cupom-get:hover{background:#c5800e}.has-header-image .custom-header-media img,.has-header-video .custom-header-media video,.has-header-video .custom-header-media iframe{position:relative!important}@-webkit-keyframes neon3{from{color:#FFF4B3;text-shadow:0 0 0 #870202,0 0 15px #FFDD1B,0 0 3px #870202,0 0 10px #FFF}to{color:#F6DF55;text-shadow:0 0 0 #870202,0 0 5px #870202,0 0 0 #870202,0 0 10px #FFF}}.flipdown{display:inline-block;font-size:14px;width:auto;padding:0 10px}.flipdown .rotor-group{overflow:visible;position:relative;float:left;padding-right:15px}.flipdown .rotor-group-heading{height:30px;margin-bottom:0;text-align:center;position:absolute;top:-28px;font-size:10px;color:#eee}.flipdown .rotor-group-heading:before{content:'Dias';width:74px;height:30px;color:#f6df55;line-height:30px;text-align:center;display:block}@media screen and (max-width:400px){.flipdown .rotor-group-heading:before{width:65px}}.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before{content:'Dias'}.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before{content:'Horas'}.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before{content:'Minutos'}.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before{content:'Segundos'}.flipdown .rotor-group:last-child{padding-right:0}.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before{content:'';position:absolute;bottom:25px;left:80px;width:5px;height:5px;border-radius:50%;background-color:#151515}.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after{content:'';position:absolute;bottom:11px;left:80px;width:5px;height:5px;border-radius:50%;background-color:#151515}.flipdown .rotor{position:relative;float:left;width:35px;height:40px;margin:0 5px 0 0;border-radius:4px;font-size:2em;text-align:center;background-color:#151515;color:#fff;perspective:200px}.flipdown .rotor:last-child{margin-right:0}.flipdown .rotor-top,.flipdown .rotor-bottom{overflow:hidden;position:absolute;width:35px;height:20px}.flipdown .rotor-leaf{z-index:1;position:absolute;width:35px;height:40px;transform-style:preserve-3d;transition:transform 0s}.flipdown .rotor-leaf.flipped{transform:rotateX(-180deg);transition:all 0.5s ease-in-out}.flipdown .rotor-leaf-front,.flipdown .rotor-leaf-rear{overflow:hidden;position:absolute;width:35px;height:20px;margin:0;transform:rotateX(0deg);backface-visibility:hidden}.flipdown .rotor-leaf-front{line-height:40px;background-color:#151515;border-radius:4px 4px 0 0}.flipdown .rotor-leaf-rear{line-height:0;background-color:#202020;color:#E0E0E0;border-radius:0 0 4px 4px;transform:rotateX(-180deg);transition:background-color 0.5s}.flipdown .rotor-leaf.flipped .rotor-leaf-rear{background-color:#202020;color:#EFEFEF;transition:background-color 0.5s}.flipdown .rotor-top{line-height:40px;background-color:#151515;border-radius:4px 4px 0 0}.flipdown .rotor-bottom{bottom:0;line-height:0;background-color:#202020;color:#EFEFEF;border-radius:0 0 4px 4px}.flipdown .rotor:after{content:'';z-index:2;position:absolute;bottom:0;left:0;width:35px;height:40px;border-top:solid 1px #151515;border-radius:0 0 4px 4px}.shakeBarBlackFriday{animation:shakeBarBlackFriday 0.82s cubic-bezier(.36,.07,.19,.97) both;transform:translate3d(0,0,0);backface-visibility:hidden;perspective:1000px}@keyframes shakeBarBlackFriday{10%,90%{transform:translate3d(0,-1px,0)}20%,80%{transform:translate3d(0,2px,0)}30%,50%,70%{transform:translate3d(0,-4px,0)}40%,60%{transform:translate3d(0,4px,0)}}.popup-modal-blackfriday{position:fixed;top:0;left:0;width:100%;height:100%;z-index:8000;display:flex;align-items:center;justify-content:center;overflow:auto}.popup-modal-blackfriday .bg-popup-blackfriday{top:0;left:0;width:100%;height:100%;z-index:8001;background:rgb(0 0 0 / .9);position:fixed}.popup-modal-blackfriday .primary-popup-content{position:relative;top:20px;max-width:600px;z-index:8002}.popup-modal-blackfriday .primary-popup-content .popup-image{padding-bottom:20px}@media screen and (max-width:1280px){.popup-modal-blackfriday .primary-popup-content .popup-image{text-align:center}.popup-modal-blackfriday .primary-popup-content .popup-image img{max-width:400px}}.popup-modal-blackfriday .primary-popup-content .content-popup-blackfriday{background:#000;overflow:hidden;border-radius:15px}.popup-modal-blackfriday .primary-popup-content form input[type="text"],.popup-modal-blackfriday .primary-popup-content form input[type="email"],.popup-modal-blackfriday .primary-popup-content form input[type="date"],.popup-modal-blackfriday .primary-popup-content form select{height:35px;padding:0 10px}.popup-modal-blackfriday .primary-popup-content form .mauticform-row{width:33.3%;float:left;padding:0 15px;text-align:center}.popup-modal-blackfriday .primary-popup-content form .mauticform-row label{color:#fff;font-weight:400}.popup-modal-blackfriday .primary-popup-content form .mauticform-row.mauticform-checkboxgrp{width:100%;padding:15px}.popup-modal-blackfriday .primary-popup-content form .mauticform-button-wrapper{width:100%;padding:0}.popup-modal-blackfriday .primary-popup-content form .mauticform-row.mauticform-checkboxgrp .mauticform-checkboxgrp-row{display:inline-block;width:auto;padding:0 5px;text-align:left}.popup-modal-blackfriday .primary-popup-content form .mauticform-button-wrapper button{background:#fec35d;padding:8px 30px;color:#a20101}.popup-modal-blackfriday .primary-popup-content form .mauticform-button-wrapper button:hover{background-color:#db9112}.clearbkdg{clear:both}.popup-modal-blackfriday .close-popup-blackfriday-dg{background-color:#e32200;color:#fff;text-align:center;width:30px;height:30px;border-radius:50%;display:block;line-height:27px;position:absolute;right:0;top:0}.popup-modal-blackfriday .close-popup-blackfriday-dg:hover{background-color:#b02912}.popup-modal-blackfriday .fake-title-form{text-align:center;width:428px;font-size:18px;color:#fff;margin:-19px auto 20px;font-weight:800}@media screen and (max-width:1320px){.content-blackfriday-timer .text-blackfriday{display:block;text-align:center}.flipdown .rotor-group-heading{position:relative}.content-blackfriday-timer .btn-cupom-get--without-action,.content-blackfriday-timer .btn-cupom-get{display:inline-block}.flipdown .rotor-group-heading{position:relative!important;top:0!important}.content-blackfriday-timer{padding:8px 0 18px}.flipdown .rotor{width:21px}}@media screen and (max-width:767px){.content-blackfriday-timer{padding-left:13px;padding-right:13px}.popup-modal-blackfriday .primary-popup-content{top:5px;padding-top:10px}.flipdown .rotor{width:21px}.popup-modal-blackfriday .primary-popup-content{max-width:90%}.popup-modal-blackfriday .primary-popup-content form .mauticform-row{width:100%}.popup-modal-blackfriday .primary-popup-content .content-popup-blackfriday .popup-image{display:none}.popup-modal-blackfriday .fake-title-form{text-align:center;width:100%;margin:0;font-size:12px;padding-top:5px}.popup-modal-blackfriday .primary-popup-content form .mauticform-row label{margin-bottom:2px}.flipdown .rotor-group{padding-right:0}}.popup-modal-blackfriday .mauticform-errormsg{color:tomato;font-size:12px}.natal-timer-content{background:linear-gradient(120deg,#ad0000,#870202)}.tooltip-copy{position:relative;display:inline-block}.tooltip-copy .tooltip-copy--text{visibility:hidden;width:140px;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;width:100%;top:150%;opacity:0;transition:opacity 0.3s}.tooltip-copy .tooltip-copy--text::after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#fff0 #fff0 #555 #fff0}.tooltip-copy:hover .tooltip-copy--text{visibility:visible;opacity:1}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.dgm-info-fone{font-size:14px}.dgm-info-fone .operatorFixo{background:url(/wp-content/plugins/dgm-info-basic/image/logo-fone-fixo.png) no-repeat center center;width:33px;height:19px;text-indent:-99999px;display:inline-block}.dgm-info-fone .operatorVivo{background:url(/wp-content/plugins/dgm-info-basic/image/logo-vivo.png) no-repeat center center;width:33px;height:19px;text-indent:-99999px;display:inline-block}.dgm-info-fone .operatorClaro{background:url(/wp-content/plugins/dgm-info-basic/image/logo-claro.png) no-repeat center center;width:33px;height:19px;text-indent:-99999px;display:inline-block}.dgm-info-fone .operatorTim{background:url(/wp-content/plugins/dgm-info-basic/image/logo-tim.png) no-repeat center center;width:33px;height:19px;text-indent:-99999px;display:inline-block}.dgm-info-fone .operatorOi{background:url(/wp-content/plugins/dgm-info-basic/image/logo-oi.png) no-repeat center center;width:33px;height:19px;text-indent:-99999px;display:inline-block}.dgm-info-fone .operatorNextel{background:url(/wp-content/plugins/dgm-info-basic/image/logo-nextel.png) no-repeat center center;width:33px;height:19px;text-indent:-99999px;display:inline-block}.bar-all-phones .dgm-info-fone{float:left}.dgm-info-all-phones .separator-all-bar{float:left;padding:0 10px}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:#fff0;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgb(0 0 0 / .3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgb(0 0 0 / .5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgb(0 0 0 / .25);box-shadow:0 2px 5px rgb(0 0 0 / .25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid #fff0;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:#fff0;border-bottom-color:#fff0;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgb(0 0 0 / .5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgb(0 0 0 / .3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}:root{--woocommerce:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.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 #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce .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{position:absolute;right:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::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:"\e010";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.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-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:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.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 .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:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/star.eot);src:url(/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.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:#a46497;color:#fff;z-index:99998;box-shadow:0 1px 1em rgb(0 0 0 / .2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fff;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:"";-webkit-animation:spin 1s ease-in-out infinite;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:"";-webkit-animation:spin 1s ease-in-out infinite;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:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em;color:#767676}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .woocommerce-breadcrumb a{color:#767676}.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,.woocommerce div.product span.price{color:#77a464;font-size:1.25em}.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 .stock{color:#77a464}.woocommerce div.product .out-of-stock{color:red}.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__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.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 #d3ced2;background-color:#ebe9eb;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 #d3ced2;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 #ebe9eb}.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 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #d3ced2;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}.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;-webkit-transform:scale(1.5,1.5);-ms-transform:scale(1.5,1.5);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:#77a464;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 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{margin-top:1em}.woocommerce ul.products li.product .price{color:#77a464;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(132 132 132 / .5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.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 #d3ced2;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #d3ced2;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:#ebe9eb;color:#8a7e88}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.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:#ebe9eb;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.woocommerce #respond input#submit.added::after,.woocommerce a.button.added::after,.woocommerce button.button.added::after,.woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#dfdcde;text-decoration:none;background-image:none;color:#515151}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#a46497;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#96588a;color:#fff}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background-color:#a46497;color:#fff}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#ebe9eb}.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 .meta{color:#767676;font-size:.75em}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#ebe9eb;border:1px solid #e4e1e3;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e4e1e3;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 #e4e1e3;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:star}.woocommerce .star-rating::before{content:"sssss";color:#d3ced2;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";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 #ebe9eb;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 .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;-webkit-transform:translateX(-50%) rotate(180deg);-ms-transform:translateX(-50%) rotate(180deg);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 select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:normal}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#6dc22e}.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}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #d3ced2;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.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 #d3ced2;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 :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom: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}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{margin-bottom:0;padding-left:1.5em}.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:#a00}.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:#a00;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:#a46497;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:#a46497}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#462940;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:#a00}.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-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:#f7f6f7;color:#515151;border-top:3px solid #a46497;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";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 #d3ced2;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#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:#77a464}#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 #ebe9eb}#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 #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#ebe9eb;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 #d3ced2;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:#dfdcde;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:#c7c1c6;border-top-color:#bbb3b9}#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:#bbb3b9}#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:#bbb3b9}#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:#bbb3b9}#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 #dfdcde;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 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}.wt-mycoupons ul li{box-sizing:border-box;display:inline-block;padding:15px;width:170px;min-height:60px;margin-bottom:15px;vertical-align:top;line-height:1.4}.wt_coupon_wrapper{width:100%;position:relative;flex-direction:row;flex-wrap:wrap;display:flex;justify-content:flex-start;margin-bottom:15px;gap:26px;padding:15px 4px 4px 4px}.wt_coupon_wrapper .wt-single-coupon,.wt_coupon_wrapper .wt-sc-hidden-coupon-box{width:30%;min-width:240px;margin:0;flex:1 0 30%}.wt_coupon_wrapper .wt-sc-hidden-coupon-box{content:"";visibility:hidden}.wt_sc_pagination{width:100%;clear:both;margin-bottom:15px;text-align:right}.wt_sc_pagination .woocommerce-pagination{display:inline-block;float:none}.wt_sc_available_coupon_sort_by{float:right;font-size:14px}.wt_sc_bogo_cart_item_discount,.wt_sc_bogo_cart_item_discount *{color:green;font-size:small}#ez-toc-container{background:#f9f9f9;border:1px solid #aaa;border-radius:4px;-webkit-box-shadow:0 1px 1px rgb(0 0 0 / .05);box-shadow:0 1px 1px rgb(0 0 0 / .05);display:table;margin-bottom:1em;padding:10px;position:relative;width:auto}div.ez-toc-widget-container{padding:0;position:relative}#ez-toc-container.ez-toc-light-blue{background:#edf6ff}#ez-toc-container.ez-toc-white{background:#fff}#ez-toc-container.ez-toc-black{background:#000}#ez-toc-container.ez-toc-transparent{background:none}div.ez-toc-widget-container ul{display:block}div.ez-toc-widget-container li{border:none;padding:0}div.ez-toc-widget-container ul.ez-toc-list{padding:10px}#ez-toc-container ul ul,.ez-toc div.ez-toc-widget-container ul ul{margin-left:1.5em}#ez-toc-container li,#ez-toc-container ul{padding:0}#ez-toc-container li,#ez-toc-container ul,#ez-toc-container ul li,div.ez-toc-widget-container,div.ez-toc-widget-container li{background:0 0;list-style:none;line-height:1.6;margin:0;overflow:hidden;z-index:1}#ez-toc-container p.ez-toc-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-title-container{display:table;width:100%}.ez-toc-title,.ez-toc-title-toggle{display:inline;text-align:left;vertical-align:middle}.ez-toc-btn,.ez-toc-glyphicon{display:inline-block;font-weight:400}#ez-toc-container.ez-toc-black a,#ez-toc-container.ez-toc-black a:visited,#ez-toc-container.ez-toc-black p.ez-toc-title{color:#fff}#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list{margin-top:1em}.ez-toc-wrap-left{float:left;margin-right:10px}.ez-toc-wrap-right{float:right;margin-left:10px}#ez-toc-container a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}#ez-toc-container a:visited{color:#9f9f9f}#ez-toc-container a:hover{text-decoration:underline}.ez-toc-widget-container ul.ez-toc-list li::before{content:' ';position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-widget-container ul.ez-toc-list li.active{background-color:#ededed;height:auto!important}.ez-toc-widget-container li.active>a{font-weight:900}.ez-toc-btn{padding:6px 12px;margin-bottom:0;font-size:14px;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid #fff0;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-btn:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.ez-toc-btn:focus,.ez-toc-btn:hover{color:#333;text-decoration:none}.ez-toc-btn.active,.ez-toc-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)}.ez-toc-btn-default{color:#333;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 rgb(255 255 255 / .15),0 1px 1px rgb(0 0 0 / .075);box-shadow:inset 0 1px 0 rgb(255 255 255 / .15),0 1px 1px rgb(0 0 0 / .075);text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#ccc}.ez-toc-btn-default.active,.ez-toc-btn-default:active,.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-btn-default.active,.ez-toc-btn-default:active{background-image:none;background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-btn-sm,.ez-toc-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-btn-xs{padding:1px 5px}.ez-toc-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgb(0 0 0 / .125);box-shadow:inset 0 3px 5px rgb(0 0 0 / .125)}.btn.active,.ez-toc-btn:active{background-image:none}.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-pull-right{float:right!important;margin-left:10px}#ez-toc-container label.cssicon{height:30px}.ez-toc-glyphicon{position:relative;top:1px;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-glyphicon:empty{width:1em}.ez-toc-toggle i.ez-toc-glyphicon,label.cssicon .ez-toc-glyphicon:empty{font-size:16px;margin-left:2px}#ez-toc-container input,.ez-toc-toggle #item{position:absolute;left:-999em}#ez-toc-container input[type=checkbox]:checked+nav{opacity:0;max-height:0;border:none;display:none}#ez-toc-container label{float:right;position:relative;font-size:16px;padding:0 4px 0 5px;border:1px solid #999191;border-radius:5px;cursor:pointer;width:30px;left:10px}#ez-toc-container .ez-toc-toggle label,#ez-toc-container label.cssicon{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}div#ez-toc-container p.ez-toc-title{display:contents}div#ez-toc-container{padding-right:20px}.ez-toc-wrap-center{margin:0 auto}#ez-toc-container a.ez-toc-toggle{display:flex;align-items:center;color:#444;background:inherit;border:inherit}label.cssiconcheckbox{display:none}.ez-toc-widget-container ul li a{padding-left:10px;display:inline-flex;align-items:stretch;flex-wrap:nowrap}/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin,.fad,.fa-duotone,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0::before{content:"0"}.fa-1::before{content:"1"}.fa-2::before{content:"2"}.fa-3::before{content:"3"}.fa-4::before{content:"4"}.fa-5::before{content:"5"}.fa-6::before{content:"6"}.fa-7::before{content:"7"}.fa-8::before{content:"8"}.fa-9::before{content:"9"}.fa-a::before{content:"A"}.fa-address-book::before{content:""}.fa-contact-book::before{content:""}.fa-address-card::before{content:""}.fa-contact-card::before{content:""}.fa-vcard::before{content:""}.fa-align-center::before{content:""}.fa-align-justify::before{content:""}.fa-align-left::before{content:""}.fa-align-right::before{content:""}.fa-anchor::before{content:""}.fa-angle-down::before{content:""}.fa-angle-left::before{content:""}.fa-angle-right::before{content:""}.fa-angle-up::before{content:""}.fa-angles-down::before{content:""}.fa-angle-double-down::before{content:""}.fa-angles-left::before{content:""}.fa-angle-double-left::before{content:""}.fa-angles-right::before{content:""}.fa-angle-double-right::before{content:""}.fa-angles-up::before{content:""}.fa-angle-double-up::before{content:""}.fa-ankh::before{content:""}.fa-apple-whole::before{content:""}.fa-apple-alt::before{content:""}.fa-archway::before{content:""}.fa-arrow-down::before{content:""}.fa-arrow-down-1-9::before{content:""}.fa-sort-numeric-asc::before{content:""}.fa-sort-numeric-down::before{content:""}.fa-arrow-down-9-1::before{content:""}.fa-sort-numeric-desc::before{content:""}.fa-sort-numeric-down-alt::before{content:""}.fa-arrow-down-a-z::before{content:""}.fa-sort-alpha-asc::before{content:""}.fa-sort-alpha-down::before{content:""}.fa-arrow-down-long::before{content:""}.fa-long-arrow-down::before{content:""}.fa-arrow-down-short-wide::before{content:""}.fa-sort-amount-desc::before{content:""}.fa-sort-amount-down-alt::before{content:""}.fa-arrow-down-wide-short::before{content:""}.fa-sort-amount-asc::before{content:""}.fa-sort-amount-down::before{content:""}.fa-arrow-down-z-a::before{content:""}.fa-sort-alpha-desc::before{content:""}.fa-sort-alpha-down-alt::before{content:""}.fa-arrow-left::before{content:""}.fa-arrow-left-long::before{content:""}.fa-long-arrow-left::before{content:""}.fa-arrow-pointer::before{content:""}.fa-mouse-pointer::before{content:""}.fa-arrow-right::before{content:""}.fa-arrow-right-arrow-left::before{content:""}.fa-exchange::before{content:""}.fa-arrow-right-from-bracket::before{content:""}.fa-sign-out::before{content:""}.fa-arrow-right-long::before{content:""}.fa-long-arrow-right::before{content:""}.fa-arrow-right-to-bracket::before{content:""}.fa-sign-in::before{content:""}.fa-arrow-rotate-left::before{content:""}.fa-arrow-left-rotate::before{content:""}.fa-arrow-rotate-back::before{content:""}.fa-arrow-rotate-backward::before{content:""}.fa-undo::before{content:""}.fa-arrow-rotate-right::before{content:""}.fa-arrow-right-rotate::before{content:""}.fa-arrow-rotate-forward::before{content:""}.fa-redo::before{content:""}.fa-arrow-trend-down::before{content:""}.fa-arrow-trend-up::before{content:""}.fa-arrow-turn-down::before{content:""}.fa-level-down::before{content:""}.fa-arrow-turn-up::before{content:""}.fa-level-up::before{content:""}.fa-arrow-up::before{content:""}.fa-arrow-up-1-9::before{content:""}.fa-sort-numeric-up::before{content:""}.fa-arrow-up-9-1::before{content:""}.fa-sort-numeric-up-alt::before{content:""}.fa-arrow-up-a-z::before{content:""}.fa-sort-alpha-up::before{content:""}.fa-arrow-up-from-bracket::before{content:""}.fa-arrow-up-long::before{content:""}.fa-long-arrow-up::before{content:""}.fa-arrow-up-right-from-square::before{content:""}.fa-external-link::before{content:""}.fa-arrow-up-short-wide::before{content:""}.fa-sort-amount-up-alt::before{content:""}.fa-arrow-up-wide-short::before{content:""}.fa-sort-amount-up::before{content:""}.fa-arrow-up-z-a::before{content:""}.fa-sort-alpha-up-alt::before{content:""}.fa-arrows-left-right::before{content:""}.fa-arrows-h::before{content:""}.fa-arrows-rotate::before{content:""}.fa-refresh::before{content:""}.fa-sync::before{content:""}.fa-arrows-up-down::before{content:""}.fa-arrows-v::before{content:""}.fa-arrows-up-down-left-right::before{content:""}.fa-arrows::before{content:""}.fa-asterisk::before{content:"*"}.fa-at::before{content:"@"}.fa-atom::before{content:""}.fa-audio-description::before{content:""}.fa-austral-sign::before{content:""}.fa-award::before{content:""}.fa-b::before{content:"B"}.fa-baby::before{content:""}.fa-baby-carriage::before{content:""}.fa-carriage-baby::before{content:""}.fa-backward::before{content:""}.fa-backward-fast::before{content:""}.fa-fast-backward::before{content:""}.fa-backward-step::before{content:""}.fa-step-backward::before{content:""}.fa-bacon::before{content:""}.fa-bacteria::before{content:""}.fa-bacterium::before{content:""}.fa-bag-shopping::before{content:""}.fa-shopping-bag::before{content:""}.fa-bahai::before{content:""}.fa-baht-sign::before{content:""}.fa-ban::before{content:""}.fa-cancel::before{content:""}.fa-ban-smoking::before{content:""}.fa-smoking-ban::before{content:""}.fa-bandage::before{content:""}.fa-band-aid::before{content:""}.fa-barcode::before{content:""}.fa-bars::before{content:""}.fa-navicon::before{content:""}.fa-bars-progress::before{content:""}.fa-tasks-alt::before{content:""}.fa-bars-staggered::before{content:""}.fa-reorder::before{content:""}.fa-stream::before{content:""}.fa-baseball::before{content:""}.fa-baseball-ball::before{content:""}.fa-baseball-bat-ball::before{content:""}.fa-basket-shopping::before{content:""}.fa-shopping-basket::before{content:""}.fa-basketball::before{content:""}.fa-basketball-ball::before{content:""}.fa-bath::before{content:""}.fa-bathtub::before{content:""}.fa-battery-empty::before{content:""}.fa-battery-0::before{content:""}.fa-battery-full::before{content:""}.fa-battery::before{content:""}.fa-battery-5::before{content:""}.fa-battery-half::before{content:""}.fa-battery-3::before{content:""}.fa-battery-quarter::before{content:""}.fa-battery-2::before{content:""}.fa-battery-three-quarters::before{content:""}.fa-battery-4::before{content:""}.fa-bed::before{content:""}.fa-bed-pulse::before{content:""}.fa-procedures::before{content:""}.fa-beer-mug-empty::before{content:""}.fa-beer::before{content:""}.fa-bell::before{content:""}.fa-bell-concierge::before{content:""}.fa-concierge-bell::before{content:""}.fa-bell-slash::before{content:""}.fa-bezier-curve::before{content:""}.fa-bicycle::before{content:""}.fa-binoculars::before{content:""}.fa-biohazard::before{content:""}.fa-bitcoin-sign::before{content:""}.fa-blender::before{content:""}.fa-blender-phone::before{content:""}.fa-blog::before{content:""}.fa-bold::before{content:""}.fa-bolt::before{content:""}.fa-zap::before{content:""}.fa-bolt-lightning::before{content:""}.fa-bomb::before{content:""}.fa-bone::before{content:""}.fa-bong::before{content:""}.fa-book::before{content:""}.fa-book-atlas::before{content:""}.fa-atlas::before{content:""}.fa-book-bible::before{content:""}.fa-bible::before{content:""}.fa-book-journal-whills::before{content:""}.fa-journal-whills::before{content:""}.fa-book-medical::before{content:""}.fa-book-open::before{content:""}.fa-book-open-reader::before{content:""}.fa-book-reader::before{content:""}.fa-book-quran::before{content:""}.fa-quran::before{content:""}.fa-book-skull::before{content:""}.fa-book-dead::before{content:""}.fa-bookmark::before{content:""}.fa-border-all::before{content:""}.fa-border-none::before{content:""}.fa-border-top-left::before{content:""}.fa-border-style::before{content:""}.fa-bowling-ball::before{content:""}.fa-box::before{content:""}.fa-box-archive::before{content:""}.fa-archive::before{content:""}.fa-box-open::before{content:""}.fa-box-tissue::before{content:""}.fa-boxes-stacked::before{content:""}.fa-boxes::before{content:""}.fa-boxes-alt::before{content:""}.fa-braille::before{content:""}.fa-brain::before{content:""}.fa-brazilian-real-sign::before{content:""}.fa-bread-slice::before{content:""}.fa-briefcase::before{content:""}.fa-briefcase-medical::before{content:""}.fa-broom::before{content:""}.fa-broom-ball::before{content:""}.fa-quidditch::before{content:""}.fa-quidditch-broom-ball::before{content:""}.fa-brush::before{content:""}.fa-bug::before{content:""}.fa-bug-slash::before{content:""}.fa-building::before{content:""}.fa-building-columns::before{content:""}.fa-bank::before{content:""}.fa-institution::before{content:""}.fa-museum::before{content:""}.fa-university::before{content:""}.fa-bullhorn::before{content:""}.fa-bullseye::before{content:""}.fa-burger::before{content:""}.fa-hamburger::before{content:""}.fa-bus::before{content:""}.fa-bus-simple::before{content:""}.fa-bus-alt::before{content:""}.fa-business-time::before{content:""}.fa-briefcase-clock::before{content:""}.fa-c::before{content:"C"}.fa-cake-candles::before{content:""}.fa-birthday-cake::before{content:""}.fa-cake::before{content:""}.fa-calculator::before{content:""}.fa-calendar::before{content:""}.fa-calendar-check::before{content:""}.fa-calendar-day::before{content:""}.fa-calendar-days::before{content:""}.fa-calendar-alt::before{content:""}.fa-calendar-minus::before{content:""}.fa-calendar-plus::before{content:""}.fa-calendar-week::before{content:""}.fa-calendar-xmark::before{content:""}.fa-calendar-times::before{content:""}.fa-camera::before{content:""}.fa-camera-alt::before{content:""}.fa-camera-retro::before{content:""}.fa-camera-rotate::before{content:""}.fa-campground::before{content:""}.fa-candy-cane::before{content:""}.fa-cannabis::before{content:""}.fa-capsules::before{content:""}.fa-car::before{content:""}.fa-automobile::before{content:""}.fa-car-battery::before{content:""}.fa-battery-car::before{content:""}.fa-car-crash::before{content:""}.fa-car-rear::before{content:""}.fa-car-alt::before{content:""}.fa-car-side::before{content:""}.fa-caravan::before{content:""}.fa-caret-down::before{content:""}.fa-caret-left::before{content:""}.fa-caret-right::before{content:""}.fa-caret-up::before{content:""}.fa-carrot::before{content:""}.fa-cart-arrow-down::before{content:""}.fa-cart-flatbed::before{content:""}.fa-dolly-flatbed::before{content:""}.fa-cart-flatbed-suitcase::before{content:""}.fa-luggage-cart::before{content:""}.fa-cart-plus::before{content:""}.fa-cart-shopping::before{content:""}.fa-shopping-cart::before{content:""}.fa-cash-register::before{content:""}.fa-cat::before{content:""}.fa-cedi-sign::before{content:""}.fa-cent-sign::before{content:""}.fa-certificate::before{content:""}.fa-chair::before{content:""}.fa-chalkboard::before{content:""}.fa-blackboard::before{content:""}.fa-chalkboard-user::before{content:""}.fa-chalkboard-teacher::before{content:""}.fa-champagne-glasses::before{content:""}.fa-glass-cheers::before{content:""}.fa-charging-station::before{content:""}.fa-chart-area::before{content:""}.fa-area-chart::before{content:""}.fa-chart-bar::before{content:""}.fa-bar-chart::before{content:""}.fa-chart-column::before{content:""}.fa-chart-gantt::before{content:""}.fa-chart-line::before{content:""}.fa-line-chart::before{content:""}.fa-chart-pie::before{content:""}.fa-pie-chart::before{content:""}.fa-check::before{content:""}.fa-check-double::before{content:""}.fa-check-to-slot::before{content:""}.fa-vote-yea::before{content:""}.fa-cheese::before{content:""}.fa-chess::before{content:""}.fa-chess-bishop::before{content:""}.fa-chess-board::before{content:""}.fa-chess-king::before{content:""}.fa-chess-knight::before{content:""}.fa-chess-pawn::before{content:""}.fa-chess-queen::before{content:""}.fa-chess-rook::before{content:""}.fa-chevron-down::before{content:""}.fa-chevron-left::before{content:""}.fa-chevron-right::before{content:""}.fa-chevron-up::before{content:""}.fa-child::before{content:""}.fa-church::before{content:""}.fa-circle::before{content:""}.fa-circle-arrow-down::before{content:""}.fa-arrow-circle-down::before{content:""}.fa-circle-arrow-left::before{content:""}.fa-arrow-circle-left::before{content:""}.fa-circle-arrow-right::before{content:""}.fa-arrow-circle-right::before{content:""}.fa-circle-arrow-up::before{content:""}.fa-arrow-circle-up::before{content:""}.fa-circle-check::before{content:""}.fa-check-circle::before{content:""}.fa-circle-chevron-down::before{content:""}.fa-chevron-circle-down::before{content:""}.fa-circle-chevron-left::before{content:""}.fa-chevron-circle-left::before{content:""}.fa-circle-chevron-right::before{content:""}.fa-chevron-circle-right::before{content:""}.fa-circle-chevron-up::before{content:""}.fa-chevron-circle-up::before{content:""}.fa-circle-dollar-to-slot::before{content:""}.fa-donate::before{content:""}.fa-circle-dot::before{content:""}.fa-dot-circle::before{content:""}.fa-circle-down::before{content:""}.fa-arrow-alt-circle-down::before{content:""}.fa-circle-exclamation::before{content:""}.fa-exclamation-circle::before{content:""}.fa-circle-h::before{content:""}.fa-hospital-symbol::before{content:""}.fa-circle-half-stroke::before{content:""}.fa-adjust::before{content:""}.fa-circle-info::before{content:""}.fa-info-circle::before{content:""}.fa-circle-left::before{content:""}.fa-arrow-alt-circle-left::before{content:""}.fa-circle-minus::before{content:""}.fa-minus-circle::before{content:""}.fa-circle-notch::before{content:""}.fa-circle-pause::before{content:""}.fa-pause-circle::before{content:""}.fa-circle-play::before{content:""}.fa-play-circle::before{content:""}.fa-circle-plus::before{content:""}.fa-plus-circle::before{content:""}.fa-circle-question::before{content:""}.fa-question-circle::before{content:""}.fa-circle-radiation::before{content:""}.fa-radiation-alt::before{content:""}.fa-circle-right::before{content:""}.fa-arrow-alt-circle-right::before{content:""}.fa-circle-stop::before{content:""}.fa-stop-circle::before{content:""}.fa-circle-up::before{content:""}.fa-arrow-alt-circle-up::before{content:""}.fa-circle-user::before{content:""}.fa-user-circle::before{content:""}.fa-circle-xmark::before{content:""}.fa-times-circle::before{content:""}.fa-xmark-circle::before{content:""}.fa-city::before{content:""}.fa-clapperboard::before{content:""}.fa-clipboard::before{content:""}.fa-clipboard-check::before{content:""}.fa-clipboard-list::before{content:""}.fa-clock::before{content:""}.fa-clock-four::before{content:""}.fa-clock-rotate-left::before{content:""}.fa-history::before{content:""}.fa-clone::before{content:""}.fa-closed-captioning::before{content:""}.fa-cloud::before{content:""}.fa-cloud-arrow-down::before{content:""}.fa-cloud-download::before{content:""}.fa-cloud-download-alt::before{content:""}.fa-cloud-arrow-up::before{content:""}.fa-cloud-upload::before{content:""}.fa-cloud-upload-alt::before{content:""}.fa-cloud-meatball::before{content:""}.fa-cloud-moon::before{content:""}.fa-cloud-moon-rain::before{content:""}.fa-cloud-rain::before{content:""}.fa-cloud-showers-heavy::before{content:""}.fa-cloud-sun::before{content:""}.fa-cloud-sun-rain::before{content:""}.fa-clover::before{content:""}.fa-code::before{content:""}.fa-code-branch::before{content:""}.fa-code-commit::before{content:""}.fa-code-compare::before{content:""}.fa-code-fork::before{content:""}.fa-code-merge::before{content:""}.fa-code-pull-request::before{content:""}.fa-coins::before{content:""}.fa-colon-sign::before{content:""}.fa-comment::before{content:""}.fa-comment-dollar::before{content:""}.fa-comment-dots::before{content:""}.fa-commenting::before{content:""}.fa-comment-medical::before{content:""}.fa-comment-slash::before{content:""}.fa-comment-sms::before{content:""}.fa-sms::before{content:""}.fa-comments::before{content:""}.fa-comments-dollar::before{content:""}.fa-compact-disc::before{content:""}.fa-compass::before{content:""}.fa-compass-drafting::before{content:""}.fa-drafting-compass::before{content:""}.fa-compress::before{content:""}.fa-computer-mouse::before{content:""}.fa-mouse::before{content:""}.fa-cookie::before{content:""}.fa-cookie-bite::before{content:""}.fa-copy::before{content:""}.fa-copyright::before{content:""}.fa-couch::before{content:""}.fa-credit-card::before{content:""}.fa-credit-card-alt::before{content:""}.fa-crop::before{content:""}.fa-crop-simple::before{content:""}.fa-crop-alt::before{content:""}.fa-cross::before{content:""}.fa-crosshairs::before{content:""}.fa-crow::before{content:""}.fa-crown::before{content:""}.fa-crutch::before{content:""}.fa-cruzeiro-sign::before{content:""}.fa-cube::before{content:""}.fa-cubes::before{content:""}.fa-d::before{content:"D"}.fa-database::before{content:""}.fa-delete-left::before{content:""}.fa-backspace::before{content:""}.fa-democrat::before{content:""}.fa-desktop::before{content:""}.fa-desktop-alt::before{content:""}.fa-dharmachakra::before{content:""}.fa-diagram-next::before{content:""}.fa-diagram-predecessor::before{content:""}.fa-diagram-project::before{content:""}.fa-project-diagram::before{content:""}.fa-diagram-successor::before{content:""}.fa-diamond::before{content:""}.fa-diamond-turn-right::before{content:""}.fa-directions::before{content:""}.fa-dice::before{content:""}.fa-dice-d20::before{content:""}.fa-dice-d6::before{content:""}.fa-dice-five::before{content:""}.fa-dice-four::before{content:""}.fa-dice-one::before{content:""}.fa-dice-six::before{content:""}.fa-dice-three::before{content:""}.fa-dice-two::before{content:""}.fa-disease::before{content:""}.fa-divide::before{content:""}.fa-dna::before{content:""}.fa-dog::before{content:""}.fa-dollar-sign::before{content:"$"}.fa-dollar::before{content:"$"}.fa-usd::before{content:"$"}.fa-dolly::before{content:""}.fa-dolly-box::before{content:""}.fa-dong-sign::before{content:""}.fa-door-closed::before{content:""}.fa-door-open::before{content:""}.fa-dove::before{content:""}.fa-down-left-and-up-right-to-center::before{content:""}.fa-compress-alt::before{content:""}.fa-down-long::before{content:""}.fa-long-arrow-alt-down::before{content:""}.fa-download::before{content:""}.fa-dragon::before{content:""}.fa-draw-polygon::before{content:""}.fa-droplet::before{content:""}.fa-tint::before{content:""}.fa-droplet-slash::before{content:""}.fa-tint-slash::before{content:""}.fa-drum::before{content:""}.fa-drum-steelpan::before{content:""}.fa-drumstick-bite::before{content:""}.fa-dumbbell::before{content:""}.fa-dumpster::before{content:""}.fa-dumpster-fire::before{content:""}.fa-dungeon::before{content:""}.fa-e::before{content:"E"}.fa-ear-deaf::before{content:""}.fa-deaf::before{content:""}.fa-deafness::before{content:""}.fa-hard-of-hearing::before{content:""}.fa-ear-listen::before{content:""}.fa-assistive-listening-systems::before{content:""}.fa-earth-africa::before{content:""}.fa-globe-africa::before{content:""}.fa-earth-americas::before{content:""}.fa-earth::before{content:""}.fa-earth-america::before{content:""}.fa-globe-americas::before{content:""}.fa-earth-asia::before{content:""}.fa-globe-asia::before{content:""}.fa-earth-europe::before{content:""}.fa-globe-europe::before{content:""}.fa-earth-oceania::before{content:""}.fa-globe-oceania::before{content:""}.fa-egg::before{content:""}.fa-eject::before{content:""}.fa-elevator::before{content:""}.fa-ellipsis::before{content:""}.fa-ellipsis-h::before{content:""}.fa-ellipsis-vertical::before{content:""}.fa-ellipsis-v::before{content:""}.fa-envelope::before{content:""}.fa-envelope-open::before{content:""}.fa-envelope-open-text::before{content:""}.fa-envelopes-bulk::before{content:""}.fa-mail-bulk::before{content:""}.fa-equals::before{content:"="}.fa-eraser::before{content:""}.fa-ethernet::before{content:""}.fa-euro-sign::before{content:""}.fa-eur::before{content:""}.fa-euro::before{content:""}.fa-exclamation::before{content:"!"}.fa-expand::before{content:""}.fa-eye::before{content:""}.fa-eye-dropper::before{content:""}.fa-eye-dropper-empty::before{content:""}.fa-eyedropper::before{content:""}.fa-eye-low-vision::before{content:""}.fa-low-vision::before{content:""}.fa-eye-slash::before{content:""}.fa-f::before{content:"F"}.fa-face-angry::before{content:""}.fa-angry::before{content:""}.fa-face-dizzy::before{content:""}.fa-dizzy::before{content:""}.fa-face-flushed::before{content:""}.fa-flushed::before{content:""}.fa-face-frown::before{content:""}.fa-frown::before{content:""}.fa-face-frown-open::before{content:""}.fa-frown-open::before{content:""}.fa-face-grimace::before{content:""}.fa-grimace::before{content:""}.fa-face-grin::before{content:""}.fa-grin::before{content:""}.fa-face-grin-beam::before{content:""}.fa-grin-beam::before{content:""}.fa-face-grin-beam-sweat::before{content:""}.fa-grin-beam-sweat::before{content:""}.fa-face-grin-hearts::before{content:""}.fa-grin-hearts::before{content:""}.fa-face-grin-squint::before{content:""}.fa-grin-squint::before{content:""}.fa-face-grin-squint-tears::before{content:""}.fa-grin-squint-tears::before{content:""}.fa-face-grin-stars::before{content:""}.fa-grin-stars::before{content:""}.fa-face-grin-tears::before{content:""}.fa-grin-tears::before{content:""}.fa-face-grin-tongue::before{content:""}.fa-grin-tongue::before{content:""}.fa-face-grin-tongue-squint::before{content:""}.fa-grin-tongue-squint::before{content:""}.fa-face-grin-tongue-wink::before{content:""}.fa-grin-tongue-wink::before{content:""}.fa-face-grin-wide::before{content:""}.fa-grin-alt::before{content:""}.fa-face-grin-wink::before{content:""}.fa-grin-wink::before{content:""}.fa-face-kiss::before{content:""}.fa-kiss::before{content:""}.fa-face-kiss-beam::before{content:""}.fa-kiss-beam::before{content:""}.fa-face-kiss-wink-heart::before{content:""}.fa-kiss-wink-heart::before{content:""}.fa-face-laugh::before{content:""}.fa-laugh::before{content:""}.fa-face-laugh-beam::before{content:""}.fa-laugh-beam::before{content:""}.fa-face-laugh-squint::before{content:""}.fa-laugh-squint::before{content:""}.fa-face-laugh-wink::before{content:""}.fa-laugh-wink::before{content:""}.fa-face-meh::before{content:""}.fa-meh::before{content:""}.fa-face-meh-blank::before{content:""}.fa-meh-blank::before{content:""}.fa-face-rolling-eyes::before{content:""}.fa-meh-rolling-eyes::before{content:""}.fa-face-sad-cry::before{content:""}.fa-sad-cry::before{content:""}.fa-face-sad-tear::before{content:""}.fa-sad-tear::before{content:""}.fa-face-smile::before{content:""}.fa-smile::before{content:""}.fa-face-smile-beam::before{content:""}.fa-smile-beam::before{content:""}.fa-face-smile-wink::before{content:""}.fa-smile-wink::before{content:""}.fa-face-surprise::before{content:""}.fa-surprise::before{content:""}.fa-face-tired::before{content:""}.fa-tired::before{content:""}.fa-fan::before{content:""}.fa-faucet::before{content:""}.fa-fax::before{content:""}.fa-feather::before{content:""}.fa-feather-pointed::before{content:""}.fa-feather-alt::before{content:""}.fa-file::before{content:""}.fa-file-arrow-down::before{content:""}.fa-file-download::before{content:""}.fa-file-arrow-up::before{content:""}.fa-file-upload::before{content:""}.fa-file-audio::before{content:""}.fa-file-code::before{content:""}.fa-file-contract::before{content:""}.fa-file-csv::before{content:""}.fa-file-excel::before{content:""}.fa-file-export::before{content:""}.fa-arrow-right-from-file::before{content:""}.fa-file-image::before{content:""}.fa-file-import::before{content:""}.fa-arrow-right-to-file::before{content:""}.fa-file-invoice::before{content:""}.fa-file-invoice-dollar::before{content:""}.fa-file-lines::before{content:""}.fa-file-alt::before{content:""}.fa-file-text::before{content:""}.fa-file-medical::before{content:""}.fa-file-pdf::before{content:""}.fa-file-powerpoint::before{content:""}.fa-file-prescription::before{content:""}.fa-file-signature::before{content:""}.fa-file-video::before{content:""}.fa-file-waveform::before{content:""}.fa-file-medical-alt::before{content:""}.fa-file-word::before{content:""}.fa-file-zipper::before{content:""}.fa-file-archive::before{content:""}.fa-fill::before{content:""}.fa-fill-drip::before{content:""}.fa-film::before{content:""}.fa-filter::before{content:""}.fa-filter-circle-dollar::before{content:""}.fa-funnel-dollar::before{content:""}.fa-filter-circle-xmark::before{content:""}.fa-fingerprint::before{content:""}.fa-fire::before{content:""}.fa-fire-extinguisher::before{content:""}.fa-fire-flame-curved::before{content:""}.fa-fire-alt::before{content:""}.fa-fire-flame-simple::before{content:""}.fa-burn::before{content:""}.fa-fish::before{content:""}.fa-flag::before{content:""}.fa-flag-checkered::before{content:""}.fa-flag-usa::before{content:""}.fa-flask::before{content:""}.fa-floppy-disk::before{content:""}.fa-save::before{content:""}.fa-florin-sign::before{content:""}.fa-folder::before{content:""}.fa-folder-minus::before{content:""}.fa-folder-open::before{content:""}.fa-folder-plus::before{content:""}.fa-folder-tree::before{content:""}.fa-font::before{content:""}.fa-football::before{content:""}.fa-football-ball::before{content:""}.fa-forward::before{content:""}.fa-forward-fast::before{content:""}.fa-fast-forward::before{content:""}.fa-forward-step::before{content:""}.fa-step-forward::before{content:""}.fa-franc-sign::before{content:""}.fa-frog::before{content:""}.fa-futbol::before{content:""}.fa-futbol-ball::before{content:""}.fa-soccer-ball::before{content:""}.fa-g::before{content:"G"}.fa-gamepad::before{content:""}.fa-gas-pump::before{content:""}.fa-gauge::before{content:""}.fa-dashboard::before{content:""}.fa-gauge-med::before{content:""}.fa-tachometer-alt-average::before{content:""}.fa-gauge-high::before{content:""}.fa-tachometer-alt::before{content:""}.fa-tachometer-alt-fast::before{content:""}.fa-gauge-simple::before{content:""}.fa-gauge-simple-med::before{content:""}.fa-tachometer-average::before{content:""}.fa-gauge-simple-high::before{content:""}.fa-tachometer::before{content:""}.fa-tachometer-fast::before{content:""}.fa-gavel::before{content:""}.fa-legal::before{content:""}.fa-gear::before{content:""}.fa-cog::before{content:""}.fa-gears::before{content:""}.fa-cogs::before{content:""}.fa-gem::before{content:""}.fa-genderless::before{content:""}.fa-ghost::before{content:""}.fa-gift::before{content:""}.fa-gifts::before{content:""}.fa-glasses::before{content:""}.fa-globe::before{content:""}.fa-golf-ball-tee::before{content:""}.fa-golf-ball::before{content:""}.fa-gopuram::before{content:""}.fa-graduation-cap::before{content:""}.fa-mortar-board::before{content:""}.fa-greater-than::before{content:">"}.fa-greater-than-equal::before{content:""}.fa-grip::before{content:""}.fa-grip-horizontal::before{content:""}.fa-grip-lines::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-grip-vertical::before{content:""}.fa-guarani-sign::before{content:""}.fa-guitar::before{content:""}.fa-gun::before{content:""}.fa-h::before{content:"H"}.fa-hammer::before{content:""}.fa-hamsa::before{content:""}.fa-hand::before{content:""}.fa-hand-paper::before{content:""}.fa-hand-back-fist::before{content:""}.fa-hand-rock::before{content:""}.fa-hand-dots::before{content:""}.fa-allergies::before{content:""}.fa-hand-fist::before{content:""}.fa-fist-raised::before{content:""}.fa-hand-holding::before{content:""}.fa-hand-holding-dollar::before{content:""}.fa-hand-holding-usd::before{content:""}.fa-hand-holding-droplet::before{content:""}.fa-hand-holding-water::before{content:""}.fa-hand-holding-heart::before{content:""}.fa-hand-holding-medical::before{content:""}.fa-hand-lizard::before{content:""}.fa-hand-middle-finger::before{content:""}.fa-hand-peace::before{content:""}.fa-hand-point-down::before{content:""}.fa-hand-point-left::before{content:""}.fa-hand-point-right::before{content:""}.fa-hand-point-up::before{content:""}.fa-hand-pointer::before{content:""}.fa-hand-scissors::before{content:""}.fa-hand-sparkles::before{content:""}.fa-hand-spock::before{content:""}.fa-hands::before{content:""}.fa-sign-language::before{content:""}.fa-signing::before{content:""}.fa-hands-asl-interpreting::before{content:""}.fa-american-sign-language-interpreting::before{content:""}.fa-asl-interpreting::before{content:""}.fa-hands-american-sign-language-interpreting::before{content:""}.fa-hands-bubbles::before{content:""}.fa-hands-wash::before{content:""}.fa-hands-clapping::before{content:""}.fa-hands-holding::before{content:""}.fa-hands-praying::before{content:""}.fa-praying-hands::before{content:""}.fa-handshake::before{content:""}.fa-handshake-angle::before{content:""}.fa-hands-helping::before{content:""}.fa-handshake-simple-slash::before{content:""}.fa-handshake-alt-slash::before{content:""}.fa-handshake-slash::before{content:""}.fa-hanukiah::before{content:""}.fa-hard-drive::before{content:""}.fa-hdd::before{content:""}.fa-hashtag::before{content:"#"}.fa-hat-cowboy::before{content:""}.fa-hat-cowboy-side::before{content:""}.fa-hat-wizard::before{content:""}.fa-head-side-cough::before{content:""}.fa-head-side-cough-slash::before{content:""}.fa-head-side-mask::before{content:""}.fa-head-side-virus::before{content:""}.fa-heading::before{content:""}.fa-header::before{content:""}.fa-headphones::before{content:""}.fa-headphones-simple::before{content:""}.fa-headphones-alt::before{content:""}.fa-headset::before{content:""}.fa-heart::before{content:""}.fa-heart-crack::before{content:""}.fa-heart-broken::before{content:""}.fa-heart-pulse::before{content:""}.fa-heartbeat::before{content:""}.fa-helicopter::before{content:""}.fa-helmet-safety::before{content:""}.fa-hard-hat::before{content:""}.fa-hat-hard::before{content:""}.fa-highlighter::before{content:""}.fa-hippo::before{content:""}.fa-hockey-puck::before{content:""}.fa-holly-berry::before{content:""}.fa-horse::before{content:""}.fa-horse-head::before{content:""}.fa-hospital::before{content:""}.fa-hospital-alt::before{content:""}.fa-hospital-wide::before{content:""}.fa-hospital-user::before{content:""}.fa-hot-tub-person::before{content:""}.fa-hot-tub::before{content:""}.fa-hotdog::before{content:""}.fa-hotel::before{content:""}.fa-hourglass::before{content:""}.fa-hourglass-2::before{content:""}.fa-hourglass-half::before{content:""}.fa-hourglass-empty::before{content:""}.fa-hourglass-end::before{content:""}.fa-hourglass-3::before{content:""}.fa-hourglass-start::before{content:""}.fa-hourglass-1::before{content:""}.fa-house::before{content:""}.fa-home::before{content:""}.fa-home-alt::before{content:""}.fa-home-lg-alt::before{content:""}.fa-house-chimney::before{content:""}.fa-home-lg::before{content:""}.fa-house-chimney-crack::before{content:""}.fa-house-damage::before{content:""}.fa-house-chimney-medical::before{content:""}.fa-clinic-medical::before{content:""}.fa-house-chimney-user::before{content:""}.fa-house-chimney-window::before{content:""}.fa-house-crack::before{content:""}.fa-house-laptop::before{content:""}.fa-laptop-house::before{content:""}.fa-house-medical::before{content:""}.fa-house-user::before{content:""}.fa-home-user::before{content:""}.fa-hryvnia-sign::before{content:""}.fa-hryvnia::before{content:""}.fa-i::before{content:"I"}.fa-i-cursor::before{content:""}.fa-ice-cream::before{content:""}.fa-icicles::before{content:""}.fa-icons::before{content:""}.fa-heart-music-camera-bolt::before{content:""}.fa-id-badge::before{content:""}.fa-id-card::before{content:""}.fa-drivers-license::before{content:""}.fa-id-card-clip::before{content:""}.fa-id-card-alt::before{content:""}.fa-igloo::before{content:""}.fa-image::before{content:""}.fa-image-portrait::before{content:""}.fa-portrait::before{content:""}.fa-images::before{content:""}.fa-inbox::before{content:""}.fa-indent::before{content:""}.fa-indian-rupee-sign::before{content:""}.fa-indian-rupee::before{content:""}.fa-inr::before{content:""}.fa-industry::before{content:""}.fa-infinity::before{content:""}.fa-info::before{content:""}.fa-italic::before{content:""}.fa-j::before{content:"J"}.fa-jedi::before{content:""}.fa-jet-fighter::before{content:""}.fa-fighter-jet::before{content:""}.fa-joint::before{content:""}.fa-k::before{content:"K"}.fa-kaaba::before{content:""}.fa-key::before{content:""}.fa-keyboard::before{content:""}.fa-khanda::before{content:""}.fa-kip-sign::before{content:""}.fa-kit-medical::before{content:""}.fa-first-aid::before{content:""}.fa-kiwi-bird::before{content:""}.fa-l::before{content:"L"}.fa-landmark::before{content:""}.fa-language::before{content:""}.fa-laptop::before{content:""}.fa-laptop-code::before{content:""}.fa-laptop-medical::before{content:""}.fa-lari-sign::before{content:""}.fa-layer-group::before{content:""}.fa-leaf::before{content:""}.fa-left-long::before{content:""}.fa-long-arrow-alt-left::before{content:""}.fa-left-right::before{content:""}.fa-arrows-alt-h::before{content:""}.fa-lemon::before{content:""}.fa-less-than::before{content:"<"}.fa-less-than-equal::before{content:""}.fa-life-ring::before{content:""}.fa-lightbulb::before{content:""}.fa-link::before{content:""}.fa-chain::before{content:""}.fa-link-slash::before{content:""}.fa-chain-broken::before{content:""}.fa-chain-slash::before{content:""}.fa-unlink::before{content:""}.fa-lira-sign::before{content:""}.fa-list::before{content:""}.fa-list-squares::before{content:""}.fa-list-check::before{content:""}.fa-tasks::before{content:""}.fa-list-ol::before{content:""}.fa-list-1-2::before{content:""}.fa-list-numeric::before{content:""}.fa-list-ul::before{content:""}.fa-list-dots::before{content:""}.fa-litecoin-sign::before{content:""}.fa-location-arrow::before{content:""}.fa-location-crosshairs::before{content:""}.fa-location::before{content:""}.fa-location-dot::before{content:""}.fa-map-marker-alt::before{content:""}.fa-location-pin::before{content:""}.fa-map-marker::before{content:""}.fa-lock::before{content:""}.fa-lock-open::before{content:""}.fa-lungs::before{content:""}.fa-lungs-virus::before{content:""}.fa-m::before{content:"M"}.fa-magnet::before{content:""}.fa-magnifying-glass::before{content:""}.fa-search::before{content:""}.fa-magnifying-glass-dollar::before{content:""}.fa-search-dollar::before{content:""}.fa-magnifying-glass-location::before{content:""}.fa-search-location::before{content:""}.fa-magnifying-glass-minus::before{content:""}.fa-search-minus::before{content:""}.fa-magnifying-glass-plus::before{content:""}.fa-search-plus::before{content:""}.fa-manat-sign::before{content:""}.fa-map::before{content:""}.fa-map-location::before{content:""}.fa-map-marked::before{content:""}.fa-map-location-dot::before{content:""}.fa-map-marked-alt::before{content:""}.fa-map-pin::before{content:""}.fa-marker::before{content:""}.fa-mars::before{content:""}.fa-mars-and-venus::before{content:""}.fa-mars-double::before{content:""}.fa-mars-stroke::before{content:""}.fa-mars-stroke-right::before{content:""}.fa-mars-stroke-h::before{content:""}.fa-mars-stroke-up::before{content:""}.fa-mars-stroke-v::before{content:""}.fa-martini-glass::before{content:""}.fa-glass-martini-alt::before{content:""}.fa-martini-glass-citrus::before{content:""}.fa-cocktail::before{content:""}.fa-martini-glass-empty::before{content:""}.fa-glass-martini::before{content:""}.fa-mask::before{content:""}.fa-mask-face::before{content:""}.fa-masks-theater::before{content:""}.fa-theater-masks::before{content:""}.fa-maximize::before{content:""}.fa-expand-arrows-alt::before{content:""}.fa-medal::before{content:""}.fa-memory::before{content:""}.fa-menorah::before{content:""}.fa-mercury::before{content:""}.fa-message::before{content:""}.fa-comment-alt::before{content:""}.fa-meteor::before{content:""}.fa-microchip::before{content:""}.fa-microphone::before{content:""}.fa-microphone-lines::before{content:""}.fa-microphone-alt::before{content:""}.fa-microphone-lines-slash::before{content:""}.fa-microphone-alt-slash::before{content:""}.fa-microphone-slash::before{content:""}.fa-microscope::before{content:""}.fa-mill-sign::before{content:""}.fa-minimize::before{content:""}.fa-compress-arrows-alt::before{content:""}.fa-minus::before{content:""}.fa-subtract::before{content:""}.fa-mitten::before{content:""}.fa-mobile::before{content:""}.fa-mobile-android::before{content:""}.fa-mobile-phone::before{content:""}.fa-mobile-button::before{content:""}.fa-mobile-screen-button::before{content:""}.fa-mobile-alt::before{content:""}.fa-money-bill::before{content:""}.fa-money-bill-1::before{content:""}.fa-money-bill-alt::before{content:""}.fa-money-bill-1-wave::before{content:""}.fa-money-bill-wave-alt::before{content:""}.fa-money-bill-wave::before{content:""}.fa-money-check::before{content:""}.fa-money-check-dollar::before{content:""}.fa-money-check-alt::before{content:""}.fa-monument::before{content:""}.fa-moon::before{content:""}.fa-mortar-pestle::before{content:""}.fa-mosque::before{content:""}.fa-motorcycle::before{content:""}.fa-mountain::before{content:""}.fa-mug-hot::before{content:""}.fa-mug-saucer::before{content:""}.fa-coffee::before{content:""}.fa-music::before{content:""}.fa-n::before{content:"N"}.fa-naira-sign::before{content:""}.fa-network-wired::before{content:""}.fa-neuter::before{content:""}.fa-newspaper::before{content:""}.fa-not-equal::before{content:""}.fa-note-sticky::before{content:""}.fa-sticky-note::before{content:""}.fa-notes-medical::before{content:""}.fa-o::before{content:"O"}.fa-object-group::before{content:""}.fa-object-ungroup::before{content:""}.fa-oil-can::before{content:""}.fa-om::before{content:""}.fa-otter::before{content:""}.fa-outdent::before{content:""}.fa-dedent::before{content:""}.fa-p::before{content:"P"}.fa-pager::before{content:""}.fa-paint-roller::before{content:""}.fa-paintbrush::before{content:""}.fa-paint-brush::before{content:""}.fa-palette::before{content:""}.fa-pallet::before{content:""}.fa-panorama::before{content:""}.fa-paper-plane::before{content:""}.fa-paperclip::before{content:""}.fa-parachute-box::before{content:""}.fa-paragraph::before{content:""}.fa-passport::before{content:""}.fa-paste::before{content:""}.fa-file-clipboard::before{content:""}.fa-pause::before{content:""}.fa-paw::before{content:""}.fa-peace::before{content:""}.fa-pen::before{content:""}.fa-pen-clip::before{content:""}.fa-pen-alt::before{content:""}.fa-pen-fancy::before{content:""}.fa-pen-nib::before{content:""}.fa-pen-ruler::before{content:""}.fa-pencil-ruler::before{content:""}.fa-pen-to-square::before{content:""}.fa-edit::before{content:""}.fa-pencil::before{content:""}.fa-pencil-alt::before{content:""}.fa-people-arrows-left-right::before{content:""}.fa-people-arrows::before{content:""}.fa-people-carry-box::before{content:""}.fa-people-carry::before{content:""}.fa-pepper-hot::before{content:""}.fa-percent::before{content:"%"}.fa-percentage::before{content:"%"}.fa-person::before{content:""}.fa-male::before{content:""}.fa-person-biking::before{content:""}.fa-biking::before{content:""}.fa-person-booth::before{content:""}.fa-person-dots-from-line::before{content:""}.fa-diagnoses::before{content:""}.fa-person-dress::before{content:""}.fa-female::before{content:""}.fa-person-hiking::before{content:""}.fa-hiking::before{content:""}.fa-person-praying::before{content:""}.fa-pray::before{content:""}.fa-person-running::before{content:""}.fa-running::before{content:""}.fa-person-skating::before{content:""}.fa-skating::before{content:""}.fa-person-skiing::before{content:""}.fa-skiing::before{content:""}.fa-person-skiing-nordic::before{content:""}.fa-skiing-nordic::before{content:""}.fa-person-snowboarding::before{content:""}.fa-snowboarding::before{content:""}.fa-person-swimming::before{content:""}.fa-swimmer::before{content:""}.fa-person-walking::before{content:""}.fa-walking::before{content:""}.fa-person-walking-with-cane::before{content:""}.fa-blind::before{content:""}.fa-peseta-sign::before{content:""}.fa-peso-sign::before{content:""}.fa-phone::before{content:""}.fa-phone-flip::before{content:""}.fa-phone-alt::before{content:""}.fa-phone-slash::before{content:""}.fa-phone-volume::before{content:""}.fa-volume-control-phone::before{content:""}.fa-photo-film::before{content:""}.fa-photo-video::before{content:""}.fa-piggy-bank::before{content:""}.fa-pills::before{content:""}.fa-pizza-slice::before{content:""}.fa-place-of-worship::before{content:""}.fa-plane::before{content:""}.fa-plane-arrival::before{content:""}.fa-plane-departure::before{content:""}.fa-plane-slash::before{content:""}.fa-play::before{content:""}.fa-plug::before{content:""}.fa-plus::before{content:"+"}.fa-add::before{content:"+"}.fa-plus-minus::before{content:""}.fa-podcast::before{content:""}.fa-poo::before{content:""}.fa-poo-storm::before{content:""}.fa-poo-bolt::before{content:""}.fa-poop::before{content:""}.fa-power-off::before{content:""}.fa-prescription::before{content:""}.fa-prescription-bottle::before{content:""}.fa-prescription-bottle-medical::before{content:""}.fa-prescription-bottle-alt::before{content:""}.fa-print::before{content:""}.fa-pump-medical::before{content:""}.fa-pump-soap::before{content:""}.fa-puzzle-piece::before{content:""}.fa-q::before{content:"Q"}.fa-qrcode::before{content:""}.fa-question::before{content:"?"}.fa-quote-left::before{content:""}.fa-quote-left-alt::before{content:""}.fa-quote-right::before{content:""}.fa-quote-right-alt::before{content:""}.fa-r::before{content:"R"}.fa-radiation::before{content:""}.fa-rainbow::before{content:""}.fa-receipt::before{content:""}.fa-record-vinyl::before{content:""}.fa-rectangle-ad::before{content:""}.fa-ad::before{content:""}.fa-rectangle-list::before{content:""}.fa-list-alt::before{content:""}.fa-rectangle-xmark::before{content:""}.fa-rectangle-times::before{content:""}.fa-times-rectangle::before{content:""}.fa-window-close::before{content:""}.fa-recycle::before{content:""}.fa-registered::before{content:""}.fa-repeat::before{content:""}.fa-reply::before{content:""}.fa-mail-reply::before{content:""}.fa-reply-all::before{content:""}.fa-mail-reply-all::before{content:""}.fa-republican::before{content:""}.fa-restroom::before{content:""}.fa-retweet::before{content:""}.fa-ribbon::before{content:""}.fa-right-from-bracket::before{content:""}.fa-sign-out-alt::before{content:""}.fa-right-left::before{content:""}.fa-exchange-alt::before{content:""}.fa-right-long::before{content:""}.fa-long-arrow-alt-right::before{content:""}.fa-right-to-bracket::before{content:""}.fa-sign-in-alt::before{content:""}.fa-ring::before{content:""}.fa-road::before{content:""}.fa-robot::before{content:""}.fa-rocket::before{content:""}.fa-rotate::before{content:""}.fa-sync-alt::before{content:""}.fa-rotate-left::before{content:""}.fa-rotate-back::before{content:""}.fa-rotate-backward::before{content:""}.fa-undo-alt::before{content:""}.fa-rotate-right::before{content:""}.fa-redo-alt::before{content:""}.fa-rotate-forward::before{content:""}.fa-route::before{content:""}.fa-rss::before{content:""}.fa-feed::before{content:""}.fa-ruble-sign::before{content:""}.fa-rouble::before{content:""}.fa-rub::before{content:""}.fa-ruble::before{content:""}.fa-ruler::before{content:""}.fa-ruler-combined::before{content:""}.fa-ruler-horizontal::before{content:""}.fa-ruler-vertical::before{content:""}.fa-rupee-sign::before{content:""}.fa-rupee::before{content:""}.fa-rupiah-sign::before{content:""}.fa-s::before{content:"S"}.fa-sailboat::before{content:""}.fa-satellite::before{content:""}.fa-satellite-dish::before{content:""}.fa-scale-balanced::before{content:""}.fa-balance-scale::before{content:""}.fa-scale-unbalanced::before{content:""}.fa-balance-scale-left::before{content:""}.fa-scale-unbalanced-flip::before{content:""}.fa-balance-scale-right::before{content:""}.fa-school::before{content:""}.fa-scissors::before{content:""}.fa-cut::before{content:""}.fa-screwdriver::before{content:""}.fa-screwdriver-wrench::before{content:""}.fa-tools::before{content:""}.fa-scroll::before{content:""}.fa-scroll-torah::before{content:""}.fa-torah::before{content:""}.fa-sd-card::before{content:""}.fa-section::before{content:""}.fa-seedling::before{content:""}.fa-sprout::before{content:""}.fa-server::before{content:""}.fa-shapes::before{content:""}.fa-triangle-circle-square::before{content:""}.fa-share::before{content:""}.fa-arrow-turn-right::before{content:""}.fa-mail-forward::before{content:""}.fa-share-from-square::before{content:""}.fa-share-square::before{content:""}.fa-share-nodes::before{content:""}.fa-share-alt::before{content:""}.fa-shekel-sign::before{content:""}.fa-ils::before{content:""}.fa-shekel::before{content:""}.fa-sheqel::before{content:""}.fa-sheqel-sign::before{content:""}.fa-shield::before{content:""}.fa-shield-blank::before{content:""}.fa-shield-alt::before{content:""}.fa-shield-virus::before{content:""}.fa-ship::before{content:""}.fa-shirt::before{content:""}.fa-t-shirt::before{content:""}.fa-tshirt::before{content:""}.fa-shoe-prints::before{content:""}.fa-shop::before{content:""}.fa-store-alt::before{content:""}.fa-shop-slash::before{content:""}.fa-store-alt-slash::before{content:""}.fa-shower::before{content:""}.fa-shrimp::before{content:""}.fa-shuffle::before{content:""}.fa-random::before{content:""}.fa-shuttle-space::before{content:""}.fa-space-shuttle::before{content:""}.fa-sign-hanging::before{content:""}.fa-sign::before{content:""}.fa-signal::before{content:""}.fa-signal-5::before{content:""}.fa-signal-perfect::before{content:""}.fa-signature::before{content:""}.fa-signs-post::before{content:""}.fa-map-signs::before{content:""}.fa-sim-card::before{content:""}.fa-sink::before{content:""}.fa-sitemap::before{content:""}.fa-skull::before{content:""}.fa-skull-crossbones::before{content:""}.fa-slash::before{content:""}.fa-sleigh::before{content:""}.fa-sliders::before{content:""}.fa-sliders-h::before{content:""}.fa-smog::before{content:""}.fa-smoking::before{content:""}.fa-snowflake::before{content:""}.fa-snowman::before{content:""}.fa-snowplow::before{content:""}.fa-soap::before{content:""}.fa-socks::before{content:""}.fa-solar-panel::before{content:""}.fa-sort::before{content:""}.fa-unsorted::before{content:""}.fa-sort-down::before{content:""}.fa-sort-desc::before{content:""}.fa-sort-up::before{content:""}.fa-sort-asc::before{content:""}.fa-spa::before{content:""}.fa-spaghetti-monster-flying::before{content:""}.fa-pastafarianism::before{content:""}.fa-spell-check::before{content:""}.fa-spider::before{content:""}.fa-spinner::before{content:""}.fa-splotch::before{content:""}.fa-spoon::before{content:""}.fa-utensil-spoon::before{content:""}.fa-spray-can::before{content:""}.fa-spray-can-sparkles::before{content:""}.fa-air-freshener::before{content:""}.fa-square::before{content:""}.fa-square-arrow-up-right::before{content:""}.fa-external-link-square::before{content:""}.fa-square-caret-down::before{content:""}.fa-caret-square-down::before{content:""}.fa-square-caret-left::before{content:""}.fa-caret-square-left::before{content:""}.fa-square-caret-right::before{content:""}.fa-caret-square-right::before{content:""}.fa-square-caret-up::before{content:""}.fa-caret-square-up::before{content:""}.fa-square-check::before{content:""}.fa-check-square::before{content:""}.fa-square-envelope::before{content:""}.fa-envelope-square::before{content:""}.fa-square-full::before{content:""}.fa-square-h::before{content:""}.fa-h-square::before{content:""}.fa-square-minus::before{content:""}.fa-minus-square::before{content:""}.fa-square-parking::before{content:""}.fa-parking::before{content:""}.fa-square-pen::before{content:""}.fa-pen-square::before{content:""}.fa-pencil-square::before{content:""}.fa-square-phone::before{content:""}.fa-phone-square::before{content:""}.fa-square-phone-flip::before{content:""}.fa-phone-square-alt::before{content:""}.fa-square-plus::before{content:""}.fa-plus-square::before{content:""}.fa-square-poll-horizontal::before{content:""}.fa-poll-h::before{content:""}.fa-square-poll-vertical::before{content:""}.fa-poll::before{content:""}.fa-square-root-variable::before{content:""}.fa-square-root-alt::before{content:""}.fa-square-rss::before{content:""}.fa-rss-square::before{content:""}.fa-square-share-nodes::before{content:""}.fa-share-alt-square::before{content:""}.fa-square-up-right::before{content:""}.fa-external-link-square-alt::before{content:""}.fa-square-xmark::before{content:""}.fa-times-square::before{content:""}.fa-xmark-square::before{content:""}.fa-stairs::before{content:""}.fa-stamp::before{content:""}.fa-star::before{content:""}.fa-star-and-crescent::before{content:""}.fa-star-half::before{content:""}.fa-star-half-stroke::before{content:""}.fa-star-half-alt::before{content:""}.fa-star-of-david::before{content:""}.fa-star-of-life::before{content:""}.fa-sterling-sign::before{content:""}.fa-gbp::before{content:""}.fa-pound-sign::before{content:""}.fa-stethoscope::before{content:""}.fa-stop::before{content:""}.fa-stopwatch::before{content:""}.fa-stopwatch-20::before{content:""}.fa-store::before{content:""}.fa-store-slash::before{content:""}.fa-street-view::before{content:""}.fa-strikethrough::before{content:""}.fa-stroopwafel::before{content:""}.fa-subscript::before{content:""}.fa-suitcase::before{content:""}.fa-suitcase-medical::before{content:""}.fa-medkit::before{content:""}.fa-suitcase-rolling::before{content:""}.fa-sun::before{content:""}.fa-superscript::before{content:""}.fa-swatchbook::before{content:""}.fa-synagogue::before{content:""}.fa-syringe::before{content:""}.fa-t::before{content:"T"}.fa-table::before{content:""}.fa-table-cells::before{content:""}.fa-th::before{content:""}.fa-table-cells-large::before{content:""}.fa-th-large::before{content:""}.fa-table-columns::before{content:""}.fa-columns::before{content:""}.fa-table-list::before{content:""}.fa-th-list::before{content:""}.fa-table-tennis-paddle-ball::before{content:""}.fa-ping-pong-paddle-ball::before{content:""}.fa-table-tennis::before{content:""}.fa-tablet::before{content:""}.fa-tablet-android::before{content:""}.fa-tablet-button::before{content:""}.fa-tablet-screen-button::before{content:""}.fa-tablet-alt::before{content:""}.fa-tablets::before{content:""}.fa-tachograph-digital::before{content:""}.fa-digital-tachograph::before{content:""}.fa-tag::before{content:""}.fa-tags::before{content:""}.fa-tape::before{content:""}.fa-taxi::before{content:""}.fa-cab::before{content:""}.fa-teeth::before{content:""}.fa-teeth-open::before{content:""}.fa-temperature-empty::before{content:""}.fa-temperature-0::before{content:""}.fa-thermometer-0::before{content:""}.fa-thermometer-empty::before{content:""}.fa-temperature-full::before{content:""}.fa-temperature-4::before{content:""}.fa-thermometer-4::before{content:""}.fa-thermometer-full::before{content:""}.fa-temperature-half::before{content:""}.fa-temperature-2::before{content:""}.fa-thermometer-2::before{content:""}.fa-thermometer-half::before{content:""}.fa-temperature-high::before{content:""}.fa-temperature-low::before{content:""}.fa-temperature-quarter::before{content:""}.fa-temperature-1::before{content:""}.fa-thermometer-1::before{content:""}.fa-thermometer-quarter::before{content:""}.fa-temperature-three-quarters::before{content:""}.fa-temperature-3::before{content:""}.fa-thermometer-3::before{content:""}.fa-thermometer-three-quarters::before{content:""}.fa-tenge-sign::before{content:""}.fa-tenge::before{content:""}.fa-terminal::before{content:""}.fa-text-height::before{content:""}.fa-text-slash::before{content:""}.fa-remove-format::before{content:""}.fa-text-width::before{content:""}.fa-thermometer::before{content:""}.fa-thumbs-down::before{content:""}.fa-thumbs-up::before{content:""}.fa-thumbtack::before{content:""}.fa-thumb-tack::before{content:""}.fa-ticket::before{content:""}.fa-ticket-simple::before{content:""}.fa-ticket-alt::before{content:""}.fa-timeline::before{content:""}.fa-toggle-off::before{content:""}.fa-toggle-on::before{content:""}.fa-toilet::before{content:""}.fa-toilet-paper::before{content:""}.fa-toilet-paper-slash::before{content:""}.fa-toolbox::before{content:""}.fa-tooth::before{content:""}.fa-torii-gate::before{content:""}.fa-tower-broadcast::before{content:""}.fa-broadcast-tower::before{content:""}.fa-tractor::before{content:""}.fa-trademark::before{content:""}.fa-traffic-light::before{content:""}.fa-trailer::before{content:""}.fa-train::before{content:""}.fa-train-subway::before{content:""}.fa-subway::before{content:""}.fa-train-tram::before{content:""}.fa-tram::before{content:""}.fa-transgender::before{content:""}.fa-transgender-alt::before{content:""}.fa-trash::before{content:""}.fa-trash-arrow-up::before{content:""}.fa-trash-restore::before{content:""}.fa-trash-can::before{content:""}.fa-trash-alt::before{content:""}.fa-trash-can-arrow-up::before{content:""}.fa-trash-restore-alt::before{content:""}.fa-tree::before{content:""}.fa-triangle-exclamation::before{content:""}.fa-exclamation-triangle::before{content:""}.fa-warning::before{content:""}.fa-trophy::before{content:""}.fa-truck::before{content:""}.fa-truck-fast::before{content:""}.fa-shipping-fast::before{content:""}.fa-truck-medical::before{content:""}.fa-ambulance::before{content:""}.fa-truck-monster::before{content:""}.fa-truck-moving::before{content:""}.fa-truck-pickup::before{content:""}.fa-truck-ramp-box::before{content:""}.fa-truck-loading::before{content:""}.fa-tty::before{content:""}.fa-teletype::before{content:""}.fa-turkish-lira-sign::before{content:""}.fa-try::before{content:""}.fa-turkish-lira::before{content:""}.fa-turn-down::before{content:""}.fa-level-down-alt::before{content:""}.fa-turn-up::before{content:""}.fa-level-up-alt::before{content:""}.fa-tv::before{content:""}.fa-television::before{content:""}.fa-tv-alt::before{content:""}.fa-u::before{content:"U"}.fa-umbrella::before{content:""}.fa-umbrella-beach::before{content:""}.fa-underline::before{content:""}.fa-universal-access::before{content:""}.fa-unlock::before{content:""}.fa-unlock-keyhole::before{content:""}.fa-unlock-alt::before{content:""}.fa-up-down::before{content:""}.fa-arrows-alt-v::before{content:""}.fa-up-down-left-right::before{content:""}.fa-arrows-alt::before{content:""}.fa-up-long::before{content:""}.fa-long-arrow-alt-up::before{content:""}.fa-up-right-and-down-left-from-center::before{content:""}.fa-expand-alt::before{content:""}.fa-up-right-from-square::before{content:""}.fa-external-link-alt::before{content:""}.fa-upload::before{content:""}.fa-user::before{content:""}.fa-user-astronaut::before{content:""}.fa-user-check::before{content:""}.fa-user-clock::before{content:""}.fa-user-doctor::before{content:""}.fa-user-md::before{content:""}.fa-user-gear::before{content:""}.fa-user-cog::before{content:""}.fa-user-graduate::before{content:""}.fa-user-group::before{content:""}.fa-user-friends::before{content:""}.fa-user-injured::before{content:""}.fa-user-large::before{content:""}.fa-user-alt::before{content:""}.fa-user-large-slash::before{content:""}.fa-user-alt-slash::before{content:""}.fa-user-lock::before{content:""}.fa-user-minus::before{content:""}.fa-user-ninja::before{content:""}.fa-user-nurse::before{content:""}.fa-user-pen::before{content:""}.fa-user-edit::before{content:""}.fa-user-plus::before{content:""}.fa-user-secret::before{content:""}.fa-user-shield::before{content:""}.fa-user-slash::before{content:""}.fa-user-tag::before{content:""}.fa-user-tie::before{content:""}.fa-user-xmark::before{content:""}.fa-user-times::before{content:""}.fa-users::before{content:""}.fa-users-gear::before{content:""}.fa-users-cog::before{content:""}.fa-users-slash::before{content:""}.fa-utensils::before{content:""}.fa-cutlery::before{content:""}.fa-v::before{content:"V"}.fa-van-shuttle::before{content:""}.fa-shuttle-van::before{content:""}.fa-vault::before{content:""}.fa-vector-square::before{content:""}.fa-venus::before{content:""}.fa-venus-double::before{content:""}.fa-venus-mars::before{content:""}.fa-vest::before{content:""}.fa-vest-patches::before{content:""}.fa-vial::before{content:""}.fa-vials::before{content:""}.fa-video::before{content:""}.fa-video-camera::before{content:""}.fa-video-slash::before{content:""}.fa-vihara::before{content:""}.fa-virus::before{content:""}.fa-virus-covid::before{content:""}.fa-virus-covid-slash::before{content:""}.fa-virus-slash::before{content:""}.fa-viruses::before{content:""}.fa-voicemail::before{content:""}.fa-volleyball::before{content:""}.fa-volleyball-ball::before{content:""}.fa-volume-high::before{content:""}.fa-volume-up::before{content:""}.fa-volume-low::before{content:""}.fa-volume-down::before{content:""}.fa-volume-off::before{content:""}.fa-volume-xmark::before{content:""}.fa-volume-mute::before{content:""}.fa-volume-times::before{content:""}.fa-vr-cardboard::before{content:""}.fa-w::before{content:"W"}.fa-wallet::before{content:""}.fa-wand-magic::before{content:""}.fa-magic::before{content:""}.fa-wand-magic-sparkles::before{content:""}.fa-magic-wand-sparkles::before{content:""}.fa-wand-sparkles::before{content:""}.fa-warehouse::before{content:""}.fa-water::before{content:""}.fa-water-ladder::before{content:""}.fa-ladder-water::before{content:""}.fa-swimming-pool::before{content:""}.fa-wave-square::before{content:""}.fa-weight-hanging::before{content:""}.fa-weight-scale::before{content:""}.fa-weight::before{content:""}.fa-wheelchair::before{content:""}.fa-whiskey-glass::before{content:""}.fa-glass-whiskey::before{content:""}.fa-wifi::before{content:""}.fa-wifi-3::before{content:""}.fa-wifi-strong::before{content:""}.fa-wind::before{content:""}.fa-window-maximize::before{content:""}.fa-window-minimize::before{content:""}.fa-window-restore::before{content:""}.fa-wine-bottle::before{content:""}.fa-wine-glass::before{content:""}.fa-wine-glass-empty::before{content:""}.fa-wine-glass-alt::before{content:""}.fa-won-sign::before{content:""}.fa-krw::before{content:""}.fa-won::before{content:""}.fa-wrench::before{content:""}.fa-x::before{content:"X"}.fa-x-ray::before{content:""}.fa-xmark::before{content:""}.fa-close::before{content:""}.fa-multiply::before{content:""}.fa-remove::before{content:""}.fa-times::before{content:""}.fa-y::before{content:"Y"}.fa-yen-sign::before{content:""}.fa-cny::before{content:""}.fa-jpy::before{content:""}.fa-rmb::before{content:""}.fa-yen::before{content:""}.fa-yin-yang::before{content:""}.fa-z::before{content:"Z"}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */:root,:host{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/Jafet22/assets/webfonts/font-awesome-6/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/Jafet22/assets/webfonts/font-awesome-6/fa-regular-400.ttf) format("truetype")}.far,.fa-regular{font-family:"Font Awesome 6 Free";font-weight:400}/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */:root,:host{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/wp-content/themes/Jafet22/assets/webfonts/font-awesome-6/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/Jafet22/assets/webfonts/font-awesome-6/fa-solid-900.ttf) format("truetype")}.fas,.fa-solid{font-family:"Font Awesome 6 Free";font-weight:900}/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */:root,:host{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/Jafet22/assets/webfonts/font-awesome-6/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/Jafet22/assets/webfonts/font-awesome-6/fa-brands-400.ttf) format("truetype")}.fab,.fa-brands{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before{content:""}.fa-innosoft:before{content:""}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-alipay:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-amilia:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-pay:before{content:""}.fa-artstation:before{content:""}.fa-asymmetrik:before{content:""}.fa-atlassian:before{content:""}.fa-audible:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-aws:before{content:""}.fa-bandcamp:before{content:""}.fa-battle-net:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bilibili:before{content:""}.fa-bimobject:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bootstrap:before{content:""}.fa-bots:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-buromobelexperte:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-cloudflare:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cmplid:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cotton-bureau:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-critical-role:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:""}.fa-dashcube:before{content:""}.fa-deezer:before{content:""}.fa-delicious:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dhl:before{content:""}.fa-diaspora:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-draft2digital:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drupal:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:""}.fa-elementor:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-etsy:before{content:""}.fa-evernote:before{content:""}.fa-expeditedssl:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-figma:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-fly:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-fulcrum:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-gofore:before{content:""}.fa-golang:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guilded:before{content:""}.fa-gulp:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hashnode:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-hive:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-hotjar:before{content:""}.fa-houzz:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-ideal:before{content:""}.fa-imdb:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-instalod:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joomla:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaggle:before{content:""}.fa-keybase:before{content:""}.fa-keycdn:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-korvue:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-leanpub:before{content:""}.fa-less:before{content:""}.fa-line:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-mailchimp:before{content:""}.fa-mandalorian:before{content:""}.fa-markdown:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-mendeley:before{content:""}.fa-microblog:before{content:""}.fa-microsoft:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:""}.fa-mizuni:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-octopus-deploy:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-old-republic:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-padlet:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-palfed:before{content:""}.fa-patreon:before{content:""}.fa-paypal:before{content:""}.fa-perbyte:before{content:""}.fa-periscope:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pix:before{content:""}.fa-playstation:before{content:""}.fa-product-hunt:before{content:""}.fa-pushed:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-r-project:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-renren:before{content:""}.fa-replyd:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-rev:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-rust:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-schlix:before{content:""}.fa-scribd:before{content:""}.fa-searchengin:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-servicestack:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shopify:before{content:""}.fa-shopware:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sith:before{content:""}.fa-sitrox:before{content:""}.fa-sketch:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slideshare:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spotify:before{content:""}.fa-square-font-awesome:before{content:""}.fa-square-font-awesome-stroke:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-sticker-mule:before{content:""}.fa-strava:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-superpowers:before{content:""}.fa-supple:before{content:""}.fa-suse:before{content:""}.fa-swift:before{content:""}.fa-symfony:before{content:""}.fa-teamspeak:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-tencent-weibo:before{content:""}.fa-the-red-yeti:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-think-peaks:before{content:""}.fa-tiktok:before{content:""}.fa-trade-federation:before{content:""}.fa-trello:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-uncharted:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:""}.fa-unsplash:before{content:""}.fa-untappd:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-vaadin:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-viber:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-vuejs:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-whmcs:before{content:""}.fa-wikipedia-w:before{content:""}.fa-windows:before{content:""}.fa-wirsindhandwerk:before{content:""}.fa-wsh:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wodu:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgb(0 0 0 / .15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgb(0 0 0 / .5),#fff0)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev,.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:#fff0}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-progressbar{background:rgb(0 0 0 / .25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgb(0 0 0 / .1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgb(0 0 0 / .5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-body-color-rgb:33, 37, 41;--bs-body-bg-rgb:255, 255, 255;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,*::before,*::after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#fff0}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media (min-width:1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media (min-width:1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media (min-width:1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-bs-original-title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width:992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:.25rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type="file"]{overflow:hidden}.form-control[type="file"]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgb(13 110 253 / .25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:#fff0;border:solid #fff0;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;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;border:1px solid #ced4da;border-radius:.25rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgb(13 110 253 / .25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:#fff0;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgb(0 0 0 / .25);appearance:none;color-adjust:exact;transition:all 0.2s ease-in-out}@media (prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type="checkbox"]{border-radius:.25em}.form-check-input[type="radio"]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgb(13 110 253 / .25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type="checkbox"]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type="radio"]{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")}.form-check-input[type="checkbox"]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:#fff0;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgb(13 110 253 / .25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgb(13 110 253 / .25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:#fff0;cursor:pointer;background-color:#dee2e6;border-color:#fff0;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:#fff0;cursor:pointer;background-color:#dee2e6;border-color:#fff0;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid #fff0;transform-origin:0 0;transition:opacity 0.1s ease-in-out,transform 0.1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::placeholder{color:#fff0}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgb(25 135 84 / .9);border-radius:.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgb(25 135 84 / .25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#198754}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{padding-right:4.125rem;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"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgb(25 135 84 / .25)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#198754}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#198754}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgb(25 135 84 / .25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid{z-index:1}.was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgb(220 53 69 / .9);border-radius:.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgb(220 53 69 / .25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#dc3545}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{padding-right:4.125rem;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"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgb(220 53 69 / .25)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgb(220 53 69 / .25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid{z-index:2}.was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;background-color:#fff0;border:1px solid #fff0;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgb(13 110 253 / .25)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgb(49 132 253 / .5)}.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgb(49 132 253 / .5)}.btn-primary:disabled,.btn-primary.disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgb(130 138 145 / .5)}.btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgb(130 138 145 / .5)}.btn-secondary:disabled,.btn-secondary.disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgb(60 153 110 / .5)}.btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgb(60 153 110 / .5)}.btn-success:disabled,.btn-success.disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgb(11 172 204 / .5)}.btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgb(11 172 204 / .5)}.btn-info:disabled,.btn-info.disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgb(217 164 6 / .5)}.btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgb(217 164 6 / .5)}.btn-warning:disabled,.btn-warning.disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgb(225 83 97 / .5)}.btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgb(225 83 97 / .5)}.btn-danger:disabled,.btn-danger.disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgb(211 212 213 / .5)}.btn-check:checked+.btn-light,.btn-check:active+.btn-light,.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgb(211 212 213 / .5)}.btn-light:disabled,.btn-light.disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgb(66 70 73 / .5)}.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgb(66 70 73 / .5)}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgb(13 110 253 / .5)}.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgb(13 110 253 / .5)}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:#0d6efd;background-color:#fff0}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgb(108 117 125 / .5)}.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgb(108 117 125 / .5)}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:#6c757d;background-color:#fff0}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgb(25 135 84 / .5)}.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#fff;background-color:#198754;border-color:#198754}.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgb(25 135 84 / .5)}.btn-outline-success:disabled,.btn-outline-success.disabled{color:#198754;background-color:#fff0}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgb(13 202 240 / .5)}.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgb(13 202 240 / .5)}.btn-outline-info:disabled,.btn-outline-info.disabled{color:#0dcaf0;background-color:#fff0}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgb(255 193 7 / .5)}.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgb(255 193 7 / .5)}.btn-outline-warning:disabled,.btn-outline-warning.disabled{color:#ffc107;background-color:#fff0}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgb(220 53 69 / .5)}.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgb(220 53 69 / .5)}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:#dc3545;background-color:#fff0}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgb(248 249 250 / .5)}.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgb(248 249 250 / .5)}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#f8f9fa;background-color:#fff0}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgb(33 37 41 / .5)}.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#212529;border-color:#212529}.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgb(33 37 41 / .5)}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#212529;background-color:#fff0}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link:disabled,.btn-link.disabled{color:#6c757d}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid #fff0;border-bottom:0;border-left:.3em solid #fff0}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgb(0 0 0 / .15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid #fff0;border-bottom:.3em solid;border-left:.3em solid #fff0}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid #fff0;border-right:0;border-bottom:.3em solid #fff0;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid #fff0;border-right:.3em solid;border-bottom:.3em solid #fff0}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgb(0 0 0 / .15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:#fff0;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:#fff0}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgb(0 0 0 / .15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:rgb(255 255 255 / .15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgb(0 0 0 / .15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid #fff0;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:#fff0;border-color:#fff0}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0%;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:#fff0;border:1px solid #fff0;border-radius:.25rem;transition:box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:#fff0;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-top,.navbar-expand-sm .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:#fff0;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-top,.navbar-expand-md .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:#fff0;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-top,.navbar-expand-lg .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:#fff0;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-top,.navbar-expand-xl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:#fff0;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-top,.navbar-expand-xxl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:#fff0;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-top,.navbar-expand .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgb(0 0 0 / .9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgb(0 0 0 / .9)}.navbar-light .navbar-nav .nav-link{color:rgb(0 0 0 / .55)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgb(0 0 0 / .7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgb(0 0 0 / .3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active{color:rgb(0 0 0 / .9)}.navbar-light .navbar-toggler{color:rgb(0 0 0 / .55);border-color:rgb(0 0 0 / .1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgb(0 0 0 / .55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgb(0 0 0 / .9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgb(255 255 255 / .55)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgb(255 255 255 / .75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgb(255 255 255 / .25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgb(255 255 255 / .55);border-color:rgb(255 255 255 / .1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgb(255 255 255 / .55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgb(0 0 0 / .125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgb(0 0 0 / .03);border-bottom:1px solid rgb(0 0 0 / .125)}.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgb(0 0 0 / .03);border-top:1px solid rgb(0 0 0 / .125)}.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(0.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgb(0 0 0 / .125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform 0.2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgb(13 110 253 / .25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgb(0 0 0 / .125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgb(13 110 253 / .25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid #fff0;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width 0.6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{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);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgb(0 0 0 / .125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:38px;height:38px;padding:0 0;color:#fff;background:#fff0 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23ffffff'%3e%3cpath d='M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z'/%3e%3c/svg%3e") center / 20px auto no-repeat;border:0;border-radius:4000px;opacity:1}.btn-close:hover{color:#fff;text-decoration:none;opacity:.85}.btn-close:focus{outline:0;opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgb(255 255 255 / .85);background-clip:padding-box;border:1px solid rgb(0 0 0 / .1);box-shadow:0 .5rem 1rem rgb(0 0 0 / .15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgb(255 255 255 / .85);background-clip:padding-box;border-bottom:1px solid rgb(0 0 0 / .05);border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgb(0 0 0 / .2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#0B3364}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.95}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:#fff0;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[data-popper-placement^="top"]{padding:.4rem 0}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-end,.bs-tooltip-auto[data-popper-placement^="right"]{padding:0 .4rem}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[data-popper-placement^="bottom"]{padding:.4rem 0}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-start,.bs-tooltip-auto[data-popper-placement^="left"]{padding:0 .4rem}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgb(0 0 0 / .2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:#fff0;border-style:solid}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow{bottom:calc(-0.5rem - 1px)}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgb(0 0 0 / .25)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow{left:calc(-0.5rem - 1px);width:.5rem;height:1rem}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgb(0 0 0 / .25)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow{top:calc(-0.5rem - 1px)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgb(0 0 0 / .25)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow{right:calc(-0.5rem - 1px);width:.5rem;height:1rem}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgb(0 0 0 / .25)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgb(0 0 0 / .2);border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform 0.6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s 0.6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid #fff0;border-bottom:10px solid #fff0;opacity:.5;transition:opacity 0.6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:#fff0;border-radius:50%;animation:0.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;animation:0.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform 0.3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#0B3364}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.95}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgb(0 0 0 / .2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgb(0 0 0 / .2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgb(0 0 0 / .2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgb(0 0 0 / .2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg,#000 55%,rgb(0 0 0 / .8) 75%,#000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:hover,.link-primary:focus{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:hover,.link-secondary:focus{color:#565e64}.link-success{color:#198754}.link-success:hover,.link-success:focus{color:#146c43}.link-info{color:#0dcaf0}.link-info:hover,.link-info:focus{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:hover,.link-warning:focus{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:hover,.link-danger:focus{color:#b02a37}.link-light{color:#f8f9fa}.link-light:hover,.link-light:focus{color:#f9fafb}.link-dark{color:#212529}.link-dark:hover,.link-dark:focus{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:0.25!important}.opacity-50{opacity:0.5!important}.opacity-75{opacity:0.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgb(0 0 0 / .15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgb(0 0 0 / .075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgb(0 0 0 / .175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:0.25rem!important}.gap-2{gap:0.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:0.25rem!important}.m-2{margin:0.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:0.25rem!important}.mt-2{margin-top:0.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:0.25rem!important}.me-2{margin-right:0.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:0.25rem!important}.mb-2{margin-bottom:0.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:0.25rem!important}.ms-2{margin-left:0.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:0.25rem!important}.p-2{padding:0.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:0.25rem!important}.pt-2{padding-top:0.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:0.25rem!important}.pe-2{padding-right:0.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:0.25rem!important}.pb-2{padding-bottom:0.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:0.25rem!important}.ps-2{padding-left:0.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + 0.9vw)!important}.fs-3{font-size:calc(1.3rem + 0.6vw)!important}.fs-4{font-size:calc(1.275rem + 0.3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgb(0 0 0 / .5)!important}.text-white-50{--bs-text-opacity:1;color:rgb(255 255 255 / .5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:0.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:0.2rem!important}.rounded-2{border-radius:0.25rem!important}.rounded-3{border-radius:0.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:0.25rem!important;border-top-right-radius:0.25rem!important}.rounded-end{border-top-right-radius:0.25rem!important;border-bottom-right-radius:0.25rem!important}.rounded-bottom{border-bottom-right-radius:0.25rem!important;border-bottom-left-radius:0.25rem!important}.rounded-start{border-bottom-left-radius:0.25rem!important;border-top-left-radius:0.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:0.25rem!important}.gap-sm-2{gap:0.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:0.25rem!important}.m-sm-2{margin:0.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-sm-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-sm-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:0.25rem!important}.mt-sm-2{margin-top:0.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:0.25rem!important}.me-sm-2{margin-right:0.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:0.25rem!important}.mb-sm-2{margin-bottom:0.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:0.25rem!important}.ms-sm-2{margin-left:0.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:0.25rem!important}.p-sm-2{padding:0.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-sm-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-sm-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:0.25rem!important}.pt-sm-2{padding-top:0.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:0.25rem!important}.pe-sm-2{padding-right:0.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:0.25rem!important}.pb-sm-2{padding-bottom:0.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:0.25rem!important}.ps-sm-2{padding-left:0.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:0.25rem!important}.gap-md-2{gap:0.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:0.25rem!important}.m-md-2{margin:0.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-md-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-md-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:0.25rem!important}.mt-md-2{margin-top:0.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:0.25rem!important}.me-md-2{margin-right:0.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:0.25rem!important}.mb-md-2{margin-bottom:0.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:0.25rem!important}.ms-md-2{margin-left:0.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:0.25rem!important}.p-md-2{padding:0.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-md-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-md-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:0.25rem!important}.pt-md-2{padding-top:0.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:0.25rem!important}.pe-md-2{padding-right:0.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:0.25rem!important}.pb-md-2{padding-bottom:0.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:0.25rem!important}.ps-md-2{padding-left:0.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:0.25rem!important}.gap-lg-2{gap:0.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:0.25rem!important}.m-lg-2{margin:0.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-lg-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-lg-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:0.25rem!important}.mt-lg-2{margin-top:0.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:0.25rem!important}.me-lg-2{margin-right:0.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:0.25rem!important}.mb-lg-2{margin-bottom:0.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:0.25rem!important}.ms-lg-2{margin-left:0.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:0.25rem!important}.p-lg-2{padding:0.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-lg-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-lg-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:0.25rem!important}.pt-lg-2{padding-top:0.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:0.25rem!important}.pe-lg-2{padding-right:0.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:0.25rem!important}.pb-lg-2{padding-bottom:0.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:0.25rem!important}.ps-lg-2{padding-left:0.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:0.25rem!important}.gap-xl-2{gap:0.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:0.25rem!important}.m-xl-2{margin:0.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-xl-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-xl-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:0.25rem!important}.mt-xl-2{margin-top:0.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:0.25rem!important}.me-xl-2{margin-right:0.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:0.25rem!important}.mb-xl-2{margin-bottom:0.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:0.25rem!important}.ms-xl-2{margin-left:0.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:0.25rem!important}.p-xl-2{padding:0.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-xl-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-xl-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:0.25rem!important}.pt-xl-2{padding-top:0.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:0.25rem!important}.pe-xl-2{padding-right:0.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:0.25rem!important}.pb-xl-2{padding-bottom:0.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:0.25rem!important}.ps-xl-2{padding-left:0.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:0.25rem!important}.gap-xxl-2{gap:0.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:0.25rem!important}.m-xxl-2{margin:0.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:0.25rem!important;margin-left:0.25rem!important}.mx-xxl-2{margin-right:0.5rem!important;margin-left:0.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-xxl-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:0.25rem!important}.mt-xxl-2{margin-top:0.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:0.25rem!important}.me-xxl-2{margin-right:0.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:0.25rem!important}.mb-xxl-2{margin-bottom:0.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:0.25rem!important}.ms-xxl-2{margin-left:0.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:0.25rem!important}.p-xxl-2{padding:0.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:0.25rem!important;padding-left:0.25rem!important}.px-xxl-2{padding-right:0.5rem!important;padding-left:0.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.py-xxl-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:0.25rem!important}.pt-xxl-2{padding-top:0.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:0.25rem!important}.pe-xxl-2{padding-right:0.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:0.25rem!important}.pb-xxl-2{padding-bottom:0.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:0.25rem!important}.ps-xxl-2{padding-left:0.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-body-color-rgb:33, 37, 41;--bs-body-bg-rgb:255, 255, 255;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}@-webkit-keyframes arrow-bounce{0%,20%,50%,80%,100%{transform:translateX(0)}40%{transform:translateX(-10px)}60%{transform:translateX(-5px)}}@-moz-keyframes arrow-bounce{0%,20%,50%,80%,100%{transform:translateX(0)}40%{transform:translateX(-10px)}60%{transform:translateX(-5px)}}@keyframes arrow-bounce{0%,20%,50%,80%,100%{transform:translateX(0)}40%{transform:translateX(-10px)}60%{transform:translateX(-5px)}}@-webkit-keyframes scroll-h-text{from{transform:translateX(0%)}to{transform:translateX(-50%)}}@-moz-keyframes scroll-h-text{from{transform:translateX(0%)}to{transform:translateX(-50%)}}@keyframes scroll-h-text{from{transform:translateX(0%)}to{transform:translateX(-50%)}}html body{background-color:#fff}html body h1,html body h2,html body h3,html body h4,html body h5,html body h6{margin:0}html body ul,html body ol{list-style-position:inside}html body p,html body ul,html body ol,html body address{margin:0;padding:0}html body figure{margin:0}html body img{height:auto}html body a{color:#2488D4;text-decoration:none}html body a:hover{color:#2488d3;text-decoration:none}html body label{cursor:pointer}html body input:focus-visible,html body select:focus-visible,html body button:focus-visible,html body textarea:focus-visible{outline:none}html body input[disabled],html body select[disabled],html body button[disabled],html body textarea[disabled]{opacity:.8}html body span.password-input{position:relative;width:100%}html body span.show-password-input{display:inline-flex;align-items:center;justify-content:center;width:50px;height:64px;position:absolute;top:0!important;right:0!important}html body span.show-password-input.display-password::after{content:""!important;font:var(--fa-font-regular)!important}html body span.show-password-input::after{display:inline-block;content:""!important;font:var(--fa-font-regular)!important;margin:0!important;padding:0!important}html body aside.sidebar form.sidebar--search label{display:block;margin-bottom:24px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:18px;line-height:21.6px;color:#AE6435;text-align:center}html body aside.sidebar form.sidebar--search fieldset{position:relative;display:flex;align-items:center}html body aside.sidebar form.sidebar--search fieldset::after{content:"";display:inline-block;width:2px;height:18px;background-color:#174054;position:absolute;right:39px}html body aside.sidebar form.sidebar--search fieldset input{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;width:100%!important;height:55px!important;padding-right:50px!important;font-size:18px;line-height:18px}html body aside.sidebar form.sidebar--search fieldset input::-webkit-input-placeholder{color:#C5CED1}html body aside.sidebar form.sidebar--search fieldset input:-moz-placeholder{color:#C5CED1}html body aside.sidebar form.sidebar--search fieldset input::-moz-placeholder{color:#C5CED1}html body aside.sidebar form.sidebar--search fieldset input:-ms-input-placeholder{color:#C5CED1}html body aside.sidebar form.sidebar--search fieldset input::-ms-input-placeholder{color:#C5CED1}html body aside.sidebar form.sidebar--search fieldset input::placeholder{color:#C5CED1}html body aside.sidebar form.sidebar--search fieldset button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:55px;background-color:#fff0;color:#174054;padding:0;margin:0;border:none;position:absolute;right:0}html body aside.sidebar nav.sidebar--categories{display:block;padding:45px 40px;background-color:#F1F1F1;border:1px solid #C5CED1;box-shadow:4px 4px 4px rgb(0 0 0 / .15);border-radius:5px;margin-top:40px}html body aside.sidebar nav.sidebar--categories>ul{list-style:none}html body aside.sidebar nav.sidebar--categories>ul>li{text-align:center}html body aside.sidebar nav.sidebar--categories>ul>li+li{border-top:2px solid #C5CED1;margin-top:12px;padding-top:12px}html body aside.sidebar nav.sidebar--categories>ul>li a{display:inline-block;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:18px;line-height:21.6px;color:#1A2B38}html body aside.sidebar nav.sidebar--categories>ul>li a.current-category-link{color:#AE6435}html body aside.sidebar div.sidebar--ebooks{text-align:center;margin-top:64px}html body aside.sidebar div.sidebar--ebooks>span{display:block;margin-bottom:24px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#000}html body aside.sidebar div.sidebar--ebooks>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#AE6435!important;margin-top:30px}html body aside.sidebar div.sidebar--ebooks>a::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}html body aside.sidebar div.sidebar--ebooks>a:not([disabled]):hover{background-color:#AE6435!important;color:#fff!important}html body div.input-rating{display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden;flex-direction:row-reverse;column-gap:10px;position:relative}html body div.input-rating.rating-invalid>label{color:#f8d7da}html body div.input-rating>input[type=radio]{display:none}html body div.input-rating>input[type=radio]:checked~label,html body div.input-rating>input[type=radio]:checked~label~label{color:#FCD93A}html body div.input-rating>input[type=radio]:not([disabled])~label{cursor:pointer}html body div.input-rating>input[type=radio]:not([disabled]):not(:checked)~label:hover,html body div.input-rating>input[type=radio]:not([disabled]):not(:checked)~label:hover~label{color:#D8B11E}html body div.input-rating>label{display:inline-flex;align-items:center;justify-content:center;transition:0.3s;font-size:36px;line-height:36px;color:#DBDBDB;cursor:initial}html body fieldset.form-contato{display:grid;gap:24px;grid-template:"nome     nome     email    email" "telefone telefone assunto  assunto" "mensagem mensagem mensagem mensagem" "enviar   enviar   enviar   enviar" / 1fr 1fr 1fr 1fr}@media (max-width:991.98px){html body fieldset.form-contato{grid-template:"nome     nome    " "email    email" "telefone telefone" "assunto  assunto" "mensagem mensagem" "enviar   enviar  " / 1fr 1fr}}html body fieldset.form-contato fieldset.form-contato--nome{grid-area:nome}html body fieldset.form-contato fieldset.form-contato--email{grid-area:email}html body fieldset.form-contato fieldset.form-contato--telefone{grid-area:telefone}html body fieldset.form-contato fieldset.form-contato--assunto{grid-area:assunto}html body fieldset.form-contato fieldset.form-contato--mensagem{grid-area:mensagem}html body fieldset.form-contato fieldset.form-contato--enviar{grid-area:enviar;text-align:center}html body fieldset.form-contato fieldset.form-contato--enviar span.wpcf7-acceptance span.wpcf7-list-item{margin:0}html body fieldset.form-contato fieldset.form-contato--enviar span.wpcf7-acceptance span.wpcf7-list-item label{display:flex;align-items:center}html body fieldset.form-contato fieldset.form-contato--enviar span.wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#fff0;appearance:none;border:none;margin-right:12px}html body fieldset.form-contato fieldset.form-contato--enviar span.wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]::before{content:"";display:inline-block;width:20px;height:20px;background-color:#C5CED1;border-radius:3px;border:none;cursor:pointer}html body fieldset.form-contato fieldset.form-contato--enviar span.wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]::after{content:"";display:none;position:absolute;width:14px;height:14px;background-color:#174054;border-radius:3px;cursor:pointer}html body fieldset.form-contato fieldset.form-contato--enviar span.wpcf7-acceptance span.wpcf7-list-item label input[type=checkbox]:checked::after{display:inline-block}html body fieldset.form-contato fieldset.form-contato--enviar span.wpcf7-acceptance span.wpcf7-list-item label span.wpcf7-list-item-label{text-align:left}html body fieldset.form-contato fieldset.form-contato--enviar button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#174054!important;color:#fff}html body fieldset.form-contato fieldset.form-contato--enviar button[type=submit]::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}html body fieldset.form-contato fieldset.form-contato--enviar button[type=submit]:not([disabled]):hover{background-color:#071218!important;border-color:#071218!important}html body fieldset.form-contato input[type=tel],html body fieldset.form-contato input[type=text],html body fieldset.form-contato input[type=email]{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;max-width:100%}html body fieldset.form-contato input[type=tel]::-webkit-input-placeholder,html body fieldset.form-contato input[type=text]::-webkit-input-placeholder,html body fieldset.form-contato input[type=email]::-webkit-input-placeholder{color:#C5CED1}html body fieldset.form-contato input[type=tel]:-moz-placeholder,html body fieldset.form-contato input[type=text]:-moz-placeholder,html body fieldset.form-contato input[type=email]:-moz-placeholder{color:#C5CED1}html body fieldset.form-contato input[type=tel]::-moz-placeholder,html body fieldset.form-contato input[type=text]::-moz-placeholder,html body fieldset.form-contato input[type=email]::-moz-placeholder{color:#C5CED1}html body fieldset.form-contato input[type=tel]:-ms-input-placeholder,html body fieldset.form-contato input[type=text]:-ms-input-placeholder,html body fieldset.form-contato input[type=email]:-ms-input-placeholder{color:#C5CED1}html body fieldset.form-contato input[type=tel]::-ms-input-placeholder,html body fieldset.form-contato input[type=text]::-ms-input-placeholder,html body fieldset.form-contato input[type=email]::-ms-input-placeholder{color:#C5CED1}html body fieldset.form-contato input[type=tel]::placeholder,html body fieldset.form-contato input[type=text]::placeholder,html body fieldset.form-contato input[type=email]::placeholder{color:#C5CED1}html body fieldset.form-contato textarea{display:block;width:100%;padding:20px 15px;background:#fff;border:1px solid #C5CED1;border-radius:5px;resize:none}html body fieldset.form-contato textarea::-webkit-input-placeholder{color:#C5CED1}html body fieldset.form-contato textarea:-moz-placeholder{color:#C5CED1}html body fieldset.form-contato textarea::-moz-placeholder{color:#C5CED1}html body fieldset.form-contato textarea:-ms-input-placeholder{color:#C5CED1}html body fieldset.form-contato textarea::-ms-input-placeholder{color:#C5CED1}html body fieldset.form-contato textarea::placeholder{color:#C5CED1}body span[data-incart]{position:relative}body span[data-incart]::after{content:attr(data-incart);display:inline-flex;align-items:center;justify-content:center;position:absolute;top:-8px;right:-8px;width:16px;height:16px;background-color:#d9d9d9;border-radius:100%;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:12px;color:#AE6435}body.woocommerce-page .woocommerce-notices-wrapper{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){body.woocommerce-page .woocommerce-notices-wrapper{max-width:540px}}@media (min-width:768px){body.woocommerce-page .woocommerce-notices-wrapper{max-width:720px}}@media (min-width:992px){body.woocommerce-page .woocommerce-notices-wrapper{max-width:960px}}@media (min-width:1200px){body.woocommerce-page .woocommerce-notices-wrapper{max-width:1140px}}@media (min-width:1400px){body.woocommerce-page .woocommerce-notices-wrapper{max-width:1320px}}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error{display:flex;flex-direction:column;justify-content:center;width:100%;min-height:60px;margin:0 0 24px;padding:10px 20px 10px 60px;background-color:#D9584F!important;border-radius:5px!important;border:none}@media (max-width:991.98px){body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error{flex-direction:column}}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error::before{content:""!important;font:var(--fa-font-solid)!important;display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;background-color:#fff;border-radius:4000px;color:#D9584F!important;float:unset}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error::after{content:unset}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error>li{display:flex;align-items:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;margin:0;padding:0;color:#fff}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error>li+li{margin-top:5px}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error>li>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#F1F1F1;margin-left:auto;order:3}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error>li>a:hover{color:#cbcbcb!important}@media (max-width:991.98px){body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-error>li>a{margin-top:10px}}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message{display:flex;align-items:center;width:100%;min-height:60px;margin:0 0 24px;padding:10px 20px 10px 60px;background-color:#28a745!important;border-radius:5px!important;border:none;color:#F1F1F1}@media (max-width:991.98px){body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message{flex-direction:column}}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message::before{content:""!important;font:var(--fa-font-solid)!important;display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;background-color:#fff;border-radius:4000px;color:#28a745!important;float:unset}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message::after{content:unset}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#F1F1F1;margin-left:auto;order:3}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message>a:hover{color:#cbcbcb!important}@media (max-width:991.98px){body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message>a{margin-top:10px}}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message>li{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;margin:0;padding:0;color:#fff}body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message>li+li{margin-top:5px}body.woocommerce-page div.quantity{position:relative;display:flex;align-items:center}body.woocommerce-page div.quantity input.qty{padding:0 30px;margin:0;width:110px;height:50px;background:#fff;border:1px solid #C5CED1;border-radius:5px;-webkit-appearance:textfield;-moz-appearance:textfield;-ms-appearance:textfield;-o-appearance:textfield;appearance:textfield}body.woocommerce-page div.quantity input.qty::-webkit-outer-spin-button,body.woocommerce-page div.quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;margin:0}body.woocommerce-page div.quantity button.quantity-button{position:absolute;bottom:0;z-index:10;width:30px;height:50px;padding:0 5px;margin:0;background-color:#fff0;border:none;font-size:16px;line-height:16px;color:#1A2B38!important}body.woocommerce-page div.quantity button.quantity-button.quantity-button--remove{left:0;padding-left:10px}body.woocommerce-page div.quantity button.quantity-button.quantity-button--add{right:0;padding-right:10px}body.woocommerce-page input.woocommerce-form__input-checkbox{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#fff0;appearance:none;border:none;margin-right:10px}body.woocommerce-page input.woocommerce-form__input-checkbox::before{content:"";display:inline-block;width:20px;height:20px;background-color:#C5CED1;border-radius:3px;border:none;cursor:pointer}body.woocommerce-page input.woocommerce-form__input-checkbox::after{content:"";display:none;position:absolute;width:14px;height:14px;background-color:#174054;border-radius:3px;cursor:pointer}body.woocommerce-page input.woocommerce-form__input-checkbox:checked::after{display:inline-block}@media (max-width:991.98px){body.woocommerce-page nav.woocommerce-categories--nav{position:relative}}@media (max-width:991.98px){body.woocommerce-page nav.woocommerce-categories--nav.categories-scroll-end::after{opacity:0}}body.woocommerce-page nav.woocommerce-categories--nav::after{content:""!important;font:var(--fa-font-solid)!important;animation:arrow-bounce 2s infinite;position:absolute;right:calc(var(--bs-gutter-x) * .5);bottom:-20px;transition-duration:0.3s;opacity:1}@media (min-width:992px){body.woocommerce-page nav.woocommerce-categories--nav::after{display:none}}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;max-width:calc(100% - 30px);margin:0 auto;padding:40px 30px;background:#F1F1F1;border:1px solid #C5CED1;box-shadow:4px 4px 4px rgb(0 0 0 / .15);border-radius:5px;list-style:none}@media (max-width:991.98px){body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list{display:flex;justify-content:flex-start;overflow-x:scroll;column-gap:50px;padding:10px calc(var(--bs-gutter-x) * .5) 10px;position:relative;flex-wrap:nowrap;max-width:100%;border-radius:0;margin:0}}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item{display:flex;align-items:center;justify-content:center;text-align:center;width:100%}@media (max-width:991.98px){body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item{display:inline-flex;position:relative;width:auto}}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-current>span>a,body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-current-subcategory>span>a{color:#AE6435}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-current>ul.sub-categories--list>li.categories--item.categories--item-current>span>a,body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-current-subcategory>ul.sub-categories--list>li.categories--item.categories--item-current>span>a{color:#AE6435}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-has-subcategories{display:flex}@media (min-width:992px){body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-has-subcategories{flex-wrap:wrap}}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-has-subcategories>input{display:none}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-has-subcategories>span>label{margin-left:10px}@media (max-width:991.98px){body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-has-subcategories>span>label{display:none}}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-has-subcategories>ul.sub-categories--list{display:block;width:100%;list-style:none}@media (max-width:991.98px){body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-has-subcategories>ul.sub-categories--list{display:flex;margin-left:12px;column-gap:12px}}@media (min-width:992px){body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-has-subcategories>ul.sub-categories--list{margin-top:12px}}@media (min-width:992px){body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-has-subcategories>ul.sub-categories--list>li.categories--item+li.categories--item{margin-top:6px}}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-has-subcategories>ul.sub-categories--list>li.categories--item a{font-family:"Inter",sans-serif;color:#555D63;transition-duration:0.3s}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item.categories--item-has-subcategories>ul.sub-categories--list>li.categories--item a:hover{color:#AE6435}@media (min-width:992px){body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item+li.categories--item{margin-top:12px;padding-top:12px;border-top:2px solid #C5CED1}}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item+li.categories--item::before{content:"";display:inline-block;width:2px;height:100%;background-color:#C5CED1;position:absolute;left:-26px}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item>span>a{display:inline-block;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:18px;line-height:21.6px;color:#1A2B38;text-align:center;transition-duration:0.3s;flex:none;order:4;flex-grow:0}@media (max-width:991.98px){body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item>span>a{word-break:keep-all;white-space:nowrap}}body.woocommerce-page nav.woocommerce-categories--nav ul.products-categories--list>li.categories--item>span>a:hover{color:#AE6435}body.woocommerce-page nav.woocommerce-pagination{margin-top:40px}body.woocommerce-page nav.woocommerce-pagination ul.page-numbers{display:flex;align-items:center;justify-content:center;column-gap:10px;background-color:#fff0;list-style:none;border:none}@media (max-width:991.98px){body.woocommerce-page nav.woocommerce-pagination ul.page-numbers{column-gap:20px}}body.woocommerce-page nav.woocommerce-pagination ul.page-numbers::before,body.woocommerce-page nav.woocommerce-pagination ul.page-numbers::after{content:unset}body.woocommerce-page nav.woocommerce-pagination ul.page-numbers>li{display:inline-flex;align-items:center;justify-content:center;height:30px;background-color:#fff0;padding:0;margin:0;border:none;float:unset}body.woocommerce-page nav.woocommerce-pagination ul.page-numbers>li a.page-numbers,body.woocommerce-page nav.woocommerce-pagination ul.page-numbers>li span.page-numbers{display:inline-flex;align-items:center;justify-content:center;background-color:#fff0;min-width:unset;min-height:unset;padding:0;margin:0;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:25.2px;color:#70767D}body.woocommerce-page nav.woocommerce-pagination ul.page-numbers>li a.page-numbers.current,body.woocommerce-page nav.woocommerce-pagination ul.page-numbers>li span.page-numbers.current{color:#AE6435}body.woocommerce-page nav.woocommerce-pagination ul.page-numbers>li a.page-numbers.prev,body.woocommerce-page nav.woocommerce-pagination ul.page-numbers>li a.page-numbers.next,body.woocommerce-page nav.woocommerce-pagination ul.page-numbers>li span.page-numbers.prev,body.woocommerce-page nav.woocommerce-pagination ul.page-numbers>li span.page-numbers.next{color:#1A2B38}body.woocommerce-page ul.products li.product div.woocommerce-card-product{display:grid;grid-template-rows:min-content 1fr;height:100%;border-radius:5px;box-shadow:3px 3px 3px rgb(0 0 0 / .15);overflow:hidden}body.woocommerce-page ul.products li.product div.woocommerce-card-product.woocommerce-card-product--background{background-color:#1A2B38}body.woocommerce-page ul.products li.product div.woocommerce-card-product.woocommerce-card-product--background>figure.woocommerce-card-product--thumbnail img{display:block;width:100%;height:auto}body.woocommerce-page ul.products li.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content{border-color:#1A2B38}body.woocommerce-page ul.products li.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content .woocommerce-card-product--title a{color:#fff}body.woocommerce-page ul.products li.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content .price{color:#FAE0AF}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail{display:block;position:relative;margin:0;padding:0;width:100%}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>span.onsale{display:inline-flex;align-items:center;justify-content:center;min-width:unset;min-height:unset;position:absolute;top:unset;left:unset;top:8px;right:8px;padding:3px 5px;margin:0;background-color:#AE6435;box-shadow:3px 3px 3px rgb(0 0 0 / .15);border-radius:5px;border:none;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:14px;color:#fff}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>span.onsale span.woocommerce-Price-amount{margin-left:5px}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado{position:absolute;left:0;top:0;background-color:rgb(185 128 70 / .8);padding-top:5px;padding-bottom:5px;overflow:hidden;width:100%}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content{display:inline-block;width:100%;overflow:hidden;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#fff;white-space:nowrap}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee{position:relative;display:flex;align-items:center;column-gap:15px}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee+div.js-marquee::before{content:"•";position:absolute;left:-11.5px}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee>span{position:relative}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee>span+span::before{content:"•";position:absolute;left:-11.5px}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle{position:absolute;left:0;bottom:0;background-color:rgb(185 128 70 / .8);padding-top:5px;padding-bottom:5px;overflow:hidden;width:100%}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content{display:inline-block;width:100%;overflow:hidden;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#fff;white-space:nowrap}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee{position:relative;display:flex;align-items:center;column-gap:15px}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee+div.js-marquee::before{content:"•";position:absolute;left:-11.5px}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee>span{position:relative}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee>span+span::before{content:"•";position:absolute;left:-11.5px}body.woocommerce-page ul.products li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail img{display:block;width:100%;height:auto;margin:0;padding:0}body.woocommerce-page ul.products li.product div.woocommerce-card-product>div.woocommerce-card-product--content{display:flex;flex-wrap:wrap;padding:12px 14px;border:1px solid rgb(145 162 169 / .5);border-radius:0 0 5px 5px;height:auto}body.woocommerce-page ul.products li.product div.woocommerce-card-product>div.woocommerce-card-product--content .woocommerce-card-product--title{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;text-align:center;margin-bottom:12px}body.woocommerce-page ul.products li.product div.woocommerce-card-product>div.woocommerce-card-product--content .woocommerce-card-product--title a{color:#555D63}body.woocommerce-page ul.products li.product div.woocommerce-card-product>div.woocommerce-card-product--content .price{display:block;width:100%;margin:auto 0 0;padding:12px 0 0;border-top:1px solid #C5CED1;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;text-align:center;color:#1A2B38}body.woocommerce-page ul.products li.product div.woocommerce-card-product>div.woocommerce-card-product--content .price del{display:block;width:100%;font-size:12px;line-height:12px}body.woocommerce-page ul.products li.product div.woocommerce-card-product>div.woocommerce-card-product--content .price ins{text-decoration:none}body p.form-row.form--lock-loading{opacity:.5}div.content-menssage-not-found-search{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){div.content-menssage-not-found-search{max-width:540px}}@media (min-width:768px){div.content-menssage-not-found-search{max-width:720px}}@media (min-width:992px){div.content-menssage-not-found-search{max-width:960px}}@media (min-width:1200px){div.content-menssage-not-found-search{max-width:1140px}}@media (min-width:1400px){div.content-menssage-not-found-search{max-width:1320px}}div.content-menssage-not-found-search>div.no-products--container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:center}div.content-menssage-not-found-search>div.no-products--container div.no-products--content{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:83.33333333%;text-align:center}div.content-menssage-not-found-search>div.no-products--container div.no-products--content span.no-products--code{display:flex;align-items:center;justify-content:center;font-family:"Playfair Display",serif;font-weight:700;font-size:80px;line-height:80px;color:#70767D}div.content-menssage-not-found-search>div.no-products--container div.no-products--content>p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;text-align:center;margin-top:24px}div.content-menssage-not-found-search>div.no-products--container div.no-products--content>a.no-products--shop{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#AE6435!important;color:#fff;margin-top:24px}div.content-menssage-not-found-search>div.no-products--container div.no-products--content>a.no-products--shop:not([disabled]):hover{background-color:#734223!important;border-color:#734223!important}body.woocommerce-page main#woocommerce-products{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){body.woocommerce-page main#woocommerce-products{max-width:540px}}@media (min-width:768px){body.woocommerce-page main#woocommerce-products{max-width:720px}}@media (min-width:992px){body.woocommerce-page main#woocommerce-products{max-width:960px}}@media (min-width:1200px){body.woocommerce-page main#woocommerce-products{max-width:1140px}}@media (min-width:1400px){body.woocommerce-page main#woocommerce-products{max-width:1320px}}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container aside.woocommerce-products--categories{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:25%}@media (max-width:991.98px){body.woocommerce-page main#woocommerce-products section.woocommerce-products--container aside.woocommerce-products--categories{flex:0 0 auto;width:100%;padding:0}}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:75%}@media (max-width:991.98px){body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content{flex:0 0 auto;width:100%;margin-top:40px}}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-description{margin-bottom:24px}@media (max-width:991.98px){body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-description{text-align:center}}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-description>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#192B38;margin-bottom:12px}@media (max-width:991.98px){body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-description>h2{font-size:32px;line-height:38.4px}}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-description>p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-description>ul{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 24px;list-style:none;margin-top:12px}@media (max-width:991.98px){body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-description>ul{grid-template-columns:repeat(2,1fr)}}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-description>ul>li{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63}@media (max-width:991.98px){body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-description>ul>li{text-align:left}}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-header{display:flex;align-items:center;width:100%}@media (max-width:991.98px){body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-header{flex-wrap:wrap}}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-header p.woocommerce-result-count{display:inline-block;margin:0;padding:0;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#174054;float:none}@media (max-width:991.98px){body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-header p.woocommerce-result-count{margin-bottom:12px;text-align:center;width:100%}}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-header form.woocommerce-ordering{display:inline-flex;align-items:center;justify-content:flex-end;column-gap:24px;margin:0;padding:0;margin-left:auto;float:none}@media (max-width:991.98px){body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-header form.woocommerce-ordering{flex-direction:column;margin-right:auto;row-gap:12px}}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content div.woocommerce-products-header form.woocommerce-ordering>select{cursor:pointer;appearance:none;background-color:#fff;background-size:10px;background-image:url(/wp-content/themes/Jafet22/assets/images/jafet-icon-select.svg);background-repeat:no-repeat;background-position:calc(100% - 15px) center;display:inline-block;width:auto;height:48px;padding:0 35px 0 12px;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 30px;margin:40px 0 0}@media (max-width:991.98px){body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content ul.products{grid-template-columns:repeat(2,1fr);gap:24px 12px}}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content ul.products::before,body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content ul.products::after{content:unset}body.woocommerce-page main#woocommerce-products section.woocommerce-products--container div.woocommerce-products--content ul.products>li.product{float:unset;width:100%;margin:0}body.woocommerce-page main#main-single-product{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){body.woocommerce-page main#main-single-product{max-width:540px}}@media (min-width:768px){body.woocommerce-page main#main-single-product{max-width:720px}}@media (min-width:992px){body.woocommerce-page main#main-single-product{max-width:960px}}@media (min-width:1200px){body.woocommerce-page main#main-single-product{max-width:1140px}}@media (min-width:1400px){body.woocommerce-page main#main-single-product{max-width:1320px}}body.woocommerce-page main#main-single-product section.single-product--content{justify-content:center}body.woocommerce-page main#main-single-product section.single-product--content>div.product.produto_esta_reservado div.single-product--thumbnail figure.woocommerce-product-gallery__wrapper div.woocommerce-card-product--reservado{position:absolute;left:0;top:0;background-color:rgb(185 128 70 / .8);padding-top:5px;padding-bottom:5px;overflow:hidden;width:100%}body.woocommerce-page main#main-single-product section.single-product--content>div.product.produto_esta_reservado div.single-product--thumbnail figure.woocommerce-product-gallery__wrapper div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content{display:inline-block;width:100%;overflow:hidden;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#fff;white-space:nowrap}body.woocommerce-page main#main-single-product section.single-product--content>div.product.produto_esta_reservado div.single-product--thumbnail figure.woocommerce-product-gallery__wrapper div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee{position:relative;display:flex;align-items:center;column-gap:15px}body.woocommerce-page main#main-single-product section.single-product--content>div.product.produto_esta_reservado div.single-product--thumbnail figure.woocommerce-product-gallery__wrapper div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee+div.js-marquee::before{content:"•";position:absolute;left:-11.5px}body.woocommerce-page main#main-single-product section.single-product--content>div.product.produto_esta_reservado div.single-product--thumbnail figure.woocommerce-product-gallery__wrapper div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee>span{position:relative}body.woocommerce-page main#main-single-product section.single-product--content>div.product.produto_esta_reservado div.single-product--thumbnail figure.woocommerce-product-gallery__wrapper div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee>span+span::before{content:"•";position:absolute;left:-11.5px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.modal-product-iframe div.modal-dialog div.modal-content{background-color:#fff0}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.modal-product-iframe div.modal-dialog div.modal-content button.btn-close{display:inline-flex;align-items:center;justify-content:center;background-color:#fff0;position:absolute;right:0;top:-38px;margin:0;padding:0;border:none}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.modal-product-iframe div.modal-dialog div.modal-content div.modal-body{background-color:#fff0;padding:0}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.modal-product-iframe div.modal-dialog div.modal-content div.modal-body div.youtube-iframe-container{position:relative;overflow:hidden;width:100%;padding-top:56.25%}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.modal-product-iframe div.modal-dialog div.modal-content div.modal-body div.youtube-iframe-container iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:center}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:41.66666667%}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail{flex:0 0 auto;width:100%}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail div.woocommerce-product-gallery{display:block;width:100%;height:auto;margin:0;padding:0}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:24px 30px;width:100%;height:auto;margin:0;padding:0}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper>span.onsale{display:inline-flex;align-items:center;justify-content:center;min-width:unset;min-height:unset;position:absolute;top:10px;left:10px;bottom:unset;right:unset;box-shadow:2px 2px 2px rgb(0 0 0 / .15);padding:5px;margin:0;background-color:#AE6435;border-radius:2px;border:none;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#fff}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper>span.onsale span.woocommerce-Price-amount{margin-left:5px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image{display:block;width:100%;height:auto;border:1px solid #C5CED1;box-shadow:4px 4px 4px rgb(0 0 0 / .15);border-radius:5px;overflow:hidden}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image:first-child{grid-column:span 4}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__video{display:block;width:100%;height:100%;border:1px solid #C5CED1;box-shadow:4px 4px 4px rgb(0 0 0 / .15);border-radius:5px;overflow:hidden}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__video.first-child{grid-column:span 4}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__video>button{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;width:100%;height:100%;aspect-ratio:auto 1;border:none}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__video>button:hover::after{background:rgb(255 255 255 / .5);transform:scale(1.15)}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--thumbnail div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__video>button::after{content:""!important;font:var(--fa-font-solid)!important;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#fff0;transform:scale(1);font-size:30px!important;color:#B98046;transition-duration:0.3s}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:41.66666667%;margin-bottom:0}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary{flex:0 0 auto;width:100%;margin-top:50px}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--meta div.product_meta>span{display:block;width:100%;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--meta div.product_meta>span{text-align:center}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--meta div.product_meta>span+span{margin-top:12px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--meta div.product_meta>span span.product_meta--title{display:inline-block;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#AE6435}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--meta div.product_meta>span a{color:currentColor}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--price{margin-top:12px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--price p.price{display:inline-flex;align-items:flex-end;flex-wrap:wrap;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:32px;line-height:32.2px;color:#AE6435}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--price p.price{justify-content:center;flex-wrap:wrap;width:100%}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--price p.price>del{display:block;width:100%;font-size:20px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--price p.price span.price-card-installment{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;margin-left:12px}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--price p.price span.price-card-installment{display:block;text-align:center;width:100%}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart{margin-top:12px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form{display:flex;align-items:center;flex-wrap:wrap;margin:0}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form::before,body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form::after{content:unset}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>p.stock{display:inline-flex;align-items:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>p.stock{justify-content:center;width:100%}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>div.quantity{margin:0 0 0 30px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>div.quantity.hidden{display:none}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>hr{width:100%;margin:12px 0 24px}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>div.summary-add-to-cart--button{display:flex;flex-wrap:wrap;justify-content:center;width:100%}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>div.summary-add-to-cart--button>*+*{margin-top:12px!important}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>div.summary-add-to-cart--button div.quick_buy_container a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #B98046!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#B98046!important;color:#fff}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>div.summary-add-to-cart--button div.quick_buy_container a::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>div.summary-add-to-cart--button div.quick_buy_container a:not([disabled]):hover{background-color:#825a31!important;border-color:#825a31!important}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>div.summary-add-to-cart--button button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#174054!important;color:#fff}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>div.summary-add-to-cart--button button[type=submit]::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--add-to-cart>form>div.summary-add-to-cart--button button[type=submit]:not([disabled]):hover{background-color:#071218!important;border-color:#071218!important}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details{margin-top:12px}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details{margin-top:40px}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details span.summary-details--title{display:block;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#174054;margin-bottom:24px}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details span.summary-details--title{text-align:center}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments{display:grid;align-items:center;justify-content:flex-start;grid-template-columns:repeat(4,min-content);row-gap:8px;column-gap:24px}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments{justify-content:center}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li{display:inline-flex;background-image:url(/wp-content/themes/Jafet22/assets/images/jafet-pagamentos-aceitos-produto.png)}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li.icon-payment-paypal{width:64px;height:20px;background-position:-110px -10px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li.icon-payment-pix{width:56px;height:20px;background-position:-84px -92px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li.icon-payment-bradesco{width:64px;height:22px;background-position:-10px -50px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li.icon-payment-boleto{width:54px;height:25px;background-position:-10px -92px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li.icon-payment-visa{width:40px;height:24px;background-position:-194px -104px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li.icon-payment-mastercard{width:40px;height:31px;background-position:-70px -137px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li.icon-payment-diners-club{width:64px;height:18px;background-position:-110px -50px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li.icon-payment-american-express{width:33px;height:32px;background-position:-194px -52px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li.icon-payment-hipercard{width:48px;height:22px;background-position:-194px -10px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li.icon-payment-maestro{width:40px;height:32px;background-position:-10px -137px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details ul.details-payments>li.icon-payment-discover{width:80px;height:20px;background-position:-10px -10px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details div.details-frete{display:flex;align-items:center;column-gap:10px;margin-top:24px}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details div.details-frete{justify-content:center}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--summary div.product-summary--details div.details-frete>span{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#007143}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:83.33333333%;margin-top:60px}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description{flex:0 0 auto;width:100%}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description.description--keep-open div.single-product-description--content{padding-bottom:24px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description.description--keep-open div.single-product-description--content div.single-product-description--colapse{max-height:unset;background:linear-gradient(180deg,#fff0 34.09%,#fff0 117.8%);-webkit-background-clip:unset;-moz-background-clip:unset;-ms-background-clip:unset;-o-background-clip:unset;background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset;-ms-text-fill-color:unset;-o-text-fill-color:unset;text-fill-color:unset}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description.description--keep-open div.single-product-description--content button.single-product-description--ctrl{display:none}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description div.single-product-description--content{display:flex;justify-content:center;position:relative;padding:24px 24px calc(64px + calc(24px * 2));background-color:#F1F1F1;border:1px solid #C5CED1;border-radius:5px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description div.single-product-description--content div.single-product-description--colapse{display:block;width:100%;max-height:130px;overflow:hidden;background:linear-gradient(180deg,#555D63 34.09%,#fff0 117.8%);transition-duration:0.6s;-webkit-background-clip:text;-moz-background-clip:text;-ms-background-clip:text;-o-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;-moz-text-fill-color:#fff0;-ms-text-fill-color:#fff0;-o-text-fill-color:#fff0;text-fill-color:#fff0}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description div.single-product-description--content div.single-product-description--colapse.description-show{background:linear-gradient(180deg,#fff0 34.09%,#fff0 117.8%);-webkit-background-clip:unset;-moz-background-clip:unset;-ms-background-clip:unset;-o-background-clip:unset;background-clip:unset;-webkit-text-fill-color:unset;-moz-text-fill-color:unset;-ms-text-fill-color:unset;-o-text-fill-color:unset;text-fill-color:unset}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description div.single-product-description--content div.single-product-description--colapse.description-show~button.single-product-description--ctrl::after{transform:rotate(-180deg)}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description div.single-product-description--content button.single-product-description--ctrl{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#174054!important;position:absolute;bottom:24px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description div.single-product-description--content button.single-product-description--ctrl::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description div.single-product-description--content button.single-product-description--ctrl:not([disabled]):hover{background-color:#174054!important;color:#fff!important}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--description div.single-product-description--content button.single-product-description--ctrl::after{transition-duration:0.3s}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--warning{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:66.66666667%;margin-top:24px}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--warning{flex:0 0 auto;width:100%}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--warning>p{display:block;position:relative;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;padding-left:24px}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--warning>p::before{content:"";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;position:absolute;left:0;top:0;background-image:url(/wp-content/themes/Jafet22/assets/images/jafet-header-exclamation.svg);background-position:center;background-size:cover}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--relateds{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:83.33333333%;margin-top:35px}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--relateds{flex:0 0 auto;width:100%}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--relateds>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#192B38;text-align:center}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--relateds>h2{font-size:32px;line-height:38.4px}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--relateds>ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 65px;margin:40px 0 0}@media (max-width:991.98px){body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--relateds>ul.products{grid-template-columns:repeat(2,1fr);gap:24px 12px}}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--relateds>ul.products::before,body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--relateds>ul.products::after{content:unset}body.woocommerce-page main#main-single-product section.single-product--content>div.product div.single-product--container>div.single-product--relateds>ul.products>li.product{float:unset;width:100%;margin:0}body.woocommerce-cart form.woocommerce-cart-form table.shop_table{background-color:#fff0;margin:0;padding:0;border-radius:0;border:none}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>thead tr th{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#1A2B38;padding:0 24px 20px 0}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>thead tr th:last-child{padding-right:0}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>thead tr th.product-quantity{text-align:center}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item+tr{margin-top:12px;padding-top:12px;border-top:1px solid #C5CED1}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item+tr>td{margin-top:20px;border-top:1px solid #C5CED1}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item+tr>td{border-top:none!important;margin-top:6px}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td{padding:20px 24px 20px 0}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td{background-color:transparent!important;text-align:left!important;border-top:none!important;padding:0}}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td+td{padding-top:6px}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td:last-child{padding-right:0}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td::before{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-name{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#174054;width:41.6666666667%}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-name{width:100%}}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-name::before{content:unset}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-name div.woocommerce-cart--cell-content{display:flex;align-items:center}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-name div.woocommerce-cart--cell-content{display:grid;grid-template-columns:75px 1fr;column-gap:24px}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-name div.woocommerce-cart--cell-content>figure{margin-right:28px}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-name div.woocommerce-cart--cell-content>figure{margin-right:0}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-name div.woocommerce-cart--cell-content>figure img{width:112px;height:auto;border:1px solid #C5CED1;border-radius:5px;box-shadow:4px 4px 4px rgb(0 0 0 / .15)}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-name div.woocommerce-cart--cell-content a{color:currentColor}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-price{width:16.6666666667%}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-price{display:grid;grid-template-columns:75px 1fr;column-gap:24px;align-items:center;width:100%}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-price div.woocommerce-cart--cell-content span.woocommerce-Price-amount{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:28px;color:#555D63}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-quantity{width:16.6666666667%}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-quantity{display:grid;grid-template-columns:75px 1fr;column-gap:24px;align-items:center;width:100%}}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-quantity::before{content:"Qtd.:"}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-quantity div.woocommerce-cart--cell-content{display:flex;justify-content:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;text-align:center;color:#1A2B38}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-quantity div.woocommerce-cart--cell-content{justify-content:flex-start}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-subtotal{width:16.6666666667%}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-subtotal{display:grid;grid-template-columns:75px 1fr;column-gap:24px;align-items:center;width:100%}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-subtotal span.woocommerce-Price-amount{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:28px;color:#AE6435}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-remove{width:8.3333333333%}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-remove a.remove{display:inline-block;width:auto;height:auto;border:none;border-radius:0;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;text-align:center;color:#D9584F!important}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-item>td.product-remove a.remove:hover{color:red;background:#fff0}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions{padding:20px 0;border-bottom:1px solid #C5CED1}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions{text-align:center!important}}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon{text-align:center}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon input[name=coupon_code]{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;margin-right:24px}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon input[name=coupon_code]::-webkit-input-placeholder{color:#C5CED1}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon input[name=coupon_code]:-moz-placeholder{color:#C5CED1}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon input[name=coupon_code]::-moz-placeholder{color:#C5CED1}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon input[name=coupon_code]:-ms-input-placeholder{color:#C5CED1}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon input[name=coupon_code]::-ms-input-placeholder{color:#C5CED1}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon input[name=coupon_code]::placeholder{color:#C5CED1}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon input[name=coupon_code]{margin-right:0;float:unset}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon>button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#AE6435!important}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon>button[type=submit]::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon>button[type=submit]:not([disabled]):hover{background-color:#AE6435!important;color:#fff!important}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>div.coupon>button[type=submit]{float:unset;margin-top:12px}}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>button[name=update_cart]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#174054!important;color:#fff}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>button[name=update_cart]::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>button[name=update_cart]:not([disabled]):hover{background-color:#071218!important;border-color:#071218!important}@media (max-width:991.98px){body.woocommerce-cart form.woocommerce-cart-form table.shop_table>tbody>tr.woocommerce-cart-form__cart-actions>td.actions>button[name=update_cart]{float:unset}}body.woocommerce-cart div.cart-collaterals{flex-direction:unset!important;margin-top:32px}body.woocommerce-cart div.cart-collaterals>div.cart_badges{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:58.33333333%}@media (max-width:991.98px){body.woocommerce-cart div.cart-collaterals>div.cart_badges{flex:0 0 auto;width:100%}}body.woocommerce-cart div.cart-collaterals>div.cart_badges ul.cart_bradge-list{display:flex;align-items:center;justify-content:flex-start;column-gap:24px;padding:0;margin:0;list-style:none}body.woocommerce-cart div.cart-collaterals>div.cart_badges ul.cart_bradge-list li.cart_bradge{display:inline-flex;align-items:center;justify-content:flex-start;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px}body.woocommerce-cart div.cart-collaterals>div.cart_badges ul.cart_bradge-list li.cart_bradge.cart_bradge-https{color:#174054}body.woocommerce-cart div.cart-collaterals>div.cart_badges ul.cart_bradge-list li.cart_bradge.cart_bradge-frete{color:#007143}body.woocommerce-cart div.cart-collaterals>div.cart_badges ul.cart_bradge-list li.cart_bradge>svg{margin-right:20px}body.woocommerce-cart div.cart-collaterals>div.cart_totals{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:41.66666667%}@media (max-width:991.98px){body.woocommerce-cart div.cart-collaterals>div.cart_totals{flex:0 0 auto;width:100%;margin-top:20px}}body.woocommerce-cart div.cart-collaterals>div.cart_totals table.shop_table{background-color:#F1F1F1;border:none;border-radius:5px}body.woocommerce-cart div.cart-collaterals>div.cart_totals table.shop_table>tbody>tr>th{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;text-align:left;color:#174054;padding:24px}body.woocommerce-cart div.cart-collaterals>div.cart_totals table.shop_table>tbody>tr>td{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;text-align:right;color:#555D63;padding:24px}body.woocommerce-cart div.cart-collaterals>div.cart_totals table.shop_table>tbody>tr>td ul#shipping_method>li{height:auto;margin:0}body.woocommerce-cart div.cart-collaterals>div.cart_totals table.shop_table>tbody>tr>td ul#shipping_method>li>label{display:flex;justify-content:flex-end;font-weight:400;width:100%;margin:0;float:unset}body.woocommerce-cart div.cart-collaterals>div.cart_totals table.shop_table>tbody>tr>td p.woocommerce-shipping-destination{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;text-align:right;color:#555D63}body.woocommerce-cart div.cart-collaterals>div.cart_totals table.shop_table>tbody>tr>td strong,body.woocommerce-cart div.cart-collaterals>div.cart_totals table.shop_table>tbody>tr>td b{font-weight:400}body.woocommerce-cart div.cart-collaterals>div.cart_totals div.wc-proceed-to-checkout{text-align:right;padding-bottom:0}@media (max-width:991.98px){body.woocommerce-cart div.cart-collaterals>div.cart_totals div.wc-proceed-to-checkout{text-align:center}}body.woocommerce-cart div.cart-collaterals>div.cart_totals div.wc-proceed-to-checkout>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#AE6435!important;color:#fff}body.woocommerce-cart div.cart-collaterals>div.cart_totals div.wc-proceed-to-checkout>a::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-cart div.cart-collaterals>div.cart_totals div.wc-proceed-to-checkout>a:not([disabled]):hover{background-color:#734223!important;border-color:#734223!important}body.woocommerce-cart p.cart-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff0;padding:0;margin:0;border:none}body.woocommerce-cart p.cart-empty::before{content:""!important;font:var(--fa-font-solid)!important;position:relative;left:unset;top:unset;font-size:50px;line-height:50px;color:#F1F1F1;margin-bottom:15px}body.woocommerce-cart p.cart-empty::after{content:unset}body.woocommerce-cart p.return-to-shop{display:flex;align-items:center;justify-content:center;text-align:center;margin-top:24px}body.woocommerce-cart p.return-to-shop>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#174054!important}body.woocommerce-cart p.return-to-shop>a::before{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-right:5px}body.woocommerce-cart p.return-to-shop>a:not([disabled]):hover{background-color:#174054!important;color:#fff!important}body.woocommerce-checkout div.woocommerce-form-coupon-toggle{position:relative;z-index:10}body.woocommerce-checkout div.woocommerce-form-coupon-toggle div.woocommerce-info{display:flex;align-items:center;background-color:#F1F1F1;padding:20px 110px;margin:0;border-radius:5px;border:none;width:100%}@media (max-width:991.98px){body.woocommerce-checkout div.woocommerce-form-coupon-toggle div.woocommerce-info{justify-content:center;flex-wrap:wrap;padding:10px 10px}}body.woocommerce-checkout div.woocommerce-form-coupon-toggle div.woocommerce-info::before{content:unset}body.woocommerce-checkout div.woocommerce-form-coupon-toggle div.woocommerce-info>span{display:inline-flex;align-items:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;text-align:left;color:#1A2B38}@media (max-width:991.98px){body.woocommerce-checkout div.woocommerce-form-coupon-toggle div.woocommerce-info>span{justify-content:center;width:100%}}body.woocommerce-checkout div.woocommerce-form-coupon-toggle div.woocommerce-info>span::before{content:"";display:inline-block;width:20px;height:20px;margin-right:10px;background-image:url(/wp-content/themes/Jafet22/assets/images/jafet-header-exclamation.svg);background-position:center;background-size:contain;top:unset}body.woocommerce-checkout div.woocommerce-form-coupon-toggle div.woocommerce-info>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#AE6435;margin-left:auto}body.woocommerce-checkout div.woocommerce-form-coupon-toggle div.woocommerce-info>a::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-checkout div.woocommerce-form-coupon-toggle div.woocommerce-info>a:hover{color:#734223!important}@media (max-width:991.98px){body.woocommerce-checkout div.woocommerce-form-coupon-toggle div.woocommerce-info>a{margin-right:auto;margin-top:5px;font-size:16px;line-height:16px}}body.woocommerce-checkout form.woocommerce-form-coupon{display:flex!important;align-items:center;justify-content:center;column-gap:24px;position:relative;z-index:5;margin:-10px 0 0;border:none;background-color:#e4e4e4}@media (max-width:991.98px){body.woocommerce-checkout form.woocommerce-form-coupon{flex-wrap:wrap;row-gap:12px}}body.woocommerce-checkout form.woocommerce-form-coupon>p:not(.form-row){display:none}body.woocommerce-checkout form.woocommerce-form-coupon>p.form-row{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;width:auto;height:auto}body.woocommerce-checkout form.woocommerce-form-coupon>p.form-row input{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38}body.woocommerce-checkout form.woocommerce-form-coupon>p.form-row input::-webkit-input-placeholder{color:#C5CED1}body.woocommerce-checkout form.woocommerce-form-coupon>p.form-row input:-moz-placeholder{color:#C5CED1}body.woocommerce-checkout form.woocommerce-form-coupon>p.form-row input::-moz-placeholder{color:#C5CED1}body.woocommerce-checkout form.woocommerce-form-coupon>p.form-row input:-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout form.woocommerce-form-coupon>p.form-row input::-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout form.woocommerce-form-coupon>p.form-row input::placeholder{color:#C5CED1}body.woocommerce-checkout form.woocommerce-form-coupon>p.form-row button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#AE6435!important}body.woocommerce-checkout form.woocommerce-form-coupon>p.form-row button[type=submit]::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-checkout form.woocommerce-form-coupon>p.form-row button[type=submit]:not([disabled]):hover{background-color:#AE6435!important;color:#fff!important}body.woocommerce-checkout div.woocommerce-form-login-toggle{position:relative;z-index:10}body.woocommerce-checkout div.woocommerce-form-login-toggle~div.woocommerce-form-coupon-toggle{margin-top:24px}body.woocommerce-checkout div.woocommerce-form-login-toggle div.woocommerce-info{display:grid;align-items:center;justify-content:flex-start;grid-template-columns:min-content min-content 1fr;background-color:#F1F1F1;word-break:keep-all;white-space:nowrap;column-gap:10px;padding:20px 110px;border-radius:5px;border:none;font-weight:700;margin:0;width:100%}@media (max-width:991.98px){body.woocommerce-checkout div.woocommerce-form-login-toggle div.woocommerce-info{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-wrap:wrap;padding:10px 10px}}body.woocommerce-checkout div.woocommerce-form-login-toggle div.woocommerce-info::before{content:"";display:inline-block;width:20px;height:20px;background-image:url(/wp-content/themes/Jafet22/assets/images/jafet-header-exclamation.svg);background-position:center;background-size:contain;position:relative;top:unset;left:unset}body.woocommerce-checkout div.woocommerce-form-login-toggle div.woocommerce-info>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#AE6435;margin-left:auto}body.woocommerce-checkout div.woocommerce-form-login-toggle div.woocommerce-info>a::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-checkout div.woocommerce-form-login-toggle div.woocommerce-info>a:hover{color:#734223!important}@media (max-width:991.98px){body.woocommerce-checkout div.woocommerce-form-login-toggle div.woocommerce-info>a{width:100%;margin-right:auto;margin-top:5px;font-size:16px;line-height:16px}}body.woocommerce-checkout form.woocommerce-form-login{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px 24px;position:relative;z-index:5;margin:-10px 0 0;border:none;background-color:#e4e4e4}body.woocommerce-checkout form.woocommerce-form-login>p{text-align:center}body.woocommerce-checkout form.woocommerce-form-login>p:not(.form-row){font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38;width:100%}body.woocommerce-checkout form.woocommerce-form-login>p.form-row{display:inline-flex;align-items:flex-end;justify-content:center;flex-wrap:wrap;margin:0;padding:0}body.woocommerce-checkout form.woocommerce-form-login>p.form-row.form-row-first,body.woocommerce-checkout form.woocommerce-form-login>p.form-row.form-row-last{flex-wrap:wrap}body.woocommerce-checkout form.woocommerce-form-login>p.form-row>label{width:100%;text-align:left}body.woocommerce-checkout form.woocommerce-form-login>p.form-row>label.woocommerce-form-login__rememberme{display:inline-flex;align-items:center;justify-content:center;order:1;margin-top:12px;text-align:center}body.woocommerce-checkout form.woocommerce-form-login>p.form-row>button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#174054!important}body.woocommerce-checkout form.woocommerce-form-login>p.form-row>button[type=submit]:not([disabled]):hover{background-color:#174054!important;color:#fff!important}body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=text],body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=password]{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;width:100%!important}body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=text]::-webkit-input-placeholder,body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=password]::-webkit-input-placeholder{color:#C5CED1}body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=text]:-moz-placeholder,body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=password]:-moz-placeholder{color:#C5CED1}body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=text]::-moz-placeholder,body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=password]::-moz-placeholder{color:#C5CED1}body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=text]:-ms-input-placeholder,body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=password]:-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=text]::-ms-input-placeholder,body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=password]::-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=text]::placeholder,body.woocommerce-checkout form.woocommerce-form-login>p.form-row input[type=password]::placeholder{color:#C5CED1}body.woocommerce-checkout div.steps-checkout--container{margin:40px 0}body.woocommerce-checkout div.steps-checkout--container ul.steps-checkout{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:center;list-style:none;overflow:hidden}@media (max-width:991.98px){body.woocommerce-checkout div.steps-checkout--container ul.steps-checkout{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}body.woocommerce-checkout div.steps-checkout--container ul.steps-checkout>li{display:flex;align-items:center;justify-content:center;position:relative}@media (max-width:991.98px){body.woocommerce-checkout div.steps-checkout--container ul.steps-checkout>li{display:none}}body.woocommerce-checkout div.steps-checkout--container ul.steps-checkout>li::after{content:"";display:none;width:100%;height:2px;background-color:#C5CED1;position:absolute;right:-50%}@media (max-width:991.98px){body.woocommerce-checkout div.steps-checkout--container ul.steps-checkout>li::after{display:inline-block}}@media (max-width:991.98px){body.woocommerce-checkout div.steps-checkout--container ul.steps-checkout>li.step-checkout--active.step-checkout--current{display:flex}}body.woocommerce-checkout div.steps-checkout--container ul.steps-checkout>li.step-checkout--active::before{background-color:#174054}body.woocommerce-checkout div.steps-checkout--container ul.steps-checkout>li.step-checkout--active button{color:#174054}body.woocommerce-checkout div.steps-checkout--container ul.steps-checkout>li+li::before{content:"";width:100%;height:2px;background-color:#C5CED1;position:absolute;left:-50%}body.woocommerce-checkout div.steps-checkout--container ul.steps-checkout>li button{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;position:relative;z-index:10;max-width:128px;height:auto;border:none;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#C5CED1}body.woocommerce-checkout div#customer_details{position:relative}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:58.33333333%}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields{flex:0 0 auto;width:100%}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>h3{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#1A2B38}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>h3{font-size:16px;line-height:22.4px}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px;border-top:1px solid #C5CED1;margin-top:20px;padding-top:24px}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div.woocommerce-account-fields{grid-template-columns:1fr}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row{width:100%;display:flex;flex-wrap:wrap;align-items:flex-end;padding:0;margin:0}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row{grid-column:span 2}}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row#billing_birthdate_field{grid-column:1}}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row#billing_sex_field{grid-column:2}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row::before,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row::after{content:unset}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row.field--hidden{display:none}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row label{display:block;width:100%;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#1A2B38;margin:0}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row label{display:inline-flex;align-content:center;position:relative}}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row label abbr.required{position:absolute;right:-5px}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper{width:100%}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=tel],body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=text],body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=email],body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=password]{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;width:100%!important}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=tel]::-webkit-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=text]::-webkit-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=email]::-webkit-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=password]::-webkit-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=tel]:-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=text]:-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=email]:-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=password]:-moz-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=tel]::-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=text]::-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=email]::-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=password]::-moz-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=tel]:-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=text]:-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=email]:-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=password]:-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=tel]::-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=text]::-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=email]::-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=password]::-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=tel]::placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=text]::placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=email]::placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper input[type=password]::placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-fields>div p.form-row span.woocommerce-input-wrapper select{display:inline-block;width:auto;height:64px;padding:21px 35px 21px 12px;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;cursor:pointer;appearance:none;background-color:#fff;background-size:10px;background-image:url(/wp-content/themes/Jafet22/assets/images/jafet-icon-select.svg);background-repeat:no-repeat;background-position:calc(100% - 15px) center;width:100%}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-review{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:41.66666667%;text-align:center}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-review{flex:0 0 auto;width:100%;padding:0;margin-top:40px}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-review div.woocommerce-review--content{text-align:left}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--billing div.woocommerce-billing-review div.woocommerce-review--content{border-radius:0}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:58.33333333%}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields{flex:0 0 auto;width:100%}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields #ship-to-different-address label{display:flex;align-items:center}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields #ship-to-different-address label span{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#192B38}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields #ship-to-different-address label span{font-size:16px;line-height:22.4px}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset{display:grid;grid-template:"cep cep end end end end num" "cdd cdd brr brr brr est est" "cmp cmp cmp cmp cmp cmp cmp" "tel tel tel cel cel cel cel" "mal mal mal mal mal mal mal" / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:16px 24px}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset{grid-template:"cep cep cep cep" "end end end num" "cdd cdd cdd cdd" "brr brr est est" "cmp cmp cmp cmp" "tel tel tel tel" "cel cel cel cel" "mal mal mal mal" / 1fr 1fr 1fr 1fr}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row{display:flex;flex-wrap:wrap;width:100%;padding:0;margin:0}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row::before,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row::after{content:unset}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row#billing_postcode_field{grid-area:cep}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row#billing_address_1_field{grid-area:end}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row#billing_number_field{grid-area:num}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row#billing_city_field{grid-area:cdd}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row#billing_neighborhood_field{grid-area:brr}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row#billing_state_field{grid-area:est}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row#billing_address_2_field{grid-area:cmp}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row#billing_phone_field{grid-area:tel}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row#billing_cellphone_field{grid-area:cel}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row#billing_email_field{grid-area:mal}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row.field--hidden{display:none}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row label{display:block;width:100%;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#1A2B38;margin-bottom:12px}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper{width:100%;margin-top:auto}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=tel],body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=text],body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=email],body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=password]{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;width:100%!important}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=tel]::-webkit-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=text]::-webkit-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=email]::-webkit-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=password]::-webkit-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=tel]:-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=text]:-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=email]:-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=password]:-moz-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=tel]::-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=text]::-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=email]::-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=password]::-moz-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=tel]:-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=text]:-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=email]:-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=password]:-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=tel]::-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=text]::-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=email]::-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=password]::-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=tel]::placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=text]::placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=email]::placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper input[type=password]::placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper select{display:inline-block;width:auto;height:64px;padding:21px 35px 21px 12px;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;cursor:pointer;appearance:none;background-color:#fff;background-size:10px;background-image:url(/wp-content/themes/Jafet22/assets/images/jafet-icon-select.svg);background-repeat:no-repeat;background-position:calc(100% - 15px) center;width:100%}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields fieldset.woocommerce-shipping--fieldset p.form-row span.woocommerce-input-wrapper span.select2{display:none}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields{margin-top:24px;margin-bottom:24px}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper{display:grid;grid-template:"nme nme nme nme sme sme sme" "epr epr epr epr epr epr epr" "cep cep end end end end num" "cmp cmp cmp cmp cmp cmp cmp" "cdd cdd brr brr brr est est" / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:16px 24px;margin-top:24px}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper{grid-template:"nme nme nme nme" "sme sme sme sme" "epr epr epr epr" "cep cep cep cep" "end end end num" "cmp cmp cmp cmp" "cdd cdd cdd cdd" "brr brr est est" / 1fr 1fr 1fr 1fr}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row{display:flex;flex-wrap:wrap;width:100%;padding:0;margin:0}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row::before,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row::after{content:unset}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row#shipping_first_name_field{grid-area:nme}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row#shipping_last_name_field{grid-area:sme}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row#shipping_company_field{grid-area:epr}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row#shipping_postcode_field{grid-area:cep}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row#shipping_address_1_field{grid-area:end}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row#shipping_number_field{grid-area:num}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row#shipping_address_2_field{grid-area:cmp}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row#shipping_city_field{grid-area:cdd}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row#shipping_neighborhood_field{grid-area:brr}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row#shipping_state_field{grid-area:est}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row.field--hidden{display:none}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row label{display:block;width:100%;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#1A2B38;margin-bottom:12px}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper{width:100%;margin-top:auto}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=tel],body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=text],body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=email],body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=password]{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;width:100%!important}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=tel]::-webkit-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=text]::-webkit-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=email]::-webkit-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=password]::-webkit-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=tel]:-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=text]:-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=email]:-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=password]:-moz-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=tel]::-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=text]::-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=email]::-moz-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=password]::-moz-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=tel]:-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=text]:-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=email]:-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=password]:-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=tel]::-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=text]::-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=email]::-ms-input-placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=password]::-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=tel]::placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=text]::placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=email]::placeholder,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper input[type=password]::placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper select{display:inline-block;width:auto;height:64px;padding:21px 35px 21px 12px;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;cursor:pointer;appearance:none;background-color:#fff;background-size:10px;background-image:url(/wp-content/themes/Jafet22/assets/images/jafet-icon-select.svg);background-repeat:no-repeat;background-position:calc(100% - 15px) center;width:100%}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-shipping-fields div.shipping_address>div.woocommerce-shipping-fields__field-wrapper>p.form-row span.woocommerce-input-wrapper span.select2{display:none}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-additional-fields p.form-row{width:100%;padding:0;margin:0}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-additional-fields p.form-row::before,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-additional-fields p.form-row::after{content:unset}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-additional-fields p.form-row>label{display:block;margin-bottom:12px;width:100%;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#1A2B38}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-additional-fields p.form-row span.woocommerce-input-wrapper textarea{display:block;width:100%;padding:20px 15px;background:#fff;border:1px solid #C5CED1;border-radius:5px;resize:none;resize:vertical;height:90px}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-additional-fields p.form-row span.woocommerce-input-wrapper textarea::-webkit-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-additional-fields p.form-row span.woocommerce-input-wrapper textarea:-moz-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-additional-fields p.form-row span.woocommerce-input-wrapper textarea::-moz-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-additional-fields p.form-row span.woocommerce-input-wrapper textarea:-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-additional-fields p.form-row span.woocommerce-input-wrapper textarea::-ms-input-placeholder{color:#C5CED1}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields div.woocommerce-additional-fields p.form-row span.woocommerce-input-wrapper textarea::placeholder{color:#C5CED1}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-shipping-col-fields button.ctrl-step-checkout[data-ctrl=prev]{display:none}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:41.66666667%;text-align:center}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields{flex:0 0 auto;width:100%;margin-top:40px;padding-left:0;padding-right:0}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content{text-align:left}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment{margin-top:40px;background-color:#fff0}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content{padding-top:24px;background-color:#C5CED1;border-radius:5px}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content{border-radius:5}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content>h3{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#192B38;text-align:center}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content>h3{font-size:16px;line-height:22.4px}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method+li.wc_payment_method{margin-top:24px}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method div.payment_method_header{display:flex;align-items:center}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method div.payment_method_header input[type=radio]{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#fff0;appearance:none;border:none;margin-right:10px}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method div.payment_method_header input[type=radio]::before{content:"";display:inline-block;width:20px;height:20px;background-color:#F1F1F1;border-radius:4000px;border:none;cursor:pointer}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method div.payment_method_header input[type=radio]::after{content:"";display:none;position:absolute;width:12px;height:12px;background-color:#174054;border-radius:4000px;cursor:pointer}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method div.payment_method_header input[type=radio]:checked::after{display:inline-block}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method div.payment_method_header label{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#1A2B38}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method div.payment_method_header label img,body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method div.payment_method_header label a{display:none}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form{display:grid;gap:12px 24px;grid-template:"visual visual visual visual visual visual" auto "ccname ccname ccname ccname ccname ccname" "number number number number ccdate ccdate" "cccode cccode instal instal instal instal"}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form{grid-template:"visual visual visual visual visual visual" auto "ccname ccname ccname ccname ccname ccname" "number number number number number number" "ccdate ccdate ccdate cccode cccode cccode" "instal instal instal instal instal instal"}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>div.pagarme-credit-cart--card-visual{grid-area:visual}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>div.pagarme-credit-cart--card-visual div#pagarme-credit-cart-card-visual-wrapper div.jp-card-container{position:relative;width:100%;height:unset;overflow:hidden}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>div.pagarme-credit-cart--card-visual div#pagarme-credit-cart-card-visual-wrapper div.jp-card-container::before{content:"";display:block;padding-top:60%}@media (min-width:992px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>div.pagarme-credit-cart--card-visual div#pagarme-credit-cart-card-visual-wrapper div.jp-card-container::before{display:none}}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>div.pagarme-credit-cart--card-visual div#pagarme-credit-cart-card-visual-wrapper div.jp-card-container div.jp-card{position:absolute;left:0;top:0;min-width:unset}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>div.pagarme-credit-cart--card-visual div#pagarme-credit-cart-card-visual-wrapper div.jp-card-container div.jp-card div.jp-card-front{box-shadow:2px 2px 15px 0 rgb(0 0 0 / .15);background-color:#174054}@media (max-width:991.98px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>div.pagarme-credit-cart--card-visual div#pagarme-credit-cart-card-visual-wrapper div.jp-card-container div.jp-card div.jp-card-front div.jp-card-lower div.jp-card-name{font-size:16px}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>p.form-row{padding:0;margin:0}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>p.form-row#pagarme-credit-cart-form--holder-name{grid-area:ccname}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>p.form-row#pagarme-credit-cart-form--card-number{grid-area:number}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>p.form-row#pagarme-credit-cart-form--card-expiry{grid-area:ccdate}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>p.form-row#pagarme-credit-cart-form--card-cvc{grid-area:cccode}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>p.form-row#pagarme-credit-cart-form--card-installments{grid-area:instal}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>p.form-row label{display:none}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>p.form-row input{display:block;width:100%;height:40px;padding:0 15px;background-color:#fff;border-radius:5px;border:none}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>p.form-row select{display:block;width:100%;height:40px;padding:0 30px 0 15px;background-color:#fff;border-radius:5px;border:none}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>div.woocommerce-error{display:flex;align-items:center;grid-column:span 6;margin:0;background-color:#fff0}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>div.woocommerce-error::before{top:unset}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content ul.wc_payment_methods li.wc_payment_method fieldset#pagarme-credit-cart-form>div.woocommerce-error ul li{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content div.payment_box{background:#fff0;padding:0}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content div.payment_box::before{content:unset}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.woocommerce-checkout-payment--content div.payment_box.payment_method_pagarme-credit-card>p{display:none}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.place-order{margin-top:24px;padding:0}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.place-order div.woocommerce-terms-and-conditions-wrapper div.woocommerce-privacy-policy-text p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.place-order div.woocommerce-terms-and-conditions-wrapper div.checkout-terms-woo{padding:0;margin:22.4px 0 0}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields div.woocommerce-review--content div.woocommerce-checkout-review-order div#payment div.place-order div.woocommerce-terms-and-conditions-wrapper div.checkout-terms-woo div.aceito_termos_de_uso{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63}@media (min-width:992px){body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields button.ctrl-step-checkout[data-ctrl=prev]{display:none}}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields button#place_order{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #007143!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#007143!important;color:#fff;margin-top:24px}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields button#place_order::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-checkout div#customer_details div.details-checkout-step.checkout-step--shipping div.woocommerce-checkout-col-fields button#place_order:not([disabled]):hover{background-color:#002516!important;border-color:#002516!important}body.woocommerce-checkout div.woocommerce-review--content{display:block;background:#F1F1F1;border-radius:5px;padding:24px}body.woocommerce-checkout div.woocommerce-review--content>h3{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#192B38;text-align:center;margin-bottom:20px}@media (max-width:991.98px){body.woocommerce-checkout div.woocommerce-review--content>h3{font-size:16px;line-height:22.4px}}body.woocommerce-checkout div.woocommerce-review--content>div>table{border:none;border-spacing:0;margin:0}body.woocommerce-checkout div.woocommerce-review--content>div>table tr th,body.woocommerce-checkout div.woocommerce-review--content>div>table tr td{padding:0;border:none}body.woocommerce-checkout div.woocommerce-review--content>div>table>thead tr th{padding-bottom:12px}body.woocommerce-checkout div.woocommerce-review--content>div>table>thead tr th.product-name{width:80%}body.woocommerce-checkout div.woocommerce-review--content>div>table>thead tr th.product-total{text-align:center;width:20%}body.woocommerce-checkout div.woocommerce-review--content>div>table>tbody>tr:first-child td{padding-top:0}body.woocommerce-checkout div.woocommerce-review--content>div>table>tbody>tr+tr td{border-top:1px solid #C5CED1}body.woocommerce-checkout div.woocommerce-review--content>div>table>tbody>tr td{padding:12px 12px 12px 0}body.woocommerce-checkout div.woocommerce-review--content>div>table>tbody>tr td.product-name{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63}body.woocommerce-checkout div.woocommerce-review--content>div>table>tbody>tr td.product-name strong.product-quantity{font-weight:700;color:#174054}body.woocommerce-checkout div.woocommerce-review--content>div>table>tbody>tr td.product-total{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#555D63;text-align:center}body.woocommerce-checkout div.woocommerce-review--content>div>table>tfoot>tr th{color:#1A2B38}body.woocommerce-checkout div.woocommerce-review--content>div>table>tfoot>tr td{color:#555D63}body.woocommerce-checkout div.woocommerce-review--content>div>table>tfoot>tr th,body.woocommerce-checkout div.woocommerce-review--content>div>table>tfoot>tr td{padding:12px 0;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;border-top:1px solid #C5CED1}body.woocommerce-checkout button.ctrl-step-checkout{margin-top:45px!important}@media (max-width:991.98px){body.woocommerce-checkout button.ctrl-step-checkout{margin-top:24px!important}}body.woocommerce-checkout button.ctrl-step-checkout[data-ctrl=prev]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#AE6435!important}body.woocommerce-checkout button.ctrl-step-checkout[data-ctrl=prev]::before{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-right:5px}body.woocommerce-checkout button.ctrl-step-checkout[data-ctrl=prev]:not([disabled]):hover{background-color:#AE6435!important;color:#fff!important}body.woocommerce-checkout button.ctrl-step-checkout[data-ctrl=next]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #007143!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#007143!important;color:#fff}body.woocommerce-checkout button.ctrl-step-checkout[data-ctrl=next]::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-checkout button.ctrl-step-checkout[data-ctrl=next]:not([disabled]):hover{background-color:#002516!important;border-color:#002516!important}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:center}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:83.33333333%}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order{flex:0 0 auto;width:100%}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>p.woocommerce-thankyou-order-received{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:32px;line-height:38.4px;color:#000}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>p.woocommerce-thankyou-order-received{font-size:28px;line-height:33.6px}}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>p.woocommerce-thankyou-order-received{text-align:center}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>p:not(.woocommerce-thankyou-order-received){font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>p:not(.woocommerce-thankyou-order-received)+p:not(.woocommerce-thankyou-order-received){margin-top:19.2px}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details{display:flex;align-items:stretch;margin:24px 0;padding:24px 0;border:1px solid #C5CED1;border-left:none;border-right:none}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details{display:grid;grid-template-columns:1fr;row-gap:12px;justify-content:center}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details::before,body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details::after{content:unset}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details>li{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;display:inline-flex;align-items:center;flex-wrap:wrap;border-right-style:solid;padding-right:15px;margin-right:15px}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details>li{border:none;margin:0;padding:0}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details>li.date{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#000;font-weight:700!important}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details>li.date::before{content:"Data do pedido:";font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;text-transform:uppercase;width:100%}@media (min-width:992px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details>li.date::before{content:"Data:"}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details>li:last-of-type{border-right-style:none;padding-right:0;margin-right:0}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details>li strong,body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details>li b{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#000;font-weight:700!important;margin-top:12px;width:100%}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details>li strong,body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>ul.woocommerce-thankyou-order-details>li b{margin:0}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order div#watingPixPaymentBox>h4{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:28px;line-height:33.6px;color:#192B38;margin-bottom:12px}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order div#watingPixPaymentBox>h4{font-size:24px;line-height:33.6px}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order div#watingPixPaymentBox button.copy-qr-code{margin-top:24px!important}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details{margin:24px 0;padding:24px 0;border:1px solid #C5CED1;border-left:none;border-right:none;border-radius:none}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#000;margin-bottom:24px}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading{font-size:16px;line-height:22.4px}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#555D63}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details ul.wc-bacs-bank-details{margin:12px 0 0;display:flex;align-items:stretch}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details ul.wc-bacs-bank-details{display:grid;grid-template-columns:1fr;row-gap:12px;margin:0}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details ul.wc-bacs-bank-details>li{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;display:inline-flex;align-items:center;flex-wrap:wrap;border-right-style:solid;padding-right:15px;margin-right:15px}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details ul.wc-bacs-bank-details>li{border-right-style:none;padding-right:0;margin-right:0}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details ul.wc-bacs-bank-details>li:last-of-type{border-right-style:none;padding-right:0;margin-right:0}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details ul.wc-bacs-bank-details>li strong,body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details ul.wc-bacs-bank-details>li b{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#000;font-weight:700!important;margin-top:12px;width:100%}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details ul.wc-bacs-bank-details>li strong,body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-bacs-bank-details ul.wc-bacs-bank-details>li b{margin:0}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details h2.woocommerce-order-details__title{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#000;margin-bottom:24px}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details h2.woocommerce-order-details__title{font-size:16px;line-height:22.4px}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details{background-color:#F1F1F1;padding:40px 24px 20px;border-radius:5px;border:none;border-spacing:0}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>thead{display:none}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>thead>tr th{padding-right:24px}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>thead>tr th:last-child{padding-right:0}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:center}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr:first-child td{padding-bottom:12px}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr:first-child td{padding-bottom:0}}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr+tr{margin-top:24px}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr+tr td{border-top:1px solid #C5CED1}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr+tr td{border:none}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr td{padding:12px 24px 12px 0}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr td{padding:0}}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr td::before{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#1A2B38}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr td:last-child{padding-right:0}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr td.product-name{display:flex;flex-wrap:wrap;grid-column:span 2}}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr td.product-name::before{content:"Produto:";width:100%}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr td.product-quantity{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#174054}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr td.product-quantity::before{content:"Qtd.:"}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr td.product-total{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;text-align:right;color:#555D63}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr td.product-total::before{content:"Subtotal:"!important}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tbody>tr td a{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tfoot{display:block;margin-top:24px;padding-top:12px;border-top:1px solid #C5CED1}}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tfoot>tr{display:grid;grid-template-columns:1fr 2fr;align-items:center}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tfoot>tr th,body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tfoot>tr td{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#1A2B38;border-top:1px solid #C5CED1;padding:12px 0}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tfoot>tr th,body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tfoot>tr td{border:none}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tfoot>tr th{padding-right:24px}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tfoot>tr th{padding:0}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details>tfoot>tr td{text-align:right;color:#555D63}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details tr td,body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details tr th{padding:0;margin:0;border:none}@media (min-width:992px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details tr td.product-name,body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details tr th.product-name{max-width:70%;width:100%}}@media (min-width:992px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details tr td.product-quantity,body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details tr th.product-quantity{text-align:center;max-width:10%;width:100%}}@media (min-width:992px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details tr td.product-total,body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-order-details table.woocommerce-table--order-details tr th.product-total{text-align:right;max-width:20%;width:100%}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-customer-details section.woocommerce-columns--addresses div.woocommerce-column+div.woocommerce-column{margin-top:24px}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-customer-details section.woocommerce-columns--addresses div.woocommerce-column>h2.woocommerce-column__title{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:24px;line-height:28.8px;color:#1A2B38;margin-bottom:24px}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-customer-details section.woocommerce-columns--addresses div.woocommerce-column>h2.woocommerce-column__title{font-size:20px;line-height:28px}}@media (max-width:991.98px){body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-customer-details section.woocommerce-columns--addresses div.woocommerce-column>h2.woocommerce-column__title{margin-bottom:12px}}body.woocommerce-checkout.woocommerce-order-received main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-order>section.woocommerce-customer-details section.woocommerce-columns--addresses div.woocommerce-column>address{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;background-color:#F1F1F1;padding:24px;border:none;border-radius:5px}body.woocommerce-account.woocommerce-account--minha-conta main.main-page section.main-page--container div.main-page--content div.woocommerce{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}body.woocommerce-account.woocommerce-account--minha-conta main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content{flex:0 0 auto;width:41.66666667%}@media (max-width:991.98px){body.woocommerce-account.woocommerce-account--minha-conta main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content{flex:0 0 auto;width:100%;margin-top:24px}}body.woocommerce-account.woocommerce-account--minha-conta main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container{display:block;padding:24px;background-color:#F1F1F1;border:1px solid #C5CED1;border-radius:5px}body.woocommerce-account.woocommerce-account--minha-conta main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>p{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38}body.woocommerce-account.woocommerce-account--minha-conta main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>p+p{margin-top:22.4px}body.woocommerce-account.woocommerce-account--minha-conta main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>p a{color:#2488D4;transition-duration:0.3s}body.woocommerce-account.woocommerce-account--minha-conta main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>p a:hover{color:#2487d2}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table{border:none;border-spacing:0}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>thead>tr th{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#1A2B38;padding:0 24px 12px 0}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>thead>tr th:last-child{padding-right:0}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>thead>tr th.woocommerce-orders-table__header-order-number{width:11.1111111111%}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>thead>tr th.woocommerce-orders-table__header-order-date{width:11.1111111111%}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>thead>tr th.woocommerce-orders-table__header-order-status{width:22.2222222222%}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>thead>tr th.woocommerce-orders-table__header-order-total{width:22.2222222222%}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>thead>tr th.woocommerce-orders-table__header-order-actions{width:33.3333333333%}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;padding:12px 25px 12px 0;border:none}@media (max-width:991.98px){body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td{padding-right:0}}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td:last-child{padding-right:0}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-number{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#2488D4}@media (max-width:991.98px){body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-number::before{color:#555D63}}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-total{font-weight:700}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-actions{text-align:right}@media (max-width:991.98px){body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-actions{text-align:center!important}}@media (max-width:991.98px){body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-actions::before{display:none}}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-actions>a{display:inline-flex;align-items:center;justify-content:center;background-color:#fff0;padding:0;margin:0;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-actions>a+a{margin-left:40px}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-actions>a.pay{color:#007143}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-actions>a.view{color:#AE6435}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-actions>a.view::before{content:"+";margin-right:5px}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container table.woocommerce-orders-table>tbody>tr>td.woocommerce-orders-table__cell-order-actions>a.cancel{color:#D9584F}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container div.woocommerce-pagination{display:flex;width:100%}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container div.woocommerce-pagination>a.woocommerce-button.woocommerce-button--previous{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#AE6435;margin-right:auto}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container div.woocommerce-pagination>a.woocommerce-button.woocommerce-button--previous::before{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-right:5px}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container div.woocommerce-pagination>a.woocommerce-button.woocommerce-button--previous:hover{color:#734223!important}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container div.woocommerce-pagination>a.woocommerce-button.woocommerce-button--next{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#AE6435;margin-left:auto}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container div.woocommerce-pagination>a.woocommerce-button.woocommerce-button--next::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-account.woocommerce-orders main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container div.woocommerce-pagination>a.woocommerce-button.woocommerce-button--next:hover{color:#734223!important}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;padding-bottom:24px;margin-bottom:24px;border-bottom:2px solid #C5CED1}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>p{text-align:center}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>p>mark{padding:0;margin:0;background-color:#fff0;color:#555D63}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>p>mark.order-status{font-weight:700}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container{margin-bottom:24px;padding-bottom:24px;border-bottom:2px solid #C5CED1}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:24px;line-height:28.8px;color:#192B38;margin-bottom:20px}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>h2{font-size:20px;line-height:28px}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>ol.timeline-comments{list-style:none;padding:10px 0;position:relative;font-weight:300}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>ol.timeline-comments::before{content:"";top:0;bottom:0;left:0;position:absolute;width:2px;background:#F1F1F1;margin-left:-1.5px}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>ol.timeline-comments>li.timeline-comment{margin-bottom:20px;position:relative}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>ol.timeline-comments>li.timeline-comment>span.timeline-point{display:inline-block;width:15px;height:15px;position:absolute;top:calc(27px + calc(15px / 2));left:-7.5px;z-index:100;border-radius:4000px;background-color:#B98046;transition-duration:0.3s}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>ol.timeline-comments>li.timeline-comment>span.timeline-point:hover{background-color:#AE6435}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>ol.timeline-comments>li.timeline-comment>div.timeline-panel{display:inline-block;width:auto;margin-left:25px;border:1px solid #C5CED1;background:#fff;border-radius:5px;position:relative}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>ol.timeline-comments>li.timeline-comment>div.timeline-panel::before{content:"";position:absolute;top:26px;right:auto;left:-15px;display:inline-block;border-top:15px solid #fff0;border-right:15px solid #C5CED1;border-bottom:15px solid #fff0;border-left-width:0}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>ol.timeline-comments>li.timeline-comment>div.timeline-panel::after{position:absolute;top:27px;left:-14px;right:auto;display:inline-block;border-top:14px solid #fff0;border-left:0 solid #fff;border-right:14px solid #fff;border-bottom:14px solid #fff0;content:" "}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>ol.timeline-comments>li.timeline-comment>div.timeline-panel>div.timeline-heading>span{display:inline-block;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:14px;color:#555D63;padding:5px 15px}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.commentlist-container>ol.timeline-comments>li.timeline-comment>div.timeline-panel>div.timeline-body>p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;padding:10px 15px;margin-bottom:0}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details{margin-bottom:0}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:24px;line-height:28.8px;color:#192B38;margin-bottom:20px}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>h2{font-size:20px;line-height:28px}}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>h2{text-align:center}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details{border:none}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>thead{display:none}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>thead>tr>th{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#AE6435;padding:0 24px 0 0}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>thead>tr>th:last-child{padding-right:0}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:center}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr:first-child>td{padding-top:24px}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr:first-child>td{padding-top:0}}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr+tr{margin-top:24px}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr>td{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;padding:6px 24px 6px 0;border-top:none}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr>td{padding:0}}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr>td::before{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#1A2B38}}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr>td.product-name{display:flex;flex-wrap:wrap;grid-column:span 2}}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr>td.product-name::before{content:"Produto:";width:100%}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr>td.product-quantity{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#174054}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr>td.product-quantity::before{content:"Qtd.:"}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr>td.product-total{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;text-align:right;color:#555D63}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tbody>tr>td.product-total::before{content:"Subtotal:"!important}}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tfoot{display:block;margin-top:24px;padding-top:12px;border-top:1px solid #C5CED1}}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tfoot>tr{display:grid;grid-template-columns:1fr 2fr;align-items:center}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tfoot>tr>th{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#AE6435;padding:12px 24px 12px 0;border:none}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tfoot>tr>th{padding:0}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tfoot>tr>td{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#555D63;padding:12px 0;border:none}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>table.order_details>tfoot>tr>td{text-align:right}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>p.order-again{text-align:center}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>p.order-again>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#174054!important}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-order-details>p.order-again>a:not([disabled]):hover{background-color:#174054!important;color:#fff!important}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-customer-details{margin-top:24px;padding-top:24px;margin-bottom:0;border-top:2px solid #C5CED1}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-customer-details section.addresses>div.woocommerce-column+div.woocommerce-column{margin-top:24px}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-customer-details section.addresses>div.woocommerce-column>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:24px;line-height:28.8px;color:#192B38;margin-bottom:24px}@media (max-width:991.98px){body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-customer-details section.addresses>div.woocommerce-column>h2{font-size:20px;line-height:28px}}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-customer-details section.addresses>div.woocommerce-column>address{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;display:block;padding:24px;background-color:#F1F1F1;border:none;border-radius:5px}body.woocommerce-account.woocommerce-view-order main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>section.woocommerce-customer-details section.addresses>div.woocommerce-column>address>p::before{line-height:22.4px}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>p{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38;padding-bottom:24px;margin-bottom:24px;border-bottom:2px solid #C5CED1}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;column-gap:24px;width:90.9090909091%}@media (max-width:991.98px){body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses{grid-template-columns:1fr;row-gap:24px;width:100%}}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses::before,body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses::after{content:unset}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses>div.woocommerce-Address{width:100%;float:unset}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses>div.woocommerce-Address>header.woocommerce-Address-title{margin-bottom:24px}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses>div.woocommerce-Address>header.woocommerce-Address-title h3{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:24px;line-height:28.8px;color:#192B38}@media (max-width:991.98px){body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses>div.woocommerce-Address>header.woocommerce-Address-title h3{font-size:20px;line-height:28px}}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses>div.woocommerce-Address>div.woocommerce-address--content{display:block;background-color:#F1F1F1;border-radius:5px;padding:24px}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses>div.woocommerce-Address>div.woocommerce-address--content>address{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;margin-bottom:24px}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses>div.woocommerce-Address>div.woocommerce-address--content>a.edit{display:inline-flex;align-items:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses>div.woocommerce-Address>div.woocommerce-address--content>a.edit:hover::after{color:#1A2B38}body.woocommerce-account.woocommerce-account--edit-address main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container>div.woocommerce-Addresses>div.woocommerce-Address>div.woocommerce-address--content>a.edit::after{content:""!important;font:var(--fa-font-solid)!important;margin-left:5px;font-size:12px;line-height:12px;color:#C5CED1;transition-duration:0.3s}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account{display:grid;gap:12px 24px;grid-template:"nome  nome  nome  nome  sobre sobre sobre sobre" "exib  exib  exib  exib  exib  exib  exib  exib" "email email email email email .     .     .   " "hr    hr    hr    hr    hr    hr    hr    hr  " "pass  pass  pass  pass  .     .     .     .   " "submt submt submt submt submt submt submt submt" / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}@media (max-width:991.98px){body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account{grid-template:"nome  nome" "sobre sobre" "exib  exib" "email email" "hr    hr" "pass  pass" "submt submt" / 1fr 1fr}}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p{display:flex;flex-wrap:wrap}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p.woocommerce-form--first-name{grid-area:nome}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p.woocommerce-form--last-name{grid-area:sobre}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p.woocommerce-form--display-name{grid-area:exib}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p.woocommerce-form--email{grid-area:email}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p.woocommerce-form--submit{grid-area:submt;padding-top:12px}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p.woocommerce-form--submit button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#174054!important;color:#fff}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p.woocommerce-form--submit button[type=submit]:not([disabled]):hover{background-color:#071218!important;border-color:#071218!important}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p>label{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;margin-bottom:12px;color:#1A2B38}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p>input{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;width:100%!important}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p>input::-webkit-input-placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p>input:-moz-placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p>input::-moz-placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p>input:-ms-input-placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p>input::-ms-input-placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p>input::placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>p>span{display:block;font-family:"Inter",sans-serif;font-style:italic;font-weight:400;font-size:14px;line-height:19.6px;color:#555D63;margin-top:12px}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>hr{grid-area:hr;margin:12px 0;border-width:2px;border-color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset{grid-area:pass}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>legend{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#192B38;margin-bottom:24px}@media (max-width:991.98px){body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>legend{font-size:16px;line-height:22.4px}}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p{width:100%;padding:0;margin:0}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p+p{margin-top:12px}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p>label{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#1A2B38;margin-bottom:12px}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p>span.password-input{display:flex;align-items:center;position:relative}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p>span.password-input>input{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;position:relative;width:100%!important}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p>span.password-input>input::-webkit-input-placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p>span.password-input>input:-moz-placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p>span.password-input>input::-moz-placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p>span.password-input>input:-ms-input-placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p>span.password-input>input::-ms-input-placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p>span.password-input>input::placeholder{color:#C5CED1}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p>span.password-input>div.woocommerce-password-strength{width:100%;padding-top:5px;margin-top:-5px}body.woocommerce-account.woocommerce-account--edit-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content div.woocommerce-myaccount--container form.edit-account>fieldset>p>span.password-input>small.woocommerce-password-hint{font-size:.8rem}body.woocommerce-account main.main-page{margin-bottom:100px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce nav.woocommerce-MyAccount-navigation{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:25%;float:unset}@media (max-width:991.98px){body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce nav.woocommerce-MyAccount-navigation{flex:0 0 auto;width:100%;padding:0}}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce nav.woocommerce-MyAccount-navigation>ul{list-style:none;max-width:calc(100% - (15px * 2));width:100%;margin:0 auto;padding:40px;background:#F1F1F1;border:1px solid #C5CED1;box-shadow:4px 4px 4px rgb(0 0 0 / .15);border-radius:5px}@media (max-width:991.98px){body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce nav.woocommerce-MyAccount-navigation>ul{display:flex;flex-wrap:nowrap;align-items:center;overflow-x:auto;padding:10px calc(var(--bs-gutter-x) * .5) 10px;border-style:solid none;border-radius:0;max-width:100%;position:relative}}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce nav.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link{text-align:center}@media (max-width:991.98px){body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce nav.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link+li.woocommerce-MyAccount-navigation-link{margin-left:12px;padding-left:12px;border-left:2px solid #C5CED1}}@media (min-width:992px){body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce nav.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link+li.woocommerce-MyAccount-navigation-link{margin-top:12px;padding-top:12px;border-top:2px solid #C5CED1}}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce nav.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link.is-active>a{color:#AE6435}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce nav.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link>a{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:18px;line-height:21.6px;color:#1A2B38;flex:none;order:10;flex-grow:0;transition-duration:0.3s}@media (max-width:991.98px){body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce nav.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link>a{word-break:keep-all;white-space:nowrap}}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce nav.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link>a:hover{color:#AE6435}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:75%;float:unset}@media (max-width:991.98px){body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div.woocommerce-MyAccount-content{flex:0 0 auto;width:100%;margin-top:24px}}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));flex-direction:column;align-items:center;justify-content:center}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:50%;text-align:center}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div.u-column1 form.woocommerce-form-login{margin:24px auto 0;padding:24px;border:none;border-radius:5px;background-color:#F1F1F1}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div.u-column2{position:relative;margin-top:75px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div.u-column2::before{content:"ou";width:100%;text-align:center;position:absolute;top:-50px;left:0;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#555D63}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div.u-column2 form.woocommerce-form-register{margin:24px auto 0;padding:24px;border:none;border-radius:5px;background-color:#F1F1F1}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div.u-column2 form.woocommerce-form-register span.password-input div.woocommerce-password-strength{padding-top:7px;margin-top:-5px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div.u-column2 form.woocommerce-form-register button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#174054!important;margin-top:24px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div.u-column2 form.woocommerce-form-register button[type=submit]:not([disabled]):hover{background-color:#174054!important;color:#fff!important}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#192B38;text-align:center}@media (max-width:991.98px){body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div>h2{font-size:32px;line-height:38.4px}}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div label{display:block;width:100%;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#1A2B38;text-align:center;margin-bottom:12px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=text],body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=email],body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=password]{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;position:relative;width:100%!important}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=text]::-webkit-input-placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=email]::-webkit-input-placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=password]::-webkit-input-placeholder{color:#C5CED1}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=text]:-moz-placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=email]:-moz-placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=password]:-moz-placeholder{color:#C5CED1}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=text]::-moz-placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=email]::-moz-placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=password]::-moz-placeholder{color:#C5CED1}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=text]:-ms-input-placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=email]:-ms-input-placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=password]:-ms-input-placeholder{color:#C5CED1}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=text]::-ms-input-placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=email]::-ms-input-placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=password]::-ms-input-placeholder{color:#C5CED1}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=text]::placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=email]::placeholder,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div input[type=password]::placeholder{color:#C5CED1}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin:0;padding:0;width:100%}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row.form-terms-of-service label.aceito_termos_de_uso{display:flex;align-items:center;font-family:"Inter",sans-serif;font-size:14px;line-height:14px;font-weight:400;color:#555D63;margin:0}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row.form-terms-of-service label.aceito_termos_de_uso>input{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#fff0;appearance:none;border:none;margin-right:5px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row.form-terms-of-service label.aceito_termos_de_uso>input::before{content:"";display:inline-block;width:20px;height:20px;background-color:#C5CED1;border-radius:3px;border:none;cursor:pointer}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row.form-terms-of-service label.aceito_termos_de_uso>input::after{content:"";display:none;position:absolute;width:14px;height:14px;background-color:#174054;border-radius:3px;cursor:pointer}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row.form-terms-of-service label.aceito_termos_de_uso>input:checked::after{display:inline-block}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row.form-terms-of-service label.aceito_termos_de_uso>a{margin-left:5px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row::before,body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row::after{content:unset}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row+p.form-row{margin-top:12px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row button.woocommerce-form-login__submit{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#174054!important;color:#fff;margin:24px auto 0}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row button.woocommerce-form-login__submit::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row button.woocommerce-form-login__submit:not([disabled]):hover{background-color:#071218!important;border-color:#071218!important}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.form-row label.woocommerce-form-login__rememberme{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.lost_password{display:flex;align-items:center;justify-content:center;margin-top:24px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.lost_password>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#555D63}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.lost_password>a::before{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-right:5px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div p.lost_password>a:hover{color:#32363a!important}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div div.woocommerce-privacy-policy-text{margin-top:12px}body.woocommerce-account main.main-page section.main-page--container div.main-page--content div.woocommerce div#customer_login>div div.woocommerce-privacy-policy-text p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38}body.has-menu-mobile--open{overflow:hidden}body div#header-development-alert{display:flex;align-items:center;justify-content:center;position:fixed;z-index:9999999;background:red}@media (max-width:991.98px){body div#header-development-alert{top:0;left:0;padding:5px 10px}}@media (min-width:992px){body div#header-development-alert{transform:translate(-29.3%) rotate(-45deg);box-shadow:0 0 0 999px red;clip-path:inset(0 -100%);inset:0 auto auto 0;transform-origin:100% 0;height:50px}}body div#header-development-alert>pre{margin:0;padding:0;overflow:hidden;background:#fff0;text-transform:uppercase;font-size:20px;line-height:20px;border:none;color:#fff}@media (max-width:991.98px){body div#header-development-alert>pre{font-size:14px;line-height:14px}}body header#main-header{border-style:solid;border-width:0 0 10px 0;border-image:url(/wp-content/themes/Jafet22/assets/images/jafet-border-pattern.svg) 0 0 10 0 round repeat;position:relative;z-index:50}body header#main-header div.main-header--content{background-color:#1A2B38;padding-top:10px;padding-bottom:24px}body header#main-header div.main-header--content div.main-header--container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){body header#main-header div.main-header--content div.main-header--container{max-width:540px}}@media (min-width:768px){body header#main-header div.main-header--content div.main-header--container{max-width:720px}}@media (min-width:992px){body header#main-header div.main-header--content div.main-header--container{max-width:960px}}@media (min-width:1200px){body header#main-header div.main-header--content div.main-header--container{max-width:1140px}}@media (min-width:1400px){body header#main-header div.main-header--content div.main-header--container{max-width:1320px}}body header#main-header div.main-header--content div.main-header--container div.main-header--infobar{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));padding-bottom:10px;border-bottom:1px solid #174054}@media (max-width:991.98px){body header#main-header div.main-header--content div.main-header--container div.main-header--infobar{display:none}}body header#main-header div.main-header--content div.main-header--container div.main-header--infobar>div{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}body header#main-header div.main-header--content div.main-header--container div.main-header--infobar>div.main-header-infobar--warning{flex:0 0 auto;width:50%;text-align:center}body header#main-header div.main-header--content div.main-header--container div.main-header--infobar>div.main-header-infobar--warning p{display:inline-flex;align-items:center;justify-content:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#C5CED1}body header#main-header div.main-header--content div.main-header--container div.main-header--infobar>div.main-header-infobar--warning p>svg{display:inline-block;width:18px;height:18px;margin-right:5px}body header#main-header div.main-header--content div.main-header--container div.main-header--infobar>div.main-header-infobar--contact{flex:0 0 auto;width:50%;text-align:right}body header#main-header div.main-header--content div.main-header--container div.main-header--infobar>div.main-header-infobar--contact ul.infobar-contact-list{display:inline-flex;align-items:center;column-gap:24px;list-style:none}body header#main-header div.main-header--content div.main-header--container div.main-header--infobar>div.main-header-infobar--contact ul.infobar-contact-list li.infobar-contact-item>a{display:inline-flex;align-items:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#AE6435;transition-duration:0.3s}body header#main-header div.main-header--content div.main-header--container div.main-header--infobar>div.main-header-infobar--contact ul.infobar-contact-list li.infobar-contact-item>a:hover{color:#fff!important}body header#main-header div.main-header--content div.main-header--container div.main-header--infobar>div.main-header-infobar--contact ul.infobar-contact-list li.infobar-contact-item>a.contact-item-whatsapp{color:#C5CED1}body header#main-header div.main-header--content div.main-header--container div.main-header--infobar>div.main-header-infobar--contact ul.infobar-contact-list li.infobar-contact-item>a.contact-item-whatsapp i{color:#219653;margin-right:5px}body header#main-header div.main-header--content div.main-header--container div.main-header--actions{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:space-between;align-items:center;margin-top:22px}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--logo{flex:0 0 auto;width:25%}@media (max-width:991.98px){body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--logo{flex:0 0 auto;width:58.33333333%}}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--logo figure picture img{display:inline-block;max-width:100%;height:auto}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta{flex:0 0 auto;width:58.33333333%;display:flex;justify-content:flex-end;column-gap:30px;text-align:right}@media (max-width:991.98px){body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta{flex:0 0 auto;width:41.66666667%}}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta>form{display:flex;align-items:center;position:relative;border-radius:5px;overflow:hidden}@media (max-width:991.98px){body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta>form{display:none}}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta>form>input{display:block;width:100%;height:55px;padding:0 55px 0 15px;background-color:rgb(255 255 255 / .05);font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;letter-spacing:.1em;color:#C5CED1;border-radius:0;border:none}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta>form>button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:45px;height:55px;padding:0;margin:0;background-color:#fff0;border-radius:0;border:none;position:absolute;right:0;top:0;font-size:18px;line-height:21.6px;color:#555D63;transition-duration:0.3s}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta>form>button[type=submit]:hover{background-color:rgb(197 206 209 / .1);color:#C5CED1}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta ul.header-actions-conta{display:inline-flex;align-items:center;column-gap:17px;list-style:none}@media (max-width:991.98px){body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta ul.header-actions-conta li.header-actions-conta--dashboard{display:none}}@media (min-width:992px){body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta ul.header-actions-conta li.header-actions-conta--mobile{display:none}}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta ul.header-actions-conta li.header-actions-conta--mobile button.toggle-menu-mobile{display:inline-flex;align-items:center;justify-content:center;background-color:#fff0;padding:0;margin:0;font-size:32px;line-height:32px;color:#fff;border:none}@media (max-width:991.98px){body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta ul.header-actions-conta li+li{margin-left:15px}}@media (max-width:991.98px){body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta ul.header-actions-conta li span.header-actions-conta--label{display:none}}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta ul.header-actions-conta li a{display:inline-flex;align-items:center;column-gap:9px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#C5CED1;transition-duration:0.3s}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta ul.header-actions-conta li a:hover{color:#fff}body header#main-header div.main-header--content div.main-header--container div.main-header--actions>div.main-header-actions--conta ul.header-actions-conta li a i{color:#CEB175}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));align-items:center;justify-content:center;margin-top:32px}@media (max-width:991.98px){body header#main-header div.main-header--content div.main-header--container nav.main-header--menus{display:none}}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items{display:flex;align-items:center;justify-content:center;column-gap:45px;list-style:none}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item{position:relative}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item+li.menu-item::before{content:"";display:inline-block;width:1px;height:24px;background-color:#174054;position:absolute;left:-23px}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item.menu-item-has-children>a::after{content:""!important;font:var(--fa-font-solid)!important;font-size:18px;margin-left:5px;color:#AE6435}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item.menu-item-has-children:hover>div.sub-menu-content{display:flex}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item.menu-item-has-children:hover>ul.sub-menu{display:grid}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>a{display:inline-flex;align-items:center;font-family:"Playfair Display",serif;font-style:normal;font-weight:500;font-size:18px;line-height:21.6px;letter-spacing:.1em;color:#FAE0AF;transition-duration:0.3s}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>a:hover{color:#AE6435}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>div.sub-menu-content{display:none;position:absolute;left:-40px;top:56px;z-index:10;background:#fff;padding:40px;border:1px solid #C5CED1;box-shadow:4px 4px 4px rgb(0 0 0 / .15);border-radius:0 0 5px 5px}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>div.sub-menu-content:hover{display:flex}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>div.sub-menu-content::before{content:"";display:block;width:100%;height:36px;position:absolute;top:-36px;left:0}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>div.sub-menu-content>ul.sub-menu{list-style:none;row-gap:12px}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>div.sub-menu-content>ul.sub-menu+ul.sub-menu{margin-left:40px;padding-left:24px;border-left:2px solid #CEB175}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>div.sub-menu-content>ul.sub-menu>li.menu-item+li.menu-item{margin-top:12px}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>div.sub-menu-content>ul.sub-menu>li.menu-item>a{display:inline-flex;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:18px;line-height:21.6px;white-space:nowrap;color:#1A2B38;transition-duration:0.3s}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>div.sub-menu-content>ul.sub-menu>li.menu-item>a:hover{color:#AE6435}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>div.sub-menu-content>ul.sub-menu>li.menu-item>ul.sub-menu{display:none}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>ul.sub-menu{display:none;grid-template-columns:1fr 1fr;list-style:none;position:absolute;left:-40px;top:56px;row-gap:12px;column-gap:24px;z-index:10;background:#fff;padding:40px;border:1px solid #C5CED1;box-shadow:4px 4px 4px rgb(0 0 0 / .15);border-radius:0 0 5px 5px}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>ul.sub-menu:hover{display:flex}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>ul.sub-menu::before{content:"";display:block;width:100%;height:36px;position:absolute;top:-36px;left:0}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>ul.sub-menu>li.menu-item>a{display:inline-flex;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:18px;line-height:21.6px;white-space:nowrap;color:#1A2B38;transition-duration:0.3s}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>ul.sub-menu>li.menu-item>a:hover{color:#AE6435}body header#main-header div.main-header--content div.main-header--container nav.main-header--menus ul.menu-items>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu{display:none}body header#main-header--menu-mobile{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;height:calc(var(--vh, 1vh) * 100);position:fixed;left:-110vw;top:0;z-index:9999990;transition-duration:0.15s;background-color:#1A2B38}@media (min-width:992px){body header#main-header--menu-mobile{display:none}}body header#main-header--menu-mobile.menu-mobile--open{left:0}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open{background-color:#F1F1F1}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container{height:100%;padding-top:0;padding-bottom:0}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container button.close-menu-mobile{display:none}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container button.close-submenu-mobile{display:inline-flex}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container ul.menu-mobile--items{height:100%;padding:30px 0}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container ul.menu-mobile--items.menu-submobile-overflow{overflow-y:auto;transition-duration:0.3s;position:relative;-webkit-mask-image:linear-gradient(180deg,#fff0 0%,white 0%,white 75%,#fff0 100%);-moz-mask-image:linear-gradient(180deg,#fff0 0%,white 0%,white 75%,#fff0 100%);-ms-mask-image:linear-gradient(180deg,#fff0 0%,white 0%,white 75%,#fff0 100%);-o-mask-image:linear-gradient(180deg,#fff0 0%,white 0%,white 75%,#fff0 100%);mask-image:linear-gradient(180deg,#fff0 0%,white 0%,white 75%,#fff0 100%)}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container ul.menu-mobile--items.menu-submobile-overflow.menu-submobile-scroll--end{-webkit-mask-image:linear-gradient(180deg,#fff0 0%,white 0%,white 100%,#fff0 100%);-moz-mask-image:linear-gradient(180deg,#fff0 0%,white 0%,white 100%,#fff0 100%);-ms-mask-image:linear-gradient(180deg,#fff0 0%,white 0%,white 100%,#fff0 100%);-o-mask-image:linear-gradient(180deg,#fff0 0%,white 0%,white 100%,#fff0 100%);mask-image:linear-gradient(180deg,#fff0 0%,white 0%,white 100%,#fff0 100%)}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container ul.menu-mobile--items li.menu-item:not(.this-menu-submobile--open){display:none}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container ul.menu-mobile--items li.menu-item.this-menu-submobile--open{display:flex}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container ul.menu-mobile--items li.menu-item.this-menu-submobile--open>a{font-weight:700;color:#1A2B38}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container ul.menu-mobile--items li.menu-item.this-menu-submobile--open ul.submenu{display:flex}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container ul.menu-mobile--items li.menu-item.this-menu-submobile--open ul.submenu>li.menu-item{display:flex}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container ul.menu-mobile--items li.menu-item.this-menu-submobile--open ul.submenu>li.menu-item a{color:#1A2B38}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container ul.menu-mobile--sociais{display:none}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container div.menu-mobile--whatsapp{display:none}body header#main-header--menu-mobile.menu-mobile--open.menu-submobile--open nav.menu-mobile--container div.menu-mobile--warning{display:none}body header#main-header--menu-mobile nav.menu-mobile--container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100vw;height:100%;padding-top:30px;padding-bottom:30px;transition-duration:0.3s}body header#main-header--menu-mobile nav.menu-mobile--container button.close-menu-mobile{position:absolute;top:40px;right:20px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background-color:#fff0;padding:0;margin:0;font-size:38px;line-height:38px;color:#fff;border:none}body header#main-header--menu-mobile nav.menu-mobile--container button.close-submenu-mobile{position:absolute;top:40px;right:20px;z-index:10;display:none;align-items:center;justify-content:center;width:38px;height:38px;background-color:#fff0;padding:0;margin:0;font-size:38px;line-height:38px;color:#174054;border:none}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items{display:grid;grid-template-columns:1fr;row-gap:24px;list-style:none;height:100%}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button.search-mobile--open>form{top:0;opacity:1}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button button.open-search-mobile{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;margin:0;padding:0;background-color:#fff0;border:none;color:#555D63}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:12px;width:100%;height:100%;padding:24px;position:absolute;left:0;top:-125%;transition-duration:0.3s;background-color:rgb(26 43 56 / .75);opacity:0}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form input[type=search]{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;text-align:center}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form input[type=search]::-webkit-input-placeholder{color:#C5CED1}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form input[type=search]:-moz-placeholder{color:#C5CED1}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form input[type=search]::-moz-placeholder{color:#C5CED1}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form input[type=search]:-ms-input-placeholder{color:#C5CED1}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form input[type=search]::-ms-input-placeholder{color:#C5CED1}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form input[type=search]::placeholder{color:#C5CED1}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#AE6435!important;color:#fff}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form button[type=submit]::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form button[type=submit]:not([disabled]):hover{background-color:#734223!important;border-color:#734223!important}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-search-button>form button[type=button]{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background-color:#fff0;position:absolute;bottom:30px;font-size:38px;line-height:38px;border:none;color:#fff}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-dashboard>a{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#C5CED1}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-type-dashboard>a::before{content:""!important;font:var(--fa-font-solid)!important;margin-right:10px;font-size:18px;line-height:18px;color:#FAE0AF}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-has-children button.open-submenu-mobile{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;margin-left:5px;background-color:#fff0;border:none;color:#AE6435}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-has-children ul.submenu{display:none;flex-direction:column;row-gap:18px;margin-top:18px;width:100%}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item.menu-item-has-children ul.submenu li.menu-item>a{font-weight:700}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--items li.menu-item>a{font-family:"Playfair Display",serif;font-style:normal;font-weight:500;font-size:18px;line-height:21.6px;text-align:center;letter-spacing:.1em;color:#FAE0AF}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--sociais{display:flex;align-items:center;justify-content:center;list-style:none;column-gap:35px;margin-top:24px}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--sociais li.menu-mobile--social.social-whatsapp a{color:#219653}body header#main-header--menu-mobile nav.menu-mobile--container ul.menu-mobile--sociais li.menu-mobile--social a{font-size:18px;line-height:18px;color:#AE6435}body header#main-header--menu-mobile nav.menu-mobile--container div.menu-mobile--warning>p{display:grid;grid-template-columns:20px 1fr;column-gap:10px;align-items:center;margin:24px auto 0;max-width:85%;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#C5CED1}body header#main-header--menu-mobile nav.menu-mobile--container div.menu-mobile--warning>p>svg{display:inline-block;width:20px;height:20px}body div#main-header--breadcrumb{background-color:#fff;margin-top:-10px;padding-top:10px;margin-bottom:64px}body div#main-header--breadcrumb div.header-breadcrumb--container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto;padding-top:24px}@media (min-width:576px){body div#main-header--breadcrumb div.header-breadcrumb--container{max-width:540px}}@media (min-width:768px){body div#main-header--breadcrumb div.header-breadcrumb--container{max-width:720px}}@media (min-width:992px){body div#main-header--breadcrumb div.header-breadcrumb--container{max-width:960px}}@media (min-width:1200px){body div#main-header--breadcrumb div.header-breadcrumb--container{max-width:1140px}}@media (min-width:1400px){body div#main-header--breadcrumb div.header-breadcrumb--container{max-width:1320px}}body div#main-header--breadcrumb div.header-breadcrumb--container>h1{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:40px;line-height:48px;color:#192B38;text-align:center}@media (max-width:991.98px){body div#main-header--breadcrumb div.header-breadcrumb--container>h1{font-size:36px;line-height:43.2px}}body div#main-header--breadcrumb div.header-breadcrumb--container>nav.rank-math-breadcrumb{margin-top:24px}body div#main-header--breadcrumb div.header-breadcrumb--container>nav.rank-math-breadcrumb>p{display:flex;align-items:center;justify-content:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;flex:none;order:1;flex-grow:0}@media (max-width:991.98px){body div#main-header--breadcrumb div.header-breadcrumb--container>nav.rank-math-breadcrumb>p{flex-wrap:wrap;text-align:center}}body div#main-header--breadcrumb div.header-breadcrumb--container>nav.rank-math-breadcrumb>p>a{color:#555D63}body div#main-header--breadcrumb div.header-breadcrumb--container>nav.rank-math-breadcrumb>p>span.separator{display:inline-flex;align-items:center;justify-content:center;position:relative;margin:0 5px;height:22.4px;width:14px;color:#fff0;line-height:0}body div#main-header--breadcrumb div.header-breadcrumb--container>nav.rank-math-breadcrumb>p>span.separator:after{content:""!important;font:var(--fa-font-solid)!important;position:absolute;font-size:16px;line-height:22.4px;color:#AE6435}body div#header-product-action{position:relative;top:0;left:0;background-color:#B98046;box-shadow:0 4px 4px 0 rgb(0 0 0 / .25);padding:20px 10px 10px;margin-top:-10px}@media (min-width:992px){body div#header-product-action{display:none}}body div#header-product-action+div#main-header--breadcrumb{margin-top:0!important}body div#header-product-action div.header-product-action--container{display:grid;grid-template:"nome  nome" "preco compra";row-gap:10px}body div#header-product-action div.header-product-action--container>div.header-product-action--name{grid-area:nome}body div#header-product-action div.header-product-action--container>div.header-product-action--name>span{display:block;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#1A2B38;font-size:14px;line-height:16.8px}body div#header-product-action div.header-product-action--container>div.header-product-action--price{grid-area:preco}body div#header-product-action div.header-product-action--container>div.header-product-action--price>span.woocommerce-Price-amount{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:22px;line-height:30.8px;text-align:left;color:#F1F1F1}body div#header-product-action div.header-product-action--container>div.header-product-action--price>span.price-card-installment{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:14px;text-align:left;color:#C5CED1;opacity:.8}body div#header-product-action div.header-product-action--container>div.header-product-action--button{display:inline-flex;align-items:center;justify-content:flex-end;grid-area:compra}body div#header-product-action div.header-product-action--container>div.header-product-action--button>a{display:inline-flex;align-items:center;justify-content:center;padding:10px 10px;margin:0;background-color:#fff0;transition-duration:0.3s;border:1px solid #F1F1F1;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;text-align:center;color:#F1F1F1}main.main-page section.main-page--container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){main.main-page section.main-page--container{max-width:540px}}@media (min-width:768px){main.main-page section.main-page--container{max-width:720px}}@media (min-width:992px){main.main-page section.main-page--container{max-width:960px}}@media (min-width:1200px){main.main-page section.main-page--container{max-width:1140px}}@media (min-width:1400px){main.main-page section.main-page--container{max-width:1320px}}main#main-mapa-do-site section.mapa-do-site--container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){main#main-mapa-do-site section.mapa-do-site--container{max-width:540px}}@media (min-width:768px){main#main-mapa-do-site section.mapa-do-site--container{max-width:720px}}@media (min-width:992px){main#main-mapa-do-site section.mapa-do-site--container{max-width:960px}}@media (min-width:1200px){main#main-mapa-do-site section.mapa-do-site--container{max-width:1140px}}@media (min-width:1400px){main#main-mapa-do-site section.mapa-do-site--container{max-width:1320px}}main#main-mapa-do-site section.mapa-do-site--container>ul{list-style:none}main#main-mapa-do-site section.mapa-do-site--container>ul+ul{margin-top:24px}main#main-mapa-do-site section.mapa-do-site--container>ul li>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#192B38}@media (max-width:991.98px){main#main-mapa-do-site section.mapa-do-site--container>ul li>h2{font-size:32px;line-height:38.4px}}main#main-mapa-do-site section.mapa-do-site--container>ul li>h2 a{color:currentColor}main#main-mapa-do-site section.mapa-do-site--container>ul li>h3{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:32px;line-height:38.4px;color:#192B38}@media (max-width:991.98px){main#main-mapa-do-site section.mapa-do-site--container>ul li>h3{font-size:28px;line-height:33.6px}}main#main-mapa-do-site section.mapa-do-site--container>ul li>h3 a{color:currentColor}main#main-mapa-do-site section.mapa-do-site--container>ul li>h4{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:28px;line-height:33.6px;color:#192B38}@media (max-width:991.98px){main#main-mapa-do-site section.mapa-do-site--container>ul li>h4{font-size:24px;line-height:33.6px}}main#main-mapa-do-site section.mapa-do-site--container>ul li>h4 a{color:currentColor}main#main-mapa-do-site section.mapa-do-site--container>ul li>h5{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:24px;line-height:28.8px;color:#192B38}@media (max-width:991.98px){main#main-mapa-do-site section.mapa-do-site--container>ul li>h5{font-size:20px;line-height:28px}}main#main-mapa-do-site section.mapa-do-site--container>ul li>h5 a{color:currentColor}main#main-mapa-do-site section.mapa-do-site--container>ul li>h6{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#192B38}@media (max-width:991.98px){main#main-mapa-do-site section.mapa-do-site--container>ul li>h6{font-size:16px;line-height:22.4px}}main#main-mapa-do-site section.mapa-do-site--container>ul li>h6 a{color:currentColor}main#main-mapa-do-site section.mapa-do-site--container>ul li>a{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38}main#main-mapa-do-site section.mapa-do-site--container>ul li ul{list-style:none;padding-left:15px;margin-bottom:15px}main#main-page--search{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){main#main-page--search{max-width:540px}}@media (min-width:768px){main#main-page--search{max-width:720px}}@media (min-width:992px){main#main-page--search{max-width:960px}}@media (min-width:1200px){main#main-page--search{max-width:1140px}}@media (min-width:1400px){main#main-page--search{max-width:1320px}}main#main-page--search section.page-search--container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:center}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:91.66666667%}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items{display:grid;grid-template-columns:repeat(5,1fr);gap:40px 30px;margin:40px 0 0}@media (max-width:991.98px){main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items{grid-template-columns:repeat(2,1fr);gap:24px 12px}}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product{display:grid;grid-template-rows:min-content 1fr;height:100%;border-radius:5px;box-shadow:3px 3px 3px rgb(0 0 0 / .15);overflow:hidden}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product.woocommerce-card-product--background{background-color:#1A2B38}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product.woocommerce-card-product--background>figure.woocommerce-card-product--thumbnail img{display:block;width:100%;height:auto}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content{border-color:#1A2B38}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content .woocommerce-card-product--title a{color:#fff}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content .price{color:#FAE0AF}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail{display:block;position:relative;margin:0;padding:0;width:100%}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>span.onsale{display:inline-flex;align-items:center;justify-content:center;min-width:unset;min-height:unset;position:absolute;top:unset;left:unset;top:8px;right:8px;padding:3px 5px;margin:0;background-color:#AE6435;box-shadow:3px 3px 3px rgb(0 0 0 / .15);border-radius:5px;border:none;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:14px;color:#fff}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>span.onsale span.woocommerce-Price-amount{margin-left:5px}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado{position:absolute;left:0;top:0;background-color:rgb(185 128 70 / .8);padding-top:5px;padding-bottom:5px;overflow:hidden;width:100%}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content{display:inline-block;width:100%;overflow:hidden;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#fff;white-space:nowrap}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee{position:relative;display:flex;align-items:center;column-gap:15px}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee+div.js-marquee::before{content:"•";position:absolute;left:-11.5px}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee>span{position:relative}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee>span+span::before{content:"•";position:absolute;left:-11.5px}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle{position:absolute;left:0;bottom:0;background-color:rgb(185 128 70 / .8);padding-top:5px;padding-bottom:5px;overflow:hidden;width:100%}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content{display:inline-block;width:100%;overflow:hidden;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#fff;white-space:nowrap}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee{position:relative;display:flex;align-items:center;column-gap:15px}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee+div.js-marquee::before{content:"•";position:absolute;left:-11.5px}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee>span{position:relative}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee>span+span::before{content:"•";position:absolute;left:-11.5px}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail img{display:block;width:100%;height:auto;margin:0;padding:0}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>div.woocommerce-card-product--content{display:flex;flex-wrap:wrap;padding:12px 14px;border:1px solid rgb(145 162 169 / .5);border-radius:0 0 5px 5px;height:auto}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>div.woocommerce-card-product--content .woocommerce-card-product--title{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;text-align:center;margin-bottom:12px}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>div.woocommerce-card-product--content .woocommerce-card-product--title a{color:#555D63}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>div.woocommerce-card-product--content .price{display:block;width:100%;margin:auto 0 0;padding:12px 0 0;border-top:1px solid #C5CED1;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;text-align:center;color:#1A2B38}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>div.woocommerce-card-product--content .price del{display:block;width:100%;font-size:12px;line-height:12px}main#main-page--search section.page-search--container.page-search-type--produtos div.page-search--content ul.page-search--items li.product div.woocommerce-card-product>div.woocommerce-card-product--content .price ins{text-decoration:none}main#main-page--search section.page-search--container.page-search-type--artigos div.page-search--content{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:100%}main#main-page--search section.page-search--container.page-search-type--artigos div.page-search--content ul.page-search--items{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 24px;margin:40px 0 0}@media (max-width:991.98px){main#main-page--search section.page-search--container.page-search-type--artigos div.page-search--content ul.page-search--items{grid-template-columns:1fr}}main#main-page--search section.page-search--container div.page-search--content ul.page-search--items{list-style:none}main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination{margin-top:40px}main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination{display:flex;align-items:center;justify-content:center;column-gap:10px;background-color:#fff0;list-style:none;border:none}@media (max-width:991.98px){main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination{column-gap:20px}}main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination::before,main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination::after{content:unset}main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination>li{display:inline-flex;align-items:center;justify-content:center;height:30px;background-color:#fff0;padding:0;margin:0;border:none;float:unset}main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination>li a.page-numbers,main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination>li span.page-numbers{display:inline-flex;align-items:center;justify-content:center;background-color:#fff0;min-width:unset;min-height:unset;padding:0;margin:0;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:25.2px;color:#70767D}main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination>li a.page-numbers.current,main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination>li span.page-numbers.current{color:#AE6435}main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination>li a.page-numbers.prev,main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination>li a.page-numbers.next,main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination>li span.page-numbers.prev,main#main-page--search section.page-search--container div.page-search--content div.page-search--pagination ul.pagination>li span.page-numbers.next{color:#1A2B38}body.post-type-archive main#main-ebook{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){body.post-type-archive main#main-ebook{max-width:540px}}@media (min-width:768px){body.post-type-archive main#main-ebook{max-width:720px}}@media (min-width:992px){body.post-type-archive main#main-ebook{max-width:960px}}@media (min-width:1200px){body.post-type-archive main#main-ebook{max-width:1140px}}@media (min-width:1400px){body.post-type-archive main#main-ebook{max-width:1320px}}body.post-type-archive main#main-ebook div.main-ebook-articles--content{display:grid;grid-template-columns:repeat(4,1fr);gap:60px 24px}@media (max-width:991.98px){body.post-type-archive main#main-ebook div.main-ebook-articles--content{grid-template-columns:repeat(2,1fr)}}body.single main#main-single-blog{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){body.single main#main-single-blog{max-width:540px}}@media (min-width:768px){body.single main#main-single-blog{max-width:720px}}@media (min-width:992px){body.single main#main-single-blog{max-width:960px}}@media (min-width:1200px){body.single main#main-single-blog{max-width:1140px}}@media (min-width:1400px){body.single main#main-single-blog{max-width:1320px}}body.single main#main-single-blog section.single-blog--row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}body.single main#main-single-blog section.single-blog--row div.single-blog--content{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--content{flex:0 0 auto;width:100%}}@media (min-width:992px){body.single main#main-single-blog section.single-blog--row div.single-blog--content{flex:0 0 auto;width:58.33333333%;margin-left:8.33333333%}}body.single main#main-single-blog section.single-blog--row div.single-blog--content article{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63}body.single main#main-single-blog section.single-blog--row div.single-blog--content article ul,body.single main#main-single-blog section.single-blog--row div.single-blog--content article ol{list-style-position:inside}body.single main#main-single-blog section.single-blog--row div.single-blog--content article a{color:#2488D4;text-decoration:none}body.single main#main-single-blog section.single-blog--row div.single-blog--content article h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#192B38}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--content article h2{font-size:32px;line-height:38.4px}}body.single main#main-single-blog section.single-blog--row div.single-blog--content article h3{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:32px;line-height:38.4px;color:#192B38}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--content article h3{font-size:28px;line-height:33.6px}}body.single main#main-single-blog section.single-blog--row div.single-blog--content article h4{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:28px;line-height:33.6px;color:#192B38}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--content article h4{font-size:24px;line-height:33.6px}}body.single main#main-single-blog section.single-blog--row div.single-blog--content article h5{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:24px;line-height:28.8px;color:#192B38}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--content article h5{font-size:20px;line-height:28px}}body.single main#main-single-blog section.single-blog--row div.single-blog--content article h6{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#192B38}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--content article h6{font-size:16px;line-height:22.4px}}body.single main#main-single-blog section.single-blog--row div.single-blog--content article figure img{display:block;width:100%;height:auto}body.single main#main-single-blog section.single-blog--row div.single-blog--content article figure figcaption{font-family:"Inter",sans-serif;font-style:italic;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons{margin-top:30px}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons.aligncenter{justify-content:center}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#174054!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link:not([disabled]):hover{background-color:#174054!important;color:#fff!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-peach-yellow-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #FAE0AF!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#FAE0AF!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-peach-yellow-color:not([disabled]):hover{background-color:#FAE0AF!important;color:#fff!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-ligth-french-beige-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #CEB175!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#CEB175!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-ligth-french-beige-color:not([disabled]):hover{background-color:#CEB175!important;color:#fff!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-deer-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #B98046!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#B98046!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-deer-color:not([disabled]):hover{background-color:#B98046!important;color:#fff!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-dark-gold-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#AE6435!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-dark-gold-color:not([disabled]):hover{background-color:#AE6435!important;color:#fff!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-jpn-indigo-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#174054!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-jpn-indigo-color:not([disabled]):hover{background-color:#174054!important;color:#fff!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-bunker-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #0F1920!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#0F1920!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-bunker-color:not([disabled]):hover{background-color:#0F1920!important;color:#fff!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-yankes-bleu-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #1A2B38!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#1A2B38!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-yankes-bleu-color:not([disabled]):hover{background-color:#1A2B38!important;color:#fff!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-transparent-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid transparent!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:transparent!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-outline a.wp-block-button__link.has-background.has-transparent-color:not([disabled]):hover{background-color:transparent!important;color:#fff!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link:not(.has-background){display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#174054!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link:not(.has-background):not([disabled]):hover{background-color:#071218!important;border-color:#071218!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-peach-yellow-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #FAE0AF!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#FAE0AF!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-peach-yellow-background-color:not([disabled]):hover{background-color:#f6c467!important;border-color:#f6c467!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-ligth-french-beige-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #CEB175!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#CEB175!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-ligth-french-beige-background-color:not([disabled]):hover{background-color:#b69041!important;border-color:#b69041!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-deer-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #B98046!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#B98046!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-deer-background-color:not([disabled]):hover{background-color:#825a31!important;border-color:#825a31!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-dark-gold-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#AE6435!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-dark-gold-background-color:not([disabled]):hover{background-color:#734223!important;border-color:#734223!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-jpn-indigo-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#174054!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-jpn-indigo-background-color:not([disabled]):hover{background-color:#071218!important;border-color:#071218!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-bunker-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #0F1920!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#0F1920!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-bunker-background-color:not([disabled]):hover{background-color:black!important;border-color:black!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-yankes-bleu-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #1A2B38!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#1A2B38!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-yankes-bleu-background-color:not([disabled]):hover{background-color:#020304!important;border-color:#020304!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-transparent-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid transparent!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button.is-style-fill a.wp-block-button__link.has-background.has-transparent-background-color:not([disabled]):hover{background-color:#fff0!important;border-color:#fff0!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link:not(.has-background){display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#174054!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link:not(.has-background):not([disabled]):hover{background-color:#071218!important;border-color:#071218!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-peach-yellow-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #FAE0AF!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#FAE0AF!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-peach-yellow-background-color:not([disabled]):hover{background-color:#f6c467!important;border-color:#f6c467!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-ligth-french-beige-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #CEB175!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#CEB175!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-ligth-french-beige-background-color:not([disabled]):hover{background-color:#b69041!important;border-color:#b69041!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-deer-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #B98046!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#B98046!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-deer-background-color:not([disabled]):hover{background-color:#825a31!important;border-color:#825a31!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-dark-gold-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#AE6435!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-dark-gold-background-color:not([disabled]):hover{background-color:#734223!important;border-color:#734223!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-jpn-indigo-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#174054!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-jpn-indigo-background-color:not([disabled]):hover{background-color:#071218!important;border-color:#071218!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-bunker-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #0F1920!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#0F1920!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-bunker-background-color:not([disabled]):hover{background-color:black!important;border-color:black!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-yankes-bleu-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #1A2B38!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#1A2B38!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-yankes-bleu-background-color:not([disabled]):hover{background-color:#020304!important;border-color:#020304!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-transparent-background-color{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid transparent!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div.wp-block-buttons div.wp-block-button:not(.is-style-outline):not(.is-style-fill) a.wp-block-button__link.has-background.has-transparent-background-color:not([disabled]):hover{background-color:#fff0!important;border-color:#fff0!important}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div#ez-toc-container{width:100%;background-color:#fff0;box-shadow:none;border:none;padding:0}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div#ez-toc-container div.ez-toc-title-container{margin-bottom:22px}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div#ez-toc-container div.ez-toc-title-container p.ez-toc-title{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#192B38}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--content article div#ez-toc-container div.ez-toc-title-container p.ez-toc-title{font-size:16px;line-height:22.4px}}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div#ez-toc-container div.ez-toc-title-container span.ez-toc-title-toggle{display:none}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div#ez-toc-container>nav ul.ez-toc-list li a{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:140%;color:#555D63;transition-duration:0.3s}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div#ez-toc-container>nav ul.ez-toc-list li a:hover{color:#AE6435}body.single main#main-single-blog section.single-blog--row div.single-blog--content article div#ez-toc-container>nav ul.ez-toc-list li ul{padding-left:15px}body.single main#main-single-blog section.single-blog--row aside.single-blog--sidebar{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row aside.single-blog--sidebar{flex:0 0 auto;width:100%;margin-top:40px}}@media (min-width:992px){body.single main#main-single-blog section.single-blog--row aside.single-blog--sidebar{flex:0 0 auto;width:25%;margin-left:8.33333333%}}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:100%;margin-top:40px}@media (min-width:992px){body.single main#main-single-blog section.single-blog--row div.single-blog--relateds{flex:0 0 auto;width:75%;margin-left:8.33333333%;margin-top:24px}}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#192B38;text-align:center;margin-bottom:12px}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>h2{font-size:32px;line-height:38.4px}}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38;text-align:center}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 30px;margin:40px 0 0;list-style:none}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items{grid-template-columns:repeat(2,1fr);gap:24px 12px}}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items::before,body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items::after{content:unset}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product{float:unset;width:100%;margin:0}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product{display:grid;grid-template-rows:min-content 1fr;height:100%;border-radius:5px;box-shadow:3px 3px 3px rgb(0 0 0 / .15);overflow:hidden}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product.woocommerce-card-product--background{background-color:#1A2B38}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product.woocommerce-card-product--background>figure.woocommerce-card-product--thumbnail img{display:block;width:100%;height:auto}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content{border-color:#1A2B38}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content .woocommerce-card-product--title a{color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content .price{color:#FAE0AF}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail{display:block;position:relative;margin:0;padding:0;width:100%}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>span.onsale{display:inline-flex;align-items:center;justify-content:center;min-width:unset;min-height:unset;position:absolute;top:unset;left:unset;top:8px;right:8px;padding:3px 5px;margin:0;background-color:#AE6435;box-shadow:3px 3px 3px rgb(0 0 0 / .15);border-radius:5px;border:none;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:14px;color:#fff}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>span.onsale span.woocommerce-Price-amount{margin-left:5px}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado{position:absolute;left:0;top:0;background-color:rgb(185 128 70 / .8);padding-top:5px;padding-bottom:5px;overflow:hidden;width:100%}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content{display:inline-block;width:100%;overflow:hidden;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#fff;white-space:nowrap}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee{position:relative;display:flex;align-items:center;column-gap:15px}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee+div.js-marquee::before{content:"•";position:absolute;left:-11.5px}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee>span{position:relative}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee>span+span::before{content:"•";position:absolute;left:-11.5px}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle{position:absolute;left:0;bottom:0;background-color:rgb(185 128 70 / .8);padding-top:5px;padding-bottom:5px;overflow:hidden;width:100%}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content{display:inline-block;width:100%;overflow:hidden;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#fff;white-space:nowrap}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee{position:relative;display:flex;align-items:center;column-gap:15px}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee+div.js-marquee::before{content:"•";position:absolute;left:-11.5px}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee>span{position:relative}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee>span+span::before{content:"•";position:absolute;left:-11.5px}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail img{display:block;width:100%;height:auto;margin:0;padding:0}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>div.woocommerce-card-product--content{display:flex;flex-wrap:wrap;padding:12px 14px;border:1px solid rgb(145 162 169 / .5);border-radius:0 0 5px 5px;height:auto}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>div.woocommerce-card-product--content .woocommerce-card-product--title{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;text-align:center;margin-bottom:12px}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>div.woocommerce-card-product--content .woocommerce-card-product--title a{color:#555D63}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>div.woocommerce-card-product--content .price{display:block;width:100%;margin:auto 0 0;padding:12px 0 0;border-top:1px solid #C5CED1;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;text-align:center;color:#1A2B38}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>div.woocommerce-card-product--content .price del{display:block;width:100%;font-size:12px;line-height:12px}body.single main#main-single-blog section.single-blog--row div.single-blog--relateds>div.single-blog-relateds--content ul.single-blog-relateds--items>li.product div.woocommerce-card-product>div.woocommerce-card-product--content .price ins{text-decoration:none}body.single main#main-single-blog section.single-blog--row div.single-blog--comment{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:100%;background-color:#fff;overflow:hidden;margin-top:40px}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--comment{padding:12px 24px 24px;border-top:1px solid rgb(145 162 169 / .5);margin-top:24px}}@media (min-width:992px){body.single main#main-single-blog section.single-blog--row div.single-blog--comment{flex:0 0 auto;width:75%;margin-left:8.33333333%}}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments h2.comments-title{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#192B38;padding:0}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments h2.comments-title{font-size:32px;line-height:38.4px}}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments ol.comment-list>li.comment div.comment-body>p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments ol.comment-list>li.comment div.comment-body>div.reply a.comment-reply-link{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#AE6435;font-family:"Inter",sans-serif;font-size:16px;line-height:16px}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments ol.comment-list>li.comment div.comment-body>div.reply a.comment-reply-link::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments ol.comment-list>li.comment div.comment-body>div.reply a.comment-reply-link:hover{color:#734223!important}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments ol.comment-list>li.comment ol.children{padding-left:24px}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>h3#reply-title{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:32px;line-height:38.4px;color:#192B38;text-align:center;margin-bottom:12px}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>h3#reply-title{font-size:28px;line-height:33.6px}}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38;text-align:center}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform{max-width:50%;margin:0 auto}@media (max-width:991.98px){body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform{max-width:100%}}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>input.dgmcontatofder{display:none}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.logged-in-as{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38;text-align:center;margin-bottom:15px}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.logged-in-as span.required-field-message{display:block}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.comment-form-comment textarea{display:block;width:100%;padding:20px 15px;background:#fff;border:1px solid #C5CED1;border-radius:5px;resize:none}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.comment-form-comment textarea::-webkit-input-placeholder{color:#C5CED1}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.comment-form-comment textarea:-moz-placeholder{color:#C5CED1}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.comment-form-comment textarea::-moz-placeholder{color:#C5CED1}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.comment-form-comment textarea:-ms-input-placeholder{color:#C5CED1}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.comment-form-comment textarea::-ms-input-placeholder{color:#C5CED1}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.comment-form-comment textarea::placeholder{color:#C5CED1}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.form-submit{margin-top:24px;text-align:center}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.form-submit input[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#174054!important}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform>p.form-submit input[type=submit]:not([disabled]):hover{background-color:#174054!important;color:#fff!important}body.single main#main-single-blog section.single-blog--row div.single-blog--comment div.single-blog-comment--content div#comments div#respond>form#commentform label{display:block;width:100%;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;color:#1A2B38;margin:0 0 14px}html body.home div#front-page-swiper{display:flex;align-items:center;height:650px;position:relative;margin-top:-10px}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide{height:650px;position:relative}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner{height:100%}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-banner--background{position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-banner--background.swiper-banner-type-background--video>div{display:none;align-items:center;justify-content:center;position:absolute;left:0;top:0;width:100%;height:100%}@media (max-width:575.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-banner--background.swiper-banner-type-background--video>div.banner-type-background-video--mobile{display:flex}}@media (min-width:576px) and (max-width:991.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-banner--background.swiper-banner-type-background--video>div.banner-type-background-video--tablet{display:flex}}@media (min-width:992px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-banner--background.swiper-banner-type-background--video>div.banner-type-background-video--desktop{display:flex}}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-banner--background.swiper-banner-type-background--video>div>video{width:100%}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-banner--background.swiper-banner-type-background--image>div{position:absolute;left:0;top:0;display:none;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover}@media (max-width:575.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-banner--background.swiper-banner-type-background--image>div.banner-type-background-image--mobile{display:block}}@media (min-width:576px) and (max-width:991.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-banner--background.swiper-banner-type-background--image>div.banner-type-background-image--tablet{display:block}}@media (min-width:992px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-banner--background.swiper-banner-type-background--image>div.banner-type-background-image--desktop{display:block}}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner a.swiper-banner--full-link{position:absolute;left:0;top:0;width:100%;height:100%}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto;height:100%}@media (min-width:576px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content{max-width:540px}}@media (min-width:768px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content{max-width:720px}}@media (min-width:992px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content{max-width:960px}}@media (min-width:1200px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content{max-width:1140px}}@media (min-width:1400px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content{max-width:1320px}}@media (max-width:991.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content{padding-bottom:25px}}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));align-items:center;justify-content:center;height:100%}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row figure.swiper-slide-banner--thumbnail{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:33.33333333%;text-align:center}@media (max-width:991.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row figure.swiper-slide-banner--thumbnail{flex:0 0 auto;width:100%}}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row figure.swiper-slide-banner--thumbnail picture img{display:inline-block;width:100%;height:auto}@media (max-width:991.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row figure.swiper-slide-banner--thumbnail picture img{width:295px;max-width:100%}}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:41.66666667%;display:flex;flex-direction:column}@media (max-width:991.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text{flex:0 0 auto;width:100%}}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>span.banner-text--antetitulo{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px}@media (max-width:991.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>span.banner-text--antetitulo{text-align:center}}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>span.banner-text--titulo{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;margin-top:12px}@media (max-width:991.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>span.banner-text--titulo{font-size:32px;line-height:38.4px;text-align:center}}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>span.banner-text--titulo a{color:currentColor}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>p.banner-text--descricao{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>span.banner-text--preco{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#AE6435;margin-top:12px}@media (max-width:991.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>span.banner-text--preco{font-size:32px;line-height:38.4px;text-align:center}}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>div.banner-text--botao{margin-top:12px}@media (max-width:991.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>div.banner-text--botao{text-align:center}}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>div.banner-text--botao>a{display:inline-flex;align-items:center;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:120%;color:#1A2B38}@media (max-width:991.98px){html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>div.banner-text--botao>a{font-size:16px;line-height:22.4px}}html body.home div#front-page-swiper div.swiper-wrapper div.swiper-slide div.swiper-slide--banner div.swiper-slide-banner--content div.swiper-slide-banner--row div.swiper-slide-banner--text>div.banner-text--botao>a::after{content:""!important;font:var(--fa-font-solid)!important}html body.home div#front-page-swiper>button{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;background-color:#fff0;position:absolute;z-index:5;font-size:40px;line-height:120%;color:#174054}html body.home div#front-page-swiper>button.front-page-banner--button-prev{left:13px}html body.home div#front-page-swiper>button.front-page-banner--button-next{right:13px}html body.home div#front-page-swiper>div.front-page-banner--pagination{position:absolute;left:0;bottom:10px;display:flex;align-items:center;justify-content:center;column-gap:12px;width:100%}@media (min-width:992px){html body.home div#front-page-swiper>div.front-page-banner--pagination{display:none}}html body.home div#front-page-swiper>div.front-page-banner--pagination button.swiper-pagination-bullet{display:inline-block;width:8px;height:8px;z-index:15;background-color:#174054;margin:0;padding:0;border-radius:4000px;opacity:1}html body.home div#front-page-swiper>div.front-page-banner--pagination button.swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#B98046}html body.home main#main-front-page div.front-page-vantagens{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto;position:relative;z-index:10;text-align:center}@media (min-width:576px){html body.home main#main-front-page div.front-page-vantagens{max-width:540px}}@media (min-width:768px){html body.home main#main-front-page div.front-page-vantagens{max-width:720px}}@media (min-width:992px){html body.home main#main-front-page div.front-page-vantagens{max-width:960px}}@media (min-width:1200px){html body.home main#main-front-page div.front-page-vantagens{max-width:1140px}}@media (min-width:1400px){html body.home main#main-front-page div.front-page-vantagens{max-width:1320px}}@media (max-width:991.98px){html body.home main#main-front-page div.front-page-vantagens{margin-top:20px}}@media (min-width:992px){html body.home main#main-front-page div.front-page-vantagens{margin-top:-44px}}html body.home main#main-front-page div.front-page-vantagens ul.vantagens-items{display:inline-flex;align-items:center;width:auto;column-gap:50px;list-style:none;padding:12px 24px;background:#CEB175;border-radius:5px}@media (max-width:991.98px){html body.home main#main-front-page div.front-page-vantagens ul.vantagens-items{display:grid;align-items:flex-start;grid-template-columns:1fr 1fr;row-gap:12px}}@media (min-width:992px){html body.home main#main-front-page div.front-page-vantagens ul.vantagens-items{height:88px}}html body.home main#main-front-page div.front-page-vantagens ul.vantagens-items li.vantagens-item{display:inline-flex;align-items:center}@media (max-width:991.98px){html body.home main#main-front-page div.front-page-vantagens ul.vantagens-items li.vantagens-item{justify-content:center;flex-wrap:wrap}}@media (max-width:991.98px){html body.home main#main-front-page div.front-page-vantagens ul.vantagens-items li.vantagens-item>figure{margin-bottom:10px}}@media (min-width:992px){html body.home main#main-front-page div.front-page-vantagens ul.vantagens-items li.vantagens-item>figure{margin-right:10px}}html body.home main#main-front-page div.front-page-vantagens ul.vantagens-items li.vantagens-item>figure picture img{display:inline-block;width:48px;height:auto}@media (max-width:991.98px){html body.home main#main-front-page div.front-page-vantagens ul.vantagens-items li.vantagens-item>div.vantagem-item-text{width:100%}}html body.home main#main-front-page div.front-page-vantagens ul.vantagens-items li.vantagens-item>div.vantagem-item-text p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#fff;text-align:left}@media (max-width:991.98px){html body.home main#main-front-page div.front-page-vantagens ul.vantagens-items li.vantagens-item>div.vantagem-item-text p{text-align:center}}html body.home main#main-front-page section.front-page-introducao{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto;margin-top:64px}@media (min-width:576px){html body.home main#main-front-page section.front-page-introducao{max-width:540px}}@media (min-width:768px){html body.home main#main-front-page section.front-page-introducao{max-width:720px}}@media (min-width:992px){html body.home main#main-front-page section.front-page-introducao{max-width:960px}}@media (min-width:1200px){html body.home main#main-front-page section.front-page-introducao{max-width:1140px}}@media (min-width:1400px){html body.home main#main-front-page section.front-page-introducao{max-width:1320px}}@media (max-width:991.98px){html body.home main#main-front-page section.front-page-introducao{margin-top:40px}}html body.home main#main-front-page section.front-page-introducao div.front-page-introducao--row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:center}html body.home main#main-front-page section.front-page-introducao div.front-page-introducao--row div.front-page-introducao--content{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:66.66666667%}@media (max-width:991.98px){html body.home main#main-front-page section.front-page-introducao div.front-page-introducao--row div.front-page-introducao--content{flex:0 0 auto;width:100%}}html body.home main#main-front-page section.front-page-introducao div.front-page-introducao--row div.front-page-introducao--content>h1{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:40px;line-height:48px;color:#1A2B38;text-align:center;flex:none;order:0;flex-grow:0}@media (max-width:991.98px){html body.home main#main-front-page section.front-page-introducao div.front-page-introducao--row div.front-page-introducao--content>h1{font-size:36px;line-height:43.2px}}@media (max-width:991.98px){html body.home main#main-front-page section.front-page-introducao div.front-page-introducao--row div.front-page-introducao--content>div.front-page-introducao--descricao{margin-top:24px}}html body.home main#main-front-page section.front-page-introducao div.front-page-introducao--row div.front-page-introducao--content>div.front-page-introducao--descricao p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;text-align:center}html body.home main#main-front-page section.front-page-categories{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto;margin-top:85px;text-align:center}@media (min-width:576px){html body.home main#main-front-page section.front-page-categories{max-width:540px}}@media (min-width:768px){html body.home main#main-front-page section.front-page-categories{max-width:720px}}@media (min-width:992px){html body.home main#main-front-page section.front-page-categories{max-width:960px}}@media (min-width:1200px){html body.home main#main-front-page section.front-page-categories{max-width:1140px}}@media (min-width:1400px){html body.home main#main-front-page section.front-page-categories{max-width:1320px}}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:center}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:83.33333333%}@media (max-width:991.98px){html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row{flex:0 0 auto;width:100%;padding-left:0;padding-right:0}}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row:hover button.swiper-button{opacity:1!important}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row+div.front-page-category--row{margin-top:40px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--header{display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px}@media (max-width:991.98px){html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--header{padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5)}}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--header::after{content:"";display:inline-block;width:100%;height:2px;background:#C5CED1;margin-left:24px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--header>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#192B38;display:inline-block;font-style:italic;word-break:keep-all;white-space:nowrap;margin-right:24px}@media (max-width:991.98px){html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--header>h2{font-size:32px;line-height:38.4px}}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--header>a{display:inline-flex;align-items:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#AE6435;word-break:keep-all;white-space:nowrap}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--header>a::after{content:""!important;font:var(--fa-font-solid)!important;margin-left:5px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products{display:flex;align-items:center;position:relative}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products.swiper--beginning div.category-products-swiper{-webkit-mask-image:linear-gradient(90deg,#fff0 0%,white 0%,white 90%,#fff0 100%);-moz-mask-image:linear-gradient(90deg,#fff0 0%,white 0%,white 90%,#fff0 100%);-ms-mask-image:linear-gradient(90deg,#fff0 0%,white 0%,white 90%,#fff0 100%);-o-mask-image:linear-gradient(90deg,#fff0 0%,white 0%,white 90%,#fff0 100%);mask-image:linear-gradient(90deg,#fff0 0%,white 0%,white 90%,#fff0 100%)}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products.swiper--end div.category-products-swiper{-webkit-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 100%,#fff0 100%);-moz-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 100%,#fff0 100%);-ms-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 100%,#fff0 100%);-o-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 100%,#fff0 100%);mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 100%,#fff0 100%)}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products::before{content:"";position:absolute;top:0;left:-75px;z-index:15;height:100%;width:125px;background:linear-gradient(90deg,#fff 75px,#fff0 100%);opacity:1;transition-duration:0.3s;display:none}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products::after{content:"";position:absolute;top:0;right:-75px;z-index:15;height:100%;width:125px;background:linear-gradient(90deg,#fff0 0%,#fff calc(100% - 75px));opacity:1;transition-duration:0.3s;display:none}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper{padding-bottom:5px;-webkit-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 90%,#fff0 100%);-moz-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 90%,#fff0 100%);-ms-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 90%,#fff0 100%);-o-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 90%,#fff0 100%);mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 90%,#fff0 100%)}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide{height:auto}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide:last-child>a{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 50px;background:#fff;border:1px solid #174054;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#174054;transition-duration:0.3s}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide:last-child>a:hover{background-color:#174054;color:#fff}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product{height:100%}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product{display:grid;grid-template-rows:min-content 1fr;height:100%;border-radius:5px;box-shadow:3px 3px 3px rgb(0 0 0 / .15);overflow:hidden}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product.woocommerce-card-product--background{background-color:#1A2B38}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product.woocommerce-card-product--background>figure.woocommerce-card-product--thumbnail img{display:block;width:100%;height:auto}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content{border-color:#1A2B38}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content .woocommerce-card-product--title a{color:#fff}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product.woocommerce-card-product--background>div.woocommerce-card-product--content .price{color:#FAE0AF}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail{display:block;position:relative;margin:0;padding:0;width:100%}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>span.onsale{display:inline-flex;align-items:center;justify-content:center;min-width:unset;min-height:unset;position:absolute;top:unset;left:unset;top:8px;right:8px;padding:3px 5px;margin:0;background-color:#AE6435;box-shadow:3px 3px 3px rgb(0 0 0 / .15);border-radius:5px;border:none;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:14px;color:#fff}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>span.onsale span.woocommerce-Price-amount{margin-left:5px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado{position:absolute;left:0;top:0;background-color:rgb(185 128 70 / .8);padding-top:5px;padding-bottom:5px;overflow:hidden;width:100%}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content{display:inline-block;width:100%;overflow:hidden;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#fff;white-space:nowrap}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee{position:relative;display:flex;align-items:center;column-gap:15px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee+div.js-marquee::before{content:"•";position:absolute;left:-11.5px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee>span{position:relative}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--reservado>div.woocommerce-card-product-reservado-content div.js-marquee>span+span::before{content:"•";position:absolute;left:-11.5px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle{position:absolute;left:0;bottom:0;background-color:rgb(185 128 70 / .8);padding-top:5px;padding-bottom:5px;overflow:hidden;width:100%}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content{display:inline-block;width:100%;overflow:hidden;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:16px;color:#fff;white-space:nowrap}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee{position:relative;display:flex;align-items:center;column-gap:15px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee+div.js-marquee::before{content:"•";position:absolute;left:-11.5px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee>span{position:relative}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail>div.woocommerce-card-product--subtitle>div.woocommerce-card-product-subtitle-content div.js-marquee>span+span::before{content:"•";position:absolute;left:-11.5px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>figure.woocommerce-card-product--thumbnail img{display:block;width:100%;height:auto;margin:0;padding:0}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>div.woocommerce-card-product--content{display:flex;flex-wrap:wrap;padding:12px 14px;border:1px solid rgb(145 162 169 / .5);border-radius:0 0 5px 5px;height:auto}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>div.woocommerce-card-product--content .woocommerce-card-product--title{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;text-align:center;margin-bottom:12px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>div.woocommerce-card-product--content .woocommerce-card-product--title a{color:#555D63}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>div.woocommerce-card-product--content .price{display:block;width:100%;margin:auto 0 0;padding:12px 0 0;border-top:1px solid #C5CED1;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:22.4px;text-align:center;color:#1A2B38}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>div.woocommerce-card-product--content .price del{display:block;width:100%;font-size:12px;line-height:12px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products div.category-products-swiper div.swiper-wrapper div.swiper-slide div.product div.woocommerce-card-product>div.woocommerce-card-product--content .price ins{text-decoration:none}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products button.swiper-button{display:inline-flex;align-items:center;justify-content:center;position:absolute;z-index:20;font-size:32px;line-height:32px;margin:0;padding:0;background-color:#fff0;transition-duration:0.3s;border:none;opacity:0}@media (max-width:991.98px){html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products button.swiper-button{display:none}}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products button.swiper-button.swiper-button-disabled{opacity:0!important}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products button.swiper-button.swiper-button--prev{left:-75px}html body.home main#main-front-page section.front-page-categories div.front-page-categories--container>div.front-page-category--row div.front-page-category--products button.swiper-button.swiper-button--next{right:-75px}html body.home main#main-front-page section.front-page-categories a.front-page-categories--all{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#AE6435!important;margin-top:50px}html body.home main#main-front-page section.front-page-categories a.front-page-categories--all::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}html body.home main#main-front-page section.front-page-categories a.front-page-categories--all:not([disabled]):hover{background-color:#AE6435!important;color:#fff!important}main#main-category{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){main#main-category{max-width:540px}}@media (min-width:768px){main#main-category{max-width:720px}}@media (min-width:992px){main#main-category{max-width:960px}}@media (min-width:1200px){main#main-category{max-width:1140px}}@media (min-width:1400px){main#main-category{max-width:1320px}}main#main-category section.main-category--container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}main#main-category section.main-category--container div.main-category--articles{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:75%}@media (max-width:991.98px){main#main-category section.main-category--container div.main-category--articles{flex:0 0 auto;width:100%}}main#main-category section.main-category--container div.main-category--articles form.main-category--search{margin-bottom:40px}@media (max-width:991.98px){main#main-category section.main-category--container div.main-category--articles form.main-category--search{margin-bottom:24px}}@media (min-width:992px){main#main-category section.main-category--container div.main-category--articles form.main-category--search{display:none}}main#main-category section.main-category--container div.main-category--articles form.main-category--search label{display:block;margin-bottom:24px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:18px;line-height:21.6px;color:#AE6435;text-align:center}main#main-category section.main-category--container div.main-category--articles form.main-category--search fieldset{position:relative;display:flex;align-items:center}main#main-category section.main-category--container div.main-category--articles form.main-category--search fieldset::after{content:"";display:inline-block;width:2px;height:18px;background-color:#174054;position:absolute;right:39px}main#main-category section.main-category--container div.main-category--articles form.main-category--search fieldset input{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;width:100%!important;height:55px!important;padding-right:50px!important;font-size:18px;line-height:18px}main#main-category section.main-category--container div.main-category--articles form.main-category--search fieldset input::-webkit-input-placeholder{color:#C5CED1}main#main-category section.main-category--container div.main-category--articles form.main-category--search fieldset input:-moz-placeholder{color:#C5CED1}main#main-category section.main-category--container div.main-category--articles form.main-category--search fieldset input::-moz-placeholder{color:#C5CED1}main#main-category section.main-category--container div.main-category--articles form.main-category--search fieldset input:-ms-input-placeholder{color:#C5CED1}main#main-category section.main-category--container div.main-category--articles form.main-category--search fieldset input::-ms-input-placeholder{color:#C5CED1}main#main-category section.main-category--container div.main-category--articles form.main-category--search fieldset input::placeholder{color:#C5CED1}main#main-category section.main-category--container div.main-category--articles form.main-category--search fieldset button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:55px;background-color:#fff0;color:#174054;padding:0;margin:0;border:none;position:absolute;right:0}main#main-category section.main-category--container div.main-category--articles nav.main-category--categories{position:relative;margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5);margin-bottom:40px}@media (min-width:992px){main#main-category section.main-category--container div.main-category--articles nav.main-category--categories{display:none}}@media (max-width:991.98px){main#main-category section.main-category--container div.main-category--articles nav.main-category--categories.categories-scroll-end::after{opacity:0}}main#main-category section.main-category--container div.main-category--articles nav.main-category--categories::after{content:""!important;font:var(--fa-font-solid)!important;animation:arrow-bounce 2s infinite;position:absolute;right:calc(var(--bs-gutter-x) * .5);bottom:-20px;transition-duration:0.3s;opacity:1}@media (min-width:992px){main#main-category section.main-category--container div.main-category--articles nav.main-category--categories::after{display:none}}main#main-category section.main-category--container div.main-category--articles nav.main-category--categories ul.products-categories--list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;max-width:calc(100% - 30px);margin:0 auto;padding:40px 30px;background:#F1F1F1;border:1px solid #C5CED1;box-shadow:4px 4px 4px rgb(0 0 0 / .15);border-radius:5px;list-style:none}@media (max-width:991.98px){main#main-category section.main-category--container div.main-category--articles nav.main-category--categories ul.products-categories--list{display:flex;justify-content:flex-start;overflow-x:scroll;column-gap:50px;padding:10px calc(var(--bs-gutter-x) * .5) 10px;position:relative;flex-wrap:nowrap;max-width:100%;border-radius:0;margin:0}}main#main-category section.main-category--container div.main-category--articles nav.main-category--categories ul.products-categories--list>li.categories--item{display:flex;align-items:center;justify-content:center;text-align:center;width:100%}@media (max-width:991.98px){main#main-category section.main-category--container div.main-category--articles nav.main-category--categories ul.products-categories--list>li.categories--item{display:inline-flex;position:relative}}main#main-category section.main-category--container div.main-category--articles nav.main-category--categories ul.products-categories--list>li.categories--item.categories--item-current>span>a{color:#AE6435}@media (min-width:992px){main#main-category section.main-category--container div.main-category--articles nav.main-category--categories ul.products-categories--list>li.categories--item+li.categories--item{margin-top:12px;padding-top:12px;border-top:2px solid #C5CED1}}main#main-category section.main-category--container div.main-category--articles nav.main-category--categories ul.products-categories--list>li.categories--item+li.categories--item::before{content:"";display:inline-block;width:2px;height:100%;background-color:#C5CED1;position:absolute;left:-26px}main#main-category section.main-category--container div.main-category--articles nav.main-category--categories ul.products-categories--list>li.categories--item>span>a{display:inline-block;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:18px;line-height:21.6px;color:#1A2B38;text-align:center;transition-duration:0.3s;flex:none;order:4;flex-grow:0}@media (max-width:991.98px){main#main-category section.main-category--container div.main-category--articles nav.main-category--categories ul.products-categories--list>li.categories--item>span>a{word-break:keep-all;white-space:nowrap}}main#main-category section.main-category--container div.main-category--articles nav.main-category--categories ul.products-categories--list>li.categories--item>span>a:hover{color:#AE6435}main#main-category section.main-category--container div.main-category--articles div.main-category--articles-row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:space-evenly;row-gap:32px}main#main-category section.main-category--container div.main-category--articles div.main-category--articles-row article.main-category--article{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:41.66666667%}@media (max-width:991.98px){main#main-category section.main-category--container div.main-category--articles div.main-category--articles-row article.main-category--article{flex:0 0 auto;width:100%}}main#main-category section.main-category--container div.main-category--articles div.main-category--articles-row div.article-clearfix{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:100%;height:0}@media (min-width:992px){main#main-category section.main-category--container div.main-category--articles div.main-category--articles-row div.article-clearfix{display:none}}main#main-category section.main-category--container div.main-category--articles div.main-category--articles-row div.article-clearfix:last-child{display:none}main#main-category section.main-category--container div.main-category--articles div.main-category--pagination{margin-top:64px}main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination{display:flex;align-items:center;justify-content:center;column-gap:10px;background-color:#fff0;list-style:none;border:none}@media (max-width:991.98px){main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination{column-gap:20px}}main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination::before,main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination::after{content:unset}main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination>li{display:inline-flex;align-items:center;justify-content:center;height:30px;background-color:#fff0;padding:0;margin:0;border:none;float:unset}main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination>li a.page-numbers,main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination>li span.page-numbers{display:inline-flex;align-items:center;justify-content:center;background-color:#fff0;min-width:unset;min-height:unset;padding:0;margin:0;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:25.2px;color:#70767D}main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination>li a.page-numbers.current,main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination>li span.page-numbers.current{color:#AE6435}main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination>li a.page-numbers.prev,main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination>li a.page-numbers.next,main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination>li span.page-numbers.prev,main#main-category section.main-category--container div.main-category--articles div.main-category--pagination>ul.pagination>li span.page-numbers.next{color:#1A2B38}main#main-category section.main-category--container aside.main-category--sidebar{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:25%}@media (max-width:991.98px){main#main-category section.main-category--container aside.main-category--sidebar{flex:0 0 auto;width:100%}}@media (max-width:991.98px){main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search{display:none}}main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search label{display:block;margin-bottom:24px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:18px;line-height:21.6px;color:#AE6435;text-align:center}main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search fieldset{position:relative;display:flex;align-items:center}main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search fieldset::after{content:"";display:inline-block;width:2px;height:18px;background-color:#174054;position:absolute;right:39px}main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search fieldset input{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#1A2B38;width:100%!important;height:55px!important;padding-right:50px!important;font-size:18px;line-height:18px}main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search fieldset input::-webkit-input-placeholder{color:#C5CED1}main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search fieldset input:-moz-placeholder{color:#C5CED1}main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search fieldset input::-moz-placeholder{color:#C5CED1}main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search fieldset input:-ms-input-placeholder{color:#C5CED1}main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search fieldset input::-ms-input-placeholder{color:#C5CED1}main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search fieldset input::placeholder{color:#C5CED1}main#main-category section.main-category--container aside.main-category--sidebar form.category-sidebar--search fieldset button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:55px;background-color:#fff0;color:#174054;padding:0;margin:0;border:none;position:absolute;right:0}main#main-category section.main-category--container aside.main-category--sidebar nav.category-sidebar--categories{display:block;padding:45px 40px;background-color:#F1F1F1;border:1px solid #C5CED1;box-shadow:4px 4px 4px rgb(0 0 0 / .15);border-radius:5px;margin-top:40px}main#main-category section.main-category--container aside.main-category--sidebar nav.category-sidebar--categories>ul{list-style:none}main#main-category section.main-category--container aside.main-category--sidebar nav.category-sidebar--categories>ul>li{text-align:center}main#main-category section.main-category--container aside.main-category--sidebar nav.category-sidebar--categories>ul>li+li{border-top:2px solid #C5CED1;margin-top:12px;padding-top:12px}main#main-category section.main-category--container aside.main-category--sidebar nav.category-sidebar--categories>ul>li a{display:inline-block;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:18px;line-height:21.6px;color:#1A2B38}main#main-category section.main-category--container aside.main-category--sidebar nav.category-sidebar--categories>ul>li a.current-category-link{color:#AE6435}@media (max-width:991.98px){main#main-category section.main-category--container aside.main-category--sidebar>nav.sidebar--categories{display:none}}main#main-category section.main-category--container aside.main-category--sidebar div.category-sidebar--ebooks{text-align:center;margin-top:64px}main#main-category section.main-category--container aside.main-category--sidebar div.category-sidebar--ebooks>span{display:block;margin-bottom:24px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#000}@media (max-width:991.98px){main#main-category section.main-category--container aside.main-category--sidebar div.category-sidebar--ebooks>figure img{display:inline-block;width:100%;height:auto}}main#main-category section.main-category--container aside.main-category--sidebar div.category-sidebar--ebooks>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#AE6435!important;margin-top:30px}main#main-category section.main-category--container aside.main-category--sidebar div.category-sidebar--ebooks>a::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}main#main-category section.main-category--container aside.main-category--sidebar div.category-sidebar--ebooks>a:not([disabled]):hover{background-color:#AE6435!important;color:#fff!important}html body div#tmpl-depoimentos{border-style:solid;border-width:10px 0 0 0;border-image:url(/wp-content/themes/Jafet22/assets/images/jafet-border-pattern.svg) 10 0 0 0 round repeat;margin-top:80px}html body div#tmpl-depoimentos~footer#main-footer{border-top-width:0px!important;margin-top:0}html body div#tmpl-depoimentos div.tmpl-depoimentos--background{background:#F1F1F1 url(/wp-content/themes/Jafet22/assets/images/jafet-circulos-pattern.svg);padding-top:64px;padding-bottom:65px}html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container{max-width:540px}}@media (min-width:768px){html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container{max-width:720px}}@media (min-width:992px){html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container{max-width:960px}}@media (min-width:1200px){html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container{max-width:1140px}}@media (min-width:1400px){html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container{max-width:1320px}}html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>H2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#AE6435;text-align:center}@media (max-width:991.98px){html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>H2{font-size:32px;line-height:38.4px}}html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>div.tmpl-depoimentos--content{display:flex;align-items:center;position:relative;margin-top:47px}html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>div.tmpl-depoimentos--content div#depoimentos-swiper{display:flex;align-items:center;width:100%;padding:0 0 5px 0;-webkit-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 90%,#fff0 100%);-moz-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 90%,#fff0 100%);-ms-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 90%,#fff0 100%);-o-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 90%,#fff0 100%);mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 90%,#fff0 100%)}html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>div.tmpl-depoimentos--content div#depoimentos-swiper.swiper--beginning{-webkit-mask-image:linear-gradient(90deg,#fff0 0%,white 0%,white 90%,#fff0 100%);-moz-mask-image:linear-gradient(90deg,#fff0 0%,white 0%,white 90%,#fff0 100%);-ms-mask-image:linear-gradient(90deg,#fff0 0%,white 0%,white 90%,#fff0 100%);-o-mask-image:linear-gradient(90deg,#fff0 0%,white 0%,white 90%,#fff0 100%);mask-image:linear-gradient(90deg,#fff0 0%,white 0%,white 90%,#fff0 100%)}html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>div.tmpl-depoimentos--content div#depoimentos-swiper.swiper--end{-webkit-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 100%,#fff0 100%);-moz-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 100%,#fff0 100%);-ms-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 100%,#fff0 100%);-o-mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 100%,#fff0 100%);mask-image:linear-gradient(90deg,#fff0 0%,white 10%,white 100%,#fff0 100%)}html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>div.tmpl-depoimentos--content div#depoimentos-swiper div.swiper-wrapper{align-items:stretch}html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>div.tmpl-depoimentos--content div#depoimentos-swiper div.swiper-wrapper div.swiper-slide{height:auto}html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>div.tmpl-depoimentos--content>button[type=button]{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;position:absolute;z-index:30;font-size:40px;line-height:40px;color:#174054;background-color:#fff0;border:none}@media (max-width:991.98px){html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>div.tmpl-depoimentos--content>button[type=button]{display:none}}html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>div.tmpl-depoimentos--content>button[type=button].comentarios-depoimentos--button-prev{left:0}html body div#tmpl-depoimentos div.tmpl-depoimentos--background div.tmpl-depoimentos--container>div.tmpl-depoimentos--content>button[type=button].comentarios-depoimentos--button-next{right:0}html body div.comentario-card{display:flex;width:100%;height:100%}html body div.comentario-card div.comentario-card--content{display:flex;flex-direction:column;width:100%;height:100%;padding:40px 13px;background:#fff;box-shadow:3px 3px 4px rgb(0 0 0 / .15);border-radius:5px}html body div.comentario-card div.comentario-card--content div.comentario-card--text{display:flex;align-items:center;justify-content:center;width:100%;height:100%}html body div.comentario-card div.comentario-card--content div.comentario-card--text p{font-family:"Inter",sans-serif;font-style:italic;font-weight:400;font-size:16px;line-height:22.4px;text-align:center;color:#555D63}html body div.comentario-card div.comentario-card--content div.comentario-card--autor>hr{width:calc(100% - 44px);margin-left:auto;margin-right:auto}html body div.comentario-card div.comentario-card--content div.comentario-card--autor span.comentario-card--name{display:block;font-family:"Playfair Display",serif;font-style:normal;font-weight:400;font-size:16px;line-height:19.2px;text-align:center;color:#1A2B38}html body div.comentario-card div.comentario-card--content div.comentario-card--autor span.comentario-card--date{display:block;font-family:"Playfair Display",serif;font-style:normal;font-weight:400;font-size:16px;line-height:19.2px;text-align:center;color:#AE6435}html body article.artigo-card div.artigo-card--content{display:grid;grid-template-rows:min-content 1fr;overflow:hidden;height:100%}html body article.artigo-card div.artigo-card--content>figure{margin-bottom:24px}html body article.artigo-card div.artigo-card--content>figure img{display:inline-block;width:100%;height:auto}html body article.artigo-card div.artigo-card--content>div.artigo-card--text{display:flex;flex-wrap:wrap;width:100%}html body article.artigo-card div.artigo-card--content>div.artigo-card--text .artigo-card--title{display:block;width:100%;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;margin-bottom:12px}html body article.artigo-card div.artigo-card--content>div.artigo-card--text .artigo-card--title a{color:#000}html body article.artigo-card div.artigo-card--content>div.artigo-card--text div.artigo-card--excerpt{display:block;width:100%;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;margin-bottom:24px}html body article.artigo-card div.artigo-card--content>div.artigo-card--text a.artigo-card--link{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#AE6435;margin-top:auto}html body article.artigo-card div.artigo-card--content>div.artigo-card--text a.artigo-card--link::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}html body article.artigo-card div.artigo-card--content>div.artigo-card--text a.artigo-card--link:hover{color:#734223!important}html body article.ebook-card{height:100%}html body article.ebook-card div.ebook-article--content{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;height:100%}html body article.ebook-card div.ebook-article--content .ebook-article--title{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#192B38;display:block;width:100%;text-align:center}@media (max-width:991.98px){html body article.ebook-card div.ebook-article--content .ebook-article--title{font-size:16px;line-height:22.4px}}html body article.ebook-card div.ebook-article--content>figure{margin:auto 0 12px}html body article.ebook-card div.ebook-article--content>figure img{display:inline-block;width:100%;height:auto}@media (max-width:991.98px){html body article.ebook-card div.ebook-article--content>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#174054;font-size:13px;line-height:13px}html body article.ebook-card div.ebook-article--content>a::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}html body article.ebook-card div.ebook-article--content>a:hover{color:#071218!important}}@media (min-width:992px){html body article.ebook-card div.ebook-article--content>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#174054!important}html body article.ebook-card div.ebook-article--content>a::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}html body article.ebook-card div.ebook-article--content>a:not([disabled]):hover{background-color:#174054!important;color:#fff!important}}html body main.page-feedback{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){html body main.page-feedback{max-width:540px}}@media (min-width:768px){html body main.page-feedback{max-width:720px}}@media (min-width:992px){html body main.page-feedback{max-width:960px}}@media (min-width:1200px){html body main.page-feedback{max-width:1140px}}@media (min-width:1400px){html body main.page-feedback{max-width:1320px}}html body main.page-feedback section.page-feedback--form{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:center}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:83.33333333%}@media (max-width:991.98px){html body main.page-feedback section.page-feedback--form div.page-feedback-form--content{flex:0 0 auto;width:100%}}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content div.page-feedback-form--header>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#192B38;text-align:center;margin-bottom:12px}@media (max-width:991.98px){html body main.page-feedback section.page-feedback--form div.page-feedback-form--content div.page-feedback-form--header>h2{font-size:32px;line-height:38.4px}}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content div.page-feedback-form--header>p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38;text-align:center}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content div.page-feedback-form--header>p+p{margin-top:12px}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:40px}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body div.feedback--message{margin-bottom:24px;padding:10px 24px;border-radius:5px}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body div.feedback--message.feedback-status--error{background-color:#f8d7da}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body div.feedback--message.feedback-status--success{background-color:#d4edda}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset{width:100%;max-width:55%}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset.feedback--rating>span{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:20px;color:#CEB175;text-align:center;margin-bottom:12px}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset.feedback--submit{text-align:center}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset.feedback--submit>p{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:16px;color:#555D63;margin-bottom:12px}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset.feedback--submit>button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#AE6435!important}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset.feedback--submit>button[type=submit]:not([disabled]):hover{background-color:#AE6435!important;color:#fff!important}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset+fieldset{margin-top:24px}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset textarea{display:block;width:100%;padding:20px 15px;background:#fff;border:1px solid #C5CED1;border-radius:5px;resize:none}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset textarea::-webkit-input-placeholder{color:#C5CED1}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset textarea:-moz-placeholder{color:#C5CED1}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset textarea::-moz-placeholder{color:#C5CED1}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset textarea:-ms-input-placeholder{color:#C5CED1}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset textarea::-ms-input-placeholder{color:#C5CED1}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset textarea::placeholder{color:#C5CED1}html body main.page-feedback section.page-feedback--form div.page-feedback-form--content form.page-feedback-form--body fieldset small.feedback-error-message{display:block;margin-top:12px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:14px;text-align:center;color:#D9584F}html body main.page-garantia-frete section.page-garantia-frete--container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){html body main.page-garantia-frete section.page-garantia-frete--container{max-width:540px}}@media (min-width:768px){html body main.page-garantia-frete section.page-garantia-frete--container{max-width:720px}}@media (min-width:992px){html body main.page-garantia-frete section.page-garantia-frete--container{max-width:960px}}@media (min-width:1200px){html body main.page-garantia-frete section.page-garantia-frete--container{max-width:1140px}}@media (min-width:1400px){html body main.page-garantia-frete section.page-garantia-frete--container{max-width:1320px}}html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));row-gap:24px;list-style:none}html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:50%}@media (max-width:991.98px){html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block{flex:0 0 auto;width:100%}}html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content{display:flex;flex-direction:column;justify-content:center;background:#FAE0AF;padding:24px 55px;border-radius:5px;height:100%}@media (max-width:991.98px){html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content{padding:12px 25px}}html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--header{display:flex;align-items:center;margin-bottom:24px}@media (max-width:991.98px){html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--header{justify-content:center;flex-wrap:wrap}}html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--header figure{display:inline-flex}@media (max-width:991.98px){html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--header figure{margin-bottom:12px}}@media (min-width:992px){html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--header figure{margin-right:24px}}html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--header h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#AE6435}@media (max-width:991.98px){html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--header h2{font-size:32px;line-height:38.4px}}@media (max-width:991.98px){html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--header h2{text-align:center;width:100%}}html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--body *{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#1A2B38}html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--body *+*{margin-top:22.4px}html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--body * strong,html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--body * b{font-weight:700}html body main.page-garantia-frete section.page-garantia-frete--container ul.page-garantia-frete--blocks li.page-garantia-frete--block div.page-garantia-frete-block--content div.page-garantia-frete-block--body * a{color:#2488D4}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container{max-width:540px}}@media (min-width:768px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container{max-width:720px}}@media (min-width:992px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container{max-width:960px}}@media (min-width:1200px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container{max-width:1140px}}@media (min-width:1400px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container{max-width:1320px}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:center}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:83.33333333%;display:flex;align-items:center}@media (max-width:991.98px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col{flex:0 0 auto;width:100%;flex-direction:column}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col>figure{position:relative;z-index:10}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col>figure img{display:inline-block;width:423px;height:auto;border:none;border-radius:4000px;box-shadow:4px 4px 4px rgb(0 0 0 / .15)}@media (max-width:991.98px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col>figure img{width:100%}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col>div.page-quem-somos--text{display:block;padding:80px 40px 80px 115px;margin-left:-50px;background-color:#1A2B38;border-radius:5px}@media (max-width:991.98px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col>div.page-quem-somos--text{padding:100px 20px 40px;margin-top:-75px;margin-left:0}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col>div.page-quem-somos--text>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#fff;margin-bottom:24px}@media (max-width:991.98px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col>div.page-quem-somos--text>h2{font-size:32px;line-height:38.4px}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col>div.page-quem-somos--text>div.page-quem-somos--text-content p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#fff}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col>div.page-quem-somos--text>div.page-quem-somos--text-content p strong,html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b1--container div.page-quem-somos--content div.page-quem-somos--col>div.page-quem-somos--text>div.page-quem-somos--text-content p b{font-weight:700}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto;margin-top:80px}@media (min-width:576px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container{max-width:540px}}@media (min-width:768px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container{max-width:720px}}@media (min-width:992px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container{max-width:960px}}@media (min-width:1200px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container{max-width:1140px}}@media (min-width:1400px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container{max-width:1320px}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container div.page-quem-somos--content{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));align-items:center;justify-content:center}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container div.page-quem-somos--content>div{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:41.66666667%}@media (max-width:991.98px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container div.page-quem-somos--content>div{flex:0 0 auto;width:100%}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container div.page-quem-somos--content>div.page-quem-somos--text>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#1A2B38;margin-bottom:24px}@media (max-width:991.98px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container div.page-quem-somos--content>div.page-quem-somos--text>h2{font-size:32px;line-height:38.4px}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container div.page-quem-somos--content>div.page-quem-somos--text p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container div.page-quem-somos--content>div.page-quem-somos--text p+p{margin-top:24px}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b2--container div.page-quem-somos--content>div.page-quem-somos--image figure img{display:inline-block;width:100%;height:auto}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container{background:#fff url(/wp-content/themes/Jafet22/assets/images/jafet-circulos-alt-pattern.svg);padding:64px 0;margin-top:80px}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content{max-width:540px}}@media (min-width:768px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content{max-width:720px}}@media (min-width:992px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content{max-width:960px}}@media (min-width:1200px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content{max-width:1140px}}@media (min-width:1400px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content{max-width:1320px}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content div.page-quem-somos--row div.page-quem-somos--text{text-align:center}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content div.page-quem-somos--row div.page-quem-somos--text>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#1A2B38;text-align:center;margin-bottom:24px}@media (max-width:991.98px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content div.page-quem-somos--row div.page-quem-somos--text>h2{font-size:32px;line-height:38.4px}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content div.page-quem-somos--row div.page-quem-somos--text>div.page-quem-somos--text-content p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;text-align:center}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content div.page-quem-somos--row div.page-quem-somos--text>a{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#AE6435!important;margin-top:24px}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content div.page-quem-somos--row div.page-quem-somos--text>a::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b3--container div.page-quem-somos--content div.page-quem-somos--row div.page-quem-somos--text>a:not([disabled]):hover{background-color:#AE6435!important;color:#fff!important}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto;margin-top:80px}@media (min-width:576px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container{max-width:540px}}@media (min-width:768px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container{max-width:720px}}@media (min-width:992px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container{max-width:960px}}@media (min-width:1200px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container{max-width:1140px}}@media (min-width:1400px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container{max-width:1320px}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container div.page-quem-somos--content{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:center}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container div.page-quem-somos--content div.page-quem-somos--text{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:83.33333333%}@media (max-width:991.98px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container div.page-quem-somos--content div.page-quem-somos--text{flex:0 0 auto;width:100%}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container div.page-quem-somos--content div.page-quem-somos--text>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#1A2B38;text-align:center;margin-bottom:24px}@media (max-width:991.98px){html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container div.page-quem-somos--content div.page-quem-somos--text>h2{font-size:32px;line-height:38.4px}}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container div.page-quem-somos--content div.page-quem-somos--text>div.page-quem-somos--text-content p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;text-align:center}html body main.page-quem-somos>section.page-quem-somos--container.page-quem-somos-b4--container div.page-quem-somos--content div.page-quem-somos--text>div.page-quem-somos--text-content *+*{margin-top:22.4px}html body main.page-contato{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){html body main.page-contato{max-width:540px}}@media (min-width:768px){html body main.page-contato{max-width:720px}}@media (min-width:992px){html body main.page-contato{max-width:960px}}@media (min-width:1200px){html body main.page-contato{max-width:1140px}}@media (min-width:1400px){html body main.page-contato{max-width:1320px}}html body main.page-contato section.page-contato-content{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}html body main.page-contato section.page-contato-content div.page-contato--text{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:33.33333333%}@media (max-width:991.98px){html body main.page-contato section.page-contato-content div.page-contato--text{flex:0 0 auto;width:100%}}html body main.page-contato section.page-contato-content div.page-contato--text>h2{font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:36px;line-height:43.2px;color:#174054;margin-bottom:24px}@media (max-width:991.98px){html body main.page-contato section.page-contato-content div.page-contato--text>h2{font-size:32px;line-height:38.4px}}@media (max-width:991.98px){html body main.page-contato section.page-contato-content div.page-contato--text>h2{text-align:center}}html body main.page-contato section.page-contato-content div.page-contato--text>p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63}@media (max-width:991.98px){html body main.page-contato section.page-contato-content div.page-contato--text>p{text-align:center}}html body main.page-contato section.page-contato-content div.page-contato--text>div.page-contato-alert{position:relative;margin-top:24px}@media (min-width:992px){html body main.page-contato section.page-contato-content div.page-contato--text>div.page-contato-alert{padding-left:25px}}html body main.page-contato section.page-contato-content div.page-contato--text>div.page-contato-alert>p{display:flex;align-items:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#174054;max-width:70%}@media (max-width:991.98px){html body main.page-contato section.page-contato-content div.page-contato--text>div.page-contato-alert>p{display:grid;grid-template-columns:20px 1fr;column-gap:12px;margin:0 auto}}@media (min-width:992px){html body main.page-contato section.page-contato-content div.page-contato--text>div.page-contato-alert>p svg{position:absolute;left:0}}html body main.page-contato section.page-contato-content div.page-contato--text>div.page-contato-button{margin-top:24px}@media (max-width:991.98px){html body main.page-contato section.page-contato-content div.page-contato--text>div.page-contato-button{text-align:center}}html body main.page-contato section.page-contato-content div.page-contato--text>div.page-contato-button a.page-contato--whatsapp{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #174054!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:transparent!important;color:#174054!important;font-family:"Inter",sans-serif}html body main.page-contato section.page-contato-content div.page-contato--text>div.page-contato-button a.page-contato--whatsapp::before{content:""!important;font:var(--fa-font-brands)!important;display:inline-block;margin-right:5px}html body main.page-contato section.page-contato-content div.page-contato--text>div.page-contato-button a.page-contato--whatsapp:not([disabled]):hover{background-color:#174054!important;color:#fff!important}html body main.page-contato section.page-contato-content div.page-contato--text>div.page-contato-button a.page-contato--whatsapp::before{color:#219653}html body main.page-contato section.page-contato-content div.page-contato--text>ul{display:flex;align-items:center;justify-content:flex-start;column-gap:30px;list-style:none;margin-top:24px}@media (max-width:991.98px){html body main.page-contato section.page-contato-content div.page-contato--text>ul{justify-content:center}}html body main.page-contato section.page-contato-content div.page-contato--text>ul>li a{display:inline-flex;align-items:center;font-size:20px;line-height:24px;color:#AE6435}html body main.page-contato section.page-contato-content div.page-contato--form{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:66.66666667%}@media (max-width:991.98px){html body main.page-contato section.page-contato-content div.page-contato--form{flex:0 0 auto;width:100%;margin-top:24px}}html body main.page-contato section.page-contato-content div.page-contato--form form.wpcf7-form{padding:24px;background-color:#F1F1F1;box-shadow:3px 3px 4px rgb(0 0 0 / .15);border-radius:5px}main#main-page-404{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){main#main-page-404{max-width:540px}}@media (min-width:768px){main#main-page-404{max-width:720px}}@media (min-width:992px){main#main-page-404{max-width:960px}}@media (min-width:1200px){main#main-page-404{max-width:1140px}}@media (min-width:1400px){main#main-page-404{max-width:1320px}}main#main-page-404 section.main-404--container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:center}main#main-page-404 section.main-404--container div.main-404--content{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:83.33333333%;text-align:center}main#main-page-404 section.main-404--container div.main-404--content span.page-404--code{display:flex;align-items:center;justify-content:center;font-family:"Playfair Display",serif;font-weight:700;font-size:80px;line-height:80px;color:#70767D}main#main-page-404 section.main-404--container div.main-404--content>p{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#555D63;text-align:center;margin-top:24px}main#main-page-404 section.main-404--container div.main-404--content>a.page-404--shop{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #AE6435!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#AE6435!important;color:#fff;margin-top:24px}main#main-page-404 section.main-404--container div.main-404--content>a.page-404--shop:not([disabled]):hover{background-color:#734223!important;border-color:#734223!important}footer#main-footer{border-style:solid;border-width:10px 0 0 0;border-image:url(/wp-content/themes/Jafet22/assets/images/jafet-border-pattern.svg) 10 0 0 0 round repeat;margin-top:100px}footer#main-footer div.main-footer--container{background-color:#0F1920;padding:64px 0 25px}footer#main-footer div.main-footer--container div.main-footer--content{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){footer#main-footer div.main-footer--container div.main-footer--content{max-width:540px}}@media (min-width:768px){footer#main-footer div.main-footer--container div.main-footer--content{max-width:720px}}@media (min-width:992px){footer#main-footer div.main-footer--container div.main-footer--content{max-width:960px}}@media (min-width:1200px){footer#main-footer div.main-footer--container div.main-footer--content{max-width:1140px}}@media (min-width:1400px){footer#main-footer div.main-footer--container div.main-footer--content{max-width:1320px}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--links{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--links{row-gap:24px}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--links ul.main-footer--links--contacts{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:33.33333333%;display:flex;align-items:center;justify-content:flex-end;column-gap:24px;list-style:none}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--links ul.main-footer--links--contacts{flex:0 0 auto;width:100%;justify-content:center;order:2}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--links ul.main-footer--links--contacts li.main-footer--links--contact a{display:inline-flex;align-items:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:28px;color:#fff}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--links ul.main-footer--links--contacts li.main-footer--links--contact a.contact-item-whatsapp::before{content:""!important;font:var(--fa-font-brands)!important;color:#219653;margin-right:5px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--links div.main-footer--links-jafet{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:33.33333333%;text-align:center}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--links div.main-footer--links-jafet{flex:0 0 auto;width:100%;order:1}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--links ul.main-footer--links--external{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:33.33333333%;display:flex;align-items:center;justify-content:flex-start;column-gap:25px;list-style:none}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--links ul.main-footer--links--external{flex:0 0 auto;width:100%;justify-content:center;order:3}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--links ul.main-footer--links--external li.main-footer--link a{font-size:18px;line-height:21.6px;color:#CEB175}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--menus{margin-top:40px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--menus>nav+nav{margin-top:40px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--menus>nav>ul{display:flex;align-items:center;justify-content:center;gap:24px;list-style:none}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--menus>nav>ul{flex-direction:column}}@media (min-width:992px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--menus>nav>ul{flex-wrap:wrap}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--menus>nav>ul li{display:inline-flex;align-items:center}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--menus>nav>ul li::before{content:""!important;font:var(--fa-font-solid)!important;font-size:8px!important;color:#CEB175;margin-right:8px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--menus>nav>ul li a{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:25.2px;color:#C5CED1;transition-duration:0.3s;flex:none;order:1;flex-grow:0}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--menus>nav>ul li a:hover{color:#CEB175}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter{margin-top:40px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>span.main-footer-title{margin-bottom:12px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>p{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;text-align:center;color:#C5CED1}@media (min-width:992px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form{max-width:80%;margin-left:auto;margin-right:auto}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper.mauticform-post-success>form>div.mauticform-message{margin-top:12px;color:#28a745}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form>div.mauticform-message,footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form>div.mauticform-error{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;text-align:center;color:#C5CED1}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform{margin-top:12px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper{display:grid!important;gap:24px;grid-template:"nome      email     enviar" "interesse interesse interesse"}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper{grid-template:"nome" "email" "interesse" "enviar"}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_nome{grid-area:nome}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_email{grid-area:email}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_seleciona_seu_interesse{grid-area:interesse;display:flex;align-items:center;justify-content:center;gap:24px}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_seleciona_seu_interesse{flex-wrap:wrap}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_seleciona_seu_interesse div.mauticform-checkboxgrp-row{display:inline-flex;align-items:center;column-gap:10px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_seleciona_seu_interesse div.mauticform-checkboxgrp-row input[type=checkbox]{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#fff0;appearance:none;border:none}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_seleciona_seu_interesse div.mauticform-checkboxgrp-row input[type=checkbox]::before{content:"";display:inline-block;width:20px;height:20px;background-color:#C5CED1;border-radius:3px;border:none;cursor:pointer}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_seleciona_seu_interesse div.mauticform-checkboxgrp-row input[type=checkbox]::after{content:"";display:none;position:absolute;width:14px;height:14px;background-color:#174054;border-radius:3px;cursor:pointer}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_seleciona_seu_interesse div.mauticform-checkboxgrp-row input[type=checkbox]:checked::after{display:inline-block}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_seleciona_seu_interesse div.mauticform-checkboxgrp-row label{color:#C5CED1}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_cadastrar{grid-area:enviar}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper div#mauticform_cadastronewsletternew_cadastrar{text-align:center}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=text],footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=email]{display:inline-flex;align-items:center;justify-content:center;width:auto!important;height:64px!important;padding:0 10px!important;margin:0;background-color:#fff0;border:1px solid #C5CED1;border-radius:5px;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#C5CED1;width:100%!important}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=text]::-webkit-input-placeholder,footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=email]::-webkit-input-placeholder{color:#C5CED1}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=text]:-moz-placeholder,footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=email]:-moz-placeholder{color:#C5CED1}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=text]::-moz-placeholder,footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=email]::-moz-placeholder{color:#C5CED1}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=text]:-ms-input-placeholder,footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=email]:-ms-input-placeholder{color:#C5CED1}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=text]::-ms-input-placeholder,footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=email]::-ms-input-placeholder{color:#C5CED1}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=text]::placeholder,footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper input[type=email]::placeholder{color:#C5CED1}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper button[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:64px;padding:20px 30px;margin:0;transition-duration:0.3s;border:1px solid #B98046!important;border-radius:5px;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;background-color:#B98046!important;color:#fff}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper button[type=submit]::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-block;margin-left:5px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--newsletter>div.main-footer-newsletter--form div.mauticform_wrapper>form div.mauticform-innerform div.mauticform-page-wrapper button[type=submit]:not([disabled]):hover{background-color:#825a31!important;border-color:#825a31!important}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments{margin-top:40px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items{display:flex;align-items:center;justify-content:center;list-style:none;column-gap:24px}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items{flex-wrap:wrap;row-gap:24px}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item{display:inline-flex;background-image:url(/wp-content/themes/Jafet22/assets/images/jafet-pagamentos-aceitos.png)}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item.icon-payment-paypal{width:103px;height:30px;background-position:-5px -5px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item.icon-payment-pix{width:74px;height:26px;background-position:-116px -45px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item.icon-payment-bradesco{width:91px;height:29px;background-position:-5px -81px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item.icon-payment-boleto{width:72px;height:32px;background-position:-85px -120px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item.icon-payment-visa{width:70px;height:39px;background-position:-5px -120px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item.icon-payment-mastercard{width:53px;height:40px;background-position:-66px -169px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item.icon-payment-diners-club{width:101px;height:26px;background-position:-5px -45px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item.icon-payment-american-express{width:51px;height:50px;background-position:-5px -169px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item.icon-payment-hipercard{width:67px;height:29px;background-position:-106px -81px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item.icon-payment-maestro{width:50px;height:40px;background-position:-129px -169px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--payments ul.main-footer-payments--items>li.main-footer-payments--item.icon-payment-discover{width:105px;height:26px;background-position:-118px -5px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright{text-align:center;margin-top:50px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright>address{display:inline-block;text-align:center;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:19.6px;color:#C5CED1}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright>address>svg{margin-bottom:5px}}@media (min-width:992px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright>address>svg{margin-right:8px}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright>address>a{display:inline-block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:19.6px;color:#C5CED1}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright>p{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;text-align:center;color:#C5CED1;margin-top:24px}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright>hr{border:1px solid #174054;margin:24px 0}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright>div{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:space-between}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright>div>span{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex:0 0 auto;width:16.66666667%}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright>div>span{flex:0 0 auto;width:100%}}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright>div>span+span{margin-top:15px}}footer#main-footer div.main-footer--container div.main-footer--content>div.main-footer--copyright>div>span a{display:block;font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;text-align:center;color:#C5CED1}footer#main-footer div.main-footer--container div.main-footer--content>div input.footer-menu--collapse{display:none}footer#main-footer div.main-footer--container div.main-footer--content>div input.footer-menu--collapse:checked~span.main-footer-title>label::after{transform:rotate(-180deg)}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div input.footer-menu--collapse:checked~ul.main-footer-menu{max-height:4000px!important}}@media (min-width:992px){footer#main-footer div.main-footer--container div.main-footer--content>div input.footer-menu--collapse~span.main-footer-title>label{cursor:default}}footer#main-footer div.main-footer--container div.main-footer--content>div input.footer-menu--collapse~span.main-footer-title>label::after{content:""!important;font:var(--fa-font-solid)!important;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:5px;transition-duration:0.3s}@media (min-width:992px){footer#main-footer div.main-footer--container div.main-footer--content>div input.footer-menu--collapse~span.main-footer-title>label::after{display:none}}@media (max-width:991.98px){footer#main-footer div.main-footer--container div.main-footer--content>div input.footer-menu--collapse~span.main-footer-title~ul.main-footer-menu{max-height:0;overflow:hidden;transition-duration:0.3s}}footer#main-footer div.main-footer--container div.main-footer--content>div .main-footer-title{display:flex;align-items:center;justify-content:center;column-gap:24px;width:100%;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#CEB175;white-space:nowrap;margin-bottom:24px}footer#main-footer div.main-footer--container div.main-footer--content>div .main-footer-title::before,footer#main-footer div.main-footer--container div.main-footer--content>div .main-footer-title::after{content:"";display:inline-block;width:100%;height:1px;background-color:#174054}footer#main-footer div.main-footer--container div.main-footer--content>div span.main-footer-title-simple{display:block;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#174054;white-space:nowrap;margin-bottom:24px}div.small-baloon-politica{position:fixed;left:0;bottom:-125%;z-index:999999;display:flex;align-items:center;justify-content:center;column-gap:24px;width:100%;height:auto;background-color:#174054;transition-duration:0.3s;padding:12px 24px}@media (max-width:991.98px){div.small-baloon-politica{flex-direction:column;row-gap:12px}}div.small-baloon-politica.open-notice{bottom:0}div.small-baloon-politica.success-accept{color:#fff}div.small-baloon-politica>div{display:inline-flex;align-items:center}div.small-baloon-politica>div.message-baloon{font-family:"Inter",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:22.4px;color:#fff;font-size:14px;line-height:18px}div.small-baloon-politica>div:not(.message-baloon)>a.accept-politica-privacidade{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#AE6435}div.small-baloon-politica>div:not(.message-baloon)>a.accept-politica-privacidade:hover{color:#734223!important}div.small-baloon-politica>div:not(.message-baloon)>a:not(.accept-politica-privacidade){display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background-color:#fff0;padding:0;margin:0;transition-duration:0.3s;font-family:"Playfair Display",serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-align:center;color:#FAE0AF;font-size:12px!important}div.small-baloon-politica>div:not(.message-baloon)>a:not(.accept-politica-privacidade):hover{color:#f6c467!important}.wcqb-preset.preset1,.wcqb-preset.preset2,.wcqb-preset.preset3,.wcqb-preset.preset4,.wcqb-preset.preset5,.wcqb-preset.preset6{-webkit-box-shadow:0 1px 2px 0 rgb(0 0 0 / .2);box-shadow:0 1px 2px 0 rgb(0 0 0 / .2);border:none;color:#fff;font-family:Roboto,Arial,sans-serif;letter-spacing:0;padding:15px 25px;border-radius:2px;text-transform:uppercase;font-weight:500;-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease,-webkit-box-shadow .2s ease;cursor:pointer;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;display:inline-block;font-size:16px}.wcqb-preset.preset1:hover,.wcqb-preset.preset2:hover,.wcqb-preset.preset3:hover,.wcqb-preset.preset4:hover,.wcqb-preset.preset5:hover,.wcqb-preset.preset6:hover{-webkit-box-shadow:0 4px 6px 0 rgb(0 0 0 / .12);box-shadow:0 4px 6px 0 rgb(0 0 0 / .12)}.wcqb-preset.preset1:active,.wcqb-preset.preset2:active,.wcqb-preset.preset3:active,.wcqb-preset.preset4:active,.wcqb-preset.preset5:active,.wcqb-preset.preset6:active{-webkit-box-shadow:0 4px 6px 0 rgb(0 0 0 / .12) inset;box-shadow:0 4px 6px 0 rgb(0 0 0 / .12) inset}.wcqb-preset.preset1:disabled,.wcqb-preset.preset1[disabled],.wcqb-preset.preset2:disabled,.wcqb-preset.preset2[disabled],.wcqb-preset.preset3:disabled,.wcqb-preset.preset3[disabled],.wcqb-preset.preset4:disabled,.wcqb-preset.preset4[disabled],.wcqb-preset.preset5:disabled,.wcqb-preset.preset5[disabled],.wcqb-preset.preset6:disabled,.wcqb-preset.preset6[disabled]{opacity:.4}.wcqb-preset.preset1{background:#fb641b}.wcqb-preset.preset2{background:#ff9f00}.wcqb-preset.preset3{background:rgb(0 169 31 / .9)}.wcqb-preset.preset4{background:#2874f0}.wcqb-preset.preset5{background:#555}.wcqb-preset.preset6{background:#f44336}.wcqb_button:disabled,.wcqb_button[disabled]{cursor:not-allowed}