.progress-tracker{margin:60px auto;padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:flex}.progress-step{-webkit-box-flex:1;-webkit-flex:1;flex:1;min-width:24px;margin:0;padding:0}.progress-step:last-child{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0}.progress-step:last-child .progress-marker:after{display:none}.progress-link,.progress-marker{display:block;position:relative}.progress-marker:before{content:attr(data-text);z-index:20;border-radius:50%;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:24px;height:24px;padding-bottom:2px;-webkit-transition:background-color .3s,border-color .3s;transition:background-color .3s,border-color .3s;display:-webkit-box;display:-webkit-flex;display:flex;position:relative}.progress-marker:after{content:"";z-index:-10;width:100%;height:4px;-webkit-transition:background-color .3s,background-position .3s;transition:background-color .3s,background-position .3s;display:block;position:absolute;top:10px;right:-12px}.progress-text{text-overflow:ellipsis;padding:8px;display:block;overflow:hidden}.progress-title{margin-top:0}.progress-step .progress-marker{color:#fff}.progress-step .progress-marker:before,.progress-step .progress-marker:after{background-color:#b6b6b6}.progress-step .progress-text{color:#333}.progress-step.is-active .progress-marker:before{background-color:#2196f3}.progress-step.is-complete .progress-marker:before,.progress-step.is-progress .progress-marker:before{background-color:#1976d2}.progress-step.is-complete .progress-marker:after,.progress-step.is-progress .progress-marker:after{background-color:#868686}.progress-step.is-progress-10 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.1,#868686),color-stop(.1,#b6b6b6));background-image:linear-gradient(90deg,#868686 10%,#b6b6b6 10%)}.progress-step.is-progress-20 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.2,#868686),color-stop(.2,#b6b6b6));background-image:linear-gradient(90deg,#868686 20%,#b6b6b6 20%)}.progress-step.is-progress-30 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.3,#868686),color-stop(.3,#b6b6b6));background-image:linear-gradient(90deg,#868686 30%,#b6b6b6 30%)}.progress-step.is-progress-40 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.4,#868686),color-stop(.4,#b6b6b6));background-image:linear-gradient(90deg,#868686 40%,#b6b6b6 40%)}.progress-step.is-progress-50 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.5,#868686),color-stop(.5,#b6b6b6));background-image:linear-gradient(90deg,#868686 50%,#b6b6b6 50%)}.progress-step.is-progress-60 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.6,#868686),color-stop(.6,#b6b6b6));background-image:linear-gradient(90deg,#868686 60%,#b6b6b6 60%)}.progress-step.is-progress-70 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.7,#868686),color-stop(.7,#b6b6b6));background-image:linear-gradient(90deg,#868686 70%,#b6b6b6 70%)}.progress-step.is-progress-80 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.8,#868686),color-stop(.8,#b6b6b6));background-image:linear-gradient(90deg,#868686 80%,#b6b6b6 80%)}.progress-step.is-progress-90 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.9,#868686),color-stop(.9,#b6b6b6));background-image:linear-gradient(90deg,#868686 90%,#b6b6b6 90%)}.progress-step:hover .progress-marker:before{background-color:#56adf5}.progress-tracker--text .progress-step:last-child,.progress-tracker--center .progress-step:last-child,.progress-tracker--right .progress-step:last-child{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.progress-tracker--center{text-align:center}.progress-tracker--center .progress-marker:before,.progress-tracker--center .progress-text--dotted:before{margin-left:auto;margin-right:auto}.progress-tracker--center .progress-marker:after{right:-50%}.progress-tracker--right{text-align:right}.progress-tracker--right .progress-marker:before,.progress-tracker--right .progress-text--dotted:before{margin-left:auto}.progress-tracker--right .progress-marker:after{right:-webkit-calc(-100% + 12px);right:calc(12px - 100%)}.progress-tracker--spaced .progress-marker:after{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);margin-left:20px;margin-right:20px}.progress-tracker--border{border:2px solid #333;border-radius:32px;padding:4px}.progress-tracker--theme-red .progress-step .progress-marker{color:#fff}.progress-tracker--theme-red .progress-step .progress-marker:before,.progress-tracker--theme-red .progress-step .progress-marker:after{background-color:#666}.progress-tracker--theme-red .progress-step .progress-text{color:#333}.progress-tracker--theme-red .progress-step.is-active .progress-marker:before{background-color:#a62d24}.progress-tracker--theme-red .progress-step.is-complete .progress-marker:before{background-color:#d93b30}.progress-tracker--theme-red .progress-step.is-complete .progress-marker:after{background-color:#333}.progress-tracker--theme-red .progress-step:hover .progress-marker:before{background-color:#df7b74}.progress-text--dotted:before{content:"";background-image:-webkit-repeating-radial-gradient(circle at 50% 6px,#b6b6b6,#b6b6b6 5px,rgba(182,182,182,.5) 5.5px,rgba(182,182,182,.01) 6px,transparent 100%);background-image:repeating-radial-gradient(circle at 50% 6px,#b6b6b6,#b6b6b6 5px,rgba(182,182,182,.5) 5.5px,rgba(182,182,182,.01) 6px,transparent 100%);background-size:12px 18px;width:12px;height:12px;margin:6px -2px;display:block}.progress-text--dotted-1:before{height:12px}.progress-text--dotted-2:before{height:30px}.progress-text--dotted-3:before{height:48px}.progress-text--dotted-4:before{height:66px}.progress-text--dotted-5:before{height:84px}.progress-text--dotted-6:before{height:102px}.progress-text--dotted-7:before{height:120px}.progress-text--dotted-8:before{height:138px}.progress-text--dotted-9:before{height:156px}.progress-text--dotted-10:before{height:174px}.progress-text--dotted-11:before{height:192px}.progress-text--dotted-12:before{height:210px}.progress-tracker--text-top .progress-text{height:100%}.progress-tracker--text-top .progress-marker{top:-24px}.progress-tracker--text-inline{overflow:hidden}.progress-tracker--text-inline .progress-step,.progress-tracker--text-inline .progress-marker{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.progress-tracker--text-inline .progress-marker{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.progress-tracker--text-inline .progress-marker:after{top:auto}.progress-tracker--text-inline .progress-text{z-index:30;white-space:nowrap;background-color:#fff;max-width:70%;padding-top:0;padding-bottom:0;position:relative}.progress-tracker--text-inline .progress-marker .progress-text{display:inline-block}.progress-tracker--text-inline .progress-title{margin:0}.progress-tracker--square .progress-marker:before{border-radius:0}.progress-tracker--square .progress-marker:after{top:auto;bottom:0}@media (max-width:575px){.progress-tracker-wrapper{-webkit-scroll-snap-type:x proximity;-ms-scroll-snap-type:x proximity;scroll-snap-type:x proximity;overflow-x:auto}.progress-tracker-wrapper .progress-step{scroll-snap-align:start;min-width:50%}}.progress-tracker--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.progress-tracker--vertical .progress-step{-webkit-box-flex:1;-webkit-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:flex}.progress-tracker--vertical.progress-tracker--right .progress-step{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.progress-tracker--vertical .progress-marker:after{width:4px;height:100%;top:12px;left:10px;right:auto}.progress-tracker--vertical .progress-text{padding:0 12px 24px}@-webkit-keyframes scale-up{0%{opacity:1;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}to{opacity:0;-webkit-transform:translate(-50%,-50%)scale(1);transform:translate(-50%,-50%)scale(1)}}@keyframes scale-up{0%{opacity:1;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}to{opacity:0;-webkit-transform:translate(-50%,-50%)scale(1);transform:translate(-50%,-50%)scale(1)}}.anim-ripple .progress-link:before,.anim-ripple-large .progress-link:before,.anim-ripple-splash .progress-link:before{content:"";z-index:30;visibility:hidden;background:rgba(0,0,0,.3);border-radius:50%;width:24px;height:24px;display:block;position:absolute;top:12px;left:12px;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}.anim-ripple .progress-link:not(:active):before,.anim-ripple-large .progress-link:not(:active):before,.anim-ripple-splash .progress-link:not(:active):before{-webkit-animation:.3s ease-out scale-up;animation:.3s ease-out scale-up}.anim-ripple .progress-link:focus:before,.anim-ripple-large .progress-link:focus:before,.anim-ripple-splash .progress-link:focus:before{visibility:visible}.anim-ripple.progress-tracker--center .progress-link:before,.anim-ripple.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple .progress-link:before,.progress-tracker--center .anim-ripple .progress-link:after,.anim-ripple-large.progress-tracker--center .progress-link:before,.anim-ripple-large.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple-large .progress-link:before,.progress-tracker--center .anim-ripple-large .progress-link:after,.anim-ripple-splash.progress-tracker--center .progress-link:before,.anim-ripple-splash.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple-splash .progress-link:before,.progress-tracker--center .anim-ripple-splash .progress-link:after,.anim-ripple-double.progress-tracker--center .progress-link:before,.anim-ripple-double.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple-double .progress-link:before,.progress-tracker--center .anim-ripple-double .progress-link:after{left:50%}.anim-ripple.progress-tracker--right .progress-link:before,.anim-ripple.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple .progress-link:before,.progress-tracker--right .anim-ripple .progress-link:after,.anim-ripple-large.progress-tracker--right .progress-link:before,.anim-ripple-large.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple-large .progress-link:before,.progress-tracker--right .anim-ripple-large .progress-link:after,.anim-ripple-splash.progress-tracker--right .progress-link:before,.anim-ripple-splash.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple-splash .progress-link:before,.progress-tracker--right .anim-ripple-splash .progress-link:after,.anim-ripple-double.progress-tracker--right .progress-link:before,.anim-ripple-double.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple-double .progress-link:before,.progress-tracker--right .anim-ripple-double .progress-link:after{left:-webkit-calc(100% - 12px);left:calc(100% - 12px)}.anim-ripple-splash .progress-link:before{width:48px;height:48px;-webkit-box-shadow:0 0 6px 6px rgba(0,0,0,.35);box-shadow:0 0 6px 6px rgba(0,0,0,.35)}.anim-ripple-double .progress-link:before,.anim-ripple-double .progress-link:after{content:"";z-index:30;visibility:hidden;background:0 0;border:3px solid rgba(0,0,0,.3);border-radius:50%;width:24px;height:24px;display:block;position:absolute;top:12px;left:12px;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}.anim-ripple-double .progress-link:not(:active):before,.anim-ripple-double .progress-link:not(:active):after{-webkit-animation:.3s ease-out scale-up;animation:.3s ease-out scale-up}.anim-ripple-double .progress-link:not(:active):after{-webkit-animation-delay:.15s;animation-delay:.15s}.anim-ripple-double .progress-link:focus:before,.anim-ripple-double .progress-link:focus:after{visibility:visible}.anim--large .progress-link:before,.anim--large .progress-link:after{width:48px;height:48px}.anim--path .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.5,#b6b6b6),color-stop(.5,#868686));background-image:linear-gradient(90deg,#b6b6b6 50%,#868686 50%);background-position:0 100%;background-size:200% 100%;-webkit-transition:background-position .3s ease-out;transition:background-position .3s ease-out}.progress-step.is-complete .anim--path .progress-marker:after,.anim--path .progress-step.is-complete .progress-marker:after{background-position:-100% 100%}[dir=rtl] .progress-marker:after{left:-12px;right:auto}[dir=rtl] .progress-tracker--center .progress-marker:after{left:-50%}@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.progress-tracker-container{z-index:5;border-radius:10px 0 0 10px;padding:0 10px;position:fixed;top:15%;right:30px}@media screen and (max-width:767px){.progress-tracker-container{padding:0;top:0%;right:10px}}.progress-tracker-container .progress-marker:before{background-color:#fff;border:2px solid #002d72;width:19px;height:18px;margin-left:1px}@media screen and (max-width:767px){.progress-tracker-container .progress-marker:before{background-color:#002d72}}.progress-tracker-container .progress-marker:after{display:none}.progress-tracker-container .progress-step:hover .progress-marker:before{background-color:#002d72}.progress-tracker-container .progress-text{color:#002d72;text-align:right;width:255px;height:70px;padding:unset;padding-bottom:45px;padding-right:10px;font-size:11px;line-height:14px;-webkit-transform:translate(20px);transform:translate(20px)}.progress-tracker-container .progress-text span{border:1px solid #002d72;border-right:unset;visibility:hidden;text-align:center;border-radius:20px;width:250px;height:24px;padding-top:5px;padding-right:20px;display:block}.progress-tracker-container .progress-text:hover{text-decoration:none}.progress-tracker-container .progress-text:hover span{visibility:visible;color:#fff;background-color:#002d72}@media screen and (max-width:767px){.progress-tracker-container .progress-text{color:#002d72}}.progress-tracker-container .progress-step.is-active .progress-text span{color:#fff;visibility:visible;background-color:#002d72}.progress-tracker-container .progress-step.is-active .progress-marker:before{background-color:#002d72}.progress-tracker-container .progress-tracker.progress-tracker--vertical{margin:10px auto}@media screen and (max-width:767px){.progress-tracker-container .ob-mainAsset-wrapper img{width:60px;height:60px}}.progress-tracker-container{-webkit-animation:1s ease-in slideInTrackerFromLeft;animation:1s ease-in slideInTrackerFromLeft}@-webkit-keyframes slideInTrackerFromLeft{0%{opacity:0;-webkit-transform:translate(30%);transform:translate(30%)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes slideInTrackerFromLeft{0%{opacity:0;-webkit-transform:translate(30%);transform:translate(30%)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}.progress-header-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.progress-header-container .progress-header-text{color:#002d72;font-size:7vw;font-weight:900;line-height:7.436vw}@media screen and (max-width:767px){.progress-tracker-container.visible{background-color:rgba(0,0,0,.5);width:100vw;height:100%;top:0;right:0;-webkit-box-shadow:0 0 17px 2px;box-shadow:0 0 17px 2px;border-radius:unset!important}.progress-tracker-container.visible .ob-mainAsset-wrapper{padding:20px}.progress-tracker-container.visible .ob-mainAsset-wrapper img{width:20px;height:20px}.progress-tracker-container.visible .progress-header-container{background-color:#fff}.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical{background-color:#fff;margin:0 auto;padding:0 10px}.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical .progress-step{-webkit-box-flex:unset;-webkit-flex:unset;flex:unset;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical .progress-step .progress-marker{display:none}.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical .progress-step button{text-align:left;border-bottom:1px solid rgba(0,32,114,.1);width:90%;height:55px;margin:0 auto;padding:0;line-height:55px;-webkit-transform:translate(0);transform:translate(0)}}@media screen and (max-width:767px) and (max-width:767px){.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical .progress-step button{font-family:Hurme Semi Bold;font-size:16px}}@media screen and (max-width:767px){.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical .progress-step:last-child button{border:unset}}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.beforeAfterContainer,.beforeAfterContainerSmile{width:50vw;height:50vw;margin:auto;display:block}@media screen and (min-width:992px){.beforeAfterContainer,.beforeAfterContainerSmile{-webkit-transform:translate(-7vw);transform:translate(-7vw)}}@media screen and (max-width:991px){.beforeAfterContainer,.beforeAfterContainerSmile{width:90vw;height:60vw}}@media screen and (max-width:800px){.beforeAfterContainer .slick-next,.beforeAfterContainerSmile .slick-next{right:5px}.beforeAfterContainer .slick-prev,.beforeAfterContainerSmile .slick-prev{left:5px}}.beforeAfterContainer .beforeAfterGlider,.beforeAfterContainer .beforeAfterGliderSmile,.beforeAfterContainerSmile .beforeAfterGlider,.beforeAfterContainerSmile .beforeAfterGliderSmile{width:100%;position:relative;overflow:hidden}.beforeAfterContainer .afterImageContainer,.beforeAfterContainerSmile .afterImageContainer{display:block}.beforeAfterContainer .beforeImageContainer,.beforeAfterContainer .beforeImageContainerSmile,.beforeAfterContainerSmile .beforeImageContainer,.beforeAfterContainerSmile .beforeImageContainerSmile{z-index:2;width:40%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.beforeAfterContainer .beforeImageContainer img,.beforeAfterContainer .beforeImageContainerSmile img,.beforeAfterContainerSmile .beforeImageContainer img,.beforeAfterContainerSmile .beforeImageContainerSmile img{max-width:unset;max-height:100%}.beforeAfterContainer .gliderSlider,.beforeAfterContainer .gliderSliderSmile,.beforeAfterContainerSmile .gliderSlider,.beforeAfterContainerSmile .gliderSliderSmile{z-index:5;touch-action:pan-y;background:#002d72;border:1px solid #002d72;border-radius:50%;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:48px;height:48px;margin-top:-110px;margin-left:-30px;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:50%;left:41%}@media screen and (max-width:767px){.beforeAfterContainer .gliderSlider,.beforeAfterContainer .gliderSliderSmile,.beforeAfterContainerSmile .gliderSlider,.beforeAfterContainerSmile .gliderSliderSmile{margin-top:-40px;scale:.7}}.beforeAfterContainer .gliderSlider:before,.beforeAfterContainer .gliderSlider:after,.beforeAfterContainer .gliderSliderSmile:before,.beforeAfterContainer .gliderSliderSmile:after,.beforeAfterContainerSmile .gliderSlider:before,.beforeAfterContainerSmile .gliderSlider:after,.beforeAfterContainerSmile .gliderSliderSmile:before,.beforeAfterContainerSmile .gliderSliderSmile:after{content:" ";background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(.33,#002d72),from(rgba(255,255,255,0)));background-image:linear-gradient(#002d72 33%,rgba(255,255,255,0) 0%);background-position:100%;background-repeat:repeat-y;background-size:1px 7px;width:1px;height:1000vh;display:block;position:absolute;left:50%}.beforeAfterContainer .gliderSlider .arrowLeft,.beforeAfterContainer .gliderSliderSmile .arrowLeft,.beforeAfterContainerSmile .gliderSlider .arrowLeft,.beforeAfterContainerSmile .gliderSliderSmile .arrowLeft{background:#fff;width:12px;height:2px;position:relative;left:7px}.beforeAfterContainer .gliderSlider .arrowRight,.beforeAfterContainer .gliderSliderSmile .arrowRight,.beforeAfterContainerSmile .gliderSlider .arrowRight,.beforeAfterContainerSmile .gliderSliderSmile .arrowRight{background:#fff;width:12px;height:2px;position:relative;right:-15px}.beforeAfterContainer .gliderSlider .arrowRight:after,.beforeAfterContainer .gliderSliderSmile .arrowRight:after,.beforeAfterContainerSmile .gliderSlider .arrowRight:after,.beforeAfterContainerSmile .gliderSliderSmile .arrowRight:after{content:"";border-top:2px solid #fff;border-right:2px solid #fff;width:12px;height:12px;position:absolute;top:-5px;right:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.beforeAfterContainer .gliderSlider .arrowLeft:after,.beforeAfterContainer .gliderSliderSmile .arrowLeft:after,.beforeAfterContainerSmile .gliderSlider .arrowLeft:after,.beforeAfterContainerSmile .gliderSliderSmile .arrowLeft:after{content:"";border-top:2px solid #fff;border-right:2px solid #fff;width:12px;height:12px;position:absolute;top:-5px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.aeon-cashback-layout .LazyLoad.is-visible{width:100%;height:100%}.aeon-cashback-layout .dental-ci-intro-content{color:#fff;text-align:center;background-color:#0a2562;padding:20px}.aeon-cashback-layout .dental-ci-intro-content p{font-size:2.5rem}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-intro-content p{font-size:1.7rem;line-height:1.45}}.aeon-cashback-layout .dental-ci-intro-content h1{font-size:2.3em;font-weight:400;line-height:5.5rem}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-intro-content h1{font-size:2.5em;font-weight:400}}.aeon-cashback-layout .dental-ci-intro-content .dental-ci-disclaimer{font-size:2rem}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-intro-content .dental-ci-disclaimer{font-size:1.3rem}.aeon-cashback-layout .dental-ci-intro-content span{display:block}}.aeon-cashback-layout .dental-ci-summary-one,.aeon-cashback-layout .dental-ci-summary-two{width:70%;margin:2rem auto}.aeon-cashback-layout .dental-ci-summary-one img,.aeon-cashback-layout .dental-ci-summary-two img{width:100%}@media screen and (max-width:767px){.aeon-cashback-layout .dental-ci-summary-one,.aeon-cashback-layout .dental-ci-summary-two{width:90%}}.aeon-cashback-layout .dental-ci-summary-one a,.aeon-cashback-layout .dental-ci-summary-two div{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:flex}.aeon-cashback-layout .dental-ci-html-product-block,.aeon-cashback-layout .dental-ci-html-link-block,.aeon-cashback-layout .dental-ci-html-step1-block{margin-top:7%}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-html-step1-block{margin-top:10%}}.aeon-cashback-layout .dental-ci-html-step1-block.header .ob-mainAsset-wrapper{width:70%;margin:0 auto}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-html-step1-block.header .ob-mainAsset-wrapper{width:90%}}.aeon-cashback-layout .dental-ci-html-product-block,.aeon-cashback-layout .dental-ci-html-link-block,.aeon-cashback-layout .dental-ci-html-step1-block,.aeon-cashback-layout .dental-ci-html-step2-block,.aeon-cashback-layout .dental-ci-html-step3-block,.aeon-cashback-layout .ob-three-step-header,.aeon-cashback-layout .ob-map-title{text-align:center}.aeon-cashback-layout .dental-ci-html-product-block h3,.aeon-cashback-layout .dental-ci-html-product-block h2,.aeon-cashback-layout .dental-ci-html-link-block h3,.aeon-cashback-layout .dental-ci-html-link-block h2,.aeon-cashback-layout .dental-ci-html-step1-block h3,.aeon-cashback-layout .dental-ci-html-step1-block h2,.aeon-cashback-layout .dental-ci-html-step2-block h3,.aeon-cashback-layout .dental-ci-html-step2-block h2,.aeon-cashback-layout .dental-ci-html-step3-block h3,.aeon-cashback-layout .dental-ci-html-step3-block h2,.aeon-cashback-layout .ob-three-step-header h3,.aeon-cashback-layout .ob-three-step-header h2,.aeon-cashback-layout .ob-map-title h3,.aeon-cashback-layout .ob-map-title h2{color:#fff;background:#003882;width:70%;margin:0 auto;padding:1%;font-size:4.5rem}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-html-product-block h3,.aeon-cashback-layout .dental-ci-html-product-block h2,.aeon-cashback-layout .dental-ci-html-link-block h3,.aeon-cashback-layout .dental-ci-html-link-block h2,.aeon-cashback-layout .dental-ci-html-step1-block h3,.aeon-cashback-layout .dental-ci-html-step1-block h2,.aeon-cashback-layout .dental-ci-html-step2-block h3,.aeon-cashback-layout .dental-ci-html-step2-block h2,.aeon-cashback-layout .dental-ci-html-step3-block h3,.aeon-cashback-layout .dental-ci-html-step3-block h2,.aeon-cashback-layout .ob-three-step-header h3,.aeon-cashback-layout .ob-three-step-header h2,.aeon-cashback-layout .ob-map-title h3,.aeon-cashback-layout .ob-map-title h2{width:90%;padding:3%;font-size:2.5rem}}.aeon-cashback-layout .dental-ci-html-product-block .ob-mainAsset-wrapper-img,.aeon-cashback-layout .dental-ci-html-link-block .ob-mainAsset-wrapper-img,.aeon-cashback-layout .dental-ci-html-step1-block .ob-mainAsset-wrapper-img,.aeon-cashback-layout .dental-ci-html-step2-block .ob-mainAsset-wrapper-img,.aeon-cashback-layout .dental-ci-html-step3-block .ob-mainAsset-wrapper-img,.aeon-cashback-layout .ob-three-step-header .ob-mainAsset-wrapper-img,.aeon-cashback-layout .ob-map-title .ob-mainAsset-wrapper-img{width:65%}.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info,.aeon-cashback-layout .dental-ci-html-link-block .dental-ci-html-product-info,.aeon-cashback-layout .dental-ci-html-step1-block .dental-ci-html-product-info,.aeon-cashback-layout .dental-ci-html-step2-block .dental-ci-html-product-info,.aeon-cashback-layout .dental-ci-html-step3-block .dental-ci-html-product-info,.aeon-cashback-layout .ob-three-step-header .dental-ci-html-product-info,.aeon-cashback-layout .ob-map-title .dental-ci-html-product-info{margin-top:30px;font-size:1.8rem}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info,.aeon-cashback-layout .dental-ci-html-link-block .dental-ci-html-product-info,.aeon-cashback-layout .dental-ci-html-step1-block .dental-ci-html-product-info,.aeon-cashback-layout .dental-ci-html-step2-block .dental-ci-html-product-info,.aeon-cashback-layout .dental-ci-html-step3-block .dental-ci-html-product-info,.aeon-cashback-layout .ob-three-step-header .dental-ci-html-product-info,.aeon-cashback-layout .ob-map-title .dental-ci-html-product-info{padding-left:5%;padding-right:5%;font-size:1.9rem}}.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info a,.aeon-cashback-layout .dental-ci-html-link-block .dental-ci-html-product-info a,.aeon-cashback-layout .dental-ci-html-step1-block .dental-ci-html-product-info a,.aeon-cashback-layout .dental-ci-html-step2-block .dental-ci-html-product-info a,.aeon-cashback-layout .dental-ci-html-step3-block .dental-ci-html-product-info a,.aeon-cashback-layout .ob-three-step-header .dental-ci-html-product-info a,.aeon-cashback-layout .ob-map-title .dental-ci-html-product-info a{font-size:2.6rem;text-decoration:underline}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info a,.aeon-cashback-layout .dental-ci-html-link-block .dental-ci-html-product-info a,.aeon-cashback-layout .dental-ci-html-step1-block .dental-ci-html-product-info a,.aeon-cashback-layout .dental-ci-html-step2-block .dental-ci-html-product-info a,.aeon-cashback-layout .dental-ci-html-step3-block .dental-ci-html-product-info a,.aeon-cashback-layout .ob-three-step-header .dental-ci-html-product-info a,.aeon-cashback-layout .ob-map-title .dental-ci-html-product-info a{font-size:1.9rem}.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info a span,.aeon-cashback-layout .dental-ci-html-link-block .dental-ci-html-product-info a span,.aeon-cashback-layout .dental-ci-html-step1-block .dental-ci-html-product-info a span,.aeon-cashback-layout .dental-ci-html-step2-block .dental-ci-html-product-info a span,.aeon-cashback-layout .dental-ci-html-step3-block .dental-ci-html-product-info a span,.aeon-cashback-layout .ob-three-step-header .dental-ci-html-product-info a span,.aeon-cashback-layout .ob-map-title .dental-ci-html-product-info a span{display:block}}.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info p,.aeon-cashback-layout .dental-ci-html-link-block .dental-ci-html-product-info p,.aeon-cashback-layout .dental-ci-html-step1-block .dental-ci-html-product-info p,.aeon-cashback-layout .dental-ci-html-step2-block .dental-ci-html-product-info p,.aeon-cashback-layout .dental-ci-html-step3-block .dental-ci-html-product-info p,.aeon-cashback-layout .ob-three-step-header .dental-ci-html-product-info p,.aeon-cashback-layout .ob-map-title .dental-ci-html-product-info p{font-size:1.8rem}.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .dental-ci-html-link-block .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .dental-ci-html-step1-block .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .dental-ci-html-step2-block .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .dental-ci-html-step3-block .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .ob-three-step-header .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .ob-map-title .dental-ci-html-product-info .ob-inquiry-disclaimer{font-size:1.5rem;line-height:1.5}@media screen and (max-width:767px){.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .dental-ci-html-link-block .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .dental-ci-html-step1-block .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .dental-ci-html-step2-block .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .dental-ci-html-step3-block .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .ob-three-step-header .dental-ci-html-product-info .ob-inquiry-disclaimer,.aeon-cashback-layout .ob-map-title .dental-ci-html-product-info .ob-inquiry-disclaimer{font-size:1.3rem}}.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info .ob-inquiry-text,.aeon-cashback-layout .dental-ci-html-link-block .dental-ci-html-product-info .ob-inquiry-text,.aeon-cashback-layout .dental-ci-html-step1-block .dental-ci-html-product-info .ob-inquiry-text,.aeon-cashback-layout .dental-ci-html-step2-block .dental-ci-html-product-info .ob-inquiry-text,.aeon-cashback-layout .dental-ci-html-step3-block .dental-ci-html-product-info .ob-inquiry-text,.aeon-cashback-layout .ob-three-step-header .dental-ci-html-product-info .ob-inquiry-text,.aeon-cashback-layout .ob-map-title .dental-ci-html-product-info .ob-inquiry-text{line-height:1.5}.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info{width:70%;margin:2rem auto}@media screen and (max-width:767px){.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info{width:90%}}@media screen and (min-width:768px){.aeon-cashback-layout .dental-ci-html-product-block.product .dental-ci-html-product-info{text-align:left}}.aeon-cashback-layout .dental-ci-html-product-block.inquiry .dental-ci-html-product-info{line-height:1.5}.aeon-cashback-layout .dental-ci-html-product-block.red-text{margin-top:1%}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-html-link-block .dental-ci-html-product-info{padding-left:5%;padding-right:5%;font-size:1.9rem}}@media screen and (max-width:767px){.aeon-cashback-layout .dental-ci-html-link-block .dental-ci-summary-two-sp img{width:90%}}.aeon-cashback-layout .dental-ci-html-second-link .ob-mainAsset-wrapper-img{width:65%}.aeon-cashback-layout .dental-ci-html-step1-block .ob-mainAsset-wrapper,.aeon-cashback-layout .dental-ci-html-step2-block .ob-mainAsset-wrapper,.aeon-cashback-layout .dental-ci-html-step3-block .ob-mainAsset-wrapper{padding-top:30px}.aeon-cashback-layout .dental-ci-html-step1-block .ob-mainAsset-wrapper img,.aeon-cashback-layout .dental-ci-html-step2-block .ob-mainAsset-wrapper img,.aeon-cashback-layout .dental-ci-html-step3-block .ob-mainAsset-wrapper img{width:75%}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-html-step1-block .ob-mainAsset-wrapper img,.aeon-cashback-layout .dental-ci-html-step2-block .ob-mainAsset-wrapper img,.aeon-cashback-layout .dental-ci-html-step3-block .ob-mainAsset-wrapper img{width:75%}}.aeon-cashback-layout .dental-ci-html-second-link,.aeon-cashback-layout .dental-ci-html-third-link{text-align:center;margin:0 auto;padding:30px}@media screen and (max-width:767px){.aeon-cashback-layout .dental-ci-html-second-link,.aeon-cashback-layout .dental-ci-html-third-link{padding:20px}}.aeon-cashback-layout .dental-ci-html-second-link .ob-mainAsset-wrapper img,.aeon-cashback-layout .dental-ci-html-third-link .ob-mainAsset-wrapper img{cursor:pointer;width:50%}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-html-second-link .ob-mainAsset-wrapper img,.aeon-cashback-layout .dental-ci-html-third-link .ob-mainAsset-wrapper img{width:90%}}.aeon-cashback-layout .dental-ci-ancher-link-block{text-align:center;margin-top:5rem}.aeon-cashback-layout .dental-ci-ancher-link-block a{font-size:2.6rem;text-decoration:underline}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-ancher-link-block a{font-size:1.9rem}.aeon-cashback-layout .dental-ci-ancher-link-block{margin-bottom:10%}}.aeon-cashback-layout .dental-ci-second-ancher-link-block{text-align:center;margin-top:3rem;margin-bottom:3rem}.aeon-cashback-layout .dental-ci-second-ancher-link-block a{font-size:2.6rem;text-decoration:underline}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-second-ancher-link-block a{font-size:1.9rem}.aeon-cashback-layout .dental-ci-second-ancher-link-block{margin-bottom:10%}}.aeon-cashback-layout .dental-ci-second-ancher-link-block p{font-size:1.5rem}@media screen and (max-width:767px){.aeon-cashback-layout .dental-ci-second-ancher-link-block p{font-size:1.3rem}}.aeon-cashback-layout .ob-dental-block-one,.aeon-cashback-layout .ob-details-first,.aeon-cashback-layout .ob-details-second,.aeon-cashback-layout .ob-details-third,.aeon-cashback-layout .ob-details-fourth,.aeon-cashback-layout .ob-subpoints-block{width:70%;margin:5rem auto 0}@media screen and (max-width:767px){.aeon-cashback-layout .ob-dental-block-one,.aeon-cashback-layout .ob-details-first,.aeon-cashback-layout .ob-details-second,.aeon-cashback-layout .ob-details-third,.aeon-cashback-layout .ob-details-fourth,.aeon-cashback-layout .ob-subpoints-block{width:100%}}.aeon-cashback-layout .ob-dental-block-one h3,.aeon-cashback-layout .ob-dental-block-one h2,.aeon-cashback-layout .ob-details-first h3,.aeon-cashback-layout .ob-details-first h2,.aeon-cashback-layout .ob-details-second h3,.aeon-cashback-layout .ob-details-second h2,.aeon-cashback-layout .ob-details-third h3,.aeon-cashback-layout .ob-details-third h2,.aeon-cashback-layout .ob-details-fourth h3,.aeon-cashback-layout .ob-details-fourth h2,.aeon-cashback-layout .ob-subpoints-block h3,.aeon-cashback-layout .ob-subpoints-block h2{color:#fff;text-align:center;background:#003882;margin:0 auto;padding:1%;font-size:4.5rem}@media screen and (max-width:991px){.aeon-cashback-layout .ob-dental-block-one h3,.aeon-cashback-layout .ob-dental-block-one h2,.aeon-cashback-layout .ob-details-first h3,.aeon-cashback-layout .ob-details-first h2,.aeon-cashback-layout .ob-details-second h3,.aeon-cashback-layout .ob-details-second h2,.aeon-cashback-layout .ob-details-third h3,.aeon-cashback-layout .ob-details-third h2,.aeon-cashback-layout .ob-details-fourth h3,.aeon-cashback-layout .ob-details-fourth h2,.aeon-cashback-layout .ob-subpoints-block h3,.aeon-cashback-layout .ob-subpoints-block h2{width:90%;padding:3%;font-size:2.5rem}}.aeon-cashback-layout .ob-dental-block-one p,.aeon-cashback-layout .ob-details-first p,.aeon-cashback-layout .ob-details-second p,.aeon-cashback-layout .ob-details-third p,.aeon-cashback-layout .ob-details-fourth p,.aeon-cashback-layout .ob-subpoints-block p{text-align:center;font-size:2.6rem}@media screen and (max-width:767px){.aeon-cashback-layout .ob-dental-block-one p,.aeon-cashback-layout .ob-details-first p,.aeon-cashback-layout .ob-details-second p,.aeon-cashback-layout .ob-details-third p,.aeon-cashback-layout .ob-details-fourth p,.aeon-cashback-layout .ob-subpoints-block p{text-align:center;margin:1% auto 0;font-size:1.8rem}}.aeon-cashback-layout .ob-details-first p,.aeon-cashback-layout .ob-details-second p,.aeon-cashback-layout .ob-details-third p{font-size:3rem;font-weight:700}.aeon-cashback-layout .ob-details-first .ob-disclaimer,.aeon-cashback-layout .ob-details-second .ob-disclaimer,.aeon-cashback-layout .ob-details-third .ob-disclaimer{font-size:1.5rem;font-weight:400}@media screen and (max-width:767px){.aeon-cashback-layout .ob-details-first p,.aeon-cashback-layout .ob-details-second p,.aeon-cashback-layout .ob-details-third p{font-size:2rem;font-weight:700}.aeon-cashback-layout .ob-details-first .ob-disclaimer,.aeon-cashback-layout .ob-details-second .ob-disclaimer,.aeon-cashback-layout .ob-details-third .ob-disclaimer{font-size:1.3rem}.aeon-cashback-layout .details-fourth p{width:90%}.aeon-cashback-layout .details-fourth .ob-disclaimer{font-size:1.3rem}}.aeon-cashback-layout .details-fourth .ob-disclaimer{font-size:1.5rem}.aeon-cashback-layout .ob-dental-block-one p,.aeon-cashback-layout .ob-subpoints-block p{text-align:left}@media screen and (max-width:767px){.aeon-cashback-layout .ob-dental-block-one p,.aeon-cashback-layout .ob-subpoints-block p{width:90%;margin:2% auto 1%;line-height:2.2rem}.aeon-cashback-layout .ob-dental-block-one{margin-top:4rem}}.aeon-cashback-layout .ob-details-fourth img{width:100%;margin-top:3rem}.aeon-cashback-layout .ob-three-step-header .ob-mainAsset-wrapper,.aeon-cashback-layout .dental-ci-html-product-block .ob-mainAsset-wrapper{margin-top:2%;margin-bottom:2%}.aeon-cashback-layout .ob-subpoints-block{text-align:left;font-size:2.6rem;line-height:4.6rem}@media screen and (max-width:767px){.aeon-cashback-layout .ob-subpoints-block{font-size:1.8rem;line-height:3rem}}.aeon-cashback-layout .ob-subpoints-block .ob-disclaimer{font-size:1.5rem}@media screen and (max-width:767px){.aeon-cashback-layout .ob-subpoints-block .ob-disclaimer{padding:0;font-size:1.4rem}}.aeon-cashback-layout .dental-ci-html-step1-block,.aeon-cashback-layout .dental-ci-summary-one{margin-top:3%}.aeon-cashback-layout .dental-ci-summary-one .dental-ci-summary-one-pc{text-align:center}.aeon-cashback-layout .dental-ci-summary-one .dental-ci-summary-one-pc img{width:100%;max-width:70%}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-summary-one .dental-ci-summary-one-pc img{max-width:100%}}.aeon-cashback-layout .dental-ci-summary-one .dental-ci-summary-one-sp{text-align:center}.aeon-cashback-layout .dental-ci-summary-one .dental-ci-summary-one-sp img{width:89.5%}.aeon-cashback-layout .dental-ci-summary-two{margin-top:100px}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-summary-two{margin-top:50px}}.aeon-cashback-layout .dental-ci-summary-two .dental-ci-summary-two-pc{text-align:center}.aeon-cashback-layout .dental-ci-summary-two .dental-ci-summary-two-pc img{width:100%;max-width:70%}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-summary-two .dental-ci-summary-two-pc img{max-width:100%}}.aeon-cashback-layout .dental-ci-summary-two .dental-ci-summary-two-sp{text-align:center}.aeon-cashback-layout .dental-ci-summary-two .dental-ci-summary-two-sp img{width:89.5%}.aeon-cashback-layout .dental-ci-html-product-block{margin-top:3%}.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info{width:100%;max-width:70%;margin:0 auto}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info{max-width:100%}}.aeon-cashback-layout .dental-ci-html-product-block .dental-ci-html-product-info .header{font-size:2.5rem}.aeon-cashback-layout .dental-ci-html-summary-contents{margin-top:100px}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-html-summary-contents{margin-top:50px}}.aeon-cashback-layout .dental-ci-html-summary-contents .dental-ci-html-product-info{margin-top:30px}.aeon-cashback-layout .dental-ci-html-step1-block img,.aeon-cashback-layout .dental-ci-html-step3-block img{width:70%!important}.aeon-cashback-layout .dental-ci-map-block{text-align:center}.aeon-cashback-layout .dental-ci-map-block iframe{width:65%;height:550px;margin-top:2%}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-map-block iframe{width:90%;margin-top:5%}}.aeon-cashback-layout .dental-ci-map-block .ob-map-select{margin-top:3%;margin-bottom:3%}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-map-block .ob-map-select{margin-top:8%;padding-left:5%;padding-right:5%}}.aeon-cashback-layout .dental-ci-map-block .ob-map-select h2{width:76%}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-map-block .ob-map-select h2{width:78%;font-size:1.9rem;font-weight:400}}.aeon-cashback-layout .dental-ci-map-block .ob-map-select select{width:600px;padding:16px;font-size:1.8rem}@media screen and (max-width:991px){.aeon-cashback-layout .dental-ci-map-block .ob-map-select select{width:339px}}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.perfect-clean-layout .zone-perfect-clean .desktop-content{display:none}.perfect-clean-layout .zone-perfect-clean .perfect-clean-hero .ob-heading{font-family:Hurme Bold,sans-serif;font-size:38px;font-style:normal;font-weight:700;line-height:40px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content{position:relative}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content .bg-img,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .bg-img,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .bg-img{width:100vw}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content .inner-content,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .inner-content,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;padding:0 5vw;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:2%}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content .inner-content p,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .inner-content p,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content p{text-align:center;font-family:Hurme Semi Bold,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:20px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content .inner-content p .big-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .inner-content p .big-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content p .big-text{font-family:Hurme Bold,sans-serif;font-size:38px;font-style:normal;font-weight:700;line-height:40px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content .inner-content p .large-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .inner-content p .large-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content p .large-text{font-size:22px;line-height:24px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content .inner-content .circle-graph,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .inner-content .circle-graph,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content .circle-graph{margin:0 auto}@media screen and (max-width:360px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content .inner-content .circle-graph,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .inner-content .circle-graph,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content .circle-graph{width:80%}}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content .inner-content .oralb-image,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .inner-content .oralb-image,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content .oralb-image{width:70%}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content .inner-content .side-by-side,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .inner-content .side-by-side,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content .side-by-side{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (min-width:430px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content .inner-content p{margin-top:3.5rem;margin-bottom:4.5rem}}@media screen and (max-width:360px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .mobile-content .inner-content p{margin-top:3.5rem;margin-bottom:3.5rem}}.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content{margin-top:-2%}.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .inner-content p{color:#fff;font-size:22px;line-height:26px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .inner-content .side-by-side p{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700;line-height:30px}@media screen and (max-width:360px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .mobile-content .inner-content .side-by-side p{font-size:20px;line-height:24px}}.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content{margin-top:-2%}.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content p{color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-family:Hurme Regular,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:30px;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:360px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content p{line-height:20px}}@media screen and (min-width:361px) and (max-width:380px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content p{line-height:20px}}.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content p .big-text{font-size:50px;line-height:40px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content p .large-text{font-family:Hurme Semi Bold,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:44px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .mobile-content .inner-content p .small-text{-webkit-align-self:flex-start;align-self:flex-start;font-size:12px;line-height:14px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-five .perfect-clean-header,.perfect-clean-layout .zone-perfect-clean .perfect-clean-six .perfect-clean-header{text-align:center;padding:1vw 4vw}.perfect-clean-layout .zone-perfect-clean .perfect-clean-five .perfect-clean-header h2,.perfect-clean-layout .zone-perfect-clean .perfect-clean-six .perfect-clean-header h2{font-family:Hurme Semi Bold,sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:40px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-five .perfect-clean-header p,.perfect-clean-layout .zone-perfect-clean .perfect-clean-six .perfect-clean-header p{font-size:20px;font-weight:400;line-height:30px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-five .ob-mainAsset-wrapper .LazyLoad.is-visible,.perfect-clean-layout .zone-perfect-clean .perfect-clean-six .ob-mainAsset-wrapper .LazyLoad.is-visible{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (min-width:768px){.perfect-clean-layout .zone-perfect-clean .mobile-content{display:none}.perfect-clean-layout .zone-perfect-clean .desktop-content{display:block}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .desktop-content,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content{margin-top:-4px;position:relative}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .desktop-content .bg-img,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .bg-img,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .bg-img{width:100vw}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .desktop-content .inner-content,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content{width:60%;padding:0 5vw;position:absolute;top:1vw}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .desktop-content .inner-content p,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content p,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content p{text-align:left;font-family:Hurme Semi Bold,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:20px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .desktop-content .inner-content p .big-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content p .big-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content p .big-text{font-family:Hurme Bold,sans-serif;font-size:38px;font-style:normal;font-weight:700;line-height:40px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .desktop-content .inner-content p .large-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content p .large-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content p .large-text{font-size:24px;line-height:26px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .desktop-content .inner-content .circle-graph,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content .circle-graph,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content .circle-graph{width:95%;margin:0 auto}}@media screen and (min-width:768px) and (max-width:1300px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-second .desktop-content .inner-content .circle-graph,.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content .circle-graph,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content .circle-graph{width:70%}}@media screen and (min-width:768px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;display:-webkit-box;display:-webkit-flex;display:flex}.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content p,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content p{color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:26px;line-height:30px;display:-webkit-box;display:-webkit-flex;display:flex}}@media screen and (min-width:768px) and (max-width:1440px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content p,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content p{font-size:20px;line-height:26px}}@media screen and (min-width:768px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content p .big-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content p .big-text{font-size:70px;line-height:72px}}@media screen and (min-width:768px) and (max-width:1440px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content p .big-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content p .big-text{font-size:60px;line-height:60px}}@media screen and (min-width:768px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content p .large-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content p .large-text{font-size:38px;line-height:40px}}@media screen and (min-width:768px) and (max-width:1400px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content p .large-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content p .large-text{font-size:34px;line-height:36px}}@media screen and (min-width:768px){.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content p .small-text,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content p .small-text{font-size:14px;line-height:16px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content .oralb-image,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content .oralb-image{width:50%}.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content .side-by-side,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content .side-by-side{grid-template-columns:1fr 1fr;-webkit-box-align:center;-webkit-align-items:center;align-items:center;justify-items:center;display:grid}.perfect-clean-layout .zone-perfect-clean .perfect-clean-third .desktop-content .inner-content .side-by-side p,.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content .side-by-side p{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700;line-height:30px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;width:50%;top:2vw}.perfect-clean-layout .zone-perfect-clean .perfect-clean-fourth .desktop-content .inner-content p{-webkit-text-stroke:unset;-webkit-text-stroke-color:none;font-family:Hurme Regular,sans-serif;font-style:normal;font-weight:400;display:block}.perfect-clean-layout .zone-perfect-clean .perfect-clean-five .perfect-clean-header,.perfect-clean-layout .zone-perfect-clean .perfect-clean-six .perfect-clean-header{width:75%;margin:0 auto}.perfect-clean-layout .zone-perfect-clean .perfect-clean-five .perfect-clean-header p,.perfect-clean-layout .zone-perfect-clean .perfect-clean-six .perfect-clean-header p{font-size:20px;font-weight:400;line-height:30px}.perfect-clean-layout .zone-perfect-clean .perfect-clean-five .ob-mainAsset-wrapper .LazyLoad.is-visible img,.perfect-clean-layout .zone-perfect-clean .perfect-clean-six .ob-mainAsset-wrapper .LazyLoad.is-visible img{width:70vw}}.home-body-zone .perfect-clean-homepage .desktop-content{display:none}.home-body-zone .perfect-clean-homepage .mobile-content{margin-bottom:-3px;position:relative}.home-body-zone .perfect-clean-homepage .mobile-content .bg-img{width:100vw}.home-body-zone .perfect-clean-homepage .mobile-content .inner-content{color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;padding:0 5vw;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:2%}.home-body-zone .perfect-clean-homepage .mobile-content .inner-content p{text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.home-body-zone .perfect-clean-homepage .mobile-content .inner-content p .big-text{font-family:Hurme Semi Bold,sans-serif;font-size:52px;font-style:normal;font-weight:700;line-height:54px}.home-body-zone .perfect-clean-homepage .mobile-content .inner-content p .large-text{font-family:Hurme Bold,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.home-body-zone .perfect-clean-homepage .mobile-content .inner-content a{background-color:#fff;border-radius:30px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:40vw;height:14vw;font-size:14px;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:350%}@media screen and (max-width:360px){.home-body-zone .perfect-clean-homepage .mobile-content .inner-content a{top:320%}}@media screen and (min-width:430px){.home-body-zone .perfect-clean-homepage .mobile-content .inner-content a{top:360%}}.home-body-zone .perfect-clean-homepage .mobile-content .inner-content a span{font-family:Hurme Semi Bold,sans-serif;font-style:normal;font-weight:700}@media screen and (min-width:768px){.home-body-zone .perfect-clean-homepage{margin-bottom:-2%}.home-body-zone .perfect-clean-homepage .mobile-content{display:none}.home-body-zone .perfect-clean-homepage .desktop-content{display:block;position:relative}.home-body-zone .perfect-clean-homepage .desktop-content .bg-img{width:100vw}.home-body-zone .perfect-clean-homepage .desktop-content .inner-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:60%;padding:0 4vw;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:40%}}@media screen and (min-width:768px) and (max-width:1300px){.home-body-zone .perfect-clean-homepage .desktop-content .inner-content{padding:0;top:30%}}@media screen and (min-width:768px){.home-body-zone .perfect-clean-homepage .desktop-content .inner-content p{color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.home-body-zone .perfect-clean-homepage .desktop-content .inner-content p .big-text{-webkit-text-stroke:2px;-webkit-text-stroke-color:#000;font-family:Hurme Semi Bold,sans-serif;font-size:72px;font-style:normal;font-weight:700;line-height:74px}.home-body-zone .perfect-clean-homepage .desktop-content .inner-content p .large-text{-webkit-text-stroke:2px;-webkit-text-stroke-color:#000;font-family:Hurme Semi Bold,sans-serif;font-size:46px;font-style:normal;font-weight:700;line-height:48px}.home-body-zone .perfect-clean-homepage .desktop-content .inner-content a{background-color:#fff;border-radius:30px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:13vw;height:3vw;margin-top:1vw;display:-webkit-box;display:-webkit-flex;display:flex}.home-body-zone .perfect-clean-homepage .desktop-content .inner-content a span{font-family:Hurme Semi Bold,sans-serif;font-size:18px;font-style:normal;font-weight:700}}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.zone-flash-deal .flash-deal-one,.zone-flash-deal .flash-deal-two,.zone-flash-deal .flash-deal-three,.zone-flash-deal .flash-deal-eight,.zone-flash-deal .flash-deal-nine,.zone-flash-deal .flash-deal-ten,.zone-flash-deal .flash-deal-eleven,.zone-flash-deal .flash-deal-thirteen{width:70%;margin:5rem auto 0}@media screen and (max-width:767px){.zone-flash-deal .flash-deal-one,.zone-flash-deal .flash-deal-two,.zone-flash-deal .flash-deal-three,.zone-flash-deal .flash-deal-eight,.zone-flash-deal .flash-deal-nine,.zone-flash-deal .flash-deal-ten,.zone-flash-deal .flash-deal-eleven,.zone-flash-deal .flash-deal-thirteen{width:95%}}.zone-flash-deal .flash-deal-one h3,.zone-flash-deal .flash-deal-one h2,.zone-flash-deal .flash-deal-two h3,.zone-flash-deal .flash-deal-two h2,.zone-flash-deal .flash-deal-three h3,.zone-flash-deal .flash-deal-three h2,.zone-flash-deal .flash-deal-eight h3,.zone-flash-deal .flash-deal-eight h2,.zone-flash-deal .flash-deal-nine h3,.zone-flash-deal .flash-deal-nine h2,.zone-flash-deal .flash-deal-ten h3,.zone-flash-deal .flash-deal-ten h2,.zone-flash-deal .flash-deal-eleven h3,.zone-flash-deal .flash-deal-eleven h2,.zone-flash-deal .flash-deal-thirteen h3,.zone-flash-deal .flash-deal-thirteen h2{color:#fff;text-align:center;background:#003882;margin:0 auto;padding:1%;font-size:4.5rem}@media screen and (max-width:991px){.zone-flash-deal .flash-deal-one h3,.zone-flash-deal .flash-deal-one h2,.zone-flash-deal .flash-deal-two h3,.zone-flash-deal .flash-deal-two h2,.zone-flash-deal .flash-deal-three h3,.zone-flash-deal .flash-deal-three h2,.zone-flash-deal .flash-deal-eight h3,.zone-flash-deal .flash-deal-eight h2,.zone-flash-deal .flash-deal-nine h3,.zone-flash-deal .flash-deal-nine h2,.zone-flash-deal .flash-deal-ten h3,.zone-flash-deal .flash-deal-ten h2,.zone-flash-deal .flash-deal-eleven h3,.zone-flash-deal .flash-deal-eleven h2,.zone-flash-deal .flash-deal-thirteen h3,.zone-flash-deal .flash-deal-thirteen h2{width:100%;padding:3%;font-size:2.5rem}}.zone-flash-deal .flash-deal-one p,.zone-flash-deal .flash-deal-two p,.zone-flash-deal .flash-deal-three p,.zone-flash-deal .flash-deal-eight p,.zone-flash-deal .flash-deal-nine p,.zone-flash-deal .flash-deal-ten p,.zone-flash-deal .flash-deal-eleven p,.zone-flash-deal .flash-deal-thirteen p{text-align:center;font-size:2.6rem}@media screen and (max-width:767px){.zone-flash-deal .flash-deal-one p,.zone-flash-deal .flash-deal-two p,.zone-flash-deal .flash-deal-three p,.zone-flash-deal .flash-deal-eight p,.zone-flash-deal .flash-deal-nine p,.zone-flash-deal .flash-deal-ten p,.zone-flash-deal .flash-deal-eleven p,.zone-flash-deal .flash-deal-thirteen p{text-align:center;margin:2% auto 0;font-size:1.8rem}}@media screen and (min-width:768px) and (max-width:1540px){.zone-flash-deal .flash-deal-one{margin-top:-5%}}@media screen and (min-width:768px) and (max-width:1280px){.zone-flash-deal .flash-deal-one{margin-top:-10%}}@media screen and (max-width:767px){.zone-flash-deal .flash-deal-one{margin-top:0}.zone-flash-deal .flash-deal-two p{margin:2rem auto}}.zone-flash-deal .flash-deal-two .small-text{font-size:1.5rem}@media screen and (max-width:767px){.zone-flash-deal .flash-deal-two .small-text{font-size:1.3rem}}.zone-flash-deal .flash-deal-three .ob-mainAsset-wrapper,.zone-flash-deal .flash-deal-two .ob-mainAsset-wrapper{width:100%;margin:2% auto}.zone-flash-deal .flash-deal-three .ob-mainAsset-wrapper .LazyLoad,.zone-flash-deal .flash-deal-two .ob-mainAsset-wrapper .LazyLoad{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.zone-flash-deal .flash-deal-three .ob-mainAsset-wrapper .LazyLoad img,.zone-flash-deal .flash-deal-two .ob-mainAsset-wrapper .LazyLoad img{width:100%}.zone-flash-deal .flash-deal-four,.zone-flash-deal .flash-deal-five,.zone-flash-deal .flash-deal-six,.zone-flash-deal .flash-deal-seven,.zone-flash-deal .flash-deal-eleven{width:70%;margin:2% auto}.zone-flash-deal .flash-deal-four .ob-mainAsset-wrapper-img,.zone-flash-deal .flash-deal-five .ob-mainAsset-wrapper-img,.zone-flash-deal .flash-deal-six .ob-mainAsset-wrapper-img,.zone-flash-deal .flash-deal-seven .ob-mainAsset-wrapper-img,.zone-flash-deal .flash-deal-eleven .ob-mainAsset-wrapper-img,.zone-flash-deal .flash-deal-four .ob-mainAsset-wrapper-img2,.zone-flash-deal .flash-deal-five .ob-mainAsset-wrapper-img2,.zone-flash-deal .flash-deal-six .ob-mainAsset-wrapper-img2,.zone-flash-deal .flash-deal-seven .ob-mainAsset-wrapper-img2,.zone-flash-deal .flash-deal-eleven .ob-mainAsset-wrapper-img2{width:100%;margin:2% auto}@media screen and (max-width:767px){.zone-flash-deal .flash-deal-four,.zone-flash-deal .flash-deal-five,.zone-flash-deal .flash-deal-six,.zone-flash-deal .flash-deal-seven,.zone-flash-deal .flash-deal-eleven{width:95%}.zone-flash-deal .flash-deal-eleven{margin:5rem auto 0}}.zone-flash-deal .flash-deal-six{width:50%}@media screen and (max-width:767px){.zone-flash-deal .flash-deal-six{width:90%}}.zone-flash-deal .flash-deal-eight p{text-align:left;font-size:2.5rem;line-height:4rem}@media screen and (max-width:767px){.zone-flash-deal .flash-deal-eight p{font-size:1.8rem;line-height:2rem}}.zone-flash-deal .flash-deal-eight .ob-disclaimer{padding:0;font-size:1.5rem}@media screen and (max-width:767px){.zone-flash-deal .flash-deal-eight .ob-disclaimer{font-size:1.3rem}}.zone-flash-deal .flash-deal-accordion{width:70%;padding-bottom:20px}@media screen and (max-width:991px){.zone-flash-deal .flash-deal-accordion{width:95%}}.zone-flash-deal .flash-deal-accordion .ob-accordion__list dt{background-color:#003882;padding:0;font-size:4.5rem}.zone-flash-deal .flash-deal-accordion .ob-accordion__list dt button{color:#fff;text-decoration:none;display:block}@media screen and (max-width:991px){.zone-flash-deal .flash-deal-accordion .ob-accordion__list dt button{font-size:2.5rem}}.zone-flash-deal .flash-deal-accordion .ob-accordion__list dt span{float:right;margin-top:-2px;margin-bottom:-12px;margin-right:10px;font-size:4rem;font-weight:100}@media screen and (max-width:991px){.zone-flash-deal .flash-deal-accordion .ob-accordion__list dt span{margin-top:-12px}}.zone-flash-deal .flash-deal-accordion .ob-accordion--topic{padding-bottom:6rem}@media screen and (max-width:991px){.zone-flash-deal .flash-deal-accordion .ob-accordion--topic{padding-bottom:2rem}}@media screen and (max-width:767px){.zone-flash-deal .flash-deal-thirteen{margin-bottom:2rem}}.zone-flash-deal .flash-deal-thirteen .bold-text{font-weight:700}.zone-flash-deal .flash-deal-thirteen .ob-inquiry-disclaimer{font-size:1.5rem;line-height:1.2}@media screen and (max-width:767px){.zone-flash-deal .flash-deal-thirteen .ob-inquiry-disclaimer{font-size:1.3rem}}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.zone-great-sale{background-color:#0c2340}.zone-great-sale .great-sale-block{padding-bottom:2rem}@media screen and (min-width:768px){.zone-great-sale .great-sale-block .mobile-section{display:none}}.zone-great-sale .great-sale-block .mobile-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.zone-great-sale .great-sale-block .mobile-section .side-by-side{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:10px;display:-webkit-box;display:-webkit-flex;display:flex}.zone-great-sale .great-sale-block .mobile-section .second-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:767px){.zone-great-sale .great-sale-block .desktop-section{display:none}}.zone-great-sale .great-sale-block .desktop-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.zone-great-sale .great-sale-block .desktop-section .side-by-side{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;gap:20px;margin-top:20px;display:-webkit-box;display:-webkit-flex;display:flex}.zone-great-sale .great-sale-block .desktop-section .second-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.zone-great-sale .great-sale-block h2{color:#fff;text-align:center;-webkit-margin-before:unset;-webkit-margin-after:unset;margin-top:unset;margin-bottom:unset;margin:4rem auto 2rem;font-size:5.5rem;line-height:5rem}@media screen and (max-width:767px){.zone-great-sale .great-sale-block h2{font-size:3.5rem;line-height:2.8rem}}.zone-great-sale .great-sale-block p{color:#fff;text-align:center;-webkit-margin-before:unset;-webkit-margin-after:unset;-webkit-margin-start:unset;-moz-margin-start:unset;-webkit-margin-end:unset;-moz-margin-end:unset;margin:1rem auto;margin-top:unset;margin-bottom:unset;margin-bottom:2rem;font-size:4rem;font-weight:700;line-height:4rem}.zone-great-sale .great-sale-block p:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:unset;margin-right:unset}.zone-great-sale .great-sale-block p:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:unset;margin-right:unset}.zone-great-sale .great-sale-block p:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:unset;margin-right:unset}.zone-great-sale .great-sale-block p:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:unset;margin-left:unset}.zone-great-sale .great-sale-block p:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:unset;margin-left:unset}.zone-great-sale .great-sale-block p:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:unset;margin-left:unset}@media screen and (max-width:767px){.zone-great-sale .great-sale-block p{padding-left:15%;padding-right:15%;font-size:2rem;line-height:2rem}}.zone-great-sale .great-sale-block .empty-box{background-color:#fff;border-radius:30px;width:70%;height:300px;margin:2rem auto}@media screen and (max-width:767px){.zone-great-sale .great-sale-block .empty-box{border-radius:20px;width:90%}}.zone-one-out-of-three .one-free-zone,.zone-mbg-top .one-free-zone,.zone-buy-at-pharma .one-free-zone,.zone-one-million .one-free-zone{padding-bottom:5rem}@media screen and (max-width:767px){.zone-one-out-of-three .one-free-zone,.zone-mbg-top .one-free-zone,.zone-buy-at-pharma .one-free-zone,.zone-one-million .one-free-zone{margin-top:-5%}}@media screen and (min-width:768px){.zone-one-out-of-three .one-free-zone .mobile-section,.zone-mbg-top .one-free-zone .mobile-section,.zone-buy-at-pharma .one-free-zone .mobile-section,.zone-one-million .one-free-zone .mobile-section{display:none}}.zone-one-out-of-three .one-free-zone .mobile-section,.zone-mbg-top .one-free-zone .mobile-section,.zone-buy-at-pharma .one-free-zone .mobile-section,.zone-one-million .one-free-zone .mobile-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.zone-one-out-of-three .one-free-zone .mobile-section img,.zone-mbg-top .one-free-zone .mobile-section img,.zone-buy-at-pharma .one-free-zone .mobile-section img,.zone-one-million .one-free-zone .mobile-section img{width:100%}@media screen and (max-width:767px){.zone-one-out-of-three .one-free-zone .desktop-section,.zone-mbg-top .one-free-zone .desktop-section,.zone-buy-at-pharma .one-free-zone .desktop-section,.zone-one-million .one-free-zone .desktop-section{display:none}}.zone-one-out-of-three .one-free-zone .desktop-section,.zone-mbg-top .one-free-zone .desktop-section,.zone-buy-at-pharma .one-free-zone .desktop-section,.zone-one-million .one-free-zone .desktop-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.zone-one-out-of-three .one-free-zone .desktop-section img,.zone-mbg-top .one-free-zone .desktop-section img,.zone-buy-at-pharma .one-free-zone .desktop-section img,.zone-one-million .one-free-zone .desktop-section img{width:100%;margin:0 auto}.zone-one-out-of-three .one-free-zone .text-container,.zone-mbg-top .one-free-zone .text-container,.zone-buy-at-pharma .one-free-zone .text-container,.zone-one-million .one-free-zone .text-container{color:#000;text-align:center;margin-top:4vw;font-size:2.6rem;font-weight:500}@media screen and (max-width:767px){.zone-one-out-of-three .one-free-zone .text-container,.zone-mbg-top .one-free-zone .text-container,.zone-buy-at-pharma .one-free-zone .text-container,.zone-one-million .one-free-zone .text-container{margin-top:10vw;font-size:1.8rem}}.zone-one-out-of-three .one-free-zone .image-link,.zone-mbg-top .one-free-zone .image-link,.zone-buy-at-pharma .one-free-zone .image-link,.zone-one-million .one-free-zone .image-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:flex}.zone-one-out-of-three .one-free-zone .image-link a,.zone-mbg-top .one-free-zone .image-link a,.zone-buy-at-pharma .one-free-zone .image-link a,.zone-one-million .one-free-zone .image-link a{display:-webkit-box;display:-webkit-flex;display:flex}.zone-one-out-of-three .one-free-zone .image-link .second-section,.zone-mbg-top .one-free-zone .image-link .second-section,.zone-buy-at-pharma .one-free-zone .image-link .second-section,.zone-one-million .one-free-zone .image-link .second-section{margin-top:4vw}@media screen and (max-width:767px){.zone-one-out-of-three .one-free-zone .image-link .second-section,.zone-mbg-top .one-free-zone .image-link .second-section,.zone-buy-at-pharma .one-free-zone .image-link .second-section,.zone-one-million .one-free-zone .image-link .second-section{margin-top:10vw}}.zone-one-out-of-three h2,.zone-mbg-top h2,.zone-buy-at-pharma h2,.zone-one-million h2{color:#fff;text-align:center;background:#003882;width:70%;margin:5rem auto 0;padding:1%;font-size:4.5rem}@media screen and (max-width:991px){.zone-one-out-of-three h2,.zone-mbg-top h2,.zone-buy-at-pharma h2,.zone-one-million h2{width:90%;padding:3%;font-size:2.5rem}}.zone-one-out-of-three p,.zone-mbg-top p,.zone-buy-at-pharma p,.zone-one-million p{text-align:center;width:60%;margin:2rem auto;font-size:2.6rem}@media screen and (max-width:767px){.zone-one-out-of-three p,.zone-mbg-top p,.zone-buy-at-pharma p,.zone-one-million p{text-align:center;width:90%;margin:5% auto 0;font-size:1.8rem}}.zone-one-out-of-three .disclaimer-text,.zone-mbg-top .disclaimer-text,.zone-buy-at-pharma .disclaimer-text,.zone-one-million .disclaimer-text{font-size:1.5rem}@media screen and (max-width:767px){.zone-one-out-of-three .disclaimer-text,.zone-mbg-top .disclaimer-text,.zone-buy-at-pharma .disclaimer-text,.zone-one-million .disclaimer-text{font-size:1.3rem}}.zone-one-out-of-three .pharma-two .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-four .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-five .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-six .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-seven .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-eight .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-twelve .ob-mainAsset-wrapper,.zone-mbg-top .pharma-two .ob-mainAsset-wrapper,.zone-mbg-top .pharma-four .ob-mainAsset-wrapper,.zone-mbg-top .pharma-five .ob-mainAsset-wrapper,.zone-mbg-top .pharma-six .ob-mainAsset-wrapper,.zone-mbg-top .pharma-seven .ob-mainAsset-wrapper,.zone-mbg-top .pharma-eight .ob-mainAsset-wrapper,.zone-mbg-top .pharma-twelve .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-two .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-four .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-five .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-six .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-seven .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-eight .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-twelve .ob-mainAsset-wrapper,.zone-one-million .pharma-two .ob-mainAsset-wrapper,.zone-one-million .pharma-four .ob-mainAsset-wrapper,.zone-one-million .pharma-five .ob-mainAsset-wrapper,.zone-one-million .pharma-six .ob-mainAsset-wrapper,.zone-one-million .pharma-seven .ob-mainAsset-wrapper,.zone-one-million .pharma-eight .ob-mainAsset-wrapper,.zone-one-million .pharma-twelve .ob-mainAsset-wrapper{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:70%;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex}.zone-one-out-of-three .pharma-two .ob-mainAsset-wrapper img,.zone-one-out-of-three .pharma-four .ob-mainAsset-wrapper img,.zone-one-out-of-three .pharma-five .ob-mainAsset-wrapper img,.zone-one-out-of-three .pharma-six .ob-mainAsset-wrapper img,.zone-one-out-of-three .pharma-seven .ob-mainAsset-wrapper img,.zone-one-out-of-three .pharma-eight .ob-mainAsset-wrapper img,.zone-one-out-of-three .pharma-twelve .ob-mainAsset-wrapper img,.zone-mbg-top .pharma-two .ob-mainAsset-wrapper img,.zone-mbg-top .pharma-four .ob-mainAsset-wrapper img,.zone-mbg-top .pharma-five .ob-mainAsset-wrapper img,.zone-mbg-top .pharma-six .ob-mainAsset-wrapper img,.zone-mbg-top .pharma-seven .ob-mainAsset-wrapper img,.zone-mbg-top .pharma-eight .ob-mainAsset-wrapper img,.zone-mbg-top .pharma-twelve .ob-mainAsset-wrapper img,.zone-buy-at-pharma .pharma-two .ob-mainAsset-wrapper img,.zone-buy-at-pharma .pharma-four .ob-mainAsset-wrapper img,.zone-buy-at-pharma .pharma-five .ob-mainAsset-wrapper img,.zone-buy-at-pharma .pharma-six .ob-mainAsset-wrapper img,.zone-buy-at-pharma .pharma-seven .ob-mainAsset-wrapper img,.zone-buy-at-pharma .pharma-eight .ob-mainAsset-wrapper img,.zone-buy-at-pharma .pharma-twelve .ob-mainAsset-wrapper img,.zone-one-million .pharma-two .ob-mainAsset-wrapper img,.zone-one-million .pharma-four .ob-mainAsset-wrapper img,.zone-one-million .pharma-five .ob-mainAsset-wrapper img,.zone-one-million .pharma-six .ob-mainAsset-wrapper img,.zone-one-million .pharma-seven .ob-mainAsset-wrapper img,.zone-one-million .pharma-eight .ob-mainAsset-wrapper img,.zone-one-million .pharma-twelve .ob-mainAsset-wrapper img{width:100%;margin-top:2rem}@media screen and (max-width:767px){.zone-one-out-of-three .pharma-two .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-four .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-five .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-six .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-seven .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-eight .ob-mainAsset-wrapper,.zone-one-out-of-three .pharma-twelve .ob-mainAsset-wrapper,.zone-mbg-top .pharma-two .ob-mainAsset-wrapper,.zone-mbg-top .pharma-four .ob-mainAsset-wrapper,.zone-mbg-top .pharma-five .ob-mainAsset-wrapper,.zone-mbg-top .pharma-six .ob-mainAsset-wrapper,.zone-mbg-top .pharma-seven .ob-mainAsset-wrapper,.zone-mbg-top .pharma-eight .ob-mainAsset-wrapper,.zone-mbg-top .pharma-twelve .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-two .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-four .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-five .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-six .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-seven .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-eight .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-twelve .ob-mainAsset-wrapper,.zone-one-million .pharma-two .ob-mainAsset-wrapper,.zone-one-million .pharma-four .ob-mainAsset-wrapper,.zone-one-million .pharma-five .ob-mainAsset-wrapper,.zone-one-million .pharma-six .ob-mainAsset-wrapper,.zone-one-million .pharma-seven .ob-mainAsset-wrapper,.zone-one-million .pharma-eight .ob-mainAsset-wrapper,.zone-one-million .pharma-twelve .ob-mainAsset-wrapper{width:90%}}.zone-one-out-of-three .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-out-of-three .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-out-of-three .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-out-of-three .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-out-of-three .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-out-of-three .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-out-of-three .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-mbg-top .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-mbg-top .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-mbg-top .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-mbg-top .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-mbg-top .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-mbg-top .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-mbg-top .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-buy-at-pharma .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-buy-at-pharma .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-buy-at-pharma .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-buy-at-pharma .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-buy-at-pharma .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-buy-at-pharma .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-buy-at-pharma .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-million .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-million .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-million .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-million .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-million .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-million .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible,.zone-one-million .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;display:-webkit-box;display:-webkit-flex;display:flex}.zone-one-out-of-three .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible img{width:100%;margin:2rem auto}@media screen and (max-width:767px){.zone-one-out-of-three .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-out-of-three .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-two .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-four .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-five .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-six .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-eight .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-twelve .ob-mainAsset-wrapper .LazyLoad.is-visible img{width:100%!important}.zone-one-out-of-three .pharma-two,.zone-mbg-top .pharma-two,.zone-buy-at-pharma .pharma-two,.zone-one-million .pharma-two{margin-top:-5%}.zone-one-out-of-three .pharma-seven .ob-mainAsset-wrapper,.zone-mbg-top .pharma-seven .ob-mainAsset-wrapper,.zone-buy-at-pharma .pharma-seven .ob-mainAsset-wrapper,.zone-one-million .pharma-seven .ob-mainAsset-wrapper{width:90%}}.zone-one-out-of-three .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img{width:70%}@media screen and (max-width:767px){.zone-one-out-of-three .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-mbg-top .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-buy-at-pharma .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img,.zone-one-million .pharma-seven .ob-mainAsset-wrapper .LazyLoad.is-visible img{width:90%}}.zone-one-out-of-three .pharma-nine p,.zone-mbg-top .pharma-nine p,.zone-buy-at-pharma .pharma-nine p,.zone-one-million .pharma-nine p{text-align:left;line-height:4.6rem}@media screen and (max-width:767px){.zone-one-out-of-three .pharma-nine p,.zone-mbg-top .pharma-nine p,.zone-buy-at-pharma .pharma-nine p,.zone-one-million .pharma-nine p{line-height:2.2rem}}.zone-one-out-of-three .pharma-inquiry-block .ob-inquiry-info p,.zone-one-out-of-three .pharma-inquiry-block .ob-inquiry-text p,.zone-mbg-top .pharma-inquiry-block .ob-inquiry-info p,.zone-mbg-top .pharma-inquiry-block .ob-inquiry-text p,.zone-buy-at-pharma .pharma-inquiry-block .ob-inquiry-info p,.zone-buy-at-pharma .pharma-inquiry-block .ob-inquiry-text p,.zone-one-million .pharma-inquiry-block .ob-inquiry-info p,.zone-one-million .pharma-inquiry-block .ob-inquiry-text p{margin:1rem auto;font-size:1.8rem;line-height:1.2}@media screen and (max-width:767px){.zone-one-out-of-three .pharma-inquiry-block .ob-inquiry-info p,.zone-one-out-of-three .pharma-inquiry-block .ob-inquiry-text p,.zone-mbg-top .pharma-inquiry-block .ob-inquiry-info p,.zone-mbg-top .pharma-inquiry-block .ob-inquiry-text p,.zone-buy-at-pharma .pharma-inquiry-block .ob-inquiry-info p,.zone-buy-at-pharma .pharma-inquiry-block .ob-inquiry-text p,.zone-one-million .pharma-inquiry-block .ob-inquiry-info p,.zone-one-million .pharma-inquiry-block .ob-inquiry-text p{font-size:1.9rem}}.zone-one-out-of-three .pharma-inquiry-block .ob-inquiry-info .header,.zone-one-out-of-three .pharma-inquiry-block .ob-inquiry-text .header,.zone-mbg-top .pharma-inquiry-block .ob-inquiry-info .header,.zone-mbg-top .pharma-inquiry-block .ob-inquiry-text .header,.zone-buy-at-pharma .pharma-inquiry-block .ob-inquiry-info .header,.zone-buy-at-pharma .pharma-inquiry-block .ob-inquiry-text .header,.zone-one-million .pharma-inquiry-block .ob-inquiry-info .header,.zone-one-million .pharma-inquiry-block .ob-inquiry-text .header{font-size:2.6rem;font-weight:700}.zone-one-out-of-three .pharma-inquiry-block .disclaimer-text,.zone-mbg-top .pharma-inquiry-block .disclaimer-text,.zone-buy-at-pharma .pharma-inquiry-block .disclaimer-text,.zone-one-million .pharma-inquiry-block .disclaimer-text{font-size:1.5rem!important}@media screen and (max-width:767px){.zone-one-out-of-three .pharma-inquiry-block .disclaimer-text,.zone-mbg-top .pharma-inquiry-block .disclaimer-text,.zone-buy-at-pharma .pharma-inquiry-block .disclaimer-text,.zone-one-million .pharma-inquiry-block .disclaimer-text{font-size:1.3rem!important}.zone-mbg-top .one-free-zone{margin-top:0%}}@media screen and (min-width:768px){.zone-mbg-top .one-free-zone .mobile-section{display:none}}.zone-mbg-top .one-free-zone .mobile-section img{width:90%;margin:auto}@media screen and (max-width:767px){.zone-mbg-top .one-free-zone .desktop-section{display:none}}.zone-mbg-top .one-free-zone .desktop-section img{width:90%;margin:auto}.zone-mbg-top .one-free-zone .desktop-section .second-img{border:1px solid #0e1c3f;padding-bottom:1rem}.million-hero-block,.one-of-three-hero,.mbg-top-hero,.pharma-hero,.buy-online-hero{min-height:440px;margin:0}.million-hero-block .ob-content-details-block-wrapper,.one-of-three-hero .ob-content-details-block-wrapper,.mbg-top-hero .ob-content-details-block-wrapper,.pharma-hero .ob-content-details-block-wrapper,.buy-online-hero .ob-content-details-block-wrapper{max-width:100%;padding:0!important}@media screen and (max-width:991px){.million-hero-block .ob-content-details-block__content,.one-of-three-hero .ob-content-details-block__content,.mbg-top-hero .ob-content-details-block__content,.pharma-hero .ob-content-details-block__content,.buy-online-hero .ob-content-details-block__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}.million-hero-block .ob-content-details-block__image-content,.one-of-three-hero .ob-content-details-block__image-content,.mbg-top-hero .ob-content-details-block__image-content,.pharma-hero .ob-content-details-block__image-content,.buy-online-hero .ob-content-details-block__image-content{-webkit-box-flex:1;-webkit-flex:1 0 100%;flex:1 0 100%;width:100%}@media screen and (max-width:991px){.million-hero-block .ob-content-details-block__image-content__main-image,.one-of-three-hero .ob-content-details-block__image-content__main-image,.mbg-top-hero .ob-content-details-block__image-content__main-image,.pharma-hero .ob-content-details-block__image-content__main-image,.buy-online-hero .ob-content-details-block__image-content__main-image{max-width:100%}}.million-hero-block .ob-content-details-block__image-content__main-image-desktop .ob-mainAsset-wrapper img,.million-hero-block .ob-content-details-block__image-content__main-image-mobile .ob-mainAsset-wrapper img,.one-of-three-hero .ob-content-details-block__image-content__main-image-desktop .ob-mainAsset-wrapper img,.one-of-three-hero .ob-content-details-block__image-content__main-image-mobile .ob-mainAsset-wrapper img,.mbg-top-hero .ob-content-details-block__image-content__main-image-desktop .ob-mainAsset-wrapper img,.mbg-top-hero .ob-content-details-block__image-content__main-image-mobile .ob-mainAsset-wrapper img,.pharma-hero .ob-content-details-block__image-content__main-image-desktop .ob-mainAsset-wrapper img,.pharma-hero .ob-content-details-block__image-content__main-image-mobile .ob-mainAsset-wrapper img,.buy-online-hero .ob-content-details-block__image-content__main-image-desktop .ob-mainAsset-wrapper img,.buy-online-hero .ob-content-details-block__image-content__main-image-mobile .ob-mainAsset-wrapper img{width:100%;height:100%}.mbg-top-hero .ob-content-details-block__image-content__main-image-desktop .ob-mainAsset-wrapper img{padding-bottom:3rem}.mbg-top-hero .ob-content-details-block__image-content__main-image-mobile .ob-mainAsset-wrapper img{padding-bottom:5rem}.home-body-zone .plaque-check:focus-visible{border:4px solid #000;outline:none}.home-body-zone .plaque-check{max-height:61.7rem}.home-body-zone .plaque-check .desktop-content{display:none}.home-body-zone .plaque-check .mobile-content{margin-bottom:-5px;position:relative}.home-body-zone .plaque-check .mobile-content .bg-img{width:100vw}.home-body-zone .plaque-check .mobile-content .inner-content{color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;padding:3vh 3vw;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;bottom:2%}.home-body-zone .plaque-check .mobile-content .inner-content p{text-align:center;-webkit-margin-before:unset;-webkit-margin-after:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:unset;margin-bottom:unset;display:-webkit-box;display:-webkit-flex;display:flex}.home-body-zone .plaque-check .mobile-content .inner-content p .big-text{font-family:Hurme Semi Bold,sans-serif;font-size:1.6rem;font-style:normal;font-weight:700;line-height:1.1}@media screen and (max-width:360px){.home-body-zone .plaque-check .mobile-content .inner-content p .big-text{font-size:1.5rem;line-height:1.6rem}}.home-body-zone .plaque-check .mobile-content .inner-content p .disclaimer-text{text-align:left;font-family:Hurme Semi Bold,sans-serif;font-size:1.2rem;font-style:normal;font-weight:700;line-height:1.1}@media screen and (max-width:360px){.home-body-zone .plaque-check .mobile-content .inner-content p .disclaimer-text{font-size:1.1rem;line-height:1.2rem}}.home-body-zone .plaque-check .mobile-content .inner-content p .large-text{margin-top:30px;font-family:Hurme Semi Bold,sans-serif;font-size:1.8rem;font-style:normal;font-weight:700;line-height:2rem}.home-body-zone .plaque-check .mobile-content .inner-content a{background-color:#fff;border-radius:30px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:40vw;height:14vw;font-size:14px;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:350%}@media screen and (max-width:360px){.home-body-zone .plaque-check .mobile-content .inner-content a{top:320%}}@media screen and (min-width:430px){.home-body-zone .plaque-check .mobile-content .inner-content a{top:360%}}.home-body-zone .plaque-check .mobile-content .inner-content a span{font-family:Hurme Semi Bold,sans-serif;font-style:normal;font-weight:700}@media screen and (min-width:768px){.home-body-zone .plaque-check .mobile-content{display:none}.home-body-zone .plaque-check .desktop-content{display:block;position:relative}.home-body-zone .plaque-check .desktop-content .bg-img{width:100%}.home-body-zone .plaque-check .desktop-content .inner-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:40%;padding:0 4vw;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:20%;right:0}}@media screen and (min-width:768px) and (max-width:1300px){.home-body-zone .plaque-check .desktop-content .inner-content{padding:0}}@media screen and (min-width:768px) and (min-width:1920px){.home-body-zone .plaque-check .desktop-content .inner-content{top:25%}}@media screen and (min-width:768px){.home-body-zone .plaque-check .desktop-content .inner-content p{color:#fff;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.home-body-zone .plaque-check .desktop-content .inner-content p .big-text{font-family:Hurme Semi Bold,sans-serif;font-size:3.8rem;font-style:normal;font-weight:700;line-height:3.8rem}.home-body-zone .plaque-check .desktop-content .inner-content p .disclaimer-text{text-align:left;font-family:Hurme Semi Bold,sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.5}.home-body-zone .plaque-check .desktop-content .inner-content p .large-text{margin-top:30px;font-family:Hurme Semi Bold,sans-serif;font-size:4.2rem;font-style:normal;font-weight:700;line-height:4.5rem}.home-body-zone .plaque-check .desktop-content .inner-content a{background-color:#fff;border-radius:30px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:13vw;height:3vw;margin-top:1vw;display:-webkit-box;display:-webkit-flex;display:flex}.home-body-zone .plaque-check .desktop-content .inner-content a span{font-family:Hurme Semi Bold,sans-serif;font-size:18px;font-style:normal;font-weight:700}}@media only screen and (min-device-width:744px) and (max-device-width:1376px) and (-webkit-device-pixel-ratio:2){.home-body-zone .plaque-check .desktop-content .inner-content{top:8%}.home-body-zone .plaque-check .desktop-content .inner-content p .big-text{font-size:2.3rem;line-height:2rem}.home-body-zone .plaque-check .desktop-content .inner-content p .disclaimer-text{font-size:1.2rem;line-height:1.5rem}}
