@import"//fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bowlby+One&display=swap";:root{--bl-core-color-light-gray-rgb: 245, 245, 245;--bl-core-color-white: #fff;--bl-core-color-almost-white: var(--color-white2);--bl-core-color-light-gray: rgb(var(--bl-core-color-light-gray-rgb));--bl-core-color-gray: var(--bl-core-color-light-gray);--bl-core-color-dark-gray: var(--color-dark-grey);--bl-core-color-almost-black: #222;--bl-core-color-black: #000;--bl-core-color-red: #f90000;--bl-core-color-black-very-transparent: rgba(0, 0, 0, .3);--bl-core-color-black-transparent: rgba(0, 0, 0, .5);--bl-core-color-black-less-transparent: rgba(0, 0, 0, .7);--bl-core-color-black-transparent-light: rgba(0, 0, 0, .05);--bl-core-font-body-scale: 1;--bl-core-font-heading-scale: 1;--bl-core-default-padding: 0 20px;--bl-core-form-max-width: 400px;--bl-core-color-test-badge-background: var(--bl-core-color-almost-white);--bl-core-color-test-badge-text: var(--bl-core-color-text);--bl-core-color-text-inverted: var(--bl-core-color-white);--bl-core-color-text-light: var(--bl-core-color-dark-gray);--bl-core-color-text: var(--bl-core-color-black);--bl-core-color-text-heavy: var(--bl-core-color-black);--bl-core-color-text-title: var(--bl-core-color-black);--bl-core-color-solid-button-background: var(--color-avocado);--bl-core-color-outline-button-labels: var(--bl-core-color-black);--bl-core-color-button-border: var(--bl-core-color-black);--bl-core-color-shadow: rgba(0, 0, 0, .1);--bl-core-color-chat-shadow: rgba(0, 0, 0, .15);--bl-core-color-border-light: var(--bl-core-color-light-gray);--bl-core-color-border: var(--bl-core-color-gray);--bl-core-color-border-dark: var(--bl-core-color-black);--bl-core-color-error: var(--color-error);--bl-core-color-success: var(--color-success);--bl-core-color-error-backend: var(--color-error);--bl-core-color-acceptable-backend: var(--color-tangerine);--bl-core-color-success-backend: var(--color-success);--bl-core-color-unrated-backend: #666;--bl-core-color-live: var(--bl-core-color-red);--bl-core-color-live-bold: var(--bl-core-color-red);--bl-core-color-live-transparent: var(--bl-core-color-red);--bl-core-color-purchase-bg: rgba(250, 248, 245, .7);--bl-core-color-owner: var(--color-blush);--bl-core-color-moderator: var(--color-blush);--bl-core-color-owner-desktop: var(--color-blush);--bl-core-color-moderator-desktop: var(--color-blush);--bl-core-gradient-modal-bg: linear-gradient(0deg, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, .3) 100%);--bl-core-gradient-live-top-bg: linear-gradient(180deg, rgba(28, 28, 28, .2) 0%, rgba(28, 28, 28, 0) 100%);--bl-core-gradient-live-chat-bg: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 100%);--bl-core-drop-shadow: drop-shadow(0 4px 10px rgba(0, 0, 0, .1));--bl-core-page-width: 160rem;--bl-core-border-radius: 24px;--bl-core-border-radius-small: 14px;--bl-core-product-image-thumbnail-size: 121px;--bl-core-color-search-background: var(--bl-core-color-light-gray);--bl-core-color-tooltip-background: var(--bl-core-color-dark-gray);--bl-core-color-tooltip-text: var(--bl-core-color-white);--bl-core-color-popup: var(--bl-core-color-black);--bl-core-color-stream-card-bg: var(--bl-core-color-light-gray);--bl-core-color-sticky-button-bg: var(--bl-core-color-light-gray);--bl-core-color-active-product-bg: var(--bl-core-color-almost-white);--bl-core-font-size-header: 56px;--bl-core-font-size-header-small: 32px}@media screen and (max-width: 1023px){:root{--bl-core-product-image-thumbnail-size: 98px}}@media screen and (max-width: 1023px){:root{--bl-core-font-size-header: 32px}}@media screen and (max-width: 1023px){:root{--bl-core-font-size-header-small: 24px}}:root{--bl-core-breakpoint-screen-and-less-than-tablet: screen and (max-width: 767px);--bl-core-breakpoint-screen-and-greater-than-equal-desktop: screen and (min-width: 1024px);--bl-core-breakpoint-screen-and-greater-than-equal-desktop-large: screen and (min-width: 1280px)}@-webkit-keyframes bl-core-fade-in-opacity{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:unset}}@keyframes bl-core-fade-in-opacity{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:unset}}@-webkit-keyframes bl-core-fade-in-opacity-pop{0%{opacity:0;pointer-events:none;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;pointer-events:unset}}@keyframes bl-core-fade-in-opacity-pop{0%{opacity:0;pointer-events:none;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;pointer-events:unset}}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes marqueeStart{0%{left:0}to{left:-100%}}@-webkit-keyframes marquee{0%{left:100%}to{left:-100%}}button.bl-core-button,.bl-core-button{border:2px solid var(--bl-core-color-button-border);box-shadow:0 5px 0 0 var(--bl-core-color-button-border);font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:16px;line-height:1.5;font-weight:700;letter-spacing:-.48px;background-color:var(--bl-core-color-solid-button-background);border-radius:14px;color:var(--bl-core-color-text-title);padding:.75rem 2rem;text-align:center;transition:all .4s;white-space:nowrap}button.bl-core-button:hover,.bl-core-button:hover{box-shadow:0 1px 0 0 var(--bl-core-color-button-border);-webkit-transform:translateY(4px);transform:translateY(4px)}button.bl-core-button:disabled,.bl-core-button:disabled{pointer-events:none}.bl-core-button--secondary{background-color:var(--color-btn-sec-bg);color:var(--color-btn-sec-text)}.bl-core-button--secondary:hover{background-color:var(--color-btn-sec-bg-hover);color:var(--color-btn-sec-text-hover)}.bl-core-button--link{background-color:#0000;border:rgba(0,0,0,0) solid 1px;border-radius:0;box-shadow:none;box-sizing:border-box;color:var(--bl-core-color-text);cursor:pointer;display:block;line-height:normal;margin:8px auto 24px;outline:inherit;padding:20px 0 0;text-align:center;text-decoration:underline;width:unset}.bl-core-button--large{font-size:24px;line-height:26px}.liveshopping-checkout-order--cta{--color-white: white;--color-base-solid-button-background: #1c1c1c;--weight-bold: 700;margin:32px 0}.liveshopping-checkout-order--cta+.section{padding-top:0}.bl-core-button--login,.bl-core-button--signup{align-items:center;border-radius:30px;cursor:pointer;display:flex;font-size:14px;font-weight:var(--weight-bold);height:52px;justify-content:center;letter-spacing:.4px;line-height:normal;margin-top:-5px;outline:inherit;text-align:center;text-decoration:none;width:140px}.bl-core-button--login{background-color:var(--color-base-solid-button-background);color:var(--color-white);margin-left:26px;margin-right:26px}.bl-core-button--login:hover{box-shadow:none}.bl-core-button--signed-in{display:none}.bl-core-button--signed-in-icon{display:flex!important}.bl-core-button--signup{background-color:#0000;border:1px solid var(--color-almost-black);color:var(--color-base-outline-button-labels)}@media screen and (max-width: 767px){.bl-core-button--login,.bl-core-button--signup{display:none}}.bl-core-loading-animation{align-items:center;display:flex;flex-direction:column;justify-content:center;transition-duration:1s;width:100%}.bl-core-loading-animation__text{margin-top:-60px;text-align:center;font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:16px;line-height:1.5}.text-editor{display:flex;flex-direction:column;margin-bottom:1em;margin-top:1em}input.text-editor-input{background-color:#0000;background-image:none;border:none;box-shadow:none;color:var(--bl-core-color-text);font-size:16px;margin:0;padding:8px 0;width:100%}input.text-editor-input::-webkit-input-placeholder{color:var(--bl-core-color-text-light)}input.text-editor-input:-ms-input-placeholder{color:var(--bl-core-color-text-light)}input.text-editor-input::placeholder{color:var(--bl-core-color-text-light)}.text-editor-input--with-password-icon{padding-right:2em}textarea.text-editor-input{border:var(--bl-core-color-border) 1px solid;padding:8px}.text-editor-input__wrapper{align-items:center;border-bottom:1px solid var(--bl-core-color-border);display:flex}.text-editor-input__wrapper img{margin-right:8px}.text-editor-input__wrapper--unchanged img{display:none}.text-editor-input__wrapper--pending img{-webkit-animation:rotation 2s infinite linear;animation:rotation 2s infinite linear}.text-editor-input__wrapper--valid,.text-editor-input__wrapper--success{border-color:var(--bl-core-color-success)}.text-editor-input__wrapper--valid>input,.text-editor-input__wrapper--success>input{color:var(--bl-core-color-success)}.text-editor-input__wrapper--invalid{border-color:var(--bl-core-color-error)}.text-editor-input__wrapper--invalid>input{color:var(--bl-core-color-error)}.text-editor-input__wrapper--invalid>input:invalid{border-color:var(--bl-core-color-error)}.text-editor-input__wrapper--invalid>input:invalid~div{display:block}.text-editor__error-message{color:var(--bl-core-color-error);margin-top:3px}.text-editor__password-icon{cursor:pointer;height:1.5em;margin-left:-1.8em;vertical-align:text-bottom;width:1.5em;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.text-editor__character-count{text-align:right;width:7em}.text-editor__character-count--textarea{float:right}ul.text-editor__password-rule{margin-top:10px}ul.text-editor__password-rule>li{color:var(--bl-core-color-dark-gray);float:left;font-size:12px;line-height:1}ul.text-editor__password-rule>li:before{min-width:1em;padding-left:1em;padding-right:.25em}ul.text-editor__password-rule>li.valid:before{color:var(--bl-core-color-success);content:"\2713\fe0e"}ul.text-editor__password-rule>li.invalid:before{color:var(--bl-core-color-error);content:"x\fe0e"}.text-editor__label--hidden{display:none}.bl-core-non-draggable-image{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.vto-plugin-initialiser__unity-container{pointer-events:none;width:100%;height:100%}.flex-full{display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes marqueeStart{0%{left:0}to{left:-100%}}@keyframes marquee{0%{left:100%}to{left:-100%}}html body h1,html body .h1{font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:104px;line-height:.9}@media (max-width: 767px){html body h1,html body .h1{font-size:56px}}html body h2,html body .h2{font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:80px;line-height:.95}@media (max-width: 767px){html body h2,html body .h2{font-size:40px;line-height:1}}html body h3,html body .h3{font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:56px;line-height:1}@media (max-width: 767px){html body h3,html body .h3{font-size:32px}}html body h4,html body .h4{font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:32px;line-height:1}@media (max-width: 767px){html body h4,html body .h4{font-size:24px}}html body h5{font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:24px;line-height:1}@media (max-width: 767px){html body h5{font-size:20px}}html body h6,html body .h6{font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:18px;line-height:1}@media (max-width: 767px){html body h6,html body .h6{font-size:14px}}html body .label{font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:16px;line-height:1}@media (max-width: 767px){html body .label{font-size:14px}}html body .smallLabel{font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:14px;line-height:1}@media (max-width: 767px){html body .smallLabel{font-size:12px}}html body .p-xl{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:28px;line-height:1.3}html body .p-xl-bold{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:28px;line-height:1.3;font-weight:700}html body .p-xxl{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:48px;line-height:1.15}@media (max-width: 767px){html body .p-xxl{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:28px;line-height:1.3}}html body .p-xxl-bold{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:48px;line-height:1.15;font-weight:700}@media (max-width: 767px){html body .p-xxl-bold{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:28px;line-height:1.3}}html body .p-l{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:20px;line-height:1.45}html body .p-l-bold{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:20px;line-height:1.45;font-weight:700;letter-spacing:-.4px}html body .p-m{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:16px;line-height:1.5}html body .p-m-bold{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:16px;line-height:1.5;font-weight:700;letter-spacing:-.48px}html body .p-s{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:14px;line-height:1.29}html body .p-s-bold{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:14px;line-height:1.29;font-weight:700}html body .p-legal{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:12px;line-height:1.2}html body .p-legal-bold{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:12px;line-height:1.2;font-weight:700}html body .content__heading svg{position:relative;top:-10px;width:auto}@media (max-width: 767px){html body .content__heading svg{top:-5px;height:30px}}.vto-plugin-inline__container-wrapper{height:100%;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);--vtoMaxWidthDesktop: 418px}@media screen and (min-width: 768px){.vto-plugin-inline__container-wrapper{max-width:var(--vtoMaxWidthDesktop)}}.vto-plugin-inline__container{background-color:var(--color-white2);border:var(--ecofab-border);border-radius:40px;display:flex;flex-direction:column;position:relative;align-items:center;overflow:hidden;height:100%}.vto-plugin-inline__container .bl-core-loading-animation{position:absolute;height:100%;width:197px}.vto-plugin-inline__container .bl-core-loading-animation .bl-core-loading-animation__text{font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:32px;line-height:1;text-transform:uppercase;-webkit-text-stroke-color:var(--color-black);-webkit-text-fill-color:var(--color-white);-webkit-text-stroke-width:1px}@media (max-width: 767px){.vto-plugin-inline__container .bl-core-loading-animation .bl-core-loading-animation__text{font-size:24px}}.vto-plugin-inline__modal-close-overlay{position:fixed;top:0;bottom:0;right:0;left:0;z-index:1}.vto-plugin-inline__plugin-status>a{text-decoration:underline}.vto-plugin-inline__portrait-warning,.vto-plugin-inline__plugin-status-wrapper,.vto-plugin-inline__source-prompt{text-align:left;display:flex;flex-direction:column;border:var(--ecofab-border);background-color:var(--color-white2);padding:40px 20px;border-radius:40px;position:relative}.vto-plugin-inline__portrait-warning>p:not(.vto-plugin-inline__legal-text),.vto-plugin-inline__plugin-status-wrapper>p:not(.vto-plugin-inline__legal-text),.vto-plugin-inline__source-prompt>p:not(.vto-plugin-inline__legal-text){color:var(--color-black)}.vto-plugin-inline__portrait-warning>*:nth-child(2),.vto-plugin-inline__plugin-status-wrapper>*:nth-child(2),.vto-plugin-inline__source-prompt>*:nth-child(2){padding-right:25px}.vto-plugin-inline__portrait-warning>*,.vto-plugin-inline__plugin-status-wrapper>*,.vto-plugin-inline__source-prompt>*{margin-bottom:20px}.vto-plugin-inline__portrait-warning>*:last-child,.vto-plugin-inline__plugin-status-wrapper>*:last-child,.vto-plugin-inline__source-prompt>*:last-child{margin-bottom:0}.vto-plugin-inline__legal-text{font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:12px;line-height:1.2}.vto-plugin-inline__captured-image{margin:0;width:calc(100% + 4px);max-width:calc(100% + 4px);-webkit-touch-callout:default}.vto-plugin-inline__selfie-white-flash{-webkit-animation:vto-plugin-inline__selfie-white-flash .5s;animation:vto-plugin-inline__selfie-white-flash .5s;background-color:var(--bl-core-color-white);height:100%;opacity:0;pointer-events:none;position:absolute;width:100%}@-webkit-keyframes vto-plugin-inline__selfie-white-flash{0%{opacity:1}to{opacity:0}}@keyframes vto-plugin-inline__selfie-white-flash{0%{opacity:1}to{opacity:0}}.vto-plugin-inline__close-button{background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.782227' y='0.90625' width='24' height='24' rx='12' fill='black'/%3E%3Cpath d='M17.3379 17.4629L8.22539 8.35039' stroke='white' stroke-width='2'/%3E%3Cpath d='M8.22559 17.4629L17.3381 8.35039' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");position:absolute;top:16px;right:16px;width:25px;height:25px;z-index:1}.vto-plugin-inline__options-button{margin-right:10px}.vto-plugin-inline__options-button--before-after{background-image:url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.28223' y='1' width='38.0039' height='38' rx='19' fill='%23FAF8F5'/%3E%3Crect x='1.28223' y='1' width='38.0039' height='38' rx='19' stroke='black' stroke-width='2'/%3E%3Cpath d='M20.9233 26.6513H12.62C12.2062 26.6513 11.8093 26.4951 11.5167 26.2173C11.2241 25.9394 11.0596 25.5627 11.0596 25.1698V15.6085C11.0596 15.2155 11.2241 14.8389 11.5167 14.561C11.8093 14.2832 12.2062 14.127 12.62 14.127H20.9233V26.6513ZM12.62 14.7618C12.3826 14.7618 12.1544 14.851 11.9865 15.0104C11.8185 15.1698 11.7244 15.3863 11.7243 15.6118V25.1728C11.7244 25.3983 11.8185 25.6145 11.9865 25.7739C12.1544 25.9333 12.3826 26.0228 12.62 26.0228H20.2624V14.7618H12.62Z' fill='white' stroke='black'/%3E%3Cpath d='M20.9232 15.0748H20.2617V14.1328H21.2546V14.7613H20.9226L20.9232 15.0748Z' fill='white' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M28.565 26.6509H28.052V26.0224H28.565C28.7729 26.0236 28.9746 25.9549 29.1344 25.8286L29.556 26.3133C29.2769 26.5314 28.9264 26.6507 28.565 26.6509ZM26.6928 26.6509H25.3336V26.0224H26.6928V26.6509ZM23.9731 26.6509H22.6145V26.0224H23.9731V26.6509ZM30.1216 24.9083H29.4607V23.6173H30.1216V24.9083ZM30.1216 22.3266H29.4607V21.0355H30.1216V22.3266ZM30.1216 19.7454H29.4607V18.4547H30.1216V19.7454ZM30.1216 17.1637H29.4607V15.873H30.1216V17.1637ZM29.1332 14.9539C28.9731 14.8286 28.7718 14.7604 28.5643 14.7613H28.0482V14.1328H28.5643C28.9249 14.1329 29.274 14.2515 29.5528 14.4686L29.1332 14.9539ZM26.6896 14.7613H25.3298V14.1328H26.6896V14.7613ZM23.9705 14.7613H22.6113V14.1328H23.9705V14.7613Z' fill='white' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M21.2546 26.6509H20.2617V25.709H20.9232V26.0231H21.2553L21.2546 26.6509Z' fill='white' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M20.9232 24.5277H20.2617V23.3461H20.9232V24.5277ZM20.9232 22.1645H20.2617V20.9829H20.9232V22.1645ZM20.9232 19.8013H20.2617V18.6197H20.9232V19.8013ZM20.9232 17.4381H20.2617V16.2559H20.9232V17.4381Z' fill='white' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M20.9235 11.3916H20.2617V29.3916H20.9235V11.3916Z' fill='white' stroke='black'/%3E%3C/svg%3E%0A");width:41px;height:40px}.vto-plugin-inline__options-button--take-photo{background-image:url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.78027' y='1' width='38.0039' height='38' rx='19' fill='%23FAF8F5'/%3E%3Crect x='1.78027' y='1' width='38.0039' height='38' rx='19' stroke='black' stroke-width='2'/%3E%3Cg clip-path='url(%23clip0_0_1)'%3E%3Cpath d='M15.4525 12.7971C16.0726 11.1158 16.4388 10.8662 18.1943 10.8662H23.0961C24.6562 10.8662 25.142 11.2202 25.6417 12.7971C26.5634 12.7971 27.5157 12.7971 28.4689 12.7971C30.3804 12.7971 31.3467 13.7766 31.3467 15.7172C31.3496 18.8875 31.3496 22.0581 31.3467 25.229C31.3939 25.6204 31.3526 26.0175 31.2257 26.3901C31.0988 26.7628 30.8897 27.1011 30.6144 27.3794C30.3391 27.6576 30.0049 27.8684 29.6371 27.9957C29.2694 28.1229 28.8779 28.1634 28.4924 28.1138C23.2066 28.1174 17.9205 28.1174 12.634 28.1138C12.2491 28.1622 11.8583 28.121 11.4913 27.9933C11.1244 27.8657 10.7909 27.6548 10.5162 27.3769C10.2416 27.0989 10.0329 26.7611 9.90603 26.3891C9.77919 26.0171 9.73751 25.6207 9.78416 25.2299C9.78009 22.059 9.78009 18.8884 9.78416 15.7181C9.78416 13.7775 10.7583 12.7979 12.6724 12.7979C13.6073 12.7962 14.5412 12.7971 15.4525 12.7971ZM20.5706 26.867C23.1909 26.867 25.8108 26.867 28.4305 26.867C29.7281 26.867 30.1362 26.4883 30.1423 25.1857C30.1575 21.9652 30.1575 18.7445 30.1423 15.5234C30.1423 14.5005 29.6854 14.0589 28.6799 14.0492C27.5462 14.0377 26.4204 14.028 25.2911 14.0492C24.6231 14.0634 24.3257 13.7952 24.3266 13.1015C24.3266 12.2555 24.1225 12.0652 23.308 12.0626C21.4814 12.0555 19.6544 12.0555 17.8271 12.0626C17.0275 12.0626 16.8112 12.2723 16.8217 13.113C16.8304 13.8209 16.5025 14.0616 15.8484 14.0483C14.7427 14.0271 13.6369 14.0359 12.5346 14.0483C11.4324 14.0607 11.0225 14.4775 11.0207 15.6066C11.0167 18.8029 11.0167 21.9992 11.0207 25.1954C11.0207 26.4759 11.3931 26.8617 12.641 26.8635C15.2845 26.8664 17.9283 26.8664 20.5724 26.8635L20.5706 26.867Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M15.4994 20.4106C15.5063 19.054 16.0422 17.7553 16.99 16.7986C17.9378 15.8418 19.2204 15.3047 20.5573 15.3047C21.2316 15.3028 21.8994 15.4376 22.5216 15.7011C23.1438 15.9646 23.7079 16.3516 24.1807 16.8393C24.6535 17.327 25.0256 17.9057 25.2751 18.5413C25.5246 19.1769 25.6465 19.8566 25.6336 20.5407C25.6159 21.8966 25.07 23.1904 24.1153 24.1393C23.1605 25.0882 21.8745 25.6151 20.5381 25.605C19.8704 25.6024 19.2097 25.4658 18.5943 25.2028C17.9788 24.9399 17.4208 24.5559 16.9523 24.073C16.4839 23.5901 16.1143 23.0178 15.8649 22.3892C15.6156 21.7606 15.4913 21.0882 15.4994 20.4106ZM20.5765 24.3564C21.583 24.3609 22.5507 23.9631 23.2701 23.2489C23.9896 22.5348 24.4029 21.5618 24.4205 20.5407C24.4263 20.0225 24.3306 19.5083 24.1391 19.0279C23.9475 18.5475 23.6638 18.1105 23.3046 17.7423C22.9453 17.374 22.5175 17.0817 22.0461 16.8825C21.5746 16.6833 21.0689 16.581 20.5582 16.5816C19.5389 16.5842 18.5621 16.9961 17.8413 17.7274C17.1205 18.4587 16.7143 19.4498 16.7116 20.484C16.7129 20.9963 16.8142 21.5032 17.0095 21.9756C17.2048 22.448 17.4904 22.8765 17.8496 23.2364C18.2089 23.5962 18.6348 23.8804 19.1028 24.0725C19.5709 24.2646 20.0717 24.3607 20.5765 24.3555V24.3564Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M28.8862 16.3852C28.8714 16.6665 28.7535 16.932 28.5557 17.1296C28.3579 17.3272 28.0945 17.4427 27.8171 17.4533C27.6734 17.451 27.5316 17.4194 27.4001 17.3604C27.2687 17.3014 27.1502 17.2163 27.0518 17.11C26.9534 17.0037 26.8771 16.8784 26.8272 16.7416C26.7774 16.6048 26.7552 16.4592 26.7619 16.3136C26.7759 16.0314 26.897 15.7657 27.1 15.5723C27.3029 15.3789 27.5718 15.2729 27.8502 15.2765C28.1272 15.2992 28.3861 15.425 28.5773 15.6297C28.7685 15.8343 28.8785 16.1034 28.8862 16.3852Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_1'%3E%3Crect width='25.2' height='18' fill='white' transform='translate(7.78223 10.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:41px;height:40px}.vto-plugin-inline__options-button--options{background-image:url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.10742' y='1' width='38.0039' height='38' rx='19' fill='%23FAF8F5'/%3E%3Crect x='1.10742' y='1' width='38.0039' height='38' rx='19' stroke='black' stroke-width='2'/%3E%3Cg clip-path='url(%23clip0_271_8855)'%3E%3Ccircle cx='10.6074' cy='20.25' r='2.5' fill='black'/%3E%3Ccircle cx='20.209' cy='20.25' r='2.5' fill='black'/%3E%3Ccircle cx='29.8105' cy='20.25' r='2.5' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_271_8855'%3E%3Crect width='25.2' height='18' fill='white' transform='translate(7.10938 10.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:41px;height:40px}.vto-plugin-inline__options-button--share-photo{background-image:url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='38.0039' height='38' rx='19' fill='%23FAF8F5'/%3E%3Crect x='1' y='1' width='38.0039' height='38' rx='19' stroke='black' stroke-width='2'/%3E%3Cpath d='M21.4132 21.3978C20.8907 21.4114 20.385 21.3966 19.8846 21.4424C16.7941 21.7256 14.1876 23.7877 13.0231 26.7657C12.7578 27.4444 12.5814 28.1604 12.364 28.859C12.3515 28.8993 12.339 28.9399 12.3206 28.9999C12.3044 28.9703 12.2937 28.9574 12.2896 28.9424C12.0905 28.2136 11.8388 27.4948 11.7027 26.7535C11.1003 23.4751 11.8481 20.554 14.0204 18.0654C15.3656 16.5242 17.0567 15.5745 19.0389 15.1901C19.7733 15.0478 20.5152 15.0252 21.2598 15.0541C21.3047 15.0557 21.3495 15.0541 21.4119 15.0541C21.4119 15.0034 21.4119 14.9582 21.4119 14.9127C21.4119 13.9435 21.4098 12.9742 21.4141 12.005C21.4148 11.8619 21.4269 11.714 21.4642 11.5773C21.6017 11.0761 22.0705 10.8627 22.5254 11.0906C22.6367 11.1465 22.7416 11.221 22.8385 11.301C25.2381 13.276 27.6368 15.2527 30.0348 17.2299C30.6606 17.746 30.6561 18.5682 30.0282 19.0858C27.6413 21.0526 25.2547 23.0197 22.8679 24.9867C22.6917 25.1319 22.5092 25.2613 22.2785 25.2979C21.9651 25.3476 21.6763 25.1994 21.5291 24.9105C21.4326 24.7213 21.4114 24.5172 21.4114 24.3081C21.4123 23.4638 21.4123 22.6198 21.4128 21.7756C21.4128 21.6628 21.4132 21.5507 21.4132 21.3978ZM22.2773 24.3278C22.331 24.286 22.3583 24.2659 22.3845 24.2443C24.7538 22.2922 27.1231 20.3402 29.4922 18.3881C29.6861 18.2284 29.6861 18.0814 29.4915 17.921C28.9529 17.4766 28.4135 17.0329 27.8748 16.5887C26.0451 15.0804 24.2154 13.5718 22.3857 12.0634C22.3579 12.0404 22.3276 12.0207 22.2766 11.9837V15.9724C22.1822 15.9724 22.103 15.9745 22.0238 15.9722C21.2207 15.9466 20.4182 15.8946 19.6158 16.001C18.2121 16.1875 16.9313 16.7008 15.8144 17.5905C13.3872 19.5234 12.2742 22.0988 12.3729 25.2442C12.3795 25.4558 12.4068 25.6666 12.4244 25.8776C12.4674 25.8453 12.4853 25.812 12.5017 25.778C13.1788 24.3784 14.1189 23.2056 15.348 22.285C16.6821 21.2857 18.1723 20.7109 19.8152 20.5517C20.4708 20.4881 21.126 20.5233 21.7817 20.5407C21.943 20.5449 22.1041 20.5564 22.2773 20.5653V24.3278Z' fill='%23222222' stroke='%23222222' stroke-width='0.6'/%3E%3C/svg%3E%0A");width:41px;height:40px}.vto-plugin-inline__options-button--download-photo{background-image:url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.1582' y='1' width='38.0039' height='38' rx='19' fill='%23FAF8F5'/%3E%3Crect x='1.1582' y='1' width='38.0039' height='38' rx='19' stroke='black' stroke-width='2'/%3E%3Cpath d='M20.4316 28.6265C18.5255 28.6265 16.6186 28.6305 14.7125 28.6265C14.1593 28.636 13.6199 28.4542 13.1871 28.1123C12.7544 27.7705 12.4552 27.2899 12.3411 26.7531C12.2999 26.5641 12.2792 26.3714 12.2793 26.1781C12.2728 25.2856 12.2728 24.3929 12.2793 23.4999C12.2675 23.3679 12.3023 23.2359 12.3777 23.1265C12.4993 23.0146 12.6544 22.9453 12.8195 22.9289C12.9113 22.9273 13.0008 22.9579 13.0721 23.0153C13.1434 23.0727 13.1919 23.1532 13.2092 23.2426C13.2341 23.3434 13.2453 23.447 13.2425 23.5507C13.2425 24.4136 13.2425 25.2765 13.2425 26.1394C13.2261 26.345 13.2547 26.5517 13.3265 26.7453C13.3983 26.9389 13.5115 27.1148 13.6583 27.2609C13.8052 27.407 13.9822 27.5199 14.1773 27.5918C14.3723 27.6637 14.5807 27.6928 14.7882 27.6773C18.5635 27.6773 22.3388 27.6773 26.1141 27.6773C26.3198 27.6909 26.5261 27.661 26.7192 27.5895C26.9123 27.5179 27.0878 27.4064 27.2341 27.2623C27.3803 27.1183 27.4939 26.945 27.5673 26.754C27.6407 26.563 27.6722 26.3587 27.6598 26.1547C27.6598 25.2547 27.6598 24.3547 27.6598 23.4547C27.6453 23.3465 27.6689 23.2367 27.7266 23.1438C27.7842 23.0508 27.8723 22.9803 27.9762 22.9442C28.0431 22.9177 28.1153 22.9071 28.187 22.9134C28.2587 22.9196 28.3279 22.9425 28.3891 22.9802C28.4502 23.0179 28.5016 23.0693 28.5389 23.1303C28.5763 23.1913 28.5987 23.2602 28.6043 23.3313C28.6476 24.4159 28.6348 25.502 28.566 26.5853C28.5048 27.1634 28.2233 27.6965 27.7789 28.0757C27.3345 28.4549 26.7608 28.6516 26.1751 28.6257C24.26 28.6297 22.3458 28.6265 20.4316 28.6265Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M19.9661 22.2256V21.9031C19.9661 18.6525 19.9661 15.402 19.9661 12.1515C19.9661 12.0773 19.9661 12.0023 19.9661 11.9281C19.9749 11.808 20.0292 11.6956 20.118 11.6135C20.2069 11.5314 20.3237 11.4856 20.4452 11.4854C20.5666 11.4852 20.6834 11.5317 20.771 11.615C20.8586 11.6982 20.9104 11.8119 20.9154 11.9321C20.9228 12.0208 20.9195 12.1104 20.9195 12.1999C20.9195 15.4353 20.9195 18.6708 20.9195 21.9063V22.2289C21.0155 22.141 21.0733 22.091 21.1278 22.0369C22.0411 21.1326 22.9547 20.2289 23.8685 19.3256C23.955 19.2346 24.0625 19.1657 24.1817 19.1248C24.2764 19.0952 24.3785 19.0989 24.4707 19.1354C24.5629 19.1718 24.6396 19.2388 24.6877 19.3248C24.7437 19.4058 24.7716 19.5025 24.7674 19.6005C24.7631 19.6985 24.7269 19.7925 24.6641 19.8684C24.6176 19.9261 24.5664 19.98 24.5112 20.0297L20.8975 23.6119C20.5502 23.9555 20.3346 23.9547 19.984 23.6063L16.3703 20.024C16.3159 19.974 16.2653 19.9201 16.219 19.8627C16.1511 19.7727 16.1178 19.6617 16.125 19.5496C16.1321 19.4374 16.1793 19.3315 16.258 19.2506C16.3375 19.1703 16.4434 19.1209 16.5565 19.1112C16.6697 19.1016 16.7825 19.1325 16.8747 19.1982C16.9459 19.2528 17.0125 19.3129 17.074 19.3781L19.7497 22.0281C19.8099 22.0813 19.8692 22.1345 19.9661 22.2256Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E%0A");width:41px;height:40px}.vto-plugin-inline__options-button--suggest-shade{background-image:url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='38.0039' height='38' rx='19' fill='%23FAF8F5'/%3E%3Crect x='1' y='1' width='38.0039' height='38' rx='19' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");width:41px;height:40px}.vto-plugin-inline__options-button--back{background-image:url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.65625' y='1' width='38.0039' height='38' rx='19' fill='%23FAF8F5'/%3E%3Crect x='1.65625' y='1' width='38.0039' height='38' rx='19' stroke='black' stroke-width='2'/%3E%3Cpath d='M30.9699 28.9867C25.197 28.9867 19.4241 28.9901 13.6512 28.997C13.509 29.0101 13.3661 28.9802 13.2411 28.9111C13.1162 28.842 13.0149 28.737 12.9505 28.6097C11.2465 25.8619 9.5308 23.1215 7.80344 20.3885C7.71511 20.2782 7.66699 20.1412 7.66699 20C7.66699 19.8588 7.71511 19.7218 7.80344 19.6115C9.5308 16.8785 11.2467 14.1384 12.9513 11.391C13.0156 11.2636 13.1168 11.1584 13.2418 11.0892C13.3668 11.02 13.5097 10.9899 13.652 11.003C19.4249 11.0152 25.1978 11.0186 30.9707 11.0133L30.9699 28.9867ZM29.8814 27.9425V12.0837C24.5719 12.075 19.3047 12.0638 14.0358 12.067C13.9558 12.075 13.8784 12.1 13.8088 12.1401C13.7392 12.1803 13.679 12.2348 13.6321 12.3C12.0181 14.8583 10.4168 17.4238 8.80513 20.0012C10.3785 22.5142 11.9544 25.0112 13.5031 27.529C13.5763 27.6702 13.6905 27.7861 13.8307 27.8614C13.9709 27.9368 14.1307 27.9681 14.289 27.9512C19.298 27.9391 24.307 27.9364 29.3161 27.9433L29.8814 27.9425Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M17.6194 24.5887L16.8057 23.8476L20.6811 19.9819L16.8351 16.1528L17.5908 15.4458L21.4288 19.2789L25.2819 15.3965L26.0535 16.144L22.1924 19.9803L26.0543 23.8158L25.2349 24.4742L21.5012 20.7183L17.6194 24.5887Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E%0A");width:41px;height:40px}.vto-plugin-inline__options-button--retake-photo{background-image:url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.78027' y='1' width='38.0039' height='38' rx='19' fill='%23FAF8F5'/%3E%3Crect x='1.78027' y='1' width='38.0039' height='38' rx='19' stroke='black' stroke-width='2'/%3E%3Cg clip-path='url(%23clip0_0_1)'%3E%3Cpath d='M15.4525 12.7971C16.0726 11.1158 16.4388 10.8662 18.1943 10.8662H23.0961C24.6562 10.8662 25.142 11.2202 25.6417 12.7971C26.5634 12.7971 27.5157 12.7971 28.4689 12.7971C30.3804 12.7971 31.3467 13.7766 31.3467 15.7172C31.3496 18.8875 31.3496 22.0581 31.3467 25.229C31.3939 25.6204 31.3526 26.0175 31.2257 26.3901C31.0988 26.7628 30.8897 27.1011 30.6144 27.3794C30.3391 27.6576 30.0049 27.8684 29.6371 27.9957C29.2694 28.1229 28.8779 28.1634 28.4924 28.1138C23.2066 28.1174 17.9205 28.1174 12.634 28.1138C12.2491 28.1622 11.8583 28.121 11.4913 27.9933C11.1244 27.8657 10.7909 27.6548 10.5162 27.3769C10.2416 27.0989 10.0329 26.7611 9.90603 26.3891C9.77919 26.0171 9.73751 25.6207 9.78416 25.2299C9.78009 22.059 9.78009 18.8884 9.78416 15.7181C9.78416 13.7775 10.7583 12.7979 12.6724 12.7979C13.6073 12.7962 14.5412 12.7971 15.4525 12.7971ZM20.5706 26.867C23.1909 26.867 25.8108 26.867 28.4305 26.867C29.7281 26.867 30.1362 26.4883 30.1423 25.1857C30.1575 21.9652 30.1575 18.7445 30.1423 15.5234C30.1423 14.5005 29.6854 14.0589 28.6799 14.0492C27.5462 14.0377 26.4204 14.028 25.2911 14.0492C24.6231 14.0634 24.3257 13.7952 24.3266 13.1015C24.3266 12.2555 24.1225 12.0652 23.308 12.0626C21.4814 12.0555 19.6544 12.0555 17.8271 12.0626C17.0275 12.0626 16.8112 12.2723 16.8217 13.113C16.8304 13.8209 16.5025 14.0616 15.8484 14.0483C14.7427 14.0271 13.6369 14.0359 12.5346 14.0483C11.4324 14.0607 11.0225 14.4775 11.0207 15.6066C11.0167 18.8029 11.0167 21.9992 11.0207 25.1954C11.0207 26.4759 11.3931 26.8617 12.641 26.8635C15.2845 26.8664 17.9283 26.8664 20.5724 26.8635L20.5706 26.867Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M15.4994 20.4106C15.5063 19.054 16.0422 17.7553 16.99 16.7986C17.9378 15.8418 19.2204 15.3047 20.5573 15.3047C21.2316 15.3028 21.8994 15.4376 22.5216 15.7011C23.1438 15.9646 23.7079 16.3516 24.1807 16.8393C24.6535 17.327 25.0256 17.9057 25.2751 18.5413C25.5246 19.1769 25.6465 19.8566 25.6336 20.5407C25.6159 21.8966 25.07 23.1904 24.1153 24.1393C23.1605 25.0882 21.8745 25.6151 20.5381 25.605C19.8704 25.6024 19.2097 25.4658 18.5943 25.2028C17.9788 24.9399 17.4208 24.5559 16.9523 24.073C16.4839 23.5901 16.1143 23.0178 15.8649 22.3892C15.6156 21.7606 15.4913 21.0882 15.4994 20.4106ZM20.5765 24.3564C21.583 24.3609 22.5507 23.9631 23.2701 23.2489C23.9896 22.5348 24.4029 21.5618 24.4205 20.5407C24.4263 20.0225 24.3306 19.5083 24.1391 19.0279C23.9475 18.5475 23.6638 18.1105 23.3046 17.7423C22.9453 17.374 22.5175 17.0817 22.0461 16.8825C21.5746 16.6833 21.0689 16.581 20.5582 16.5816C19.5389 16.5842 18.5621 16.9961 17.8413 17.7274C17.1205 18.4587 16.7143 19.4498 16.7116 20.484C16.7129 20.9963 16.8142 21.5032 17.0095 21.9756C17.2048 22.448 17.4904 22.8765 17.8496 23.2364C18.2089 23.5962 18.6348 23.8804 19.1028 24.0725C19.5709 24.2646 20.0717 24.3607 20.5765 24.3555V24.3564Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M28.8862 16.3852C28.8714 16.6665 28.7535 16.932 28.5557 17.1296C28.3579 17.3272 28.0945 17.4427 27.8171 17.4533C27.6734 17.451 27.5316 17.4194 27.4001 17.3604C27.2687 17.3014 27.1502 17.2163 27.0518 17.11C26.9534 17.0037 26.8771 16.8784 26.8272 16.7416C26.7774 16.6048 26.7552 16.4592 26.7619 16.3136C26.7759 16.0314 26.897 15.7657 27.1 15.5723C27.3029 15.3789 27.5718 15.2729 27.8502 15.2765C28.1272 15.2992 28.3861 15.425 28.5773 15.6297C28.7685 15.8343 28.8785 16.1034 28.8862 16.3852Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_1'%3E%3Crect width='25.2' height='18' fill='white' transform='translate(7.78223 10.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:41px;height:40px}.vto-plugin-inline__options-button--choose-photo{background-image:url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='38.0039' height='38' rx='19' fill='%23FAF8F5'/%3E%3Crect x='1' y='1' width='38.0039' height='38' rx='19' stroke='black' stroke-width='2'/%3E%3Cg clip-path='url(%23clip0_0_1)'%3E%3Cpath d='M20.5752 11.3735C22.4813 11.3735 24.3882 11.3695 26.2943 11.3735C26.8476 11.364 27.3869 11.5458 27.8197 11.8877C28.2525 12.2295 28.5516 12.7101 28.6657 13.2469C28.7069 13.4359 28.7276 13.6286 28.7275 13.8219C28.734 14.7144 28.734 15.6071 28.7275 16.5001C28.7393 16.6321 28.7045 16.7641 28.6291 16.8735C28.5075 16.9854 28.3524 17.0547 28.1874 17.0711C28.0955 17.0727 28.0061 17.0421 27.9348 16.9847C27.8635 16.9273 27.8149 16.8468 27.7977 16.7574C27.7728 16.6566 27.7615 16.553 27.7643 16.4493C27.7643 15.5864 27.7643 14.7235 27.7643 13.8606C27.7808 13.655 27.7521 13.4483 27.6803 13.2547C27.6086 13.0611 27.4953 12.8852 27.3485 12.7391C27.2016 12.593 27.0246 12.4801 26.8296 12.4082C26.6345 12.3363 26.4261 12.3072 26.2186 12.3227C22.4433 12.3227 18.6681 12.3227 14.8928 12.3227C14.6871 12.3091 14.4808 12.339 14.2877 12.4105C14.0945 12.4821 13.919 12.5936 13.7728 12.7377C13.6265 12.8817 13.5129 13.055 13.4395 13.246C13.3661 13.437 13.3346 13.6413 13.3471 13.8453C13.3471 14.7453 13.3471 15.6453 13.3471 16.5453C13.3615 16.6535 13.3379 16.7633 13.2803 16.8562C13.2227 16.9492 13.1345 17.0197 13.0306 17.0558C12.9638 17.0823 12.8916 17.0929 12.8199 17.0866C12.7481 17.0804 12.6789 17.0575 12.6178 17.0198C12.5566 16.9821 12.5053 16.9307 12.4679 16.8697C12.4305 16.8087 12.4081 16.7398 12.4026 16.6687C12.3593 15.5841 12.372 14.498 12.4408 13.4147C12.502 12.8366 12.7836 12.3035 13.2279 11.9243C13.6723 11.5451 14.246 11.3483 14.8318 11.3743C16.7468 11.3703 18.661 11.3735 20.5752 11.3735Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M21.0408 17.7744L21.0408 18.0969C21.0408 21.3475 21.0408 24.598 21.0408 27.8485C21.0408 27.9227 21.0408 27.9977 21.0408 28.0719C21.032 28.192 20.9777 28.3044 20.8888 28.3865C20.8 28.4686 20.6831 28.5144 20.5616 28.5146C20.4402 28.5148 20.3235 28.4683 20.2358 28.385C20.1482 28.3018 20.0964 28.1881 20.0914 28.0679C20.0841 27.9792 20.0873 27.8896 20.0873 27.8001C20.0873 24.5647 20.0873 21.3292 20.0873 18.0937L20.0873 17.7711C19.9913 17.859 19.9336 17.909 19.8791 17.9631C18.9658 18.8674 18.0522 19.7711 17.1383 20.6744C17.0518 20.7654 16.9444 20.8343 16.8251 20.8752C16.7304 20.9048 16.6283 20.9011 16.5361 20.8646C16.4439 20.8282 16.3672 20.7612 16.3191 20.6752C16.2632 20.5942 16.2352 20.4975 16.2395 20.3995C16.2437 20.3015 16.2799 20.2075 16.3427 20.1316C16.3892 20.0739 16.4404 20.02 16.4956 19.9703L20.1093 16.3881C20.4567 16.0445 20.6723 16.0453 21.0229 16.3937L24.6366 19.976C24.6909 20.026 24.7415 20.0799 24.7879 20.1373C24.8557 20.2273 24.889 20.3383 24.8819 20.4504C24.8747 20.5626 24.8276 20.6685 24.7488 20.7494C24.6693 20.8297 24.5634 20.8791 24.4503 20.8888C24.3372 20.8984 24.2243 20.8675 24.1322 20.8018C24.061 20.7472 23.9943 20.6871 23.9329 20.6219L21.2572 17.9719C21.197 17.9187 21.1376 17.8655 21.0408 17.7744Z' fill='black' stroke='black' stroke-width='0.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_1'%3E%3Crect width='17.1429' height='18' fill='white' transform='translate(29.0713 29) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");width:41px;height:40px;cursor:pointer}.vto-plugin-inline__options-button--selected{-webkit-filter:invert(1);filter:invert(1)}.vto-plugin-inline__augmentation-mask-slider-line{left:-3px;position:absolute;height:100%;width:6px;background-color:var(--color-white);border-left:var(--ecofab-border);border-right:var(--ecofab-border);z-index:1}input.vto-plugin-inline__augmentation-mask-slider{-webkit-appearance:none;background:rgba(0,0,0,0);border:none;padding:0;position:absolute;outline:none;width:calc(100% + 200px);height:100%;z-index:1}input.vto-plugin-inline__augmentation-mask-slider:focus{outline:none}input.vto-plugin-inline__augmentation-mask-slider::-ms-track{width:100%;cursor:pointer;background:rgba(0,0,0,0);border-color:#0000;color:#0000}input.vto-plugin-inline__augmentation-mask-slider::-moz-range-thumb{-webkit-appearance:none;box-shadow:none;height:min(30vw,214px);width:200px;border-style:none;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg width='42' height='17' viewBox='0 0 42 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_271_8837)'%3E%3Cpath d='M31.9297 16.0898L39.8097 8.58984L31.9297 1.08984' stroke='black' stroke-width='3'/%3E%3Cpath d='M32.3096 15.8701L39.8096 8.59006L32.3096 1.31006' stroke='white' stroke-width='2'/%3E%3Cpath d='M10.0597 1.08984L2.17969 8.58984L10.0597 16.0898' stroke='black' stroke-width='3'/%3E%3Cpath d='M9.67969 1.31006L2.17969 8.59006L9.67969 15.8701' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_271_8837'%3E%3Crect width='42' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center bottom}@media screen and (max-width: 767px){input.vto-plugin-inline__augmentation-mask-slider::-moz-range-thumb{height:50vw}}input.vto-plugin-inline__augmentation-mask-slider::-ms-thumb{-webkit-appearance:none;box-shadow:none;height:min(30vw,214px);width:200px;border-style:none;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg width='42' height='17' viewBox='0 0 42 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_271_8837)'%3E%3Cpath d='M31.9297 16.0898L39.8097 8.58984L31.9297 1.08984' stroke='black' stroke-width='3'/%3E%3Cpath d='M32.3096 15.8701L39.8096 8.59006L32.3096 1.31006' stroke='white' stroke-width='2'/%3E%3Cpath d='M10.0597 1.08984L2.17969 8.58984L10.0597 16.0898' stroke='black' stroke-width='3'/%3E%3Cpath d='M9.67969 1.31006L2.17969 8.59006L9.67969 15.8701' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_271_8837'%3E%3Crect width='42' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center bottom}@media screen and (max-width: 767px){input.vto-plugin-inline__augmentation-mask-slider::-ms-thumb{height:50vw}}input.vto-plugin-inline__augmentation-mask-slider::-webkit-slider-thumb{-webkit-appearance:none;box-shadow:none;height:min(30vw,214px);width:200px;border-style:none;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg width='42' height='17' viewBox='0 0 42 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_271_8837)'%3E%3Cpath d='M31.9297 16.0898L39.8097 8.58984L31.9297 1.08984' stroke='black' stroke-width='3'/%3E%3Cpath d='M32.3096 15.8701L39.8096 8.59006L32.3096 1.31006' stroke='white' stroke-width='2'/%3E%3Cpath d='M10.0597 1.08984L2.17969 8.58984L10.0597 16.0898' stroke='black' stroke-width='3'/%3E%3Cpath d='M9.67969 1.31006L2.17969 8.59006L9.67969 15.8701' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_271_8837'%3E%3Crect width='42' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center bottom;margin-top:-14px}@media screen and (max-width: 767px){input.vto-plugin-inline__augmentation-mask-slider::-webkit-slider-thumb{height:50vw}}input.vto-plugin-inline__coverage-slider{-webkit-appearance:none;background:rgba(0,0,0,0);border:none;padding:0;position:absolute;outline:none;-webkit-transform:rotate(270deg);transform:rotate(270deg);width:200px;height:61px;left:-80px;top:calc(50% - 30px);z-index:2}@supports not (-moz-appearance: none){input.vto-plugin-inline__coverage-slider{width:244px;left:-102px}}input.vto-plugin-inline__coverage-slider::-webkit-slider-runnable-track{height:8px;margin:0 22px;background:var(--color-white);border:var(--ecofab-border);border-radius:4px}input.vto-plugin-inline__coverage-slider::-moz-range-track{width:100%;height:8px;background:var(--color-white);border:var(--ecofab-border);border-radius:4px}input.vto-plugin-inline__coverage-slider::-webkit-slider-thumb{-webkit-appearance:none;box-shadow:none;height:20px;width:20px;border-radius:50%;background:var(--color-white);border:var(--ecofab-border);margin-top:-8px;z-index:400}input.vto-plugin-inline__coverage-slider::-moz-range-thumb{height:20px;width:20px;border-radius:50%;background:var(--color-white);border:var(--ecofab-border);z-index:400}.vto-plugin-inline__coverage-slider-labels{position:absolute;display:flex;width:-webkit-min-content;width:min-content;left:55px;flex-direction:column-reverse;top:calc(50% - 120px);font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:24px;line-height:1;text-transform:uppercase;-webkit-text-stroke-color:var(--color-black);-webkit-text-fill-color:var(--color-white);-webkit-text-stroke-width:1px;pointer-events:none}@media (max-width: 767px){.vto-plugin-inline__coverage-slider-labels{font-size:20px}}.vto-plugin-inline__coverage-slider-labels.vto-plugin-inline__fade-out{-webkit-animation:vto-plugin-inline__fade-out .8s;animation:vto-plugin-inline__fade-out .8s;-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.vto-plugin-inline__coverage-slider-labels>li{width:100%;position:relative;text-align:left;line-height:80px;cursor:default;float:left}@-webkit-keyframes vto-plugin-inline__fade-in{0%{opacity:0}to{opacity:1}}@keyframes vto-plugin-inline__fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes vto-plugin-inline__fade-out{0%{opacity:1}to{opacity:0}}@keyframes vto-plugin-inline__fade-out{0%{opacity:1}to{opacity:0}}.vto-plugin-inline__photo-countdown{position:absolute;z-index:1;font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:104px;line-height:.9;-webkit-text-stroke-color:var(--color-black);-webkit-text-fill-color:var(--color-white);-webkit-text-stroke-width:2px;top:calc(50% - 32px);width:100%;text-align:center;font-size:64px;color:var(--color-light-text)}@media (max-width: 767px){.vto-plugin-inline__photo-countdown{font-size:56px}}.vto-plugin-inline__hidden-input-container>input{display:none}.vto-plugin-inline__options-buttons-overlay{position:absolute;bottom:20px;left:15px;display:flex;flex-direction:row;z-index:2;-webkit-animation:vto-plugin-inline__fade-in .2s;animation:vto-plugin-inline__fade-in .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.vto-plugin-inline__error-overlay{position:absolute;display:flex;justify-content:center;align-items:center;padding:20px;top:0;bottom:0;left:0;right:0;background-color:#0003;z-index:10}.vto-plugin-inline__error-overlay .vto-plugin-inline__error-message{background-color:var(--color-white2);border:var(--ecofab-border);border-radius:40px;text-align:left;padding:20px 40px;font-family:Arial,sans-serif;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;font-size:16px;line-height:1.5;display:flex;flex-direction:column;align-items:center}.vto-plugin-inline__share-tip-overlay{position:absolute;z-index:1;margin-bottom:10vh;bottom:20px;width:100%;text-align:center;pointer-events:none;font-family:Barlow Condensed,sans-serif;font-weight:700;font-stretch:condensed;font-style:normal;letter-spacing:normal;font-size:32px;line-height:1;text-transform:uppercase;-webkit-text-stroke-color:var(--color-black);-webkit-text-fill-color:var(--color-white);-webkit-text-stroke-width:1px}@media (max-width: 767px){.vto-plugin-inline__share-tip-overlay{font-size:24px}}
/*# sourceMappingURL=/s/files/1/0636/4640/0759/t/152/assets/vto.css.map?v=105155437858717497181674078725 */