*{margin:0;padding:0;border:none;border-collapse:collapse;outline:none;letter-spacing:-.03em;list-style:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{background:#fff;font-family:var(--font-stack);font-size:17px;font-weight:var(--regular);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button{background:transparent;cursor:pointer}cite{font-weight:var(--bold);font-style:normal;display:block;margin-bottom:4px}cite:not(.noseparator):before{content:"";display:block;width:16px;height:4px;border-radius:5px;background-color:var(--color-magenta);margin-bottom:16px}img.w100{height:auto}mark{background-color:#fc92291a;color:inherit}sup{vertical-align:super;line-height:0}details summary::-webkit-details-marker{display:none}a.skip-to-content{display:block;position:absolute;top:0;left:0;z-index:-1;transform:translate(-100%);background-color:#fffacd;padding:10px;color:#000;text-decoration:underline;text-align:center}a.skip-to-content:focus-visible{position:relative;transform:translate(0)}.screenreader-text{position:absolute;left:0;top:-999px}@media screen and (min-width: 801px){*:focus-visible{outline:2px solid blue}}small,.small{font-size:15px}.smaller{font-size:14px}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}strong,body .bold{font-weight:var(--bold)}.italic{font-style:italic}body .regular{font-weight:var(--regular)}.underline{text-decoration:underline}.center{text-align:center;margin-left:auto;margin-right:auto}.right{text-align:right;margin-left:auto;margin-right:0}.left{text-align:left}.float-left{float:left}.float-right{float:right}.valign{vertical-align:middle}.nowrap{white-space:nowrap}@media screen and (min-width: 1025px){.nowrap-desktop{white-space:nowrap}}.hide{display:none}.spacer-left{margin-left:8px}.spacer-right{margin-right:8px}.spacer-left-large{margin-left:16px}.spacer-right-large{margin-right:16px}.spacer-left-xlarge{margin-left:24px}.spacer-right-xlarge{margin-right:24px}body .spacer-top{padding-top:16px}body .spacer-bottom{padding-bottom:16px}body .spacer-top-half{padding-top:8px}body .spacer-bottom-half{padding-bottom:8px}body .spacer-top-large{padding-top:32px}body .spacer-bottom-large{padding-bottom:32px}body .nomargin,body .reset{margin-top:0!important;margin-bottom:0!important}body .margin-bottom{margin-bottom:16px}.padded{padding:4px 8px}.padded-large{padding:8px}.padded-xlarge{padding:16px}.padded-xxlarge{padding:24px}body .reset{line-height:normal}ol.inline li,ul.inline li{display:inline-block}ul.tick-list li{background-image:var(--icon-tick-purple);background-repeat:no-repeat;background-size:14px auto;background-position:5px 8px;padding-left:28px;letter-spacing:-.065em}ul.tick-list li.tick-list-mark{background-color:var(--grey-dark);color:#fff;font-weight:var(--bold);background-image:var(--icon-tick-white);display:inline-block;padding-right:5px}.rounded{border-radius:5px}.ruled{position:relative;text-indent:0}.ruled:after{content:"";display:block;width:30px;height:1px;background:var(--grey-mid);position:absolute;left:calc(50% - 15px);bottom:-6px}.ruled-topleft{position:relative;text-indent:0}.ruled-topleft:before{content:"";display:block;width:30px;height:2px;background:var(--grey-mid);position:absolute;left:0;top:-16px}.sticky{position:-webkit-sticky;position:sticky;top:10px}body .white{color:#fff}body .white>*{color:inherit}body .purple{color:var(--color-purple)}body .magenta{color:var(--color-magenta)}body .grey{color:var(--color-text)}body .dark-grey{color:var(--grey-dark)}body .mid-dark-grey{color:var(--grey-mid-dark)}body .mid-dark-grey2{color:var(--grey-mid-dark2)}body .mid-grey{color:var(--grey-mid)}body .light-grey{color:var(--grey-light)}.gradient{background-image:var(--gradient)}body .background-dark-grey{background-color:var(--grey-dark)}body .background-light-grey{background-color:var(--grey-light)}body .background-lighter-grey{background-color:#f2f2f280}body .background-lilac{background-color:var(--color-lilac)}body .background-lilac-light{background-color:#e7d8ec4d}body .background-purple{background-color:var(--color-purple)}body .background-magenta{background-color:var(--color-magenta)}body .background-white{background-color:#fff}@media screen and (min-width: 769px){.mobile{display:none!important}}@media screen and (max-width: 399px){.mobile-large{display:none!important}}@media screen and (max-width: 1024px){.desktop-not-tablet{display:none!important}}.container{position:relative;max-width:var(--max-width);margin:0 auto;padding:10px}.container.unpadded{padding:0 10px}.container.article,.container .article-with-products{max-width:650px}.section{padding-top:3rem;padding-bottom:3rem}.section.nopadding{padding-bottom:0}.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex.wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex.middle,.grid-2.middle,.grid-3.middle,.grid-4.middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex.bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flex.tidy{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex .fill{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex.stretch>*{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}@supports (display: grid){.grid-2,.grid-3,.grid-4{display:-ms-grid;display:grid;grid-gap:30px}.grid-2{-ms-grid-columns:(minmax(calc(50% - 30px),1fr)) [2];grid-template-columns:repeat(2,minmax(calc(50% - 30px),1fr))}.grid-3{-ms-grid-columns:(minmax(calc(33.33% - 30px),1fr)) [3];grid-template-columns:repeat(3,minmax(calc(33.33% - 30px),1fr))}.grid-4{-ms-grid-columns:(1fr) [4];grid-template-columns:repeat(4,1fr)}.grid-2.grid-gap-100px{-ms-grid-columns:(1fr) [2];grid-template-columns:repeat(2,1fr);grid-gap:100px}.grid-3.grid-gap-100px{-ms-grid-columns:(1fr) [3];grid-template-columns:repeat(3,1fr);grid-gap:50px 100px}.grid-3.grid-gap-50px{grid-template-columns:repeat(3,1fr);grid-gap:50px}}@supports not (display: grid){.grid-2,.grid-3,.grid-4{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grid-2{max-width:var(--max-width);margin:0 auto}.grid-2>*{width:calc(50% - 30px)}.grid-3>*{width:calc(33.33% - 30px)}.grid-4>*{width:calc(25% - 30px)}}.columns{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}.w100{width:100%}.w75{width:75%}.w66{width:66.66%}.w60{width:60%}.w50,.w50f{width:calc(50% - 8px)}.w45{width:45%}.w40{width:40%}.w33{width:33.33%}.w25{width:25%}.w15{width:15%}.w10{width:10%}h1,h2,h3,.h40px,.h36px,.h30px,.h26px,.h24px,.h21px,.h20px,.h18px,.h17px,.h16px,.content:not(.tab-content) h4{font-family:var(--font-stack)}h1,h2,h3,.h40px,.h36px,.h30px,.h26px,.h24px,.h20px,.h18px,.h17px,.h16px,.content:not(.tab-content) h4,#section-page-additional-content .content h3{font-weight:var(--bold)}.h21px{font-weight:var(--regular)}h1,h2,.h40px,.h36px,.h30px,.h24px,#section-page-additional-content .content h3{color:var(--color-purple)}h3,.h21px,.h20px,.h18px,.h17px,.h16px,.content:not(.tab-content) h4{color:var(--color-text)}h1,h2,h3,.h30px,.h26px,.h24px,.h21px,.h20px,.h18px,.h17px,.h16px,.content h4,main p,footer p,.content ul:not(#faqs):not(.tick-list) li,.content ol:not(#faqs):not(.tick-list) li{margin-bottom:16px}.h40px{font-size:40px}.h36px{font-size:36px}.h30px,h1{font-size:30px}.h26px{font-size:26px}.h24px,h2{font-size:24px}header #tagline,#section-page-additional-content .content h3,.h21px{font-size:21px}.h20px{font-size:20px}.h18px{font-size:18px}.h17px,h3{font-size:17px}.h16px,.content:not(.tab-content) h4{font-size:16px}main p,main ul,main ol,footer p,footer ul,footer ol{line-height:1.5em}main ul,main ul li,footer ul,footer ul li{margin-bottom:8px}main table,footer table{width:calc(100% - 20px);margin:30px 0}main table th,main table td,footer table th,footer table td{border:1px solid var(--grey-light);padding:18px 16px;vertical-align:top}main table.simple,footer table.simple{border-top:2px solid var(--grey-light);margin:0}main table.simple th,main table.simple td,footer table.simple th,footer table.simple td{border:none;border-bottom:2px solid var(--grey-light);vertical-align:middle}main table.noborders,footer table.noborders{border:none;margin:0}main table.noborders th,main table.noborders td,footer table.noborders th,footer table.noborders td{border:none;padding:10px 0}main table.fixed,footer table.fixed{table-layout:fixed}.content h2{margin-bottom:24px}.content img{max-width:100%;border-radius:5px}.content.columns,.content .columns{-webkit-column-gap:100px;column-gap:100px}.content ul:not(#faqs):not(.tick-list),.content ol:not(#faqs):not(.tick-list){margin-left:20px;margin-bottom:16px}.content ul:not(#faqs):not(.tick-list) li{list-style:disc}.content ol:not(#faqs):not(.tick-list) li{list-style:decimal}.content p a:not(.button),.content ol a:not(.button),.content ul a:not(.button){color:var(--color-purple);text-decoration:underline;word-break:break-word}.content.tab-content li{letter-spacing:-.03em}hr{border-top:2px solid var(--grey-mid);margin-bottom:30px}hr.thin{border-top:1px solid var(--grey-light)}img.round{width:220px;height:220px;border-radius:50%;overflow:hidden;border:9px solid var(--grey-light)}.button{position:relative;display:inline-block;background-color:var(--color-purple);background-image:var(--gradient);font-family:var(--font-stack);font-size:16px;font-weight:var(--bold);color:#fff;text-transform:uppercase;text-decoration:none;text-shadow:none;padding:0 48px 0 20px;height:58px;line-height:59px;white-space:nowrap;border-radius:70px;margin:20px 10px;letter-spacing:-.05em;cursor:pointer}.button:after{content:"";background-image:var(--icon-dropdown-white);background-repeat:no-repeat;background-position:center center;display:block;width:16px;height:16px;position:absolute;right:20px;top:21px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.button.white:after,.button-secondary:after{background-image:var(--icon-dropdown-magenta)}.button:before{content:"";display:block;position:absolute;top:-5px;bottom:-5px;left:-5px;right:-5px;border-radius:70px;border:5px solid rgba(255,255,255,.4);-webkit-box-shadow:0 0 0 5px rgba(255,255,255,.2);box-shadow:0 0 0 5px #fff3}.button:hover{text-decoration:none}.button:hover:after{-webkit-animation:arrow 1s linear infinite;animation:arrow 1s linear infinite}.button:disabled{background-image:linear-gradient(46deg,#8e8e8e 16%,#d3d3d3);padding-right:20px;cursor:not-allowed}.button:disabled:after,.button.noarrow:after,.button.small:before,.button.share:before,.button.share:after,.button.smallest:after,.button.smallest:before,.button.smallest-with-arrow:before,.button:not(.small).noglow:before,.button.button-filter:before,.button.button-filter:after{display:none}.button.noarrow,.button.arrow-down{padding-right:20px}.button.arrow-down:after{-webkit-transform:unset;transform:unset;right:unset;top:calc(100% - 20px);left:calc(50% - 8px)}.button.small{height:48px;line-height:49px;margin:20px 0}.button.small:after,.button.small-with-glow:after{top:16px}.button.small-with-glow{height:48px;line-height:49px}.button.smallest{position:relative;display:inline-block;background-image:var(--gradient);font-family:var(--font-stack);font-size:14px;font-weight:var(--bold);color:#fff;text-transform:uppercase;text-decoration:none;padding:0 10px;height:32px;line-height:33px;white-space:nowrap;border-radius:70px;margin:0;letter-spacing:-.05em}.button.smallest-with-arrow{position:relative;display:inline-block;background-image:var(--gradient);font-family:var(--font-stack);font-size:14px;font-weight:var(--bold);color:#fff;text-transform:uppercase;text-decoration:none;padding:0 24px 0 10px;height:32px;line-height:33px;white-space:nowrap;border-radius:70px;margin:0;letter-spacing:-.05em}.button.smallest-with-arrow:after{top:8px;right:6px}.button:not(.small).noglow{margin:10px 0}.button.noglow{overflow:hidden;text-overflow:ellipsis;max-width:100%}.button.orange{background-image:linear-gradient(57deg,#e69e4e 3%,#f5b965 85%)}.button.white,.button.white-with-shadow,.button-secondary{background-image:none;background-color:#fff;color:var(--color-purple);font-weight:400}.button.white.bold{font-weight:var(--bold)}.button.button-secondary{border:2px solid var(--color-purple);height:unset}.button.white-with-shadow{-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.2);box-shadow:0 2px 6px #0003}.button.white-with-shadow:not(.share):not(.button-filter):after{background-image:var(--icon-dropdown-magenta)}.button.share,.button.button-filter{height:38px;background-color:#fff;color:var(--color-purple);font-size:14px!important;font-weight:var(--regular);background-repeat:no-repeat;background-position:12px center;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.2);box-shadow:0 2px 6px #0003;line-height:unset;padding-left:36px;padding-right:15px;margin:0}.button.share{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='21.6138776%25' y1='69.8376246%25' x2='92.1133721%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%2391368C' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E71D72' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Share' fill='url(%23linearGradient-1)' fill-rule='nonzero'%3E%3Cpath d='M12.8,9.6 C11.8374,9.6 10.976,10.0274 10.3892,10.7002 L6.3286,8.67 C6.3746,8.4538 6.4,8.2298 6.4,8 C6.4,7.7702 6.3746,7.5462 6.3286,7.3302 L10.3892,5.2998 C10.9758,5.9728 11.8374,6.4 12.8,6.4 C14.5672,6.4 16,4.9672 16,3.2 C16,1.4328 14.5672,0 12.8,0 C11.0328,0 9.6,1.4328 9.6,3.2 C9.6,3.4298 9.6254,3.6538 9.6714,3.8698 L5.6108,5.9002 C5.0242,5.2272 4.1628,4.8 3.2,4.8 C1.4328,4.8 0,6.2328 0,8 C0,9.7672 1.4328,11.2 3.2,11.2 C4.1628,11.2 5.024,10.7726 5.6108,10.0998 L9.6716,12.1302 C9.6254,12.3462 9.6,12.5702 9.6,12.8 C9.6,14.5672 11.0328,16 12.8,16 C14.5672,16 16,14.5672 16,12.8 C16,11.0328 14.5672,9.6 12.8,9.6 Z M12.8,1.6 C13.6836,1.6 14.4,2.3164 14.4,3.2 C14.4,4.0836 13.6836,4.8 12.8,4.8 C11.9164,4.8 11.2,4.0836 11.2,3.2 C11.2,2.3164 11.9164,1.6 12.8,1.6 Z M3.2,9.6 C2.3164,9.6 1.6,8.8836 1.6,8 C1.6,7.1164 2.3164,6.4 3.2,6.4 C4.0836,6.4 4.8,7.1164 4.8,8 C4.8,8.8836 4.0836,9.6 3.2,9.6 Z M12.8,14.4 C11.9164,14.4 11.2,13.6836 11.2,12.8 C11.2,11.9164 11.9164,11.2 12.8,11.2 C13.6836,11.2 14.4,11.9164 14.4,12.8 C14.4,13.6836 13.6836,14.4 12.8,14.4 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.button.button-filter{background-image:url("data:image/svg+xml,%0A%3Csvg width='20px' height='17px' viewBox='0 0 20 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='21.6138776%25' y1='64.2032697%25' x2='92.1133721%25' y2='14.2011834%25' id='linearGradient-s1re_w3at3-1'%3E%3Cstop stop-color='%2391368C' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E71D72' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Latest' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Comparison-Page---Mobile' transform='translate(-46.000000, -363.000000)'%3E%3Crect fill='%23FFFFFF' x='0' y='0' width='320' height='2831'%3E%3C/rect%3E%3Cg id='Group-2' transform='translate(0.000000, 342.500000)' fill='url(%23linearGradient-s1re_w3at3-1)' fill-rule='nonzero'%3E%3Cg id='Icon/Filter-2' transform='translate(46.349237, 21.346029)'%3E%3Cpath d='M4.36363636,0 C5.31367805,0 6.12189705,0.607215082 6.4213658,1.45471768 L18.1818182,1.45454545 C18.5834798,1.45454545 18.9090909,1.78015655 18.9090909,2.18181818 C18.9090909,2.58347982 18.5834798,2.90909091 18.1818182,2.90909091 L6.42101668,2.90990596 C6.12126929,3.75689281 5.3133091,4.36363636 4.36363636,4.36363636 C3.41396363,4.36363636 2.60600344,3.75689281 2.30625605,2.90990596 L0.727272727,2.90909091 C0.325611091,2.90909091 0,2.58347982 0,2.18181818 C0,1.78015655 0.325611091,1.45454545 0.727272727,1.45454545 L2.30590692,1.45471768 C2.60537568,0.607215082 3.41359468,0 4.36363636,0 Z M4.36363636,1.45454545 C3.96197473,1.45454545 3.63636364,1.78015655 3.63636364,2.18181818 C3.63636364,2.58347982 3.96197473,2.90909091 4.36363636,2.90909091 C4.765298,2.90909091 5.09090909,2.58347982 5.09090909,2.18181818 C5.09090909,1.78015655 4.765298,1.45454545 4.36363636,1.45454545 Z M14.5454545,5.81818182 C15.4951744,5.81818182 16.3031676,6.42498555 16.6028795,7.27203825 L18.1818182,7.27272727 C18.5834798,7.27272727 18.9090909,7.59833836 18.9090909,8 C18.9090909,8.40166164 18.5834798,8.72727273 18.1818182,8.72727273 L16.6028795,8.72796175 C16.3031676,9.57501445 15.4951744,10.1818182 14.5454545,10.1818182 C13.5957347,10.1818182 12.7877415,9.57501445 12.4880296,8.72796175 L0.727272727,8.72727273 C0.325611091,8.72727273 0,8.40166164 0,8 C0,7.59833836 0.325611091,7.27272727 0.727272727,7.27272727 L12.4880296,7.27203825 C12.7877415,6.42498555 13.5957347,5.81818182 14.5454545,5.81818182 Z M14.5454545,7.27272727 C14.1437929,7.27272727 13.8181818,7.59833836 13.8181818,8 C13.8181818,8.40166164 14.1437929,8.72727273 14.5454545,8.72727273 C14.9471162,8.72727273 15.2727273,8.40166164 15.2727273,8 C15.2727273,7.59833836 14.9471162,7.27272727 14.5454545,7.27272727 Z M7.27272727,11.6363636 C8.22240001,11.6363636 9.03036019,12.2431072 9.33010759,13.090094 L18.1818182,13.0909091 C18.5834798,13.0909091 18.9090909,13.4165202 18.9090909,13.8181818 C18.9090909,14.2198435 18.5834798,14.5454545 18.1818182,14.5454545 L9.33045671,14.5452823 C9.03098796,15.3927849 8.22276896,16 7.27272727,16 C6.32268559,16 5.51446659,15.3927849 5.21499783,14.5452823 L0.727272727,14.5454545 C0.325611091,14.5454545 0,14.2198435 0,13.8181818 C0,13.4165202 0.325611091,13.0909091 0.727272727,13.0909091 L5.21534696,13.090094 C5.51509435,12.2431072 6.32305454,11.6363636 7.27272727,11.6363636 Z M7.27272727,13.0909091 C6.87106564,13.0909091 6.54545455,13.4165202 6.54545455,13.8181818 C6.54545455,14.2198435 6.87106564,14.5454545 7.27272727,14.5454545 C7.67438891,14.5454545 8,14.2198435 8,13.8181818 C8,13.4165202 7.67438891,13.0909091 7.27272727,13.0909091 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.checkbox,input[type=checkbox],input[type=radio]:not(.checkbox){appearance:none;-moz-appearance:none;-webkit-appearance:none;display:inline-block;width:25px;height:25px;border-radius:50%;border:2px solid var(--grey-mid-dark2);background-color:#fff;cursor:pointer;line-height:normal;padding:0}input[type=checkbox],.checkbox{background-image:var(--icon-tick-light);background-position:5px 7px;background-repeat:no-repeat;margin:0 15px 0 0}input[type=checkbox]:checked,.checkbox:checked{background-color:var(--color-purple);border-color:var(--color-purple);background-image:var(--icon-tick-white)}input[type=radio]:not(.checkbox){margin:0 8px 0 0;position:relative}input[type=radio]:not(.checkbox):checked{background-color:#fff;border-color:var(--color-purple)}input[type=radio]:not(.checkbox):checked:after{content:"";display:block;width:13px;height:13px;background-color:var(--color-purple);border-radius:50%;position:absolute;top:4px;left:4px}span.required:after{content:"*";font-family:var(--font-stack);font-size:20px;color:var(--color-magenta)}label>span.required:after{vertical-align:top;font-size:16px}.textbox{position:relative;height:inherit;margin-bottom:1.5rem}.textbox label{display:block;margin-bottom:.5rem}.textbox input[type=text],.textbox input[type=search],.textbox input[type=number],.textbox input[type=email],.textbox textarea{width:100%;height:40px;padding:0 8px;font-family:var(--font-stack);font-size:16px;color:var(--color-text);border:1px solid var(--grey-mid-dark2);border-radius:3px;background:#fff}.textbox textarea{height:auto;padding:8px;resize:none}.textbox select{border:1px solid var(--grey-mid-dark2);margin-bottom:0}.textbox.focus label{font-size:12px;top:3px;z-index:2;white-space:nowrap;overflow:hidden;width:calc(100% - 16px);text-overflow:ellipsis}.textbox.error,select.error,.checkbox-label.error input[type=checkbox],.textbox.error input,.textbox.error select,.textbox.error textarea{border-color:var(--color-magenta)}.textbox.error:after,.checkbox-label.error:after{display:flex;justify-content:center;align-items:center;content:"!";width:16px;height:16px;border-radius:50%;background-color:var(--color-magenta);font-family:monospace;font-size:16px;color:#fff;text-align:center;line-height:10px;overflow:hidden;position:absolute;top:4px;right:0}.textbox .error-message{margin-top:.25rem;font-weight:500}.checkbox-label.error{position:relative}.checkbox-label.error:after{right:unset;left:-6px;top:-6px}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;height:42px;border:1px solid var(--grey-mid-dark2);border-radius:3px;background:#fff;margin-bottom:16px;font-size:16px;color:var(--color-text);padding:0 24px 0 8px;background-image:var(--icon-dropdown-magenta);background-repeat:no-repeat;background-position:calc(100% - 8px) center}.shopify-challenge__container{margin-top:30px!important;margin-bottom:30px!important}.shopify-challenge__container .shopify-challenge__button{position:relative;display:inline-block;background-image:var(--gradient);font-family:var(--font-stack);font-size:16px;font-weight:var(--bold);color:#fff;text-transform:uppercase;text-decoration:none;text-shadow:none;padding:0 20px;white-space:nowrap;border-radius:70px;letter-spacing:-.05em;cursor:pointer;height:48px;line-height:49px;margin:20px 0}.tabs{display:flex;background-color:#f9f2f8;border-left:3px solid #f9f2f8;border-right:3px solid #f9f2f8;height:65px;align-items:stretch;font-size:18px;color:var(--grey-dark);margin:0}.tabs li{display:flex;align-items:center;margin:0;padding-left:20px;padding-right:20px}.tabs li:not(:last-child){border-right:1px solid white}.tabs .active{background:var(--gradient);color:#fff;font-weight:var(--bold)}.tabs li:not(.active)>a{text-decoration:underline}.tabs.mobile{margin-left:-10px;margin-right:-10px;align-items:center;border-left:0;border-right:0;border-bottom:2px solid white}.tabs.mobile>div{width:100%;height:100%;display:flex;align-items:center;padding:0 10px;position:relative}.tabs.mobile>div:after{content:"";display:block;width:16px;height:16px;background-image:var(--icon-dropdown-magenta);background-position:center center;background-repeat:no-repeat;position:absolute;right:16px}.tabs.mobile>div.active:after{background-image:var(--icon-dropdown-white);transform:rotate(180deg)}.tabs.mobile a.tab-click{width:100%}.home-products-tabs ul{width:90%;margin:0 auto;position:relative}.home-products-tabs ul:after{content:"";display:block;width:100%;height:4px;position:absolute;z-index:0;bottom:0;background-color:var(--color-lilac);opacity:.3}.home-products-tabs li{position:relative;height:50px}.home-products-tabs li a:hover{text-decoration:none}.home-products-tabs li:not(.active){text-decoration:underline}.home-products-tabs li.active:before{content:"";display:block;position:absolute;z-index:1;height:4px;width:100%;bottom:0;background-color:var(--color-purple);background-image:var(--gradient)}.steps{counter-reset:steps}.step{position:relative;display:inline-block;width:34px;height:34px;color:#fff;font-size:16px;text-align:center;line-height:35px;border-radius:50%;background-image:var(--gradient);counter-increment:steps}.step:before{content:counter(steps)}.step:after{content:"";position:absolute;width:26px;height:26px;border:1px solid white;border-radius:50%;top:3px;left:3px}.step.large{width:46px;height:46px;line-height:47px;font-size:21px}.step.large:after{border:2px solid white;width:34px;height:34px;top:4px;left:4px}.step.inactive{background-image:none;background-color:var(--grey-mid)}.tag{display:inline-block;padding:0 7px;border-radius:3px;font-size:13px;font-weight:var(--regular);color:#fff;text-transform:uppercase;background-image:linear-gradient(57deg,#487ede 3%,#4ca9ea 85%);line-height:21px;overflow:hidden}.tag.orange{background-image:linear-gradient(57deg,#e69e4e 3%,#f5b965 85%)}.tag.purple{background-image:var(--gradient);color:#fff}.tag.green{background-image:linear-gradient(57deg,#31900e 3%,#33aa08 85%)}.tag.special-offer-badge{background:linear-gradient(90deg,#ea5053,#8a3f90)}.tag.tag-small{height:17px;line-height:17px;padding:0 3px;text-transform:none;font-weight:var(--bold)}.mobile>.tag{font-size:10px;font-weight:var(--bold);height:16px;line-height:16px;padding:0 4px}.card{position:relative;background-color:#fff;border-radius:5px;min-height:200px;margin-bottom:30px;overflow:hidden}.card.shadow{-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.1);box-shadow:0 4px 10px #0000001a}.card.shadow-dark{-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.2);box-shadow:0 4px 10px #0003}.card .head{padding:8px 8px 0;position:relative}.card .head.nopadding{padding:0}.card .head .subtitle{position:absolute;left:0;bottom:0;background:var(--color-magenta);color:#fff;padding:10px 16px;font-size:21px;font-family:var(--font-stack);font-weight:var(--bold)}.card .head img{width:100%}.card .head.border{border-bottom:1px solid var(--grey-light)}.card .head .tag{position:absolute;top:12px;left:16px}.card .body{padding:16px 16px 8px}.card .body .highlight{background-color:#fffacd;color:var(--grey-dark);display:inline-block;padding:0 2px}.card .foot{position:absolute;bottom:0;left:0;right:0}.card.card-with-foot{padding-bottom:68px}.background-lilac .card.shadow{-webkit-box-shadow:0 4px 6px 0 rgba(145,54,140,.2);box-shadow:0 4px 6px #91368c33}.box{border:3px solid var(--grey-mid);padding:12px;border-radius:5px;background:#fff}.box.lilac{background:#e7d8ec4d;border-color:#91368c24}.box.grey{background:var(--grey-light);border-color:var(--grey-mid)}header{position:relative;z-index:50}header #sectors{height:48px;background-color:#e7d8eca6;color:var(--color-purple)}@media screen and (min-width: 769px){header #site{padding-top:.5rem;padding-bottom:.5rem}}header #site,header #site>.flex{gap:2.5rem}header #actions{white-space:nowrap}header #actions .basket{position:relative}header #actions .basket .bubble{display:-webkit-box;display:-ms-flexbox;display:flex;width:24px;height:24px;border-radius:50%;background-image:var(--gradient);color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:-4px;top:6px;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}header #actions .basket .bubble:before{content:"";display:block;width:10px;height:10px;background-color:#fff;border-radius:50%}nav{--desktop-nav-height: 48px;position:relative;height:var(--desktop-nav-height);color:#fff;overflow-x:clip}nav:before,nav:after{content:"";display:block;position:absolute;top:0;width:50vw;height:var(--desktop-nav-height);z-index:0}nav:before{left:0;background-color:var(--color-purple)}nav:after{right:0;background-color:var(--color-magenta)}nav>.container{position:relative;z-index:1;background-image:linear-gradient(46deg,var(--color-purple) 75%,var(--color-magenta) 97%)}nav>.container{height:var(--desktop-nav-height)}nav .container>ul{gap:1rem}nav .container>ul>li{position:relative;font-size:1rem}nav .container>ul>li:not(.highlight-link,.highlight-link2):hover>a,nav .container>ul>li:not(.highlight-link,.highlight-link2).active>a{height:calc(var(--desktop-nav-height) - .5rem)}nav .container>ul>li>a{height:var(--desktop-nav-height);display:flex;align-items:center;text-align:center;position:relative;border-top-left-radius:5px;border-top-right-radius:5px}nav .container>ul:first-child>li>a{padding:.5rem}nav .container>ul>li:not(.highlight-link,.highlight-link2):hover>a,nav .container>ul>li:not(.highlight-link,.highlight-link2).active>a,nav .container>ul>li:not(.highlight-link,.highlight-link2):focus-within>a{margin-top:8px;background-color:#fff;color:#000;font-weight:var(--bold);position:relative;z-index:2}nav .container>ul>li:not(.highlight-link,.highlight-link2,.active):hover>a{font-weight:400}nav li.dropdown>ul{display:none}nav:not(.open) li.dropdown:hover ul{display:block;position:absolute;top:var(--desktop-nav-height);background:var(--color-purple);color:#fff;padding:8px 16px;white-space:nowrap;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.2);box-shadow:0 4px 4px #0003;border-bottom-left-radius:5px;border-bottom-right-radius:5px}nav:not(.open) li.dropdown:hover ul a{display:block;padding:8px 0}nav .link-separator{margin-right:16px}nav .link-separator:after{content:"";position:absolute;top:4px;bottom:4px;right:-17px;width:0;display:inline-flex;border-right:2px solid rgba(255,255,255,.18);padding:2px 22px 2px 0}nav .highlight-link>a span{background-color:#ffffff1a;border-radius:5px;padding:4px 10px;height:auto}nav .highlight-link2>a span{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:nowrap;border:2px solid rgba(255,255,255,.5);border-radius:5px;padding:2px 8px;height:auto;box-sizing:border-box}nav .highlight-link.active>a span,nav .highlight-link2.active>a span{background-color:#fff;color:var(--grey-dark);font-weight:var(--bold)}nav .highlight-link2.active>a span svg .the__arrow{fill:var(--color-magenta)}nav .shop-link.nav-megamenu a:after{display:none}.blog-megamenu-content,.nav-megamenu-content{visibility:hidden;background-color:#fff;position:absolute;color:var(--color-text);border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 3px 8px #0000003b;z-index:1}.nav-megamenu-section-label{display:flex;align-items:center;background-color:#f8f3f9;padding:0 0 0 8px;height:36px;position:relative}.nav-megamenu-section-label:after{content:"";display:block;width:24px;height:24px;background-color:#f8f3f9;transform:rotate(45deg);position:absolute;right:-12px;z-index:-1}.nav-megamenu-links{flex:1 auto}.nav-megamenu-content{right:unset;top:48px;left:0;min-width:720px;width:55rem}.nav-megamenu-content.narrow{min-width:520px;width:45rem}.nav-megamenu-content.wide{width:62.5rem}.nav-megamenu-content .quicklinks{grid-column:span 2}.nav-megamenu-content .quicklinks>*{margin-right:16px}.nav-megamenu-content ul.grid-2 li{margin-bottom:8px;padding-bottom:8px}.nav-megamenu-content .grid-2 .quicklinks{margin-top:1rem}.nav-megamenu-preview{width:364px;min-width:364px}.nav-megamenu-image{position:relative}.nav-megamenu-description .js--digital-logo{position:absolute;bottom:0;right:4px}.nav-megamenu-description .js--product-details-price:empty{display:none}.nav-megamenu-description div:empty{background-image:none}.nav-megamenu-grid.grid-3,.nav-megamenu-grid.grid-4{gap:.75rem}.nav-megamenu-popout{display:flex;flex-direction:column;position:relative;gap:0rem}.nav-megamenu-popout>li{width:calc(50% - 16px)}.nav-megamenu-popout>li>a{display:flex;height:30px;align-items:center}.nav-megamenu-popout li:hover>a{color:var(--grey-dark)}.nav-megamenu-popout>li:not(.quicklinks):hover>a{display:flex;align-items:center;background-color:#f8f3f9;padding:0 0 0 0rem;height:30px;position:relative;color:var(--color-purple)}.nav-megamenu .nav-megamenu-popout>li:hover>a>span{position:relative;z-index:2}.nav-megamenu .nav-megamenu-popout>li:not(.quicklinks):hover>a:before{content:"";display:block;background-color:#fff;position:absolute;width:15px;height:30px;top:0;right:0;z-index:0}.nav-megamenu .nav-megamenu-popout>li:not(.quicklinks):hover>a:after{content:"";display:block;width:21px;height:21px;background-color:#f8f3f9;transform:rotate(45deg);position:absolute;right:4px;z-index:1}.nav-megamenu .background-lilac-light .nav-megamenu-popout>li:hover>a,.nav-megamenu .background-lilac-light .nav-megamenu-popout>li:hover>a:after{background-color:#eee4f1}.nav-megamenu .background-lilac-light .nav-megamenu-popout li:hover>a:before{background-color:#f7f2f9}.nav-megamenu-popout ul{visibility:hidden;position:absolute;top:0;right:0;width:calc(50% + 16px);display:flex;flex-direction:column;gap:.5rem;min-height:100%}.nav-megamenu-popout ul>li{padding-left:1rem;color:var(--color-purple)}.nav-megamenu-popout>li:hover ul{visibility:visible}.nav-megamenu-popout.nav-megamenu-popout-inline>li{position:relative}.nav-megamenu-popout.nav-megamenu-popout-inline ul{left:100%;width:calc(100% + 16px)}.nav-megamenu-content .active-sector span{background-color:var(--color-purple);color:#fff;border-radius:4px;padding:0 .5rem;letter-spacing:-.05em}.nav-megamenu-content .active-sector span:before{content:"\2193";margin-right:5px}#usps{font-size:14px;color:var(--grey-mid-dark);-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,.2);box-shadow:0 3px 4px #0003;position:relative;z-index:45}#usps .container>div{height:60px;border-right:1px solid var(--grey-light)}#usps .container>div:last-child{border-right:none}footer #call-email{padding:20px 0}footer #supporters{padding-top:20px;padding-bottom:20px}footer #footer-links{padding-top:30px;padding-bottom:30px;background-color:var(--grey-light)}footer #social li{margin-bottom:20px}footer .axa-logo{text-align:right}#copyright .metafield-rich_text_field p{margin-bottom:0;word-break:break-word}#breadcrumb{font-size:14px;margin-top:16px;margin-bottom:16px}#breadcrumb li{display:inline-block;margin-bottom:0}#breadcrumb li:not(:last-child):after{content:"";display:inline-block;width:13px;height:13px;background-image:var(--icon-dropdown-magenta);background-position:center;background-repeat:no-repeat;background-size:12px auto;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin:0 3px 0 6px;position:relative;top:3px}#breadcrumb.white li:not(:last-child):after{background-image:var(--icon-dropdown-white)}#slides{position:relative;height:473px;background-color:var(--color-purple)}#slides .slide{position:relative;z-index:0;width:100%;height:473px;overflow:hidden}#slides .slide:before{content:"";width:100%;height:473px;position:absolute;top:0;left:75px;z-index:10;background-image:url(background@2x.png);background-position:top center;background-repeat:no-repeat;background-size:auto 100%}#slides .slide:after{content:"";width:calc(((100vw - var(--max-width)) / 6));position:absolute;right:0;top:0;bottom:0;background:var(--color-magenta);z-index:-1}#slides .container{position:relative;height:100%}#slides .slide-content{z-index:25}#slides .slide-content h1,#slides .slide-content h2,#slides .slide-content h3{margin-bottom:30px}#slides .slide-image{width:100%;overflow:hidden;position:absolute;top:0;left:0;z-index:0}#slides .slide-image>div{max-width:1550px;margin:0 auto}#slides .slide-image img{position:relative;left:43.5%}#slides #breadcrumb{position:absolute;top:16px;z-index:25;margin:0}#slides.static{height:auto}#slides.static .slide:before{background-size:auto 100%}#slides.static .slide-image{bottom:0}@media screen and (width: 768px){#slides .slide-content{width:50%}#slides .slide-image img{left:26.5%}}#stories .head,.package .head,.blog .head{background-position:center;background-size:cover;padding-bottom:100%;border-top-left-radius:5px;border-top-right-radius:5px;display:block}.tooltip{display:inline-block;width:20px;height:20px;margin-left:4px;font-weight:400!important;font-size:14px!important;color:var(--color-text)!important;text-transform:none!important;text-align:left!important;line-height:1.5em;cursor:pointer}.tooltip:before{content:"";display:block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='21.6138776%25' y1='69.8376246%25' x2='92.1133721%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%2391368C' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23E71D72' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Tooltip'%3E%3Cg id='Group'%3E%3Ccircle id='Oval' fill='url(%23linearGradient-1)' cx='12' cy='12' r='12'%3E%3C/circle%3E%3Cpath d='M13.0657187,15.1590947 C13.2052771,15.1590947 13.3131177,15.1210333 13.3892404,15.0449106 C13.4653632,14.9687878 13.5351424,14.8482601 13.598578,14.6833274 C13.6112652,14.5691433 13.642983,14.3534621 13.6937315,14.0362839 C13.7698543,13.6810444 13.918928,13.3480073 14.1409527,13.0371727 C14.3629775,12.726338 14.6769839,12.3552396 15.082972,11.9238772 C15.6412056,11.3148951 16.0630525,10.7756922 16.3485129,10.3062685 C16.6339733,9.83684478 16.7767035,9.28495474 16.7767035,8.65059837 C16.7767035,8.09236477 16.6212861,7.55316185 16.3104515,7.03298963 C15.9996169,6.51281741 15.5048189,6.08462686 14.8260576,5.74841798 C14.1472963,5.41220911 13.2813999,5.24410467 12.2283683,5.24410467 C11.2133981,5.24410467 10.3316427,5.4312398 9.58310223,5.80551006 C8.83456172,6.17978031 8.2604692,6.6714065 7.86082469,7.28038861 C7.46118018,7.88937073 7.2486708,8.54275779 7.22329654,9.24054979 C7.22329654,9.3801082 7.26452971,9.49429234 7.34699603,9.58310223 C7.42946236,9.67191213 7.53413116,9.71631707 7.66100244,9.71631707 L7.66100244,9.71631707 L9.31667256,9.71631707 C9.59578936,9.71631707 9.77975271,9.57041511 9.8685626,9.27861118 C10.1223051,8.04795982 10.8645021,7.43263414 12.0951535,7.43263414 C12.6406999,7.43263414 13.1069519,7.58487967 13.4939092,7.88937073 C13.8808666,8.19386179 14.0489711,8.60619343 13.9982226,9.12636565 C13.9728483,9.43085671 13.8554924,9.72266064 13.6461548,10.0017774 C13.4368172,10.2808942 13.1164672,10.6361338 12.6851049,11.0674961 C12.1268713,11.6257297 11.6891654,12.1332148 11.3719872,12.5899514 C11.054809,13.046688 10.8645021,13.5732038 10.8010665,14.1694988 C10.7883793,14.3090572 10.7820358,14.5120512 10.7820358,14.7784809 C10.7820358,14.8799779 10.8200972,14.9687878 10.8962199,15.0449106 C10.9723427,15.1210333 11.0674961,15.1590947 11.1816803,15.1590947 L11.1816803,15.1590947 L13.0657187,15.1590947 Z M13.0086266,18.7558953 C13.148185,18.7558953 13.2623692,18.7114904 13.3511791,18.6226805 C13.439989,18.5338706 13.4843939,18.42603 13.4843939,18.2991587 L13.4843939,18.2991587 L13.4843939,16.6054272 C13.4843939,16.478556 13.4368172,16.3707154 13.3416637,16.2819055 C13.2465103,16.1930956 13.1354979,16.1486907 13.0086266,16.1486907 L13.0086266,16.1486907 L11.1245882,16.1486907 C10.9977169,16.1486907 10.8898764,16.1930956 10.8010665,16.2819055 C10.7122566,16.3707154 10.6678516,16.478556 10.6678516,16.6054272 L10.6678516,16.6054272 L10.6678516,18.2991587 C10.6678516,18.42603 10.7122566,18.5338706 10.8010665,18.6226805 C10.8898764,18.7114904 10.9977169,18.7558953 11.1245882,18.7558953 L11.1245882,18.7558953 L13.0086266,18.7558953 Z' id='%3F' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:100% 100%;position:relative;top:3px;left:0;cursor:pointer}.tooltip.white:before{background-image:url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Tooltip-White' fill='%23FFFFFF'%3E%3Cg id='Group'%3E%3Cpath d='M12,0 C18.627417,0 24,5.372583 24,12 C24,18.627417 18.627417,24 12,24 C5.372583,24 0,18.627417 0,12 C0,5.372583 5.372583,0 12,0 Z M13.0086266,16.1486907 L11.1245882,16.1486907 C10.9977169,16.1486907 10.8898764,16.1930956 10.8010665,16.2819055 C10.734459,16.3485129 10.6928294,16.4258251 10.6761776,16.513842 L10.6678516,16.6054272 L10.6678516,18.2991587 C10.6678516,18.42603 10.7122566,18.5338706 10.8010665,18.6226805 C10.8676739,18.6892879 10.9449861,18.7309175 11.033003,18.7475694 L11.1245882,18.7558953 L13.0086266,18.7558953 C13.148185,18.7558953 13.2623692,18.7114904 13.3511791,18.6226805 C13.4177865,18.5560731 13.4594161,18.4787609 13.476068,18.3907439 L13.4843939,18.2991587 L13.4843939,16.6054272 C13.4843939,16.478556 13.4368172,16.3707154 13.3416637,16.2819055 C13.2702986,16.2152981 13.1900129,16.1736684 13.1008065,16.1570166 L13.0086266,16.1486907 Z M12.2283683,5.24410467 C11.2133981,5.24410467 10.3316427,5.4312398 9.58310223,5.80551006 C8.83456172,6.17978031 8.2604692,6.6714065 7.86082469,7.28038861 C7.46118018,7.88937073 7.2486708,8.54275779 7.22329654,9.24054979 C7.22329654,9.3801082 7.26452971,9.49429234 7.34699603,9.58310223 C7.40884578,9.64970965 7.48318442,9.69133929 7.57001194,9.70799114 L7.66100244,9.71631707 L9.31667256,9.71631707 C9.59578936,9.71631707 9.77975271,9.57041511 9.8685626,9.27861118 C10.1223051,8.04795982 10.8645021,7.43263414 12.0951535,7.43263414 C12.6406999,7.43263414 13.1069519,7.58487967 13.4939092,7.88937073 C13.8808666,8.19386179 14.0489711,8.60619343 13.9982226,9.12636565 C13.9728483,9.43085671 13.8554924,9.72266064 13.6461548,10.0017774 C13.4368172,10.2808942 13.1164672,10.6361338 12.6851049,11.0674961 C12.1268713,11.6257297 11.6891654,12.1332148 11.3719872,12.5899514 C11.054809,13.046688 10.8645021,13.5732038 10.8010665,14.1694988 C10.7883793,14.3090572 10.7820358,14.5120512 10.7820358,14.7784809 C10.7820358,14.8799779 10.8200972,14.9687878 10.8962199,15.0449106 C10.953312,15.1020026 11.0211088,15.1376852 11.0996104,15.1519582 L11.1816803,15.1590947 L13.0657187,15.1590947 C13.2052771,15.1590947 13.3131177,15.1210333 13.3892404,15.0449106 C13.4653632,14.9687878 13.5351424,14.8482601 13.598578,14.6833274 C13.6112652,14.5691433 13.642983,14.3534621 13.6937315,14.0362839 C13.7698543,13.6810444 13.918928,13.3480073 14.1409527,13.0371727 C14.3629775,12.726338 14.6769839,12.3552396 15.082972,11.9238772 C15.6412056,11.3148951 16.0630525,10.7756922 16.3485129,10.3062685 C16.6339733,9.83684478 16.7767035,9.28495474 16.7767035,8.65059837 C16.7767035,8.09236477 16.6212861,7.55316185 16.3104515,7.03298963 C15.9996169,6.51281741 15.5048189,6.08462686 14.8260576,5.74841798 C14.1472963,5.41220911 13.2813999,5.24410467 12.2283683,5.24410467 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.tooltip>span{display:none;position:absolute;background-color:#fff;z-index:10;padding:12px;border-radius:5px;-webkit-box-shadow:0 4px 10px 0 rgba(121,121,121,.25);box-shadow:0 4px 10px #79797940}.tooltip>span:before{content:"";display:block;width:12px;height:12px;background-color:#fff;position:absolute;bottom:-6px;right:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.tooltip:hover>span{display:block}dialog{margin:auto;border-radius:2rem;padding:2rem;font-weight:400;box-shadow:0 10px 20px #00000026;background-color:#fff;max-width:1000px}dialog::backdrop{background-color:#000000bf}dialog .dialog-content{position:relative;font-size:1.125rem}dialog .dialog-close,#modal #modal-close{position:absolute;right:-.5rem;top:-.5rem;z-index:1}#modal{position:fixed;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:100;background-color:#00000059}#modal #modal-container{position:relative;width:600px;max-height:calc(100vh - 100px);background-color:#fff;-webkit-box-shadow:0 10px 30px 0 rgba(0,0,0,.5);box-shadow:0 10px 30px #00000080;border-radius:5px;padding:44px 16px 16px;overflow-y:auto}#modal #modal-container.wide{width:900px}#modal #modal-close{position:absolute;right:16px;top:16px}.bullet{position:relative;margin-left:20px}.bullet:before{content:"";display:inline-block;width:4px;height:4px;background-color:var(--color-magenta);border-radius:10px;position:absolute;top:6px;left:-14px}#page-header,#page-howitworks .content{position:relative}#page-header-image .content p:last-child{margin-bottom:0}#page-header-image>div{box-shadow:-5px 10px 10px #00000026;overflow:hidden;margin-bottom:1.5rem}.share-buttons{position:relative;display:inline-block}.sharethis-inline-share-buttons{position:absolute;z-index:1;padding:8px 8px 4px;right:0;top:46px;background-color:#fff;white-space:nowrap;border-radius:5px;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.2);box-shadow:0 2px 6px #0003}.sharethis-inline-share-buttons li{margin:0 4px}.sharethis-inline-share-buttons li a{display:block}.share-buttons.center{margin-bottom:30px}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.video-embed iframe,.video-embed object,.video-embed embed{position:absolute;top:0;left:0;width:100%;height:100%}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(231,29,114,.6);box-shadow:0 0 #e71d7299}70%{-webkit-box-shadow:0 0 0 20px rgba(231,29,114,0);box-shadow:0 0 0 20px #e71d7200}to{-webkit-box-shadow:0 0 0 0 rgba(231,29,114,0);box-shadow:0 0 #e71d7200}}@keyframes arrow{0%{right:20px;opacity:0}50%{right:13px;opacity:1}75%{opacity:1}to{opacity:0}}@keyframes tooltip{0%{opacity:0;bottom:48px}25%{opacity:1;bottom:32px}to{opacity:1;bottom:32px}}.swiper{--swiper-pagination-bullet-inactive-opacity: 1}body .swiper .swiper-pagination{bottom:24px}body .swiper .swiper-pagination-bullet{width:30px;height:5px;background-color:#fff3;margin:0 4px;border-radius:8px;text-indent:-100px;overflow:hidden}body .swiper .swiper-pagination-bullet-active{background-color:#fff}#_evidon-banner-content li{list-style:disc}
/*# sourceMappingURL=/cdn/shop/t/176/assets/default.css.map */
