@import "../images/icons/css/sprite.css";:root{--primary-color:#a18372;--primary-hover-color:#8f7465;--primary-disabled-color:#857e79;--primary-dark-color:#845c45;--secondary-color:#e9e5e2;--secondary-hover-color:#dcd8d5;--accent-color:#a18372;--accent-hover-color:#8f7465;--dummy-color:#d84e28;--svg-icon-size:50px;--text-color:#3c3c3b;--bg-color:#fff;--bg-accent-color:#efeeea;--border-color:#d1d1d1;--button-color:#f2f2f2;--button-hover-color:#e2e2e2;--block-side-offset:2.2rem;--block-bottom-offset:2rem;--block-radius:0;--footer:10.8rem}.bs-close{--size:2rem;--top:0.7rem;--right:0.7rem;opacity:0.7;transition:opacity .2s;width:var(--size);height:var(--size);position:absolute;top:var(--top);right:var(--right);cursor:pointer}.bs-close::before,.bs-close:after{content:"";height:3px;display:block;width:var(--size);background-color:var(--primary-color);position:absolute;top:50%;left:0}.bs-close::before{transform:translateY(-50%) rotate(45deg)}.bs-close::after{transform:translateY(-50%) rotate(-45deg)}.bs-close:hover{opacity:1}.bs-close--inverse::before{background-color:var(--bg-color)}.bs-close--inverse::after{background-color:var(--bg-color)}label.custom-radio-button{display:block;cursor:pointer;position:relative}label.custom-radio-button input[type=radio]{display:none}label.custom-radio-button span.icon{display:inline-block;vertical-align:middle;width:1.2em;height:1.2em;margin-right:1em;border:1px solid;background-color:#ededed;border-color:#aeaeae;border-radius:50%;position:relative;transition:background .2s,border .2s}label.custom-radio-button span.icon::before{content:'';background:var(--primary-color);height:0;width:0;border-radius:50%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:width .2s,height .2s}label.custom-radio-button input[type=radio]:checked+span.icon{background-color:white}label.custom-radio-button input[type=radio]:checked+span.icon::before{content:'';height:0.6em;width:0.6em}label.custom-checkbox{--checkbox-size:1.2em;display:block;margin-bottom:0;font-size:inherit;user-select:none;position:relative}label.custom-checkbox input[type=checkbox]{position:absolute;width:var(--checkbox-size);height:var(--checkbox-size);vertical-align:middle;opacity:0}label.custom-checkbox input[type=checkbox]~span{cursor:pointer}label.custom-checkbox input[type=checkbox][disabled]~span{pointer-events:none}label.custom-checkbox input[type=checkbox][disabled]+span.icon{background-color:#efefef;border-color:#ececec}label.custom-checkbox input[type=checkbox][disabled]+span.icon::before{border-color:var(--primary-disabled-color)}label.custom-checkbox input[type=checkbox][disabled]~span:not(.icon){opacity:0.6}label.custom-checkbox span.icon{display:inline-block;vertical-align:middle;width:var(--checkbox-size);height:var(--checkbox-size);margin-right:0.6em;border:1px solid;border-radius:15%;background-color:#ededed;border-color:#aeaeae;position:relative;top:-0.2em;transition:background .2s,border .2s}label.custom-checkbox span.icon::before{content:"";top:12%;left:34%;width:36%;height:63%;display:block;position:absolute;border:solid var(--primary-color);border-width:0 .15em .15em 0;transform:rotate(45deg) scale(0, 0);transition:transform .2s}label.custom-checkbox input[type=checkbox]:checked+span.icon{background-color:white;border-color:#ededed}label.custom-checkbox input[type=checkbox]:checked+span.icon::before{transform:rotate(45deg) scale(1, 1)}label.custom-checkbox input[aria-invalid="true"]+span.icon{border-color:var(--danger)}.babysmile24-preloader{font-size:1.4em;width:100%;height:100%;color:var(--primary-color);background-color:rgba(255,255,255,0.82);z-index:1000;top:0;left:0;display:flex;justify-content:center;align-items:center;flex-direction:column}.babysmile24-preloader__icon__object{width:100%}.babysmile24-preloader__text{margin-top:1.5em}@media only screen and (max-width: 767px){.babysmile24-preloader{font-size:1.2em}.babysmile24-preloader__icon{transform:scale(1.2);transform-origin:bottom}}ol.board{counter-reset:item;padding:0;display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.5rem}ol.board li{list-style:none;display:inline-block;padding:3.45rem 2rem 2rem;position:relative;background-color:var(--bg-color);vertical-align:top;box-sizing:border-box;border-radius:var(--block-radius)}ol.board li::before{--size:4.5rem;counter-increment:item;content:counter(item);position:absolute;top:0;left:50%;line-height:4rem;width:var(--size);height:var(--size);color:white;font-size:2.4rem;font-family:"Belleza";background-color:var(--accent-color);transform:translateX(-50%) translateY(-54%);background-repeat:no-repeat;background-size:cover}ol.board li h4{font-size:2em;min-height:2.4em;margin-bottom:1.5rem;color:var(--primary-color)}ol.board li p{font-size:1.6em;margin-bottom:0.3em;line-height:2.4rem;font-weight:300}ol.board li a{font-size:1.6em;color:var(--primary-color)}@media only screen and (max-width: 767px){ol.board li h4{min-height:0}}.babysmile-galery{--columns:3;--zi:2;column-count:var(--columns);position:relative;z-index:var(--zi)}.babysmile-galery__actions{text-align:right}.babysmile-galery__actions>div{margin:0 1rem}.babysmile-galery__item{cursor:pointer;margin-bottom:1rem;break-inside:avoid}.babysmile-galery__item img{border-radius:var(--block-radius);border:3px solid var(--bg-color)}.babysmile-galery__item-image{position:relative;z-index:2}.babysmile-galery__item-name{--h:2rem;text-align:center;background-color:var(--bg-color);border-bottom-left-radius:var(--block-radius);border-bottom-right-radius:var(--block-radius);display:block;height:var(--h);line-height:var(--h);padding:0 1.2rem;margin:calc(-1 * var(--h)) auto 0;position:relative;max-width:60%;z-index:1;transition:margin .3s;overflow:hidden;text-overflow:ellipsis}.babysmile-galery__item.item{display:none}.babysmile-galery__overlay{min-width:0;position:fixed;top:0;left:0;width:100%;background-color:var(--bg-color);height:100%;display:flex;z-index:-1;opacity:0;transition:opacity .3s,z-index .3s;align-items:center}.babysmile-galery__overlay-inner{width:100%;height:80%;overflow:hidden;position:relative}.babysmile-galery__overlay .swiper{height:100%}.babysmile-galery__overlay .swiper-slide .swiper-zoom-container{height:100%}.babysmile-galery__overlay .swiper-slide img{border-radius:var(--block-radius);object-fit:contain}.babysmile-galery__overlay.active{opacity:1;z-index:10000}.babysmile-galery__overlay .swiper-slide img{border-radius:var(--block-radius)}.babysmile-galery__overlay-close{--size:3rem;position:absolute;top:var(--block-side-offset);right:var(--block-side-offset);width:var(--size);height:var(--size);opacity:0.7;transition:opacity .2s;z-index:2;cursor:pointer}.babysmile-galery__overlay-close:before,.babysmile-galery__overlay-close::after{content:"";height:3px;width:100%;background-color:var(--primary-color);position:absolute;top:50%}.babysmile-galery__overlay-close::before{transform:translateY(-50%) rotate(45deg)}.babysmile-galery__overlay-close::after{transform:translateY(-50%) rotate(-45deg)}.babysmile-galery__overlay-close:hover{opacity:1}.babysmile-galery--show-name .babysmile-galery__item-name{margin-top:0}.babysmile-galery--show-co .babysmile-galery__item--color-co{display:block}.babysmile-galery--show-sw .babysmile-galery__item--color-sw{display:block}@media only screen and (max-width: 767px){.babysmile-galery{--columns:2;gap:0.4rem}.babysmile-galery__item-name{max-width:78%}}.offer-hint{--height:2.7rem;background-color:var(--primary-color);color:var(--bg-accent-color);cursor:pointer;line-height:var(--height);height:var(--height);display:inline-block;position:relative;margin-left:calc(var(--height) / 2);padding:0 1rem;font-size:calc(var(--height) - 1.2rem);vertical-align:middle;position:absolute;right:calc(-1 * var(--block-side-offset))}.offer-hint::before{content:"";position:absolute;top:0;left:0;transform:translateX(-100%);width:0px;height:0px;border-top:calc(var(--height) / 2) solid transparent;border-bottom:1.35rem solid transparent;border-right:calc(var(--height) / 3) solid var(--primary-color)}.offer-hint::after{--K:0.3;content:"";position:absolute;display:block;height:calc(100% + var(--K) * var(--block-radius) );width:calc((var(--K) + 0.1) * var(--block-radius) );border-top-right-radius:calc(var(--K) * var(--block-radius) );border-bottom-right-radius:calc(var(--K) * var(--block-radius) );right:calc(-1 * (var(--K) + 0.1) * var(--block-radius) );top:calc(-1 * var(--K) * var(--block-radius) );background-color:var(--primary-color)}.offer-hint .tooltip-content{font-size:1rem}.fixed-plate{--top:31%;--width:39.7rem;--left-size:4.4rem;background-color:var(--primary-color);color:var(--bg-color);border-top-left-radius:var(--block-radius);border-bottom-left-radius:var(--block-radius);position:fixed;top:var(--top);right:0;padding-left:var(--left-size);z-index:901;user-select:none;width:var(--left-size);transition:width .5s;cursor:pointer;border-top:1px solid var(--bg-color);border-left:1px solid var(--bg-color);border-bottom:1px solid var(--bg-color)}.fixed-plate__title{font-size:3.7rem;line-height:3.5rem;font-family:"Belleza";text-transform:none;margin-bottom:4.6rem}.fixed-plate .bs-close{--size:1.4rem;transition:top .3s,right .3s;top:2rem;right:calc((var(--left-size) - 1rem) / 2);transform:translateZ(0)}.fixed-plate .bs-close::before,.fixed-plate .bs-close::after{height:2px;transition:all .5s;transform-origin:1px center}.fixed-plate__left{position:absolute;color:var(--bg-color);text-transform:uppercase;writing-mode:vertical-rl;padding-bottom:3rem;transform:rotate(180deg);height:100%;letter-spacing:2px;font-weight:300;width:var(--left-size);line-height:var(--left-size);font-size:calc(var(--left-size) - 2.2rem);top:0;left:0;box-sizing:border-box;text-align:center}.fixed-plate__left .fa{display:none}.fixed-plate__content{text-align:right;font-weight:300;padding:1.5rem var(--block-side-offset) 4rem;padding-right:calc(var(--block-side-offset) + 2rem);opacity:0;white-space:nowrap;transition:opacity .4s;transition-delay:0s}.fixed-plate__content p{font-size:1.8rem;line-height:1.2;color:var(--bg-accent-color)}.fixed-plate__content p b{color:var(--bg-color)}.fixed-plate--opened{width:var(--width)}.fixed-plate--opened .fixed-plate__content{opacity:1;transition-delay:0.3s}.fixed-plate--opened .bs-close{top:1rem}.fixed-plate--opened .bs-close::before,.fixed-plate--opened .bs-close::after{transform-origin:center center}@media only screen and (max-width: 767px){.fixed-plate{--top:55%;--width:100%;border-top-left-radius:0;width:0;padding-left:0;border-left:none}.fixed-plate__left{height:auto;top:0;padding-top:2.5rem;left:calc(-1 * var(--left-size) + 1px);background-color:var(--primary-color);border-top:1px solid var(--bg-color);border-right:1px solid var(--bg-color);border-bottom:1px solid var(--bg-color);border-top-right-radius:var(--block-radius);border-bottom-right-radius:var(--block-radius)}.fixed-plate__left-text{display:none}.fixed-plate__left .fa{display:inline-block}.fixed-plate__title{font-size:3.2rem;line-height:3.5rem;margin-bottom:1.8rem}.fixed-plate__content{font-size:1.4rem;line-height:1.5;padding-bottom:2rem}.fixed-plate__content p{font-size:1.6rem;line-height:1.5}.fixed-plate--opened{width:var(--width)}}.bsat-label{--size:2.7rem;--vertical-offset:0.8rem;--fz:calc(var(--size) - var(--vertical-offset));--horizontal-offset:calc(var(--fz) / 2);background-color:var(--primary-color);color:var(--bg-accent-color);line-height:var(--size);height:var(--size);display:inline-block;position:relative;margin-left:calc(var(--size) / 2);padding:0 var(--horizontal-offset);font-size:var(--fz);vertical-align:middle;margin-left:var(--fz);right:-0.4rem;border-top-right-radius:calc(var(--fz) / 2);border-bottom-right-radius:calc(var(--fz) / 2)}.bsat-label::before{content:"";position:absolute;top:0;left:0;transform:translateX(-100%);width:0px;height:0px;border-top:calc(var(--size) / 2) solid transparent;border-bottom:calc(var(--size) / 2) solid transparent;border-right:calc(var(--fz) * 0.7) solid var(--primary-color)}.babysmile-custom-datepicker{--font-size:1em;--item-size:3.0em;text-align:center}.babysmile-custom-datepicker .ui-datepicker{font-size:var(--font-size);box-shadow:none;padding:0;border:none;background-color:transparent}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-header{padding-bottom:1.2em;padding-top:0.3em}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-title{margin:0;font-size:1.2em;padding-left:1.1em;padding-right:1.1em;text-transform:uppercase}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-prev,.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-next{--padd:0.4em;--size:1.4em;position:absolute;padding:var(--padd);width:var(--size);height:var(--size);top:0.6em}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-prev span,.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-next span{display:none}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-prev::before,.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-next::before{content:"";width:calc(var(--size) - 2 * var(--padd));height:calc(var(--size) - 2 * var(--padd));transform:rotate(45deg);display:block;box-sizing:border-box;transition:border-color .2s}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-prev:hover::before,.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-next:hover::before{border-color:var(--primary-color)}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-disabled,.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-next.ui-state-disabled{pointer-events:none}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-disabled::before,.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-next.ui-state-disabled::before{opacity:0.3}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-next{right:1.2em}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-next::before{border-right:2px solid var(--text-color);border-top:2px solid var(--text-color)}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-prev{left:1.2em}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-prev::before{border-left:2px solid var(--text-color);border-bottom:2px solid var(--text-color)}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar{border:none}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar .ui-state-disabled{background-color:transparent}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar .ui-state-disabled span{color:var(--text-color)}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar thead th{font-size:1.1em;text-transform:uppercase}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar th{background-color:transparent;padding:0;border:none;text-align:center;text-transform:none;font-weight:normal}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar td{border:none;padding:.3em .6em}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar td span,.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar td a{display:inline-block;line-height:var(--item-size);width:var(--item-size);border-radius:50%;text-align:center;padding:0}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar td a{background-color:var(--secondary-color);transition:background .2s,color .2s}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today{background-color:transparent}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a,.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today span{position:relative}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a::before,.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today span::before{--size:4px;content:"";position:absolute;width:var(--size);height:var(--size);border-radius:50%;background-color:var(--primary-color);bottom:0.2em;left:50%;transform:translateX(-50%)}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a{background-color:var(--primary-color);color:white;font-weight:bold}.babysmile-custom-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a::before{background-color:white}.bs-fixed-block{--offset:1rem;position:fixed;top:var(--offset);left:var(--offset);padding:1rem 3rem;border-radius:var(--block-radius);background-color:var(--secondary-hover-color);z-index:2;transform-origin:center center;transform:scale(1);transition:all .4s;opacity:1;max-width:40%;z-index:1000}.bs-fixed-block.scaledOut{transform:scale(0);opacity:0}.bs-fixed-block--bottom{top:auto;bottom:var(--offset);transform-origin:bottom right}.bs-fixed-block--right{left:auto;right:var(--offset)}@media only screen and (max-width: 767px){.bs-fixed-block{max-width:80%}}[data-bs-action="slider-init"] :not(.owl-carousel){height:0;overflow:hidden;opacity:0}[data-bs-action="slider-init"].owl-carousel{position:relative}[data-bs-action="slider-init"].owl-carousel .owl-item{border-radius:var(--block-radius);overflow:hidden}[data-bs-action="slider-init"].owl-carousel .owl-controls .owl-nav .owl-prev,[data-bs-action="slider-init"].owl-carousel .owl-controls .owl-nav .owl-next{--size:3rem;background-color:var(--primary-color);border-radius:50%;width:var(--size);height:var(--size);color:var(--bg-color);position:absolute;top:50%}[data-bs-action="slider-init"].owl-carousel .owl-controls .owl-nav .owl-prev::before,[data-bs-action="slider-init"].owl-carousel .owl-controls .owl-nav .owl-next::before{font-size:2rem;width:100%;height:100%;line-height:var(--size)}[data-bs-action="slider-init"].owl-carousel .owl-controls .owl-nav .owl-prev:hover,[data-bs-action="slider-init"].owl-carousel .owl-controls .owl-nav .owl-next:hover{background-color:var(--primary-hover-color)}[data-bs-action="slider-init"].owl-carousel .owl-controls .owl-nav .owl-prev{left:var(--block-side-offset)}[data-bs-action="slider-init"].owl-carousel .owl-controls .owl-nav .owl-next{right:var(--block-side-offset)}.owl-carousel .owl-controls .owl-dots .owl-dot{margin:2em 1em;background-color:var(--primary-color)}.owl-carousel .owl-controls .owl-dots .owl-dot.active{background-color:var(--primary-hover-color)}.owl-carousel .owl-controls .owl-nav{position:absolute;top:44%;transform:translateY(-50%);width:100%}.owl-carousel .owl-controls .owl-nav div{--nav-size:60px;--side-offset:2em;background-color:transparent;border-radius:50%;height:var(--nav-size);width:var(--nav-size);position:absolute;top:0}.owl-carousel .owl-controls .owl-nav div:hover{background-color:var(--primary-color)}.owl-carousel .owl-controls .owl-nav div::before{font-size:2em;line-height:var(--nav-size)}.owl-carousel .owl-controls .owl-nav div.owl-prev::before,.owl-carousel .owl-controls .owl-nav div.owl-next::before{text-shadow:0 0 1px #fff,0 0 1px #fff,0 0 1px #fff,0 0 1px #fff}.owl-carousel .owl-controls .owl-nav div.owl-prev{left:var(--side-offset)}.owl-carousel .owl-controls .owl-nav div.owl-prev::before{text-indent:-0.1em}.owl-carousel .owl-controls .owl-nav div.owl-next{right:var(--side-offset)}.owl-carousel .owl-controls .owl-nav div.owl-next::before{text-indent:0.1em}@media only screen and (max-width: 767px){.product.data.items{--tab-offset:0.3rem}.product.data.items>.item.title{float:none;width:100%;padding-left:var(--block-radius);padding-right:var(--block-radius);margin-bottom:var(--tab-offset)}.product.data.items>.item.title:first-child{margin-left:0}.product.data.items>.item.title.active{margin-bottom:0}.product.data.items>.item.content{margin-bottom:var(--tab-offset);margin-top:0;float:none;margin-left:0}}nav.navigation{font-size:0.9rem}nav.navigation ul{padding:0}nav.navigation .level0{display:inline-block;margin-right:0;margin-bottom:0.5rem;font-family:"Belleza",sans;font-weight:500;text-transform:uppercase}nav.navigation .level0>a{font-weight:450;margin-right:0.3rem;padding:.6rem 1rem .5rem;border-top-left-radius:var(--block-radius);border-top-right-radius:var(--block-radius);border:1px solid transparent;transition:border .2s;display:inline-block;letter-spacing:0.2em}nav.navigation .level0>a:hover{border-color:var(--primary);text-decoration:none}nav.navigation .level0.active>a,nav.navigation .level0.has-active>a{border-color:var(--primary-disabled-color)}nav.navigation .level0.parent .level-top>.ui-menu-icon:after{font-size:2rem;width:0.5rem;line-height:1rem;text-align:center;text-indent:-1rem;overflow:visible;margin-right:0.3rem}nav.navigation .level0 .submenu{border-top:none;background-color:var(--bg-accent-color);padding-left:0;box-shadow:7px 5px 7px var(--button-color)}nav.navigation .level0 .submenu .active>a{border-left:3px solid var(--primary-color);background:var(--secondary-color);color:var(--primary-color)}nav.navigation .level0 .submenu a{transition:background .2s}nav.navigation .level0 .submenu a:hover,nav.navigation .level0 .submenu a.ui-state-focus{background-color:var(--bg-color);color:var(--primary-color)}nav.navigation .level0:last-child a{margin-right:0}@media only screen and (max-width: 767px){nav.navigation{background-color:var(--bg-accent-color);overflow:hidden;overflow-y:scroll;position:fixed;z-index:10;width:100%;left:-100%;height:100%;font-size:1.2rem;top:0;transition:left .5s;border-radius:0;padding-top:4rem}nav.navigation.active{left:0}nav.navigation ul{padding-left:0}nav.navigation ul li{margin-bottom:0}nav.navigation .level0{display:block;margin-right:0;margin-bottom:0}nav.navigation .level0>a{text-transform:uppercase;border-radius:0;margin:0;font-weight:bold;padding:1rem 1.5rem;display:block}nav.navigation .level0.parent .level-top>.ui-menu-icon:after{font-size:2rem;width:0.5rem;text-align:center;text-indent:-1rem;overflow:visible;margin-right:0.3rem}nav.navigation .level0 .submenu{position:static !important;border:none;padding-left:0;background-color:var(--bg-color)}nav.navigation .level0 .submenu a{display:block;padding:1rem 2.2rem;text-transform:uppercase}nav.navigation .level0:last-child{border-bottom:none}}.sidebar .block{border-radius:var(--block-radius);background-color:var(--bg-accent-color);overflow:hidden;padding:1.2rem 1rem}.sidebar.sidebar-main .block.block-collapsible-nav{padding:0}.sidebar.sidebar-main .block.block-collapsible-nav .content .nav{display:block}.sidebar.sidebar-main .block.block-collapsible-nav .content .nav .item a{transition:background .2s;padding:.3rem 1rem}.sidebar.sidebar-main .block.block-collapsible-nav .content .nav .item a:hover{background-color:var(--border-color)}.sidebar.sidebar-main .block.block-collapsible-nav .content .nav .item.current strong{border-color:var(--primary-color)}.babysmile-nav__content-inner{display:grid;grid-template-columns:1.1fr 3fr;font-size:1.2rem}.babysmile-nav__content-account-links-list{padding:0;margin:0;text-align:left}.babysmile-nav__content-account-links-list .item{display:block;font-size:1em;margin-bottom:1em;box-sizing:border-box;padding-left:2em;font-weight:bold}.babysmile-nav__content-account-links-list .item a{color:var(--text-color)}.babysmile-nav__content-account-links-list .item.current strong{color:var(--primary-color)}.babysmile-nav__content-account-links-list .item:last-child{margin-bottom:0}.babysmile-nav__content-account-links{padding-right:3rem;padding-top:3rem;border-right:1px solid var(--border-color)}.babysmile-nav__content-sections{padding-left:3rem}.babysmile-nav__content-item{text-align:center;display:grid;grid-template-columns:2em 1fr;grid-column-gap:0.5em;margin-bottom:2.2em}.babysmile-nav__content-item-icon{grid-row:span 2;font-size:2em;color:var(--primary-color)}.babysmile-nav__content-item-icon::before{position:relative;top:1px}.babysmile-nav__content-item a h3{margin-top:0;margin-bottom:0em;font-weight:bold;font-size:1em}@media only screen and (max-width: 767px){.sidebar.sidebar-main .block.block-collapsible-nav{display:none}.babysmile-nav__content-inner{grid-template-columns:1fr;font-size:19px}.babysmile-nav__content-account-links-list{text-align:center}.babysmile-nav__content-account-links-list .item{font-size:1em;margin-bottom:1em;padding-left:0}.babysmile-nav__content-account-links{padding:0;border-right:1px solid var(--border-color)}.babysmile-nav__content-sections{padding-top:1.2em;padding-left:1.2em}.babysmile-nav__content-item{grid-template-columns:1fr;grid-column-gap:0;grid-row-gap:1em;margin-bottom:2.2em}}.goog-te-banner{display:none}.goog-te-gadget #text{display:none}.page-header{position:relative;margin-bottom:0;border:0}.page-header .maintenance-work{background:#3c3c3b;color:white;text-align:center;font-size:80%}.page-header .maintenance-work .container p{display:inline}.page-header .header-top{padding:0px;height:100%;background:transparent;border-bottom:1px solid #c5c6c6;position:relative}.page-header .header-top .translate-wrapper{margin-right:15px}.page-header .header-top .translate-wrapper .translate-toggle img{height:30px}.page-header .header-top #google_translate_bar{position:absolute;top:36px;right:22px;background:var(--secondary-color);padding:2em;z-index:9999;border-radius:0.7rem;border-top-right-radius:0}.page-header .header-top #google_translate_bar::before{content:"";position:absolute;top:-8px;right:0;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--secondary-color)}.page-header .header-top #google_translate_bar select{width:230px}.page-header .header-top .skiptranslate.goog-te-gadget{overflow:hidden}.page-header .header-top .panel-header{padding-top:0.3rem;padding-bottom:0.3rem}.page-header .header-top .panel-wrapper .panel-header div.header-top-right{position:relative;height:100%}.page-header .header-top .panel-wrapper .panel-header div.header-top-right .nav-item{margin:0px}.page-header .header-top .panel-wrapper .panel-header div.header-top-right .nav-link{font-size:1.1rem;color:#3c3c3b}.page-header .header-top .panel-wrapper .panel-header div.header-top-right .nav-link:hover{color:#000}.page-header .header-top .panel-wrapper .panel-header div.header-top-right .header_account_link{font-size:1.1rem;color:#3c3c3b;padding:.5rem 1rem}.page-header .header-top .panel-wrapper .panel-header div.header-top-right .header_account_link:hover{color:#000}.page-header .header-top .owl-carousel{position:relative}.page-header .header-top .owl-carousel .owl-prev{display:none !important}.page-header .header-top .owl-carousel .owl-next{margin:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NjggNzY4Ij4KICAgIDxwYXRoIGZpbGw9IiM2MzYzNjMiIGQ9Ik0yNzMuNSA0Ni4zYTUzLjQgNTMuNCAwIDAwLTE3LjUgOC4xIDcxMS40IDcxMS40IDAgMDAtMjQuOCAyMy44Yy0xOS42IDE5LjUtMjEuNiAyMS44LTI1LjMgMjkuMmE1NC4xIDU0LjEgMCAwMDQuMiA1NS42YzIuMSAzIDUxIDUyLjcgMTA4LjggMTEwLjVsMTA1LjEgMTA1TDMxNi43IDQ4NkMyMTkgNTgzLjkgMjA5LjEgNTk0LjEgMjA2LjIgNjAwYTU1LjEgNTUuMSAwIDAwLS44IDQ4LjVjNC40IDkuNCA5LjIgMTQuOSAzMS42IDM2LjMgMjAuNiAxOS43IDI1LjMgMjIuOSAzNy43IDI1LjggMTMuOCAzLjMgMzEuMSAwIDQyLjctOCAyLjgtMS45IDcwLTY4LjUgMTQ5LjMtMTQ3LjhDNjIyIDM5OS4zIDYxNCA0MDcuOCA2MTguNCAzOTMuMWMyLTYuOCAyLjEtMjEuNy4xLTI5LTMuNy0xNC4xIDQuMi01LjYtMTUxLjQtMTYxLjRBNzY1MCA3NjUwIDAgMDAzMTYuNyA1NGE0NS40IDQ1LjQgMCAwMC0yNy43LTguNmMtNi42LS4yLTEyLjQuMS0xNS41Ljl6Ii8+Cjwvc3ZnPg==");background-repeat:no-repeat;background-position:center;background-size:contain;background-color:transparent;width:1em;height:1em;display:block;position:absolute;bottom:50%;right:0;top:auto;transform:translate(0, 50%)}.page-header .header-top .owl-carousel .owl-next::before{display:none}.page-header .free-shipping-bar-wrapper{background-color:#ddd}.page-header .free-shipping-bar-wrapper .amasty-shipbar{width:100%;max-width:100%;min-height:auto}.page-header .free-shipping-bar-wrapper .amasty-shipbar .col-12{height:auto}.page-header .free-shipping-bar-wrapper .amasty-shipbar .bar-content{background-color:#ddd !important}.page-header .free-shipping-bar-wrapper .amasty-shipbar .bar-content .content{padding:.5em 1em}.page-header .free-shipping-bar-wrapper .amasty-shipbar .bar-content .content span.label-content{color:#3c3c3b !important;font-size:80% !important;font-family:inherit !important}.page-header .free-shipping-bar-wrapper .amasty-shipbar .bar-content .content span.label-content b{color:#a18372 !important}.page-header .free-shipping-bar-wrapper .amasty-shipbar .bar-content .content svg.extra{height:1em;fill:#a18372 !important}.page-header .header-middle{padding:20px 0;position:relative;background-color:transparent}.page-header .header-middle .logo{display:inline-block;width:100%;margin:0;max-width:unset}.page-header .header-middle #babysmile-nav-collapsible-trigger{cursor:pointer;width:100%;text-align:right;position:relative;top:0.2rem}.page-header .header-middle #babysmile-nav-collapsible-trigger span{font-size:20px}.page-header .header-middle .account-link{display:flex;justify-content:end;align-items:center;padding:0 1em;font-size:2em}.page-header .header-middle .account-link a.account-link-icon{color:#3c3c3b}.page-header .header-middle .account-link a.account-link-icon:hover{color:#a18372}.page-header .header-middle .contact-tooltip{cursor:pointer;display:flex;justify-content:end;align-items:center;position:relative}.page-header .header-middle .contact-tooltip .tooltip-activator{font-size:2em;color:#3c3c3b}.page-header .header-middle .contact-tooltip .tooltip-activator:hover{color:#a18372}.page-header .header-middle .contact-tooltip .tooltip-content{transform:translate(-5%, 4rem);width:40rem;top:0;right:0}.page-header .header-middle .contact-tooltip .tooltip-content .phone{font-size:150%;font-weight:bold}.page-header .header-middle .contact-tooltip .tooltip-content .block{margin-top:1rem}.page-header .header-middle .contact-tooltip-content .phone{font-size:150%;font-weight:bold}.page-header .header-middle .header-content .header-middle-center{display:flex;justify-content:center;align-items:center;flex-flow:column;padding:0px}.page-header .header-middle .header-content .header-middle-center .phone-header-container{width:100%;text-align:center;padding:0px;font-size:1.5em}.page-header .header-middle .header-content .header-middle-right .bs-nav-toggle{display:flex;justify-content:flex-end;align-items:center}.page-header .header-middle .header-content .header-middle-right .bs-cart{display:flex;justify-content:end;align-items:center;padding:0}.page-header .header-middle .header-content .header-middle-right .minicart-wrapper{margin-top:0;margin-left:0}.page-header .header-middle .header-content .header-middle-right .minicart-wrapper .action.showcart{display:flex;justify-content:end;align-items:center;width:2rem;height:2rem;opacity:1;transition:opacity .3s}.page-header .header-middle .header-content .header-middle-right .minicart-wrapper .action.showcart::before{display:none}.page-header .header-middle .header-content .header-middle-right .minicart-wrapper .action.showcart.empty{opacity:0}.page-header .header-middle .header-content .header-middle-right .minicart-wrapper .action.showcart span.counter.qty{background:#a18372;margin:0;padding:0 .3rem;position:absolute;left:2rem}.page-header .header-nav{font-size:20px;position:relative}.page-header .header-nav #babysmile-nav-collapsible{position:absolute;top:0px;left:0px;z-index:999999;background-color:rgba(255,255,255,0.95);width:100%;border-bottom-left-radius:var(--block-radius);border-bottom-right-radius:var(--block-radius)}.page-header .header-nav #babysmile-nav-collapsible .left p,.page-header .header-nav #babysmile-nav-collapsible .right p{position:relative;margin-bottom:2em;color:#3c3c3b}.page-header .header-nav #babysmile-nav-collapsible .left p small,.page-header .header-nav #babysmile-nav-collapsible .right p small{line-height:1}.page-header .header-nav #babysmile-nav-collapsible .left p a span,.page-header .header-nav #babysmile-nav-collapsible .right p a span{color:#3c3c3b}.page-header .header-nav #babysmile-nav-collapsible .left p img.icon,.page-header .header-nav #babysmile-nav-collapsible .right p img.icon{height:1.5em;position:absolute;left:-2.5em}.page-header .header-nav #babysmile-nav-collapsible .left p.bs-header-link-service::before,.page-header .header-nav #babysmile-nav-collapsible .right p.bs-header-link-service::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS40NDIiIGhlaWdodD0iMzYuMTYyIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMzUuNDQydjM2LjE2MkgweiIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9ImIiPjx1c2UgeGxpbms6aHJlZj0iI2EiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cGF0aCBmaWxsPSIjQ0ZEMEQwIiBkPSJNLjQgOS4xOThjLjYwNC0uMjU1IDUuNjEuNzggOC41MjMgMS42NDMgMy4xMDYuOTIgNy4wMTYgMy4yIDcuNTE3IDMuNDktLjY0LS40Ny0yLjUyMy0xLjk0LTMuOTMzLTMuNTQtMS43NS0xLjk5LTIuOTY0LTQuNTYtMi45NjQtNC41NlM4LjQ2MyA1LjggOC44NjcgNWMuMjI2LS40NDguODk4LS4yNTMuOTg4LjQ0Mi4wNjIuNDc3LS4wMjUuNjgtLjAyNS42OHMxLjU0MiAyLjc1MyAyLjg3NCA0LjI4N2MxLjA4IDEuMjQgMi42MiAyLjY0IDMuMzA1IDMuMTYtLjMyLS40Mi0uMDYtLjc1LjAyLS44NC4xNS0uMTYuNDMtLjEuNDQtLjEtLjI0LS44NS0uNzktMy4wOC0uOC01LjM4LS4wMS0yLjkxLjE3LTMuNzUuMTctMy43NXMtLjM0LS43My4wOC0xLjIyYy40LS40Ny44LjA1Ljc1LjQ0LS4wOC41OC0uNDkuOC0uNDkuOHMtLjE5IDEuNjItLjE3IDNjLjAyIDEuMzguMTQgMy4yOC41OSA1LjA4LjEzLjUzLjI2Ljk5LjM1IDEuMjkuMTUuMTIuNjIuNTkuNzMuNzMtLjAyLS40My0uMDQtMS45MS41MS00Ljg1LjY5LTMuNTUgNC03Ljc4IDYuMDQtOC4zMyAyLjA0LS41NCA0LjM3IDIuNDcgNi40NCA1LjY2IDIuMDYgMy4xOSAyLjQxIDYuNDItLjY3IDguODNzLTguMTYgMy40Ni04LjE2IDMuNDYgNC41Ny40MiA4LjU1LjYyYzEuMzcuMDYgMy44OS0uMzUgNC42OCAyLjIyIDEuMDMgMi4zNC0uMTYgNi44My0zLjg5NyA3LjM4LTMuNzMuNTUtNS4wNy0xLjk3LTYuMjA3LTMuNDctMS4zLTEuNi0zLjQ5My00LjA4LTMuNDkzLTQuMDhzLjA4LjEzLjkyIDEuMjdjLjcyLjk0LjgzIDEuNTkuODEgMS43OS0uMDEyLjItLjMxLjI0LS45NS0uMzQtLjkwNy0uODItMS42OTUtMi40Mi0xLjY5NS0yLjQyczEuNDI0IDMuMiAyLjcxIDYuNjljMS4yOCAzLjQ5IDEuMTI2IDUuOC45NiA3LjI0cy0uNjkuNTEtMi4xNS0xLjExYy0xLjUyNi0xLjc2LTQuNDE0LTMuNDMtNC45NTUtNi42OS0uNTQtMy4yNiAxLjU1LTcuMjQgMS41NS03LjI0cy00LjQzIDUuNTQtNi40NyA1LjUyYy0xLjAzLS4wMS0xLjU1LS40NTQtMy42NC0zLjE1cy02LjQ0LTkuNzc2LTcuMjctMTEuMkMuNjggMTAuMzUtLjIxIDkuNDYuNCA5LjIiIGNsaXAtcGF0aD0idXJsKCNiKSIvPjxwYXRoIGZpbGw9IiM2MzYzNjMiIGQ9Ik0uMjEzIDguODFjLjYwNS0uMjU1IDUuNjEuNzggOC41MjQgMS42NDMgMy4xMDYuOTIgNy4wMTYgMy4xOTIgNy41MTcgMy40ODctLjY0LS40Ny0yLjIyLTEuNjktMy42My0zLjI5MkMxMC44NzQgOC42NjIgOS42NiA2LjA5IDkuNjYgNi4wOXMtMS4wODMtLjQzLS42NzgtMS4yM2MuMjI3LS40NDUuODk4LS4yNS45ODguNDQ2LjA2My40NzUtLjAyNC42OC0uMDI0LjY4czEuNTQzIDIuNzUgMi44NzQgNC4yODVjMS4wOCAxLjI1IDIuNDc3IDIuMzcgMy4xNjMgMi44OS4wMi0uMjcuMTczLS41Ny42MTUtLjUzLjAxNSAwIC4wMy4wMS4wNDMuMDEtLjIzLS44NC0uOC0zLjEzLS44MS01LjQzLS4wMS0yLjkuMTctMy43NS4xNy0zLjc1cy0uMzQtLjcyLjA5LTEuMjFjLjQxLS40Ni44MS4wNS43Ni40NS0uMDcuNTgtLjQ5LjgtLjQ5LjhzLS4xOCAxLjYyLS4xNiAzYy4wMiAxLjM4LjE1IDMuMjguNiA1LjA5LjEzLjUzLjI2Ljk5LjM1IDEuMjkuMTYuMTIuMjkuMjcuNC40MS0uMDItLjQyLS4wMy0xLjkuNTItNC44NS42Ni0zLjU3IDMuOTgtNy44IDYuMDItOC4zNHM0LjM3IDIuNDcgNi40NCA1LjY2YzIuMDcgMy4xOSAyLjQzIDYuNTctLjY1IDguOThzLTguMTYgMy40Ny04LjE2IDMuNDcgNC41Ni4yOCA4LjU0LjQ3YzEuMzguMDcgMy45NS0uMTkgNC43NSAyLjM4Ljc5IDIuNTctLjAyNCA2LjY2LTMuNzU0IDcuMjEtMy43My41NS00Ljk3LTEuOTUtNi4yMDUtMy40Ni0xLjI4LTEuNTYtMy41LTQuMDgtMy41LTQuMDhzLjA4LjEzLjkyIDEuMjdjLjg0IDEuMTQuODEgMS45Mi43OSAyLjEyLS4wMTMuMi0uMDEuMjUtLjkyMy0uNTYtLjkyLS44Mi0xLjcxLTIuNTM1LTEuNzEtMi41MzVzMS40MjQgMy4xOTYgMi43MSA2LjY4OGMxLjI4IDMuNDkgMS4yMTMgNi4xOCAxLjA1IDcuNjEtLjE2NiAxLjQzOC0uNjI0IDEuMTQtMi4zOS0uODktMS41My0xLjc2LTQuNDY1LTQtNS4wMDYtNy4yNi0uNTQ1LTMuMjYgMS41Ni03LjA5NSAxLjU2LTcuMDk1cy00LjQ2IDUuNzMtNi41IDUuNzA4Yy0xLjAzLS4wMTQtMS41Ni0uNjI4LTMuNjUtMy4zMjctMi4wOTUtMi43LTYuNDktOS43NS03LjMyLTExLjE4Qy40MiAxMC4xNi0uMzk3IDkuMDcuMjEgOC44MSIgY2xpcC1wYXRoPSJ1cmwoI2IpIi8+PGRlZnM+PHBhdGggaWQ9ImMiIGQ9Ik0wIDBoMzUuNDQydjM2LjE2MkgweiIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9ImQiPjx1c2UgeGxpbms6aHJlZj0iI2MiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTcuMDIyIDI0LjMxN2MtLjE0NiAxLjI5LS4wMTUgMi4zMzQuNTYgMy41Ny42NzIgMS40NSAxLjU0MiAyLjQ3MyAzLjgwNCA0LjY2NCAyLjI2MiAyLjE5IDIuNjE2IDIuNTcgMi43NzQgMi45LjEuMjEuMTE1LjMzLjA1NS40OC0uMDUzLjE3LS4xODIuMjEtLjE4NS4yMS4wMTMgMCAuMDI2LS4wMS4wNC0uMDIuMDktLjA4LjA1Ny0uMjQtLjA0My0uNDUtLjE1OC0uMzMtLjU3LS43MS0yLjgzMi0yLjktMi4yNi0yLjE5LTMuMDc0LTMuMjEtMy43NDgtNC42Ni0uNTAyLTEuMDgtLjU2Mi0yLjI2LS41MDUtMy4xMi4wMi0uMjIuMDQ4LS40NC4wOC0uNjYiIGNsaXAtcGF0aD0idXJsKCNkKSIvPjxwYXRoIGZpbGw9IiNDOUNBQ0EiIGQ9Ik0xNy40NDcgMjguMTAyYy42NzMgMS40NDggMS40ODYgMi40NyAzLjc0OCA0LjY2IDIuMjYyIDIuMTkyIDIuNjc0IDIuNTY0IDIuODMyIDIuOS4xLjIxMy4xMzIuMzcyLjA0LjQ1My0uMzEuMjIyLS45MDMtLjM1Ny0yLjEwMy0xLjc0LTEuNTI3LTEuNzYtNC40NjYtNC01LjAwNy03LjI2LS4xMzYtLjgxNi0uMTA2LTEuNjY4LjAxNi0yLjQ4Ny0uMDk3Ljg3Mi0uMSAyLjIzOC40NzQgMy40NzQiIGNsaXAtcGF0aD0idXJsKCNkKSIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0uMjYgOC43OTZsLS4wNDYuMDE0YS40ODIuNDgyIDAgMCAxIC4xMjgtLjAyOGguMDAzYy4wMDQgMC0uMzk1LjAyNy4wNy4zOSAxLjAyOC44IDEuOTk2IDEuNTYgMy4yNTUgMy4xNzIgMS41MiAxLjkgMy44MzYgNS42MDggNS41NTIgOC43MzIgMS43NzYgMy4yMzYgMi4wNDYgNC4yNjYgMy4xMzIgNC4zODguNS4wMzcuNzM0LS4wNjcgMS4xMTgtLjMyYS43MjkuNzI5IDAgMCAxLS4yMTUuMjM2Yy0uNDQuMjU4LS42ODMuNDI3LTEuMTM0LjM0LTEuMTEzLS4yMTUtMS4zOTYtMS4yMDctMy4xNzItNC40NDItLjI2LS40ODctLjU1LS45OTUtLjg1LTEuNTEtLjExLS4yMDctLjI0LS40MTQtLjM2LS42MjJzLS4yNC0uNDE3LS4zNy0uNjI1TDcgMTcuOWwtLjE5LS4zMWE3Ni43MyA3Ni43MyAwIDAgMC0uNzUzLTEuMjIgNzIuOTk2IDcyLjk5NiAwIDAgMC0uOTE5LTEuNDM4IDQ0LjYyIDQ0LjYyIDAgMCAwLTEuNzQtMi41MWwtLjE4Ny0uMjM4QzEuODcgMTAuNDk0LjUzIDkuNTE0LjI4IDkuMjQyLjAyMiA4Ljk2LjA4NyA4Ljg1LjI2IDguNzk4em0tLjE1LjA4YzAtLjAwMiAwLS4wMDMuMDAyLS4wMDRsLS4wMDMuMDAzbS4wNC0uMDMydi0uMDA2bC0uMDEuMDA2bS0uMDguMDciIGNsaXAtcGF0aD0idXJsKCNkKSIvPjxwYXRoIGZpbGw9IiNDRkQwRDAiIGQ9Ik0uMjEzIDguODFhLjI3OC4yNzggMCAwIDEgLjA0Ni0uMDEzYy0uMTguMDUtLjI0LjE2Mi4wMi40NDYuMDEuMDE3LjAzLjAzOC4wNi4wNmwuMDIuMDJjLjAyLjAyLjA0LjA0LjA3LjA2MnYuMDA0Yy40NS4zOSAxLjYxIDEuMzMgMi43NyAyLjc5LjA2LjA4LjEyLjE1LjE4LjI0LjQ4LjYzIDEuMDggMS41IDEuNzQgMi41bC4zNi41NmMuMTguMjguMzcuNTguNTUuODcuMjUuNC41LjgxLjc1IDEuMjJsLjE5LjMxLjM3LjYyLjM3LjYyLjM2LjYyYy4yOS41MS41OCAxLjAyLjg1IDEuNTEgMS43NyAzLjIzIDIuMDYgNC4yMiAzLjE3IDQuNDQuMzMuMDYuNTUtLjAxLjgyLS4xNi0uMzYuMjEtLjYzLjIyLS45NC4yMi0uOTY4LS4wMy0xLjU2LS42OC0zLjY1LTMuMzgtMi4wOS0yLjctNi40OS05Ljc1LTcuMzItMTEuMThDLjQxIDEwLjE1LS40IDkuMDYuMiA4LjgiIGNsaXAtcGF0aD0idXJsKCNkKSIvPjwvc3ZnPg==)}.page-header .header-nav #babysmile-nav-collapsible .left p.bs-header-link-set::before,.page-header .header-nav #babysmile-nav-collapsible .right p.bs-header-link-set::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4zMzIiIGhlaWdodD0iMTQuMzMyIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01LjM3NSA1LjU5OGMwLS4zNjguMzAzLS42NzIuNjctLjY3MmgxLjE0Yy40ODQuMDEuODc3LjQwOC44NzcuODk2djUuMzc1YzAgLjQ5LS40MDUuODk2LS44OTUuODk2YS44OTkuODk5IDAgMCAxLS44OTYtLjg5NlY2LjI3aC0uMjJhLjY3Mi42NzIgMCAwIDEtLjY3LS42NzJtLjg5NC0yLjQ2M2MwLS40OTcuNDAzLS44OTUuODk3LS44OTVhLjg5NC44OTQgMCAxIDEgMCAxLjc4OS44OTYuODk2IDAgMCAxLS44OTctLjg5OE03LjE2NyAwQzMuMjEgMCAwIDMuMjEgMCA3LjE2NXMzLjIxIDcuMTY2IDcuMTY2IDcuMTY2IDcuMTY2LTMuMjEgNy4xNjYtNy4xNjNTMTEuMTIyIDAgNy4xNjYgMHoiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJiIj48dXNlIHhsaW5rOmhyZWY9IiNhIiBvdmVyZmxvdz0idmlzaWJsZSIvPjwvY2xpcFBhdGg+PHBhdGggZmlsbD0iIzYzNjM2MyIgZD0iTTAgMGgxNC4zMzJ2MTQuMzNIMHoiIGNsaXAtcGF0aD0idXJsKCNiKSIvPjwvc3ZnPg==)}.page-header .header-nav #babysmile-nav-collapsible .left p.bs-header-link-present::before,.page-header .header-nav #babysmile-nav-collapsible .right p.bs-header-link-present::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4zMzIiIGhlaWdodD0iMTMuNDM3IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0zLjQ3IDExLjY0NWEuNDUuNDUgMCAwIDEgLjQ1LS40NDhoNi40OTNjLjI0OCAwIC40NDguMi40NDguNDQ4cy0uMi40NDgtLjQ0LjQ0OGgtNi41Yy0uMjQgMC0uNDUtLjItLjQ1LS40NDhtLS41LTIuMDE1YzAtLjI0OC4yLS40NDguNDUtLjQ0OGg3LjVhLjQ0OC40NDggMCAxIDEgMCAuODk1aC03LjVhLjQ0Ny40NDcgMCAwIDEtLjQ0Ni0uNDQ3TTIuNDcgNy42MTVjMC0uMjQ4LjItLjQ0OC40NDYtLjQ0OGg4LjUxYS40NDguNDQ4IDAgMCAxIC4wMS44OTVIMi45MWEuNDQ3LjQ0NyAwIDAgMS0uNDQ2LS40NDdtNC43MDItNS45OTJsMy4zMDUgMy4zMDRIMy44NmwzLjMwNi0zLjMwNHptMC0xLjYyMmEuNjgzLjY4MyAwIDAgMC0uNDc2LjJsLTQuNyA0LjctLjAyNS4wM0guNDQ3Yy0uMjQ1IDAtLjQ0Ny4yLS40NDcuNDV2MS4zNGMwIC4yNS4yMDIuNDUuNDQ3LjQ1aC41M2wxLjI3OCA1LjU0Yy4wOC40Mi40NDIuNzMuODguNzNoOC4wNmMuNDQgMCAuODAzLS4zMS44ODItLjcybDEuMjc4LTUuNTRoLjUzYy4yNDUgMCAuNDQ2LS4yLjQ0Ni0uNDVWNS4zOGMwLS4yNDgtLjItLjQ1LS40NC0uNDVoLTEuNTJsLS4wMi0uMDI3TDcuNjQuMmEuNjYyLjY2MiAwIDAgMC0uNDc0LS4yeiIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9ImIiPjx1c2UgeGxpbms6aHJlZj0iI2EiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cGF0aCBmaWxsPSIjNjM2MzYzIiBkPSJNMCAwaDE0LjMzMnYxMy40MzdIMHoiIGNsaXAtcGF0aD0idXJsKCNiKSIvPjwvc3ZnPg==)}.page-header .header-nav #babysmile-nav-collapsible .left p.bs-header-link-faq::before,.page-header .header-nav #babysmile-nav-collapsible .right p.bs-header-link-faq::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDUyIDEwMTUiPjxwYXRoIGZpbGw9IiM2MzYzNjMiIGQ9Ik01NzUuMzggMGgxOC4xNWM0NS45MyAxLjE0IDkxLjc2IDguNTggMTM1LjQyIDIyLjk5Qzc5Ni43MiA0NS4wNyA4NTkuMSA4My4yMSA5MTAgMTMzLjA3YzQ1LjQ1IDQ0LjM5IDgxLjggOTguMDcgMTA2LjA4IDE1Ni43OSAyMC4zMSA0OC45MSAzMi4xNyAxMDEuMjcgMzUuMTQgMTU0LjE0LjM1IDUuNDcuNDIgMTAuOTYuNzggMTYuNDR2MTcuMjFjLTEuMDMgNzcuOTYtMjEuNCAxNTUuNjUtNTkuNDkgMjIzLjczLTM2LjE2IDY1LjE5LTg4LjA5IDEyMS41Ni0xNTAuMTIgMTYyLjkyLTcxLjE1IDQ3LjczLTE1NS43NiA3NS4xLTI0MS40IDc3Ljg4LTY1LjI3IDIuMzctMTMxLjAzLTkuMDktMTkxLjUyLTMzLjc3LTM2LjE2LTE0Ljc0LTcwLjUyLTMzLjk4LTEwMS44NC01Ny4zM0MyMDYuNzkgOTA0LjcxIDEwNi4wNCA5NTguNTIgNS4yIDEwMTIuMTdjLTEuMzUuNjgtMi40NSAxLjczLTMuNDkgMi44M0gwdi0xLjQ3YzIuMzMtMS43MyAzLjE5LTQuNzQgNC42Ny03LjEzIDU2LjMxLTEwMy4xNiAxMTIuNS0yMDYuMzkgMTY4Ljg5LTMwOS41MS02LjYzLTEzLjAxLTEzLjI2LTI2LjA1LTE4LjkxLTM5LjUzLTQxLjc1LTk3LjE1LTQ5LjE3LTIwOC40My0yMS40NC0zMTAuNDEgMTguNy02OS40OCA1My43Ni0xMzQuNDQgMTAxLjMzLTE4OC40IDQ3LjQ1LTUzLjkgMTA3LjM0LTk2Ljg3IDE3My44Ny0xMjQuMDFDNDYxLjI4IDEyLjc1IDUxOC4yNCAxLjI5IDU3NS4zOCAwbS00LjE3IDE4OS4yOGMtMjAuMTggMS44LTQwLjMzIDUuNDUtNTkuNCAxMi40NC0yMS40NSA3LjYyLTQyLjEzIDE3LjU5LTYwLjk1IDMwLjQzIDEyLjE3IDIzLjY0IDI0LjY5IDQ3LjEgMzYuNzQgNzAuOCAxOC4zLTExLjk4IDM4LjE3LTIxLjY5IDU5LjIzLTI3LjczIDE2LjI4LTQuNjggMzMuMzUtNy4xNSA1MC4yOS01Ljc2IDExLjA1Ljc3IDIyLjM0IDIuNzggMzIuMDcgOC4zNCA3LjggNC40MiAxMy41NiAxMS43OSAxNy4zMyAxOS44MSA2LjE3IDEzLjgxIDYuOTggMjkuNzIgMy42NSA0NC4zNy0zLjIgMTQuMTItMTIuODQgMjUuNDYtMjIuMjkgMzUuOTMtMTIuMTQgMTIuNTctMjUuNTYgMjMuODMtMzguNjMgMzUuNC0xMi42NyAxMC43NC0yMy42MiAyMy40NC0zMi41MyAzNy40NC03Ljg4IDEyLjQ1LTEzLjU5IDI2LjE3LTE3Ljc2IDQwLjI2LTYuODUgMjIuMy02Ljg3IDQ2LjAzLTQuNzcgNjkuMDYgMjcuMjkuMDIgNTQuNTkuMDEgODEuODguMDEuMTktMTMuMiAxLjM0LTI2LjU1IDUuNTEtMzkuMTQgMi44NS04Ljg5IDcuNTgtMTcuMDEgMTIuNTgtMjQuODQgOC4yOS0xMy4wMSAxOS4xMy0yNC4xMyAzMC42MS0zNC4zNSA4Ljc1LTguMDIgMTguNDYtMTQuODcgMjcuNjMtMjIuMzggMTQuMjMtMTIuMTIgMjcuMzYtMjUuODcgMzYuOTQtNDIuMDEgOS41MS0xNi4wMyAxNi42OS0zMy42NiAxOS4yNC01Mi4yMSAyLjc3LTE5Ljk1IDMuNjQtNDAuNDQtLjAzLTYwLjM0LTMuMTItMTYuNjUtOS44OC0zMi42OC0yMC4yMy00Ni4xMy0xMC40NC0xMy42Ni0yNC4wNy0yNC43Ny0zOS4yOS0zMi42OS0xNS4yOS03Ljk1LTMyLjA1LTEyLjgxLTQ5LjA0LTE1LjQyLTIyLjc0LTMuNDUtNDUuOS0zLjA5LTY4Ljc4LTEuMjltLTMuOCA0MjAuMzVjLTE1LjEyIDEuODMtMjkuNzUgOS41OC0zOC41MyAyMi4yMi05LjUzIDEzLjYxLTExLjEyIDMxLjM1LTguMTIgNDcuMzMgMi42MyAxNC4wOSAxMS40OCAyNi43OSAyMy43NCAzNC4yMiAxNC4wOCA4LjcgMzEuNDcgOS45NCA0Ny41MSA3LjY2IDE0LjExLTIuMDQgMjcuNy05LjE2IDM2LjI2LTIwLjczIDEwLjE4LTEzLjM2IDEyLjI4LTMxLjI0IDkuNjgtNDcuNDMtMi4xNC0xMy43NS0xMC4xNi0yNi40Ni0yMS44NS0zNC4wNS0xNC4yMi05LjQxLTMyLjEyLTExLjA4LTQ4LjY5LTkuMjJ6Ii8+PHBhdGggZmlsbD0iI2Y4ZjhmOCIgZD0iTTU3MS4yMSAxODkuMjhjMjIuODgtMS44IDQ2LjA0LTIuMTYgNjguNzggMS4yOSAxNi45OSAyLjYxIDMzLjc1IDcuNDcgNDkuMDQgMTUuNDIgMTUuMjIgNy45MiAyOC44NSAxOS4wMyAzOS4yOSAzMi42OSAxMC4zNSAxMy40NSAxNy4xMSAyOS40OCAyMC4yMyA0Ni4xMyAzLjY3IDE5LjkgMi44IDQwLjM5LjAzIDYwLjM0LTIuNTUgMTguNTUtOS43MyAzNi4xOC0xOS4yNCA1Mi4yMS05LjU4IDE2LjE0LTIyLjcxIDI5Ljg5LTM2Ljk0IDQyLjAxLTkuMTcgNy41MS0xOC44OCAxNC4zNi0yNy42MyAyMi4zOC0xMS40OCAxMC4yMi0yMi4zMiAyMS4zNC0zMC42MSAzNC4zNS01IDcuODMtOS43MyAxNS45NS0xMi41OCAyNC44NC00LjE3IDEyLjU5LTUuMzIgMjUuOTQtNS41MSAzOS4xNC0yNy4yOSAwLTU0LjU5LjAxLTgxLjg4LS4wMS0yLjEtMjMuMDMtMi4wOC00Ni43NiA0Ljc3LTY5LjA2IDQuMTctMTQuMDkgOS44OC0yNy44MSAxNy43Ni00MC4yNiA4LjkxLTE0IDE5Ljg2LTI2LjcgMzIuNTMtMzcuNDQgMTMuMDctMTEuNTcgMjYuNDktMjIuODMgMzguNjMtMzUuNCA5LjQ1LTEwLjQ3IDE5LjA5LTIxLjgxIDIyLjI5LTM1LjkzIDMuMzMtMTQuNjUgMi41Mi0zMC41Ni0zLjY1LTQ0LjM3LTMuNzctOC4wMi05LjUzLTE1LjM5LTE3LjMzLTE5LjgxLTkuNzMtNS41Ni0yMS4wMi03LjU3LTMyLjA3LTguMzQtMTYuOTQtMS4zOS0zNC4wMSAxLjA4LTUwLjI5IDUuNzYtMjEuMDYgNi4wNC00MC45MyAxNS43NS01OS4yMyAyNy43My0xMi4wNS0yMy43LTI0LjU3LTQ3LjE2LTM2Ljc0LTcwLjggMTguODItMTIuODQgMzkuNS0yMi44MSA2MC45NS0zMC40MyAxOS4wNy02Ljk5IDM5LjIyLTEwLjY0IDU5LjQtMTIuNDR6bS0zLjggNDIwLjM1YzE2LjU3LTEuODYgMzQuNDctLjE5IDQ4LjY5IDkuMjIgMTEuNjkgNy41OSAxOS43MSAyMC4zIDIxLjg1IDM0LjA1IDIuNiAxNi4xOS41IDM0LjA3LTkuNjggNDcuNDMtOC41NiAxMS41Ny0yMi4xNSAxOC42OS0zNi4yNiAyMC43My0xNi4wNCAyLjI4LTMzLjQzIDEuMDQtNDcuNTEtNy42Ni0xMi4yNi03LjQzLTIxLjExLTIwLjEzLTIzLjc0LTM0LjIyLTMtMTUuOTgtMS40MS0zMy43MiA4LjEyLTQ3LjMzIDguNzgtMTIuNjQgMjMuNDEtMjAuMzkgMzguNTMtMjIuMjJ6Ii8+PC9zdmc+)}.page-header .header-nav #babysmile-nav-collapsible .left p::before,.page-header .header-nav #babysmile-nav-collapsible .right p::before{content:"";position:absolute;top:0;left:-2.5em;width:1.5em;height:1.5em;background-size:100%;background-position:center center;background-repeat:no-repeat}.page-header .header-nav #babysmile-nav-collapsible .left p:hover,.page-header .header-nav #babysmile-nav-collapsible .right p:hover{color:#a18372;cursor:pointer}.page-header .header-nav #babysmile-nav-collapsible .left p:hover small,.page-header .header-nav #babysmile-nav-collapsible .right p:hover small{color:#3c3c3b}.page-header .header-nav #babysmile-nav-collapsible .left p:hover a span,.page-header .header-nav #babysmile-nav-collapsible .right p:hover a span{color:#a18372}.page-header .header-nav #babysmile-nav-collapsible .left p:hover.bs-header-link-service::before,.page-header .header-nav #babysmile-nav-collapsible .right p:hover.bs-header-link-service::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS40NDIiIGhlaWdodD0iMzYuMTYyIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMzUuNDQydjM2LjE2MkgweiIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9ImIiPjx1c2UgeGxpbms6aHJlZj0iI2EiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cGF0aCBmaWxsPSIjQ0ZEMEQwIiBkPSJNLjQgOS4xOThjLjYwNC0uMjU1IDUuNjEuNzggOC41MjMgMS42NDMgMy4xMDYuOTIgNy4wMTYgMy4yIDcuNTE3IDMuNDktLjY0LS40Ny0yLjUyMy0xLjk0LTMuOTMzLTMuNTQtMS43NS0xLjk5LTIuOTY0LTQuNTYtMi45NjQtNC41NlM4LjQ2MyA1LjggOC44NjcgNWMuMjI2LS40NDguODk4LS4yNTMuOTg4LjQ0Mi4wNjIuNDc3LS4wMjUuNjgtLjAyNS42OHMxLjU0MiAyLjc1MyAyLjg3NCA0LjI4N2MxLjA4IDEuMjQgMi42MiAyLjY0IDMuMzA1IDMuMTYtLjMyLS40Mi0uMDYtLjc1LjAyLS44NC4xNS0uMTYuNDMtLjEuNDQtLjEtLjI0LS44NS0uNzktMy4wOC0uOC01LjM4LS4wMS0yLjkxLjE3LTMuNzUuMTctMy43NXMtLjM0LS43My4wOC0xLjIyYy40LS40Ny44LjA1Ljc1LjQ0LS4wOC41OC0uNDkuOC0uNDkuOHMtLjE5IDEuNjItLjE3IDNjLjAyIDEuMzguMTQgMy4yOC41OSA1LjA4LjEzLjUzLjI2Ljk5LjM1IDEuMjkuMTUuMTIuNjIuNTkuNzMuNzMtLjAyLS40My0uMDQtMS45MS41MS00Ljg1LjY5LTMuNTUgNC03Ljc4IDYuMDQtOC4zMyAyLjA0LS41NCA0LjM3IDIuNDcgNi40NCA1LjY2IDIuMDYgMy4xOSAyLjQxIDYuNDItLjY3IDguODNzLTguMTYgMy40Ni04LjE2IDMuNDYgNC41Ny40MiA4LjU1LjYyYzEuMzcuMDYgMy44OS0uMzUgNC42OCAyLjIyIDEuMDMgMi4zNC0uMTYgNi44My0zLjg5NyA3LjM4LTMuNzMuNTUtNS4wNy0xLjk3LTYuMjA3LTMuNDctMS4zLTEuNi0zLjQ5My00LjA4LTMuNDkzLTQuMDhzLjA4LjEzLjkyIDEuMjdjLjcyLjk0LjgzIDEuNTkuODEgMS43OS0uMDEyLjItLjMxLjI0LS45NS0uMzQtLjkwNy0uODItMS42OTUtMi40Mi0xLjY5NS0yLjQyczEuNDI0IDMuMiAyLjcxIDYuNjljMS4yOCAzLjQ5IDEuMTI2IDUuOC45NiA3LjI0cy0uNjkuNTEtMi4xNS0xLjExYy0xLjUyNi0xLjc2LTQuNDE0LTMuNDMtNC45NTUtNi42OS0uNTQtMy4yNiAxLjU1LTcuMjQgMS41NS03LjI0cy00LjQzIDUuNTQtNi40NyA1LjUyYy0xLjAzLS4wMS0xLjU1LS40NTQtMy42NC0zLjE1cy02LjQ0LTkuNzc2LTcuMjctMTEuMkMuNjggMTAuMzUtLjIxIDkuNDYuNCA5LjIiIGNsaXAtcGF0aD0idXJsKCNiKSIvPjxwYXRoIGZpbGw9IiNiNDE1MmIiIGQ9Ik0uMjEzIDguODFjLjYwNS0uMjU1IDUuNjEuNzggOC41MjQgMS42NDMgMy4xMDYuOTIgNy4wMTYgMy4xOTIgNy41MTcgMy40ODctLjY0LS40Ny0yLjIyLTEuNjktMy42My0zLjI5MkMxMC44NzQgOC42NjIgOS42NiA2LjA5IDkuNjYgNi4wOXMtMS4wODMtLjQzLS42NzgtMS4yM2MuMjI3LS40NDUuODk4LS4yNS45ODguNDQ2LjA2My40NzUtLjAyNC42OC0uMDI0LjY4czEuNTQzIDIuNzUgMi44NzQgNC4yODVjMS4wOCAxLjI1IDIuNDc3IDIuMzcgMy4xNjMgMi44OS4wMi0uMjcuMTczLS41Ny42MTUtLjUzLjAxNSAwIC4wMy4wMS4wNDMuMDEtLjIzLS44NC0uOC0zLjEzLS44MS01LjQzLS4wMS0yLjkuMTctMy43NS4xNy0zLjc1cy0uMzQtLjcyLjA5LTEuMjFjLjQxLS40Ni44MS4wNS43Ni40NS0uMDcuNTgtLjQ5LjgtLjQ5LjhzLS4xOCAxLjYyLS4xNiAzYy4wMiAxLjM4LjE1IDMuMjguNiA1LjA5LjEzLjUzLjI2Ljk5LjM1IDEuMjkuMTYuMTIuMjkuMjcuNC40MS0uMDItLjQyLS4wMy0xLjkuNTItNC44NS42Ni0zLjU3IDMuOTgtNy44IDYuMDItOC4zNHM0LjM3IDIuNDcgNi40NCA1LjY2YzIuMDcgMy4xOSAyLjQzIDYuNTctLjY1IDguOThzLTguMTYgMy40Ny04LjE2IDMuNDcgNC41Ni4yOCA4LjU0LjQ3YzEuMzguMDcgMy45NS0uMTkgNC43NSAyLjM4Ljc5IDIuNTctLjAyNCA2LjY2LTMuNzU0IDcuMjEtMy43My41NS00Ljk3LTEuOTUtNi4yMDUtMy40Ni0xLjI4LTEuNTYtMy41LTQuMDgtMy41LTQuMDhzLjA4LjEzLjkyIDEuMjdjLjg0IDEuMTQuODEgMS45Mi43OSAyLjEyLS4wMTMuMi0uMDEuMjUtLjkyMy0uNTYtLjkyLS44Mi0xLjcxLTIuNTM1LTEuNzEtMi41MzVzMS40MjQgMy4xOTYgMi43MSA2LjY4OGMxLjI4IDMuNDkgMS4yMTMgNi4xOCAxLjA1IDcuNjEtLjE2NiAxLjQzOC0uNjI0IDEuMTQtMi4zOS0uODktMS41My0xLjc2LTQuNDY1LTQtNS4wMDYtNy4yNi0uNTQ1LTMuMjYgMS41Ni03LjA5NSAxLjU2LTcuMDk1cy00LjQ2IDUuNzMtNi41IDUuNzA4Yy0xLjAzLS4wMTQtMS41Ni0uNjI4LTMuNjUtMy4zMjctMi4wOTUtMi43LTYuNDktOS43NS03LjMyLTExLjE4Qy40MiAxMC4xNi0uMzk3IDkuMDcuMjEgOC44MSIgY2xpcC1wYXRoPSJ1cmwoI2IpIi8+PGRlZnM+PHBhdGggaWQ9ImMiIGQ9Ik0wIDBoMzUuNDQydjM2LjE2MkgweiIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9ImQiPjx1c2UgeGxpbms6aHJlZj0iI2MiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTcuMDIyIDI0LjMxN2MtLjE0NiAxLjI5LS4wMTUgMi4zMzQuNTYgMy41Ny42NzIgMS40NSAxLjU0MiAyLjQ3MyAzLjgwNCA0LjY2NCAyLjI2MiAyLjE5IDIuNjE2IDIuNTcgMi43NzQgMi45LjEuMjEuMTE1LjMzLjA1NS40OC0uMDUzLjE3LS4xODIuMjEtLjE4NS4yMS4wMTMgMCAuMDI2LS4wMS4wNC0uMDIuMDktLjA4LjA1Ny0uMjQtLjA0My0uNDUtLjE1OC0uMzMtLjU3LS43MS0yLjgzMi0yLjktMi4yNi0yLjE5LTMuMDc0LTMuMjEtMy43NDgtNC42Ni0uNTAyLTEuMDgtLjU2Mi0yLjI2LS41MDUtMy4xMi4wMi0uMjIuMDQ4LS40NC4wOC0uNjYiIGNsaXAtcGF0aD0idXJsKCNkKSIvPjxwYXRoIGZpbGw9IiNDOUNBQ0EiIGQ9Ik0xNy40NDcgMjguMTAyYy42NzMgMS40NDggMS40ODYgMi40NyAzLjc0OCA0LjY2IDIuMjYyIDIuMTkyIDIuNjc0IDIuNTY0IDIuODMyIDIuOS4xLjIxMy4xMzIuMzcyLjA0LjQ1My0uMzEuMjIyLS45MDMtLjM1Ny0yLjEwMy0xLjc0LTEuNTI3LTEuNzYtNC40NjYtNC01LjAwNy03LjI2LS4xMzYtLjgxNi0uMTA2LTEuNjY4LjAxNi0yLjQ4Ny0uMDk3Ljg3Mi0uMSAyLjIzOC40NzQgMy40NzQiIGNsaXAtcGF0aD0idXJsKCNkKSIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0uMjYgOC43OTZsLS4wNDYuMDE0YS40ODIuNDgyIDAgMCAxIC4xMjgtLjAyOGguMDAzYy4wMDQgMC0uMzk1LjAyNy4wNy4zOSAxLjAyOC44IDEuOTk2IDEuNTYgMy4yNTUgMy4xNzIgMS41MiAxLjkgMy44MzYgNS42MDggNS41NTIgOC43MzIgMS43NzYgMy4yMzYgMi4wNDYgNC4yNjYgMy4xMzIgNC4zODguNS4wMzcuNzM0LS4wNjcgMS4xMTgtLjMyYS43MjkuNzI5IDAgMCAxLS4yMTUuMjM2Yy0uNDQuMjU4LS42ODMuNDI3LTEuMTM0LjM0LTEuMTEzLS4yMTUtMS4zOTYtMS4yMDctMy4xNzItNC40NDItLjI2LS40ODctLjU1LS45OTUtLjg1LTEuNTEtLjExLS4yMDctLjI0LS40MTQtLjM2LS42MjJzLS4yNC0uNDE3LS4zNy0uNjI1TDcgMTcuOWwtLjE5LS4zMWE3Ni43MyA3Ni43MyAwIDAgMC0uNzUzLTEuMjIgNzIuOTk2IDcyLjk5NiAwIDAgMC0uOTE5LTEuNDM4IDQ0LjYyIDQ0LjYyIDAgMCAwLTEuNzQtMi41MWwtLjE4Ny0uMjM4QzEuODcgMTAuNDk0LjUzIDkuNTE0LjI4IDkuMjQyLjAyMiA4Ljk2LjA4NyA4Ljg1LjI2IDguNzk4em0tLjE1LjA4YzAtLjAwMiAwLS4wMDMuMDAyLS4wMDRsLS4wMDMuMDAzbS4wNC0uMDMydi0uMDA2bC0uMDEuMDA2bS0uMDguMDciIGNsaXAtcGF0aD0idXJsKCNkKSIvPjxwYXRoIGZpbGw9IiNDRkQwRDAiIGQ9Ik0uMjEzIDguODFhLjI3OC4yNzggMCAwIDEgLjA0Ni0uMDEzYy0uMTguMDUtLjI0LjE2Mi4wMi40NDYuMDEuMDE3LjAzLjAzOC4wNi4wNmwuMDIuMDJjLjAyLjAyLjA0LjA0LjA3LjA2MnYuMDA0Yy40NS4zOSAxLjYxIDEuMzMgMi43NyAyLjc5LjA2LjA4LjEyLjE1LjE4LjI0LjQ4LjYzIDEuMDggMS41IDEuNzQgMi41bC4zNi41NmMuMTguMjguMzcuNTguNTUuODcuMjUuNC41LjgxLjc1IDEuMjJsLjE5LjMxLjM3LjYyLjM3LjYyLjM2LjYyYy4yOS41MS41OCAxLjAyLjg1IDEuNTEgMS43NyAzLjIzIDIuMDYgNC4yMiAzLjE3IDQuNDQuMzMuMDYuNTUtLjAxLjgyLS4xNi0uMzYuMjEtLjYzLjIyLS45NC4yMi0uOTY4LS4wMy0xLjU2LS42OC0zLjY1LTMuMzgtMi4wOS0yLjctNi40OS05Ljc1LTcuMzItMTEuMThDLjQxIDEwLjE1LS40IDkuMDYuMiA4LjgiIGNsaXAtcGF0aD0idXJsKCNkKSIvPjwvc3ZnPg==)}.page-header .header-nav #babysmile-nav-collapsible .left p:hover.bs-header-link-set::before,.page-header .header-nav #babysmile-nav-collapsible .right p:hover.bs-header-link-set::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4zMzIiIGhlaWdodD0iMTQuMzMyIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01LjM3NSA1LjU5OGMwLS4zNjguMzAzLS42NzIuNjctLjY3MmgxLjE0Yy40ODQuMDEuODc3LjQwOC44NzcuODk2djUuMzc1YzAgLjQ5LS40MDUuODk2LS44OTUuODk2YS44OTkuODk5IDAgMCAxLS44OTYtLjg5NlY2LjI3aC0uMjJhLjY3Mi42NzIgMCAwIDEtLjY3LS42NzJtLjg5NC0yLjQ2M2MwLS40OTcuNDAzLS44OTUuODk3LS44OTVhLjg5NC44OTQgMCAxIDEgMCAxLjc4OS44OTYuODk2IDAgMCAxLS44OTctLjg5OE03LjE2NyAwQzMuMjEgMCAwIDMuMjEgMCA3LjE2NXMzLjIxIDcuMTY2IDcuMTY2IDcuMTY2IDcuMTY2LTMuMjEgNy4xNjYtNy4xNjNTMTEuMTIyIDAgNy4xNjYgMHoiLz48L2RlZnM+PGNsaXBQYXRoIGlkPSJiIj48dXNlIHhsaW5rOmhyZWY9IiNhIiBvdmVyZmxvdz0idmlzaWJsZSIvPjwvY2xpcFBhdGg+PHBhdGggZmlsbD0iI2I0MTUyYiIgZD0iTTAgMGgxNC4zMzJ2MTQuMzNIMHoiIGNsaXAtcGF0aD0idXJsKCNiKSIvPjwvc3ZnPg==)}.page-header .header-nav #babysmile-nav-collapsible .left p:hover.bs-header-link-present::before,.page-header .header-nav #babysmile-nav-collapsible .right p:hover.bs-header-link-present::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4zMzIiIGhlaWdodD0iMTMuNDM3IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0zLjQ3IDExLjY0NWEuNDUuNDUgMCAwIDEgLjQ1LS40NDhoNi40OTNjLjI0OCAwIC40NDguMi40NDguNDQ4cy0uMi40NDgtLjQ0LjQ0OGgtNi41Yy0uMjQgMC0uNDUtLjItLjQ1LS40NDhtLS41LTIuMDE1YzAtLjI0OC4yLS40NDguNDUtLjQ0OGg3LjVhLjQ0OC40NDggMCAxIDEgMCAuODk1aC03LjVhLjQ0Ny40NDcgMCAwIDEtLjQ0Ni0uNDQ3TTIuNDcgNy42MTVjMC0uMjQ4LjItLjQ0OC40NDYtLjQ0OGg4LjUxYS40NDguNDQ4IDAgMCAxIC4wMS44OTVIMi45MWEuNDQ3LjQ0NyAwIDAgMS0uNDQ2LS40NDdtNC43MDItNS45OTJsMy4zMDUgMy4zMDRIMy44NmwzLjMwNi0zLjMwNHptMC0xLjYyMmEuNjgzLjY4MyAwIDAgMC0uNDc2LjJsLTQuNyA0LjctLjAyNS4wM0guNDQ3Yy0uMjQ1IDAtLjQ0Ny4yLS40NDcuNDV2MS4zNGMwIC4yNS4yMDIuNDUuNDQ3LjQ1aC41M2wxLjI3OCA1LjU0Yy4wOC40Mi40NDIuNzMuODguNzNoOC4wNmMuNDQgMCAuODAzLS4zMS44ODItLjcybDEuMjc4LTUuNTRoLjUzYy4yNDUgMCAuNDQ2LS4yLjQ0Ni0uNDVWNS4zOGMwLS4yNDgtLjItLjQ1LS40NC0uNDVoLTEuNTJsLS4wMi0uMDI3TDcuNjQuMmEuNjYyLjY2MiAwIDAgMC0uNDc0LS4yeiIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9ImIiPjx1c2UgeGxpbms6aHJlZj0iI2EiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cGF0aCBmaWxsPSIjYjQxNTJiIiBkPSJNMCAwaDE0LjMzMnYxMy40MzdIMHoiIGNsaXAtcGF0aD0idXJsKCNiKSIvPjwvc3ZnPg==)}.page-header .header-nav #babysmile-nav-collapsible .left p:hover.bs-header-link-faq::before,.page-header .header-nav #babysmile-nav-collapsible .right p:hover.bs-header-link-faq::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDUyIDEwMTUiPjxwYXRoIGZpbGw9IiNiNDE1MmIiIGQ9Ik01NzUuMzggMGgxOC4xNWM0NS45MyAxLjE0IDkxLjc2IDguNTggMTM1LjQyIDIyLjk5Qzc5Ni43MiA0NS4wNyA4NTkuMSA4My4yMSA5MTAgMTMzLjA3YzQ1LjQ1IDQ0LjM5IDgxLjggOTguMDcgMTA2LjA4IDE1Ni43OSAyMC4zMSA0OC45MSAzMi4xNyAxMDEuMjcgMzUuMTQgMTU0LjE0LjM1IDUuNDcuNDIgMTAuOTYuNzggMTYuNDR2MTcuMjFjLTEuMDMgNzcuOTYtMjEuNCAxNTUuNjUtNTkuNDkgMjIzLjczLTM2LjE2IDY1LjE5LTg4LjA5IDEyMS41Ni0xNTAuMTIgMTYyLjkyLTcxLjE1IDQ3LjczLTE1NS43NiA3NS4xLTI0MS40IDc3Ljg4LTY1LjI3IDIuMzctMTMxLjAzLTkuMDktMTkxLjUyLTMzLjc3LTM2LjE2LTE0Ljc0LTcwLjUyLTMzLjk4LTEwMS44NC01Ny4zM0MyMDYuNzkgOTA0LjcxIDEwNi4wNCA5NTguNTIgNS4yIDEwMTIuMTdjLTEuMzUuNjgtMi40NSAxLjczLTMuNDkgMi44M0gwdi0xLjQ3YzIuMzMtMS43MyAzLjE5LTQuNzQgNC42Ny03LjEzIDU2LjMxLTEwMy4xNiAxMTIuNS0yMDYuMzkgMTY4Ljg5LTMwOS41MS02LjYzLTEzLjAxLTEzLjI2LTI2LjA1LTE4LjkxLTM5LjUzLTQxLjc1LTk3LjE1LTQ5LjE3LTIwOC40My0yMS40NC0zMTAuNDEgMTguNy02OS40OCA1My43Ni0xMzQuNDQgMTAxLjMzLTE4OC40IDQ3LjQ1LTUzLjkgMTA3LjM0LTk2Ljg3IDE3My44Ny0xMjQuMDFDNDYxLjI4IDEyLjc1IDUxOC4yNCAxLjI5IDU3NS4zOCAwbS00LjE3IDE4OS4yOGMtMjAuMTggMS44LTQwLjMzIDUuNDUtNTkuNCAxMi40NC0yMS40NSA3LjYyLTQyLjEzIDE3LjU5LTYwLjk1IDMwLjQzIDEyLjE3IDIzLjY0IDI0LjY5IDQ3LjEgMzYuNzQgNzAuOCAxOC4zLTExLjk4IDM4LjE3LTIxLjY5IDU5LjIzLTI3LjczIDE2LjI4LTQuNjggMzMuMzUtNy4xNSA1MC4yOS01Ljc2IDExLjA1Ljc3IDIyLjM0IDIuNzggMzIuMDcgOC4zNCA3LjggNC40MiAxMy41NiAxMS43OSAxNy4zMyAxOS44MSA2LjE3IDEzLjgxIDYuOTggMjkuNzIgMy42NSA0NC4zNy0zLjIgMTQuMTItMTIuODQgMjUuNDYtMjIuMjkgMzUuOTMtMTIuMTQgMTIuNTctMjUuNTYgMjMuODMtMzguNjMgMzUuNC0xMi42NyAxMC43NC0yMy42MiAyMy40NC0zMi41MyAzNy40NC03Ljg4IDEyLjQ1LTEzLjU5IDI2LjE3LTE3Ljc2IDQwLjI2LTYuODUgMjIuMy02Ljg3IDQ2LjAzLTQuNzcgNjkuMDYgMjcuMjkuMDIgNTQuNTkuMDEgODEuODguMDEuMTktMTMuMiAxLjM0LTI2LjU1IDUuNTEtMzkuMTQgMi44NS04Ljg5IDcuNTgtMTcuMDEgMTIuNTgtMjQuODQgOC4yOS0xMy4wMSAxOS4xMy0yNC4xMyAzMC42MS0zNC4zNSA4Ljc1LTguMDIgMTguNDYtMTQuODcgMjcuNjMtMjIuMzggMTQuMjMtMTIuMTIgMjcuMzYtMjUuODcgMzYuOTQtNDIuMDEgOS41MS0xNi4wMyAxNi42OS0zMy42NiAxOS4yNC01Mi4yMSAyLjc3LTE5Ljk1IDMuNjQtNDAuNDQtLjAzLTYwLjM0LTMuMTItMTYuNjUtOS44OC0zMi42OC0yMC4yMy00Ni4xMy0xMC40NC0xMy42Ni0yNC4wNy0yNC43Ny0zOS4yOS0zMi42OS0xNS4yOS03Ljk1LTMyLjA1LTEyLjgxLTQ5LjA0LTE1LjQyLTIyLjc0LTMuNDUtNDUuOS0zLjA5LTY4Ljc4LTEuMjltLTMuOCA0MjAuMzVjLTE1LjEyIDEuODMtMjkuNzUgOS41OC0zOC41MyAyMi4yMi05LjUzIDEzLjYxLTExLjEyIDMxLjM1LTguMTIgNDcuMzMgMi42MyAxNC4wOSAxMS40OCAyNi43OSAyMy43NCAzNC4yMiAxNC4wOCA4LjcgMzEuNDcgOS45NCA0Ny41MSA3LjY2IDE0LjExLTIuMDQgMjcuNy05LjE2IDM2LjI2LTIwLjczIDEwLjE4LTEzLjM2IDEyLjI4LTMxLjI0IDkuNjgtNDcuNDMtMi4xNC0xMy43NS0xMC4xNi0yNi40Ni0yMS44NS0zNC4wNS0xNC4yMi05LjQxLTMyLjEyLTExLjA4LTQ4LjY5LTkuMjJ6Ii8+PHBhdGggZmlsbD0iI2Y4ZjhmOCIgZD0iTTU3MS4yMSAxODkuMjhjMjIuODgtMS44IDQ2LjA0LTIuMTYgNjguNzggMS4yOSAxNi45OSAyLjYxIDMzLjc1IDcuNDcgNDkuMDQgMTUuNDIgMTUuMjIgNy45MiAyOC44NSAxOS4wMyAzOS4yOSAzMi42OSAxMC4zNSAxMy40NSAxNy4xMSAyOS40OCAyMC4yMyA0Ni4xMyAzLjY3IDE5LjkgMi44IDQwLjM5LjAzIDYwLjM0LTIuNTUgMTguNTUtOS43MyAzNi4xOC0xOS4yNCA1Mi4yMS05LjU4IDE2LjE0LTIyLjcxIDI5Ljg5LTM2Ljk0IDQyLjAxLTkuMTcgNy41MS0xOC44OCAxNC4zNi0yNy42MyAyMi4zOC0xMS40OCAxMC4yMi0yMi4zMiAyMS4zNC0zMC42MSAzNC4zNS01IDcuODMtOS43MyAxNS45NS0xMi41OCAyNC44NC00LjE3IDEyLjU5LTUuMzIgMjUuOTQtNS41MSAzOS4xNC0yNy4yOSAwLTU0LjU5LjAxLTgxLjg4LS4wMS0yLjEtMjMuMDMtMi4wOC00Ni43NiA0Ljc3LTY5LjA2IDQuMTctMTQuMDkgOS44OC0yNy44MSAxNy43Ni00MC4yNiA4LjkxLTE0IDE5Ljg2LTI2LjcgMzIuNTMtMzcuNDQgMTMuMDctMTEuNTcgMjYuNDktMjIuODMgMzguNjMtMzUuNCA5LjQ1LTEwLjQ3IDE5LjA5LTIxLjgxIDIyLjI5LTM1LjkzIDMuMzMtMTQuNjUgMi41Mi0zMC41Ni0zLjY1LTQ0LjM3LTMuNzctOC4wMi05LjUzLTE1LjM5LTE3LjMzLTE5LjgxLTkuNzMtNS41Ni0yMS4wMi03LjU3LTMyLjA3LTguMzQtMTYuOTQtMS4zOS0zNC4wMSAxLjA4LTUwLjI5IDUuNzYtMjEuMDYgNi4wNC00MC45MyAxNS43NS01OS4yMyAyNy43My0xMi4wNS0yMy43LTI0LjU3LTQ3LjE2LTM2Ljc0LTcwLjggMTguODItMTIuODQgMzkuNS0yMi44MSA2MC45NS0zMC40MyAxOS4wNy02Ljk5IDM5LjIyLTEwLjY0IDU5LjQtMTIuNDR6bS0zLjggNDIwLjM1YzE2LjU3LTEuODYgMzQuNDctLjE5IDQ4LjY5IDkuMjIgMTEuNjkgNy41OSAxOS43MSAyMC4zIDIxLjg1IDM0LjA1IDIuNiAxNi4xOS41IDM0LjA3LTkuNjggNDcuNDMtOC41NiAxMS41Ny0yMi4xNSAxOC42OS0zNi4yNiAyMC43My0xNi4wNCAyLjI4LTMzLjQzIDEuMDQtNDcuNTEtNy42Ni0xMi4yNi03LjQzLTIxLjExLTIwLjEzLTIzLjc0LTM0LjIyLTMtMTUuOTgtMS40MS0zMy43MiA4LjEyLTQ3LjMzIDguNzgtMTIuNjQgMjMuNDEtMjAuMzkgMzguNTMtMjIuMjJ6Ii8+PC9zdmc+)}.page-header .header-nav .account-heading{position:relative;margin-bottom:2em}.page-header .header-nav .account-heading img.icon{height:1.5em;position:absolute;left:-2.5em}.page-header .header-nav ul.slidedown-nav{padding-left:0px}.page-header .header-nav ul.slidedown-nav .slidedown-nav-item{margin-bottom:1em}.page-header .wave-wrapper{position:relative;height:100%;width:100%;z-index:2}.page-header .wave-wrapper .wave-header{width:100%;z-index:1;top:-5px}.cms-home .ammenu-menu-wrapper{display:none}.cms-home .ammenu-mobile-menu-nav{display:none}.breadcrumbs .item:not(:last-child)::after{margin-top:4px}@media only screen and (max-width: 767px){.page-header .header-middle #babysmile-nav-collapsible-trigger{top:0.2rem;font-size:1.6rem}}.footer__logo{width:100%;text-align:center;padding-top:5.7rem;margin-bottom:2rem}.footer__logo .logo{float:none;display:inline-block;margin:0}.footer__container{position:relative;padding:2rem 8rem;font-weight:300}.footer__container div[class^="block-"]{font-size:1.1rem}.footer__container div[class^="block-"] h4{text-transform:uppercase;font-weight:250;font-size:1.3rem;margin-bottom:1.5rem}.footer__container div[class^="block-"] a{color:var(--text-color)}.footer__container div[class^="block-"] a:hover{color:var(--text-color)}.footer__container div[class^="block-"] a[href^="tel:"]{font-weight:550;font-size:1.4rem}.footer__container div[class^="block-"] ul{list-style:none;padding-left:0}.footer__container div[class^="block-"] ul li{margin-bottom:0.2rem}.footer__container div[class^="block-"] ul li p{margin:0}.footer__top{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.3rem;position:relative;z-index:3}.footer__bottom{padding-top:4rem;text-align:center;font-size:1.2rem;position:relative;z-index:3}@media only screen and (max-width: 767px){.footer__container{padding:2rem}.footer__container div[class^="block-"]{font-size:1.4rem}.footer__container div[class^="block-"] h4{font-size:1.6rem}.footer__top{grid-template-columns:1fr}}.fieldset>.field:not(.choice)>.label{width:100%;text-align:left;font-weight:500;padding:0}.fieldset>.field:not(.choice)>.control{float:auto;width:100%}select{height:auto;padding:.2em .2em .2em;font-size:1.1rem;line-height:1.5;border:none;border-bottom:2px solid var(--text-color);background-color:#fff;font-family:inherit}.fieldset .form-control,input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type*="date"],input[type="email"]{display:block;width:100%;padding:.2em .2em .2em;font-size:1.1rem;line-height:1;color:var(--text-color);height:auto;font-family:inherit;background-color:var(--bg-color);background-clip:padding-box;border:none;border-bottom:2px solid var(--text-color);border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,background .15s ease-in-out}.fieldset .form-control.mage-error,input[type="text"].mage-error,input[type="password"].mage-error,input[type="url"].mage-error,input[type="tel"].mage-error,input[type="search"].mage-error,input[type="number"].mage-error,input[type*="date"].mage-error,input[type="email"].mage-error{border-color:var(--danger)}div.mage-error[generated]{text-align:left;font-size:0.9em}.btn:focus,.btn.focus{box-shadow:none;border-color:transparent}.fieldset>.field.required>.label:after,.fieldset>.fields>.field.required>.label:after,.fieldset>.field._required>.label:after,.fieldset>.fields>.field._required>.label:after{font-size:1rem}.fieldset>.field.choice:before,.fieldset>.field.no-label:before{content:inherit}input:not([disabled]):focus,textarea:not([disabled]):focus,select:not([disabled]):focus{box-shadow:none;border-color:var(--primary-color);background-color:var(--bg-accent-color)}.fieldset>.legend{margin:.5rem 0 .5rem 0;width:auto}body,html{font-size:14px;font-family:Arial,Helvetica,sans-serif;font-family:'Source Sans 3',sans-serif;font-weight:300;scroll-behavior:smooth;accent-color:var(--accent-color);transition:filter .3s}h1{text-align:center}h1,h2,h3{font-family:"Belleza";text-transform:uppercase;font-weight:300}h3,.h3{letter-spacing:-1px}ul,ol{padding-left:1rem}a:hover{text-decoration-thickness:1px;text-underline-offset:3px}ul.checked{list-style:none;padding:0;margin:0}ul.checked li{padding:0.2rem;position:relative;font-weight:350;padding-left:1.5em}ul.checked li::before{content:'';height:1.2em;width:1.2em;background-image:url(../images/icons/src/check.svg);margin-right:0.3em;background-repeat:no-repeat;vertical-align:top;position:absolute;left:0;top:0.2em;display:inline-block}ul.checked--inverted li{color:var(--bg-color)}ul.checked--inverted li::before{background-image:url(../images/icons/src/check-white.svg)}.emotional{font-weight:normal;font-style:normal;font-family:'Belleza';text-transform:none;letter-spacing:1px;color:var(--primary-color)}.svg-icon{--size:2rem;width:var(--size);height:var(--size)}[class*="svg-"]{background-size:100%}.bsat-block{padding:calc(0.7 * var(--block-side-offset)) var(--block-side-offset);background-color:var(--bg-color);border-radius:var(--block-radius);break-inside:avoid}.bsat-block--bordered{border:3px solid var(--primary-disabled-color)}.bsat-block--bg{background-color:var(--bg-accent-color)}.bsat-grid--2m1{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem}.bsat-grid--2-1m1{display:grid;grid-template-columns:2fr 1fr;grid-gap:1rem}.bsat-grid--1-2m1{display:grid;grid-template-columns:1fr 2fr;grid-gap:1rem}.with-radius{border-radius:var(--block-radius)}.bg-accent{position:relative}.bg-accent::before{content:"";z-index:-1;display:block;width:calc(100vw - var(--scrollbar-width));height:100%;position:absolute;top:0;left:50%;transform:translateX(-50%);background-color:var(--bg-accent-color)}.bg-accent--padded{padding:0 4.2rem}@keyframes wobble-top{0%{border-top-left-radius:3%;border-top-right-radius:97%}50%{border-top-left-radius:97%;border-top-right-radius:3%}100%{border-top-left-radius:3%;border-top-right-radius:97%}}@keyframes wobble-bottom{0%{border-bottom-left-radius:97%;border-bottom-right-radius:3%}50%{border-bottom-left-radius:3%;border-bottom-right-radius:97%}100%{border-bottom-left-radius:97%;border-bottom-right-radius:3%}}.studio-page-main{text-align:center}.bs-container.babysmile-at{min-height:100vh;position:relative;padding-bottom:var(--footer)}.page-main{margin-top:2.4rem;padding-left:0;padding-right:0}.bs-page-wrapper{padding-bottom:var(--footer);position:relative}.bs-container,.page.messages{padding-left:0;padding-right:0;max-width:1280px;margin:0 auto}.title-block{text-align:center;margin-bottom:2.2em;position:relative;z-index:2}.title-block h1{font-size:3em;font-family:"Belleza";text-transform:none;color:var(--primary-color)}.title-block h3.caption{letter-spacing:-0.03em;font-size:2.2em}mark,.mark{background-color:transparent}button,input[type="submit"],input[type="button"]{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:calc(0.3 * var(--block-radius));transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}[role="button"]{cursor:pointer}[role="button"] i.fa{margin-right:0.3rem}button,.btn,input[type=submit],input[type="button"]{background-color:var(--button-color);font-family:"Belleza"}button.primary,.btn.primary,input[type=submit].primary,input[type="button"].primary,button.btn-primary,.btn.btn-primary,input[type=submit].btn-primary,input[type="button"].btn-primary{background-color:var(--primary-color);border-color:var(--primary-color);color:white}button.primary:hover,.btn.primary:hover,input[type=submit].primary:hover,input[type="button"].primary:hover,button.btn-primary:hover,.btn.btn-primary:hover,input[type=submit].btn-primary:hover,input[type="button"].btn-primary:hover{background-color:var(--primary-hover-color);border-color:var(--primary-hover-color)}button.secondary,.btn.secondary,input[type=submit].secondary,input[type="button"].secondary,button.btn-secondary,.btn.btn-secondary,input[type=submit].btn-secondary,input[type="button"].btn-secondary{background-color:var(--secondary);border-color:var(--secondary);border:1px solid var(--secondary);color:var(--text-color)}button.secondary:hover,.btn.secondary:hover,input[type=submit].secondary:hover,input[type="button"].secondary:hover,button.btn-secondary:hover,.btn.btn-secondary:hover,input[type=submit].btn-secondary:hover,input[type="button"].btn-secondary:hover,button.secondary.active,.btn.secondary.active,input[type=submit].secondary.active,input[type="button"].secondary.active,button.btn-secondary.active,.btn.btn-secondary.active,input[type=submit].btn-secondary.active,input[type="button"].btn-secondary.active{background-color:var(--secondary-hover-color);border-color:var(--secondary-hover-color);border:1px solid var(--secondary)}button.btn-accent,.btn.btn-accent,input[type=submit].btn-accent,input[type="button"].btn-accent{background-color:var(--accent-color);border-color:var(--accent-color);color:white}button.btn-accent:hover,.btn.btn-accent:hover,input[type=submit].btn-accent:hover,input[type="button"].btn-accent:hover{background-color:var(--accent-hover-color);border-color:var(--accent-hover-color)}button.btn-big,.btn.btn-big,input[type=submit].btn-big,input[type="button"].btn-big{line-height:1.82rem;padding:.7rem 1.7rem;font-size:1.4rem}button.btn-huge,.btn.btn-huge,input[type=submit].btn-huge,input[type="button"].btn-huge{padding:1.2rem 3.7rem;font-size:1.6rem;text-transform:uppercase;font-weight:450;border-radius:calc(0.7 * var(--block-radius));letter-spacing:-0.05rem}button.disabled,.btn.disabled,input[type=submit].disabled,input[type="button"].disabled,button[disabled],.btn[disabled],input[type=submit][disabled],input[type="button"][disabled]{background:lightgray;color:gray;border-color:lightgray;pointer-events:none;opacity:0.5}fieldset[disabled] button{background:lightgray;color:gray;border-color:lightgray;pointer-events:none;opacity:0.5}.dotted{--dots-grid-size:8px;--dot-size:1px;--dot-color:var(--text-color);background-image:radial-gradient(var(--dot-color) var(--dot-size), transparent 0);background-size:var(--dots-grid-size) var(--dots-grid-size);background-repeat:repeat-x;line-height:1.2em;background-position:0 .9em;text-transform:uppercase;display:inline-block;letter-spacing:0.17em}.dotted:hover{text-decoration:none}.to-top-link{--size:3rem;opacity:0;width:var(--size);height:var(--size);position:fixed;right:calc(-1 * var(--size));bottom:2rem;background:var(--accent-color);transition:opacity .2s,right .4s,background .2s;display:block;color:var(--bg-color);text-align:center;line-height:var(--size);border-radius:var(--block-radius);font-weight:200;z-index:10}.to-top-link.active{opacity:1;right:0.6rem}.to-top-link:hover{background-color:var(--accent-hover-color);color:var(--bg-color);text-decoration:none}.hidden{display:none}.fit-to-right{margin-left:auto}.breadcrumbs{margin:2rem 1rem;padding-left:0}.video-modal .modal-footer,.set-video-modal .modal-footer,.teaser-video-modal .modal-footer{display:none}.video-modal .modal-content,.set-video-modal .modal-content,.teaser-video-modal .modal-content{padding:0}.video-modal .video-content,.set-video-modal .video-content,.teaser-video-modal .video-content,.video-modal .teaser-video-content,.set-video-modal .teaser-video-content,.teaser-video-modal .teaser-video-content{padding:0;width:100%;padding-top:56.25%;position:relative}.video-modal .video-content video,.set-video-modal .video-content video,.teaser-video-modal .video-content video,.video-modal .teaser-video-content video,.set-video-modal .teaser-video-content video,.teaser-video-modal .teaser-video-content video{position:absolute;top:0;left:0}.text-bigger{font-size:1.2rem}.text-uppercase{text-transform:uppercase}.text-caption{font-size:1.55rem;max-width:72%;display:inline-block}.color--primary{color:var(--primary-color)}.color--secondary{color:var(--secondary-color)}.color--bg{color:var(--bg-color)}.color--primary-dark{color:var(--primary-dark-color)}.color-lighten{filter:brightness(200%)}.letter-spacing-wide{letter-spacing:0.5rem}.letter-spacing-wider{letter-spacing:0.75rem}.text-underline{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.block .title{user-select:none}hr{border-color:var(--primary-color)}hr.hearted{position:relative}hr.hearted::before{content:"\f004";font-family:"FontAwesome";position:absolute;display:inline-block;padding:0.4rem;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.side-block{background-color:var(--bg-accent-color);border-radius:var(--block-radius);margin-bottom:var(--block-bottom-offset);padding:0 1rem 2rem;overflow:hidden}.side-block>.title{display:block;font-weight:300;line-height:1.1;font-size:1.8rem;padding:1rem 1rem .5rem;background:var(--secondary);margin:0 -1rem 1rem;border-bottom:3px solid var(--border-color)}.old-price{text-decoration:none}.old-price .price{text-decoration:line-through}.collapse-next{opacity:0;width:0;height:0}.collapse-next+.collapsable{display:none}.collapse-next:checked+.collapsable{display:block}.full-width{width:100%}.blur{filter:blur(50px)}.center-all{display:flex;align-items:center;justify-content:center}.aspect-wide{aspect-ratio:1.77777778;object-fit:cover}@media only screen and (max-width: 1279px) and (min-width: 1141px){body,html{font-size:15px}.bs-container,.page.messages{max-width:1140px}}@media only screen and (max-width: 1139px){body,html{font-size:13px}.bs-container,.page.messages{max-width:960px}.bg-accent--padded{padding:0 3rem}.title-block{margin-bottom:2.2em}.title-block h1{font-size:3.5em}.title-block h3.caption{font-size:1.8em}}@media only screen and (max-width: 767px){body,html{font-size:12px}h3,.h3{font-size:1.8em}.bs-container,.page.messages{max-width:570px;padding:0 1.2rem}.emotional{font-size:5rem}ol.board{grid-template-columns:1fr;gap:2.5rem}.bg-accent--padded{padding:0 2.4rem}.bg-accent--dotted::after{display:none}.bg-accent-head{height:1.4rem;position:relative;animation:wobble-top 16s infinite ease-in-out}.bg-accent-bottom{height:2.4rem}.title-block h1{font-size:2.2em}.title-block h3.caption{font-size:1.8em}aside[data-role="modal"] .modal-inner-wrap{border-radius:0}.bsat-grid--2m1{grid-template-columns:1fr}.bsat-grid--2-1m1{grid-template-columns:1fr}.bsat-grid--1-2m1{grid-template-columns:1fr}.text-caption{max-width:100%}}.babysmile_preview__overlay{z-index:999;background:#fff;position:fixed;inset:0px;opacity:0;transition:opacity 350ms;width:100%;height:0}.babysmile_preview__target{visibility:hidden;position:fixed}.babysmile_preview__selected{z-index:1000;position:fixed;border:none;visibility:visible;pointer-events:none;transition:all 550ms !important;transform-origin:top left}.ammenu-header-container{min-height:0}.ammenu-nav-sections.-sidebar{z-index:2000}.ammenu-menu-wrapper{margin-bottom:3rem}.ammenu-menu-wrapper .ammenu-nav-sections:not(.-hamburger).-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link{font-size:1rem}.ammenu-menu-wrapper .ammenu-nav-sections:not(.-hamburger) .ammenu-category-tree .ammenu-title{font-size:16px;font-weight:normal;text-transform:uppercase}.ammenu-menu-wrapper .ammenu-nav-sections:not(.-hamburger) .ammenu-main-container{padding:0;margin-top:2rem}.ammenu-menu-wrapper .ammenu-nav-sections:not(.-hamburger) .ammenu-main-container .ammenu-items.-root{margin:0;padding:0 1rem;max-width:none}.ammenu-menu-wrapper .ammenu-nav-sections:not(.-hamburger) .ammenu-main-container .ammenu-items.-root>.ammenu-item{padding-right:0.3rem;border-bottom:3px solid var(--primary-disabled-color)}.ammenu-menu-wrapper .ammenu-nav-sections:not(.-hamburger) .ammenu-main-container .ammenu-items.-root>.ammenu-item:last-of-type{padding-right:0}.ammenu-menu-wrapper .ammenu-nav-sections:not(.-hamburger) .ammenu-main-container .ammenu-link{font-weight:450;padding:.7rem 1.2rem .5rem !important;border-top-left-radius:var(--block-radius);border-top-right-radius:var(--block-radius);transition:background .2s;font-size:1rem}.ammenu-menu-wrapper .ammenu-nav-sections:not(.-hamburger) .ammenu-main-container .ammenu-link:hover{background-color:var(--primary-disabled-color) !important}.ammenu-menu-wrapper .ammenu-nav-sections:not(.-hamburger) .ammenu-main-container .ammenu-link.-current{background-color:var(--primary-color) !important;color:white !important}.ammenu-menu-wrapper .ammenu-nav-sections:not(.-hamburger) .ammenu-main-container .ammenu-item.nav-1 .ammenu-link{text-transform:uppercase}.ammenu-menu-wrapper .ammenu-nav-sections:not(.-hamburger) .ammenu-main-container .ammenu-submenu-wrapper{max-width:100%;border:1px solid var(--primary-disabled-color);max-height:70vh;border-radius:0;box-shadow:none;font-weight:400;cursor:auto}section.ammenu-menu-wrapper.-mobile .ammenu-main-container{position:fixed;top:0;left:0;height:100%;z-index:1000;overflow:auto;background-color:rgba(255,255,255,0.9)}section.ammenu-menu-wrapper.-mobile .ammenu-main-container .close-nav-menu{cursor:pointer}section.ammenu-menu-wrapper.-mobile .ammenu-main-container a,section.ammenu-menu-wrapper.-mobile .ammenu-main-container .ammenu-link.-main,section.ammenu-menu-wrapper.-mobile .ammenu-main-container .ammenu-submenu{background:transparent !important}section.ammenu-menu-wrapper.-mobile .ammenu-main-container .ammenu-link.-main::before{display:none}section.ammenu-menu-wrapper.-mobile .ammenu-main-container .current .ammenu-link{font-weight:600 !important}section.ammenu-menu-wrapper.-mobile .ammenu-main-container .ammenu-link{font-weight:300}section.ammenu-menu-wrapper.-mobile .ammenu-main-container .ammenu-link.-main{padding:0.5em}@media only screen and (max-width: 767px){.ammenu-menu-wrapper{max-height:100vh;overflow-y:scroll}.ammenu-menu-wrapper>.ammenu-nav-sections.-mobile.-sidebar{max-width:100%}}.mobile-menu-nav.ammenu-mobile-menu-nav{background-color:var(--bg-accent-color);border-radius:var(--block-radius);color:var(--primary-color);padding:.7rem 1.5rem;font-size:1.2rem;cursor:pointer}.ammenu-nav-sections.-mobile.-sidebar{box-shadow:none;border-radius:var(--block-radius);background-color:var(--bg-accent-color) !important;bottom:auto;height:100vh;height:100dvh;padding-bottom:1.5rem}.ammenu-nav-sections.-mobile.-sidebar .ammenu-menu-title{padding:1rem 1.2rem}.ammenu-nav-sections.-mobile.-sidebar .ammenu-items.-root>.ammenu-item>.ammenu-link{text-transform:uppercase;font-weight:300 !important;margin:0;padding:0 1rem;border-bottom:2px solid var(--secondary-color) !important}.ammenu-nav-sections.-mobile.-sidebar .ammenu-items.-root>.ammenu-item>.ammenu-link.-current{background-color:var(--secondary-color);font-weight:400 !important}.ammenu-nav-sections.-mobile.-sidebar .ammenu-items.-root>.ammenu-item:last-child>.ammenu-link{border-bottom:none}.cms-klinikkonzept .bsat-block ol.board{margin-top:5rem}.cms-klinikkonzept .bsat-block ol.board li{background-color:var(--bg-accent-color)}.cms-klinikkonzept .bsat-block ol.board li img{margin-bottom:1.4rem}.cms-klinikkonzept .top{position:relative}.cms-klinikkonzept .top__text{font-family:"LeylaMark";font-size:5rem;text-align:center;position:absolute;top:0;right:0;max-width:30%;bottom:0;text-transform:none;color:var(--primary-color);background-color:rgba(255,255,255,0.7);padding:0 2rem;height:100%;display:flex;align-items:center}.clinic-concept-page__contact-form{padding-right:4rem}.clinic-concept-page__contact-form form label{width:100%;margin-bottom:1rem}.clinic-concept-page__companions{padding:1rem 3rem}.clinic-concept-page__companions hr{margin-bottom:3rem}.clinic-concept-page__companion{margin-bottom:1.5rem;text-align:center}.clinic-concept-page__companion a{font-weight:bold;color:var(--primary-color)}.clinic-concept-page__companion-photo{margin-bottom:0.3rem}.clinic-concept-page__companion-photo img{width:100%;border-radius:var(--block-radius)}.clinic-concept-page__companion-name{font-size:1.3rem;font-weight:600}@media only screen and (max-width: 767px){.cms-klinikkonzept .top__text{position:relative;font-size:4rem;max-width:100%;text-align:center;display:block;display:none}.clinic-concept-page__contact-form{padding-right:0;padding-top:3rem;order:1}.clinic-concept-page__contact-form form label{margin-bottom:1rem}}.cms-nachshooting .reservation-button{position:fixed;bottom:8rem;right:0.6rem;z-index:999;font-size:1.3rem;padding:1rem 2rem;border-radius:var(--block-radius)}.cms-nachshooting .reservation-button svg{display:inline-block;vertical-align:top;margin-right:0.4rem;position:relative;top:0.2rem}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes show-move{0%{transform:translate(0)}10%{transform:translate(30%, -30%)}25%{transform:translate(-30%, 30%)}50%{transform:translate(30%, -30%)}75%{transform:translate(-30%, 30%)}100%{transform:translate(0)}}.konfigurator-modal .modal-inner-wrap,.modal-inner-wrap.konfigurator-modal{margin:0 !important;height:100% !important;width:100% !important;overflow:hidden}.konfigurator-modal .modal-inner-wrap .modal-header,.modal-inner-wrap.konfigurator-modal .modal-header{display:none}.konfigurator-modal .modal-inner-wrap .modal-footer,.modal-inner-wrap.konfigurator-modal .modal-footer{display:none}.konfigurator-modal .modal-inner-wrap .modal-content,.modal-inner-wrap.konfigurator-modal .modal-content{margin:0 !important;padding:0 !important;height:100% !important;width:100% !important}.konfigurator-modal .modal-inner-wrap .modal-content #modal-content,.modal-inner-wrap.konfigurator-modal .modal-content #modal-content{margin:0;height:100%;width:100%}.konfigurator-modal .modal-inner-wrap .modal-content #modal-content .configurator-iframe,.modal-inner-wrap.konfigurator-modal .modal-content #modal-content .configurator-iframe{display:block;height:100%;width:100%;border:none}.konfigurator-modal .modal-inner-wrap .modal-content #modal-content .configurator-iframe .configurator-wrapper,.modal-inner-wrap.konfigurator-modal .modal-content #modal-content .configurator-iframe .configurator-wrapper{overflow:hidden}.modal-popup.modal-slide{left:0 !important}#preview-modal-content,.preview-modal-content{padding:3rem;display:flex !important;flex-flow:column;justify-content:space-between;position:relative;height:100%;overflow:auto}#preview-modal-content .close-preview,.preview-modal-content .close-preview{cursor:pointer;position:absolute;right:0;top:0;height:2em;width:2em;margin:1rem;opacity:0.7;z-index:999;background-size:100%;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDQ5Ljk5OCA0NDkuOTk4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0iQ2FwYV8xIiBvdmVyZmxvdz0iaGlkZGVuIj48Zz48Zz48cGF0aCBkPSJNNDQ5Ljk3NCAzNC44NTUgNDE1LjE5MSAwIDIyNS4wMDcgMTkwLjE4NCAzNC44MzkgMCAwLjAyNCAzNC44MzkgMTkwLjE5MiAyMjQuOTk5IDAuMDI0IDQxNS4xNTkgMzQuODM5IDQ0OS45OTggMjI1LjAwNyAyNTkuNzk3IDQxNS4xOTEgNDQ5Ljk5OCA0NDkuOTc0IDQxNS4xNDMgMjU5LjgzIDIyNC45OTlaIiBmaWxsPSIjQjUxNTJCIi8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=")}#preview-modal-content .close-preview:hover,.preview-modal-content .close-preview:hover{opacity:1}#preview-modal-content .pageflip-wrapper,.preview-modal-content .pageflip-wrapper{height:80% !important;width:100% !important;display:flex;justify-content:center;align-items:center;flex-flow:column}#preview-modal-content .pf-content,.preview-modal-content .pf-content{height:100%;width:100%;display:flex;justify-content:space-between;align-items:center;flex-flow:column}#preview-modal-content .pf-content #pageflip,.preview-modal-content .pf-content #pageflip{width:100% !important}@media (max-width:575px){#preview-modal-content .pf-content #pageflip,.preview-modal-content .pf-content #pageflip{height:50% !important}}#preview-modal-content .easyzoom img,.preview-modal-content .easyzoom img{max-width:none !important}#preview-modal-content .zoom-info,.preview-modal-content .zoom-info{animation-name:fade-out;animation-duration:3s;animation-delay:7s;height:100%;width:100%;position:absolute;pointer-events:none;display:flex;justify-content:center;align-items:center;flex-flow:column}#preview-modal-content .zoom-info .zoom-overlay,.preview-modal-content .zoom-info .zoom-overlay{background:#fff;opacity:0.5;position:absolute;height:100%;width:100%}#preview-modal-content .zoom-info span,.preview-modal-content .zoom-info span{font-weight:bold;z-index:1}#preview-modal-content .zoom-info span i,.preview-modal-content .zoom-info span i{animation-name:show-move;animation-duration:2s;animation-delay:2s}#preview-modal-content button.disabled,.preview-modal-content button.disabled{opacity:0.5 !important;cursor:default !important;pointer-events:none !important}button#pf-design{background:white !important;color:#333333;border:1px solid #ddd}button#pf-design:hover{background:#ddd !important}.konfigurator-modal #pageflip{justify-content:center !important}.konfigurator-modal .pageflip-wrapper .loading-spinner{display:none !important}#preview-modal0{height:100%;display:flex;flex-flow:column;padding:5%;position:relative}#preview-modal0 .pageflip-wrapper,#preview-modal0 #pageflip{height:100%}#preview-modal0 .pf-custom-close{position:absolute;right:0;top:0;margin:5%;height:2em;width:2em;z-index:999;cursor:pointer;background-size:100%;background-repeat:no-repeat;background-position:center center;background-image:url("../images/close.svg")}.bs-downloadables{background-color:var(--bg-color);padding:0;border-radius:var(--block-radius);margin-top:0;position:relative;opacity:0;height:0;transform:scaleY(0);box-sizing:border-box;transition:opacity .4s,margin .4s;z-index:2}.bs-downloadables.active{transform:scaleY(1);opacity:1;height:auto;margin-top:-2rem;padding:2rem 2.4rem}.bs-downloadables__images{column-count:3;column-gap:1em;margin-bottom:1.2rem}.bs-downloadables__actions{display:grid;grid-template-columns:3fr auto auto;padding:1.4rem 0 .5rem;font-size:1.6rem;line-height:2.3rem;background-color:rgba(255,255,255,0.9399999999999999);margin-bottom:1.2rem;position:sticky;bottom:0;z-index:12}.bs-downloadables__actions input[type="submit"]{text-transform:uppercase;background-color:var(--primary-color);font-size:1.5rem;letter-spacing:0.08rem}.bs-downloadables__image{margin-bottom:1rem;position:relative;display:none;break-inside:avoid-column;min-width:0}.bs-downloadables__image .custom-checkbox{position:relative;z-index:2}.bs-downloadables__image .custom-checkbox .icon{position:absolute;bottom:1em;right:1em;top:auto;z-index:2;margin:0;transition:all .2s}.bs-downloadables__image img{width:100%;border:3px solid transparent;transition:border .2s;border-radius:var(--block-radius)}.bs-downloadables__image .form-check-input:checked~img{border-color:var(--primary-color)}.bs-downloadables__image-name{--h:2rem;text-align:center;background-color:var(--bg-accent-color);border-bottom-left-radius:var(--block-radius);border-bottom-right-radius:var(--block-radius);display:block;height:var(--h);line-height:var(--h);padding:0 1.2rem;margin:calc(-1 * var(--h) - 4px) auto 0;position:relative;max-width:60%;z-index:1;transition:margin .3s;overflow:hidden;text-overflow:ellipsis}.bs-downloadables__image-zoom{--zoom-icon-size:2.3em;opacity:0;width:0;height:0;position:absolute;bottom:0;left:0;color:var(--primary-color);z-index:12;cursor:pointer;display:block;text-align:center}@media (hover){.bs-downloadables__image:hover .bs-downloadables__image-zoom{width:var(--zoom-icon-size);height:var(--zoom-icon-size);line-height:var(--zoom-icon-size);transition:opacity .2s,color .2s;font-size:calc(0.75 * var(--zoom-icon-size));opacity:1}.bs-downloadables__image:hover .bs-downloadables__image-zoom:hover{color:var(--accent-hover-color)}}.bs-downloadables__upsell-note{--size:20rem;background-color:var(--secondary-color);align-items:center;display:flex;flex-direction:column;justify-content:center;width:var(--size);height:var(--size);border-top-right-radius:10%;border-top-left-radius:46%;border-bottom-left-radius:38%;border-bottom-right-radius:53%;position:absolute;right:1rem;bottom:110%;padding:3rem 4rem;text-align:center;pointer-events:none;transform-origin:top right;opacity:0;transform:scale(.8) translateX(20%) translateY(20%) translateZ(0) rotate(45deg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;transition:transform .6s,opacity .3s}.bs-downloadables__upsell-note h2{font-size:5rem;line-height:3rem}.bs-downloadables__upsell-note p{font-size:1.2rem;margin-bottom:2rem;line-height:1.9rem}.bs-downloadables__upsell-note.shown{transform:scale(1) translateX(0) translateY(0) translateZ(0) rotate(0);opacity:1}.bs-dwbl__content{padding:0 4.2rem 0}.bs-dwbl__content .caption{font-size:1.8rem;padding:3.5rem 3rem;font-weight:300;line-height:2.4rem;text-align:center;margin:0;z-index:1;position:relative}.bs-dwbl__forms{display:grid;grid-template-columns:repeat(auto-fit, minmax(30%, 1fr));gap:2rem;position:relative;z-index:1}.bs-dwbl__forms .bs-downloadable-product-form{background-color:var(--bg-color);font-size:1.8rem;line-height:2.7rem;font-weight:300;transition:background .2s,color .2s;text-align:center;padding:2.4rem 3.5rem;border-radius:var(--block-radius)}.bs-dwbl__forms .bs-downloadable-product-form hr{width:60%;margin:1.3rem auto;transition:width .3s}.bs-dwbl__forms .bs-downloadable-product-form__description{margin-bottom:2.5rem}.bs-dwbl__forms .bs-downloadable-product-form__price{font-size:2.2rem}.bs-dwbl__forms .bs-downloadable-product-form__actions{--height:5rem;margin-top:0;height:var(--height);transition:height .3s;overflow:hidden}.bs-dwbl__forms .bs-downloadable-product-form__activate-button{width:100%;font-size:1.6rem}.bs-dwbl__forms .bs-downloadable-product-form:hover hr{width:80%}.bs-dwbl__forms .bs-downloadable-product-form.disabled{background-color:var(--primary-disabled-color);color:var(--border-color)}.bs-dwbl__forms .bs-downloadable-product-form.disabled hr{border-color:var(--border-color)}.bs-dwbl__forms .bs-downloadable-product-form.disabled:hover{color:var(--bg-color)}.bs-dwbl__forms .bs-downloadable-product-form.disabled:hover hr{border-color:var(--bg-color)}.bs-dwbl__forms .bs-downloadable-product-form.disabled:hover .bs-downloadable-product-form__actions{height:var(--height)}.bs-dwbl__forms .bs-downloadable-product-form.disabled .bs-downloadable-product-form__actions,.bs-dwbl__forms .bs-downloadable-product-form.active .bs-downloadable-product-form__actions{height:0}.bs-dwbl__features{font-size:1.7rem;width:50%;margin:0 auto}.bs-dwbl__features-title{text-align:center}.bs-dwbl__dismiss{--top-offset:3rem;--side-offset:4rem;padding:var(--top-offset) var(--side-offset);position:relative;font-size:1.8rem;margin:0 4.2rem;background-color:var(--bg-accent-color);border-radius:var(--block-radius)}.bs-dwbl__dismiss>span{max-width:80%;display:inline-block}.bs-dwbl__dismiss>.btn{position:absolute;background-color:var(--bg-color);color:var(--primary-color);border-color:var(--primary-color);border-width:3px;border-radius:var(--block-radius);text-transform:uppercase;font-size:1.4rem;letter-spacing:0.1rem;padding:1.5rem 3.6rem;top:20%;right:2.2rem}.bs-dwbl__dismiss>.btn:hover{background-color:var(--bg-accent-color)}.bs-dwbl--show-name .bs-downloadables__image-name{margin-top:-3px}.bs-dwbl--show-co .bs-downloadables__image--color-co{display:block}.bs-dwbl--show-sw .bs-downloadables__image--color-sw{display:block}@media only screen and (max-width: 1279px) and (min-width: 1141px){.bs-dwbl__dismiss>span{max-width:70%}.bs-dwbl__forms .bs-downloadable-product-form{font-size:1.5rem;padding:2.4rem 2.4rem}}@media only screen and (max-width: 1139px){.bs-dwbl__forms .bs-downloadable-product-form{font-size:1.3rem;padding:2rem 1.8rem}.bs-dwbl__forms .bs-downloadable-product-form__price{font-size:1.7rem}.bs-dwbl__forms .bs-downloadable-product-form__activate-button{padding:1rem 2rem;font-size:1.4rem}}@media only screen and (max-width: 767px){.bs-dwbl__content{padding:0 1.2rem}.bs-dwbl__content .caption{font-size:1.6rem;padding:3.5rem 1rem}.bs-dwbl__forms{display:grid;grid-template-columns:repeat(1, 1fr);gap:0}.bs-dwbl__forms .bs-downloadable-product-form{margin-top:1.4rem;transition:margin .4s,background .2s,border .2s;border-top:1px solid var(--bg-accent-color);position:relative}.bs-dwbl__forms .bs-downloadable-product-form:first-child{margin-top:0;z-index:1}.bs-dwbl__forms .bs-downloadable-product-form:nth-child(2){z-index:2}.bs-dwbl__forms .bs-downloadable-product-form:nth-child(3){z-index:3}.bs-dwbl__forms .bs-downloadable-product-form__description{--h:100px;height:var(--h);transition:height .4s,margin .4s}.bs-dwbl__forms .bs-downloadable-product-form.disabled,.bs-dwbl__forms .bs-downloadable-product-form.active{margin-top:-1rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.bs-dwbl__forms .bs-downloadable-product-form.disabled .bs-downloadable-product-form__description,.bs-dwbl__forms .bs-downloadable-product-form.active .bs-downloadable-product-form__description{margin-bottom:0.7rem}.bs-dwbl__forms .bs-downloadable-product-form.disabled{position:relative}.bs-dwbl__forms .bs-downloadable-product-form.disabled::after{content:"\f078";font-family:"FontAwesome";font-size:1.2rem;top:0;right:0;padding:2.4rem;position:absolute;transition:opacity .2s;opacity:1}.bs-dwbl__forms .bs-downloadable-product-form.disabled .bs-downloadable-product-form__description{height:0;overflow:hidden}.bs-dwbl__forms .bs-downloadable-product-form.disabled:hover .bs-downloadable-product-form__description{height:var(--h);margin-bottom:2.5rem}.bs-dwbl__forms .bs-downloadable-product-form.disabled:hover::after{opacity:0}.bs-dwbl__forms .bs-downloadable-product-form{font-size:1.8rem}.bs-dwbl__forms .bs-downloadable-product-form__price{font-size:2.1rem}.bs-dwbl__forms .bs-downloadable-product-form__activate-button{padding:1rem 2rem;font-size:1.4rem}.bs-dwbl__features{width:100%}.bs-dwbl__dismiss{text-align:center;margin:0 1.2rem}.bs-dwbl__dismiss>.btn{position:static;margin-top:1.4rem}.bs-downloadables{z-index:4}.bs-downloadables__images{column-count:1}.bs-downloadables__actions{grid-template-columns:1fr;gap:1.4rem}.bs-downloadables.active{margin-top:-1rem}}.page-layout-bs-downloadables-layout #maincontent .columns{z-index:3}.page-layout-bs-downloadables-layout #maincontent .columns .column.main{display:none}.page-layout-bs-downloadables-layout .bs-downloadable-custom-header{position:relative;height:66vh}.page-layout-bs-downloadables-layout .bs-downloadable-custom-header__image{height:100%;position:absolute;z-index:1;top:0;left:50%;transform:translateX(-50%);width:calc(100vw - var(--scrollbar-width))}.page-layout-bs-downloadables-layout .bs-downloadable-custom-header__image img{height:100%;width:100%;object-fit:cover;object-position:50% 0}.page-layout-bs-downloadables-layout .bs-downloadable-custom-header__actions{position:absolute;text-align:center;z-index:2;width:100%;left:0;bottom:11rem}@media only screen and (max-width: 767px){.page-layout-bs-downloadables-layout .ammenu-nav-sections{display:block}.page-layout-bs-downloadables-layout .category-view{position:relative;z-index:1}.page-layout-bs-downloadables-layout .bs-downloadable-custom-header{height:35vh}.page-layout-bs-downloadables-layout .bs-downloadable-custom-header__actions{bottom:3rem}}.category-meine-bilder .breadcrumbs{display:none}.babyinfo{position:relative;z-index:2;font-size:1.4rem;order:1;grid-column:span 2;user-select:none;text-align:center;background-color:var(--bg-color);cursor:default;padding:1.5rem 6rem 2rem;border-radius:var(--block-radius);align-self:start;pointer-events:none}.babyinfo::before{content:"";z-index:1;background-image:radial-gradient(var(--bg-color) 0%, transparent 69%);width:100%;height:100%;opacity:0;display:block;position:absolute;top:0;left:0;transition:opacity .4s}.babyinfo__name{font-family:"LeylaMark";font-size:5rem;line-height:3rem;color:var(--primary-color);border-bottom:1px solid var(--primary-color);padding-bottom:1rem;position:relative;z-index:2}.babyinfo__stats{display:grid;grid-template-columns:repeat(4, 1fr);padding:2rem 0 1rem;font-family:"LeylaMark";font-size:4rem;line-height:2rem;z-index:2}.babyinfo hr.hearted{color:var(--primary-color)}.babyinfo hr.hearted::before{background-color:var(--bg-color)}.babyinfo .svg-icon{--size:3rem;display:inline-block}.babyinfo.compact{background-color:transparent}.babyinfo.compact::before{opacity:1}.babyinfo.compact hr.hearted{border:none;color:var(--primary-color);z-index:2}.babyinfo.compact hr.hearted::before{background-color:transparent}.babyinfo.compact .bs-close{display:none !important}.babyinfo.compact .babyinfo__name{color:var(--primary-color);border-bottom:none}.babyinfo.compact .babyinfo__stats{display:none}.babyinfo.compact .babyinfo .bs-close{display:none}@media only screen and (max-width: 767px){.babyinfo{padding:1.5rem 3rem 2rem;position:sticky;bottom:1rem;z-index:200;order:10000;pointer-events:all}.babyinfo__stats{grid-template-columns:repeat(2, 1fr)}}.configurations{--fz:1rem;--side-offset:1.3rem;background-color:var(--bg-accent-color);border-radius:var(--block-radius);font-size:var(--fz);margin-bottom:1.2rem;overflow:hidden}.configurations--wrp{width:100%}.configurations--list{max-height:236px;overflow-y:auto}.configurations--title{font-size:1.2em;padding:.7em var(--side-offset) .7em;border-bottom:3px solid var(--border-color);background-color:var(--secondary-color);text-transform:uppercase}.configurations .configuration{font-size:var(--fz);display:grid;padding:.5em var(--side-offset) .7em;grid-template-columns:5.5em 7fr fit-content(7em);border-bottom:1px solid var(--border-color);box-sizing:border-box;transition:background .2s}.configurations .configuration.active{background-color:var(--border-color)}.configurations .configuration.active .configuration--actions__delete{display:none}.configurations .configuration--image{align-self:center;cursor:pointer}.configurations .configuration--image img{border-radius:calc(0.5 * var(--block-radius))}.configurations .configuration--data{padding:13px 21px;line-height:1.5em;align-self:center;min-width:0;min-height:0}.configurations .configuration--product-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:1.2em;font-weight:500;margin-bottom:0.3em}.configurations .configuration--actions{text-align:center;align-self:center;white-space:nowrap;display:grid;grid-template-columns:fit-content(5em) 1fr;grid-gap:0.3em;grid-template-areas:"apply open" "apply delete"}.configurations .configuration--actions .btn{font-size:0.85rem;background-color:var(--secondary-color);text-decoration:none}.configurations .configuration--actions .btn:hover{background-color:var(--secondary-hover-color)}.configurations .configuration--actions__apply{align-self:center;grid-area:apply}.configurations .configuration--actions__open{grid-area:open}.configurations .configuration--actions__delete{grid-area:delete}.configurations .configuration--actions__apply:focus,.configurations .configuration--actions__delete:focus{background-color:inherit}.configurations .configuration:last-child{border-bottom:none}@media only screen and (max-width: 767px){.configurations{--fz:1.2rem}.configurations--list{max-height:399px}.configurations .configuration{grid-template-columns:5.5em auto;grid-gap:0.5em}.configurations .configuration--actions{grid-column:span 2;grid-template-columns:max-content auto auto;grid-template-areas:"apply open delete"}.configurations .configuration--actions .btn{justify-self:center}.configurations .configuration--actions__apply{min-width:13em}}.configurations-listall{font-size:16px}.configurations-listall__category-title{padding:.8em 0 .7em 10px;cursor:pointer;display:block;border-bottom:2px solid var(--primary-color);user-select:none;margin:0}.configurations-listall__category-body{box-sizing:border-box;margin-bottom:2em}.configurations-listall__category-body-inner{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;padding:10px 0;font-size:14px;box-sizing:border-box}.configurations-listall__category-trigger{display:none}.configurations-listall__item{position:relative;display:grid;align-items:center;background-color:var(--bg-accent-color);border-radius:var(--block-radius);overflow:hidden;aspect-ratio:1}.configurations-listall__item:hover .configurations-listall__item-image{filter:blur(5px)}.configurations-listall__item:hover .configurations-listall__item-description{opacity:1}.configurations-listall__item-image{transition:all .2s}.configurations-listall__item-description{position:absolute;top:0;left:0;width:100%;font-size:1.3rem;height:100%;background:rgba(245,245,245,0.8);box-sizing:border-box;display:grid;align-items:end;justify-content:center;color:var(--text-color);opacity:0;transition:opacity .2s}.configurations-listall__item-actions{padding-top:1em;align-self:start}@media only screen and (max-width: 767px){.configurations-listall__category-body-inner{grid-template-columns:1fr}}.checkout-cart-index .cart-container{margin-bottom:3rem;position:relative;z-index:2}.checkout-cart-index .cart-container .cart-summary{position:sticky;top:0}.checkout-cart-index .cart-container .cart-summary select{width:100%}.checkout-cart-index .cart-container .cart-summary .cart-totals{border:none}.checkout-cart-index .cart .actions-toolbar .action{margin-right:1rem}.checkout-cart-index .cart.item img.product-image-photo{border-radius:var(--block-radius)}.checkout-cart-index .block.crosssell{display:none}.checkout-cart-index .presents{display:grid;grid-gap:1em;width:100%;background-color:var(--bg-accent-color);grid-template-columns:1fr 1fr}.checkout-cart-index .presents-container__title{text-align:center}.checkout-cart-index .presents-container__title h1{font-size:3rem}.checkout-cart-index .presents__present:nth-child(odd):last-child{grid-column:span 2;grid-row:1;justify-content:center}.checkout-cart-index .presents__present:nth-child(odd):last-child:first-child .presents__present-inner{max-width:60em;margin:0 auto}.checkout-cart-index .presents__present-inner{grid-template-columns:1.3fr 3fr;display:grid;background-color:white}.checkout-cart-index .presents__present-text{display:grid;align-content:center;padding:1em 3rem}.checkout-cart-index .presents .presents-for-text{border-top:1px solid #ddd;word-wrap:break-word}@media only screen and (max-width: 1279px) and (min-width: 1141px){.checkout-cart-index .presents{font-size:11px}.checkout-cart-index .presents__present:nth-child(odd):last-child .presents__present-inner{font-size:14px}.checkout-cart-index .presents__present-inner{grid-template-columns:2fr 3fr}.checkout-cart-index .presents__present-inner h3{font-size:1.3em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}@media only screen and (max-width: 767px){.checkout-cart-index .presents{grid-template-columns:1fr}.checkout-cart-index .presents__present{grid-template-columns:1fr}.checkout-cart-index .presents__present:nth-child(odd):last-child{grid-column:auto}.checkout-cart-index .presents__present-inner{grid-template-columns:1fr}.checkout-cart-index .presents__present-image img{width:100%}}.checkout-index-index .opc-block-summary{background-color:var(--bg-accent-color);border-radius:var(--block-radius);margin-bottom:var(--block-bottom-offset);padding:0 1rem 2rem;overflow:hidden}.checkout-index-index .opc-block-summary>.title{display:block;font-weight:300;line-height:1.1;font-size:1.8rem;padding:1rem 1rem .5rem;background:var(--secondary);margin:0 -1rem 1rem;border-bottom:3px solid var(--border-color)}.checkout-index-index .opc-block-summary>.title{display:block;font-weight:300;line-height:1.1;font-size:1.8rem;padding:1rem 1rem .5rem;background:var(--secondary);margin:0 -1rem 1rem;border-bottom:3px solid var(--border-color)}.checkout-index-index .opc-block-summary img{border-radius:calc(0.5 * var(--block-radius));}.checkout-index-index .opc-wrapper .shipping-address-item{border-radius:var(--block-radius);overflow:hidden}.checkout-index-index .opc-progress-bar-item>span::after{background:var(--bg-color);height:26px;margin-left:-13px;top:6px;width:26px;line-height:27px;counter-increment:i;color:#333333;font-weight:600;font-size:1.8rem}.checkout-index-index .opc-progress-bar-item._complete>span:after,.checkout-index-index .opc-progress-bar-item._active>span:after{font-size:2rem;color:var(--primary-color)}.checkout-index-index input[name^="payment[birth"]{display:inline-block}.checkout-index-index .payment-method-content fieldset input[type="checkbox"]{vertical-align:top}.checkout-index-index .payment-method-content fieldset label{max-width:90%}.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary{font-size:1rem}.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary .action-cancel{margin:0;margin-right:1rem}.checkout-index-index .checkout-agreements-block .action-show{vertical-align:baseline;white-space:inherit;text-align:left;vertical-align:top}.checkout-index-index .opc-estimated-wrapper{padding:1rem;border-bottom:none}.checkout-index-index .opc-estimated-wrapper .minicart-wrapper{display:block}.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart{background-color:var(--secondary-color)}.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty{font-size:1.5rem;color:var(--text-color);padding:0;margin:0;margin-left:-0.7rem}@media only screen and (max-width: 767px){.checkout-index-index .opc-block-summary{border-radius:0}}#checkout .amcard-codes-list{padding-left:0}#checkout .amcard-codes-list>.table-wrapper{padding-left:22px}#checkout .amcard-codes-list>.table-wrapper table.table-code-items{max-width:500px;background-color:var(--bg-accent-color);border-radius:var(--block-radius)}#checkout .amcard-delete{padding:.3rem 1rem;color:var(--gray)}#checkout .amcard-field-container{padding-left:0}#checkout .amcard-field-container .amcard-field-block.-double{display:block}#checkout .amcard-field-container .amcard-field-block>.amcard-button{line-height:normal;border:none;border-radius:0.25rem;font-weight:normal;float:right}#checkout .amcard-field-container .amcard-check{color:var(--text-color);text-decoration:underline}#checkout .amcard-field-container .amgcard-datalist-container .amcard-field.-datalist{height:auto}#checkout .amcard-field-container .amgcard-datalist-container .amcard-datalist-message{margin-bottom:1rem}#checkout .amcard-field-container .amgcard-datalist-container .amcard-input-arrow{width:100%}.bs-items-list{width:100%;background-color:var(--secondary)}.bs-items-list .product-item-info{padding:2rem 1.2rem 2.2rem;width:100%}.bs-items-list .product-item-info .product-image-photo{border-radius:var(--block-radius)}.bs-items-list .product-item-info .product-item-name a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bs-items-list .product-item-info .price-box{font-size:1.4em;font-weight:bold}.bs-items-list .product-item-info .price-details{font-size:0.7em}.table-order-items tfoot tr td:last-child{text-align:right}@media only screen and (max-width: 767px){body.account .order-details-items .table-order-items span{vertical-align:baseline !important}body.account table tr td,body.account table tr th{border-top:none !important}}.customer-account-login .page.messages{max-width:800px;text-align:center}.customer-account-login .fa-spin{-webkit-animation:fa-spin 1s infinite linear;animation:fa-spin 1s infinite linear}.customer-account-login .page-wrapper{background:no-repeat url("../images/login/background.jpg");background-size:cover;background-position:center center;background-attachment:fixed;display:-webkit-box;display:-ms-flexbox;display:flex !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customer-account-login .page-wrapper .page-main{background:none;flex-grow:initial;padding:0}.customer-account-login .page-wrapper .page-logo{float:none;text-align:center;font-size:2em;margin:0;letter-spacing:0.2em;padding-bottom:1.3em;width:100%}.customer-account-login .page-wrapper .bs-customer-login{background-color:rgba(233,229,226,0.85);padding:2.2rem 5rem;text-align:center;max-width:800px;margin:0 auto;position:relative}.customer-account-login .page-wrapper .bs-customer-login__heading{margin-bottom:1em;letter-spacing:0.2em}.customer-account-login .page-wrapper .bs-customer-login__message{font-size:1.3em;margin-bottom:1.4em}.customer-account-login .page-wrapper .bs-customer-login .bs-login-link{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:100%;text-align:center;color:#a18372;cursor:pointer}.customer-account-login .page-wrapper .bs-customer-login .collapse.show .collapse-content,.customer-account-login .page-wrapper .bs-customer-login .collapsing .collapse-content{text-align:center}.customer-account-login .page-wrapper .bs-customer-login .collapse.show .collapse-content:hover,.customer-account-login .page-wrapper .bs-customer-login .collapsing .collapse-content:hover{text-decoration:none !important;cursor:default}.customer-account-login .page-wrapper .form-control.input-text{border-bottom:none;padding:1em 2em}.customer-account-login .page-wrapper .form-control.input-text::-webkit-input-placeholder{color:var(--button-hover-color)}.customer-account-login .page-wrapper .login-logo{padding:5% 10%;width:100%}.customer-account-login .page-wrapper .maintenance-work-info{background-color:#3c3c3b;color:white;padding:1em;border-radius:5px}@media only screen and (max-width: 767px){.customer-account-login .page-wrapper .bs-customer-login{padding:1.2rem 2rem}}body.account .page-title-wrapper .page-title,body.account [class^='sales-guest-'] .page-title-wrapper .page-title,body.account .sales-guest-view .page-title-wrapper .page-title{font-family:"Belleza";font-size:3rem;color:var(--primary-color);text-transform:none;margin-bottom:2rem}body.account .column.main .order-details-items{border:none}body.account .order-links .item{display:inline-block;margin-right:0.8rem;background:var(--secondary-color);border-top-right-radius:var(--block-radius);border-top-left-radius:var(--block-radius);cursor:pointer;color:var(--text-color);transition:background .2s}body.account .order-links .item a,body.account .order-links .item strong{padding:.4rem 1rem;display:inline-block}body.account .order-links .item.current,body.account .order-links .item:hover{background-color:var(--secondary-hover-color);color:var(--text-color)}body.account .order-links .item.current a,body.account .order-links .item:hover a{text-decoration:none}body.account .order-title .action{margin-left:2rem;font-size:0.8rem;vertical-align:top;position:relative;vertical-align:text-bottom}.downloadable-customer-products .dlist{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem 4rem}.downloadable-customer-products .dlist__item{padding-bottom:2rem;text-align:center}.downloadable-customer-products .dlist__item img{border-radius:calc(0.3 * var(--block-radius))}.downloadable-customer-products .dlist__item-status{padding:.7rem .3rem .5rem;font-size:1.3rem}.downloadable-customer-products .dlist__item-link{border-bottom:2px solid var(--border-color);transition:padding .3s;font-size:1.3rem;display:inline-block;line-height:1.3;text-align:center;margin:0 auto;padding:.7rem .3rem .5rem}.downloadable-customer-products .dlist__item-link:hover{padding:.7rem 1rem .5rem;text-decoration:none}.downloadable-customer-products .dlist__item-link .svg-download{--size:3rem;margin:0 auto}.downloadable-customer-products .dlist__item--download-all{background-color:var(--bg-accent-color);border-radius:calc(0.3 * var(--block-radius));padding-top:1rem;padding-bottom:1.7rem;grid-column-start:2}.downloadable-customer-products .dlist__item--download-all a{border-bottom:none}.downloadable-customer-products .dlist__item--download-all b{color:var(--primary-color)}.downloadable-customer-products .dlist__item--download-all small{font-size:77%}.downloadable-customer-products .dlist__item--download-all .svg-icon{margin-bottom:0.3rem}@media only screen and (max-width: 767px){.downloadable-customer-products .dlist{grid-template-columns:1fr 1fr;gap:1rem}.downloadable-customer-products .dlist__item--download-all{grid-column-start:auto;grid-column:span 2}}.babysmile-appointment{counter-reset:orderNum;max-width:980px;margin:0 auto}.babysmile-appointment__progress-header{position:relative;background-color:var(--bg-accent-color);display:none;text-align:center;padding-top:2rem}.babysmile-appointment__progress-header .babysmile-appointment__services-desc{padding:0 2.4em 1em 3em}.babysmile-appointment__stages{--stages-height:400px;min-height:var(--stages-height);position:relative}.babysmile-appointment__stages.babysmile24-preloader--preloaded{overflow:hidden}.babysmile-appointment__section-body{margin-bottom:3em}.babysmile-appointment__section{opacity:0;transition:opacity .4s;position:absolute;overflow:hidden;width:100%;height:0}.babysmile-appointment__section--shown{position:relative;opacity:1;height:auto}.babysmile-appointment__section-header{background-color:var(--bg-accent-color);z-index:12;font-size:1.2em;font-family:'Belleza';box-sizing:border-box;padding:1.4em 1.7em;text-align:left;border-bottom:2px solid var(--primary-color);cursor:pointer;position:relative}.babysmile-appointment__section-header::before{--chevron-size:1.2em;content:"\f0d8";font-family:"FontAwesome";position:absolute;display:block;height:var(--chevron-size);width:var(--chevron-size);text-align:center;right:2em;line-height:var(--chevron-size);transition:transform .4s;transform:rotate(90deg);transform-origin:center}.babysmile-appointment__section-header--opened::before{transform:rotate(180deg)}.babysmile-appointment__section.babysmile-appointment__stage--time{text-align:center;font-family:'Belleza'}.babysmile-appointment__section.babysmile-appointment__stage--time .babysmile-appointment__section-body{padding:3.1em 0;font-size:1.2em;min-height:27em}.babysmile-appointment__section.babysmile-appointment__stage--userform form{text-align:left;padding:3em 0}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body{text-align:left;display:grid;grid-template-columns:1fr 1fr}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .appointment-info{padding:2.7em 3.6em}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .appointment-info table{text-align:left;font-size:1.3em}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .appointment-info table>thead>tr>th,.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .appointment-info table>tbody>tr>th,.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .appointment-info table>tfoot>tr>th,.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .appointment-info table>thead>tr>td,.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .appointment-info table>tbody>tr>td,.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .appointment-info table>tfoot>tr>td{padding:0 .5em 0 0;line-height:1.2}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .appointment-info table>tbody>tr.cost>td,.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .appointment-info table>tbody>tr.cost>th{padding:2.4em .5em 1em 0}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .overview__form-discount{--discount-input-height:5rem;width:100%;overflow:hidden;max-height:0;transition:max-height .4s ease-in-out}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .overview__form-discount.opened{max-height:10em}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .overview__form-discount strong{display:inline-block;margin-bottom:0.4em}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .overview__form-discount input{width:80%;float:left;height:var(--discount-input-height);text-align:center}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .overview__form-discount button{height:var(--discount-input-height);vertical-align:top;float:left;width:20%}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body .totals{font-size:1.1em}.babysmile-appointment .progress{height:7px}.babysmile-appointment .progress-bar{background-color:var(--primary-color)}.babysmile-appointment__backbutton{margin-top:1em;margin-bottom:1.25em;text-align:left}.babysmile-appointment__backbutton a{text-decoration:none}.babysmile-appointment__stage--service .babysmile-appointment__section-body.babysmile-appointment__section-done{padding-top:2em}.babysmile-appointment__stage--service .babysmile-appointment__section-body.babysmile-appointment__section-done .babysmile-appointment__block-title{display:none}.babysmile-appointment__stage--service .babysmile-appointment__section-body.babysmile-appointment__section-done .babysmile-appointment__services-desc{display:none}.babysmile-appointment__locations{counter-reset:locId;padding:2em}.babysmile-appointment__locations-list{padding:0}.babysmile-appointment__location{display:grid;grid-gap:1em;grid-template-columns:auto 60px 1fr;padding:.5em 1em;margin-bottom:0.5em;border-radius:4px;border:1px solid transparent;box-sizing:border-box}.babysmile-appointment__location::before{--size:30px;counter-increment:locId;content:counter(locId);display:block;width:var(--size);height:var(--size);border-radius:50%;text-align:center;line-height:var(--size);background-color:var(--secondary-color)}.babysmile-appointment__location button.btn{font-size:1em}.babysmile-appointment__location--selected{border-color:var(--secondary-color);background-color:var(--primary-hover-color)}.babysmile-appointment__location--selected::before{background-color:var(--primary-color);color:white;font-weight:bold}.babysmile-appointment #pac-container{padding-bottom:12px;margin-right:12px}.babysmile-appointment .pac-controls{display:inline-block;padding:5px 11px}.babysmile-appointment .pac-controls label{font-size:13px;font-weight:300}.babysmile-appointment__time-selection{text-align:center}.babysmile-appointment__time-selection .babysmile-custom-datepicker{display:inline-block;margin:0 auto;padding:0 35px}.babysmile-appointment__pickers{--spw:29em;display:inline-grid;grid-template-columns:var(--spw) auto;position:relative;overflow:hidden;grid-gap:1.1em}.babysmile-appointment__datepicker{position:relative}.babysmile-appointment__slotpicker{background-color:var(--bg-color);box-shadow:inset 1px 0 var(--border-color);padding-top:2px;display:inline-block;vertical-align:top;font-size:0.8em;position:relative;padding:2px 0;overflow:hidden;transition:width 600ms,padding 600ms;box-sizing:border-box;width:0}.babysmile-appointment__slotpicker--opened{width:var(--spw)}.babysmile-appointment__slotpicker-switcher{display:none}.babysmile-appointment__slotpicker-inner{width:var(--spw);box-sizing:border-box;padding:2px 16px 0 23px}.babysmile-appointment__slotpicker p{font-size:1.6em;margin-top:0.2em;margin-bottom:1.4em;text-transform:uppercase}.babysmile-appointment__slotpicker-slots{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5em 2em}.babysmile-appointment__slotpicker-slot{background-color:var(--primary-color);color:var(--bg-color);cursor:pointer;line-height:3em;font-weight:bold;user-select:none;transition:background-color .3s}.babysmile-appointment__slotpicker-slot--selected,.babysmile-appointment__slotpicker-slot:hover{background-color:var(--primary-hover-color)}.babysmile-appointment__success-info{text-align:center}.babysmile-appointment__success-info-title{font-size:1.2em;margin-bottom:0.3em;color:var(--primary-color)}.babysmile-appointment__services .studio-landing__block-title{width:auto;margin-bottom:1.5em;position:absolute}.babysmile-appointment__services-link{display:block;background-color:var(--primary-color);color:var(--bg-color);text-transform:uppercase;line-height:3em;font-family:Belleza;font-weight:normal;font-size:1.1em;margin-right:2.4em;padding:0 2rem;margin-bottom:0.7em;transition:background .2s,border .2s,color .2s;border:3px solid var(--primary-color)}.babysmile-appointment__services-link:hover,.babysmile-appointment__services-link--active{background-color:var(--primary-hover-color);text-decoration:none;color:white;border-color:white}.babysmile-appointment__services-desc{padding:11em 2.4em 1em 3em;text-align:left;line-height:1.2}.babysmile-appointment__services-desc .studio-landing__block-text{padding-right:0}.babysmile-appointment__service-details{display:none;position:relative}.babysmile-appointment__service-details--active{display:block}.babysmile-appointment__service-details-image{--h:431px;min-height:var(--h);position:relative}.babysmile-appointment__service-details-image img{width:100%;margin-bottom:1em}.babysmile-appointment__service-details p{line-height:1.2;text-align:left;font-size:1.1em;padding:0 3em 0 2em}.babysmile-appointment__service-details .btn-wrp{width:100%}@media only screen and (max-width: 1139px){.babysmile-appointment__pickers{--spw:26em}}@media only screen and (max-width: 767px){.babysmile-appointment{counter-reset:orderNum;max-width:980px;margin:0 auto}.babysmile-appointment .process-bar-wrapper{margin-bottom:3.7em}.babysmile-appointment__services .studio-landing__block-title{position:static}.babysmile-appointment__progress-header .studio-landing__block-title{width:auto}.babysmile-appointment__holder{margin-bottom:3.7em}.babysmile-appointment__section.babysmile-appointment__stage--time{text-align:center}.babysmile-appointment__time-selection{text-align:center}.babysmile-appointment__time-selection .babysmile-custom-datepicker{display:inline-block;margin:0 auto;padding:0 35px}.babysmile-appointment__pickers{--spw:100%}.babysmile-appointment__slotpicker{position:absolute;left:120%;transition:width 600ms,padding 600ms,left 600ms;background-color:white;width:100%;padding:2em 2em}.babysmile-appointment__slotpicker--opened{box-shadow:none;left:0;height:100%}.babysmile-appointment__slotpicker-inner{padding:0;width:auto}.babysmile-appointment__slotpicker-inner p{margin-bottom:1em;text-align:left}.babysmile-appointment__slotpicker-switcher{--size:2em;display:inline-block;text-decoration:none;text-indent:-9999px;width:var(--size);height:var(--size);border-radius:50%;background-color:var(--primary-color);margin-right:0.8em;position:relative;vertical-align:middle}.babysmile-appointment__slotpicker-switcher::before{content:"\f053";display:block;font-family:"FontAwesome";position:absolute;width:100%;height:100%;top:0;left:0;text-indent:-0.2em;text-align:center;color:white;line-height:var(--size)}.babysmile-appointment__slotpicker-slots{display:grid;grid-template-columns:1fr 1fr;grid-gap:1em}.babysmile-appointment__slotpicker-slot{display:inline-block}.babysmile-appointment__slotpicker-slot--selected{color:white;background-color:var(--primary-color)}.babysmile-appointment__section.babysmile-appointment__stage--overview .babysmile-appointment__section-body{display:block}.babysmile-appointment-desc{padding:2em}.babysmile-appointment__services{display:block;position:relative;overflow:hidden}.babysmile-appointment__services-link{margin-right:0;border-right:none;border-left:none}.babysmile-appointment__services-desc{padding:0 2.4em 2em}.babysmile-appointment__services-desc .studio-landing__block-text{padding-right:0;padding-left:0}.babysmile-appointment__service-details-desc{padding:0 2em}.babysmile-appointment__service-details-desc p{padding:0}}.page-layout-cituro-layout .page-main{margin-top:0}.page-layout-cituro-layout .studio-header-wrapper{position:sticky;top:0;z-index:3}.page-layout-cituro-layout .studio-header-wrapper::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;background:#fff}.page-layout-cituro-layout .newsletter-form-wrapper{overflow:hidden;max-height:0;opacity:0;transition:all .5s}.page-layout-cituro-layout .newsletter-form-wrapper.active{opacity:1;max-height:620px}.page-layout-cituro-layout .modals-wrapper .modal-popup .modal-content p{font-size:1.3em}.studio-landing{--footer:10.8rem;--block-side-offset:3em;text-align:center;color:#343434;min-height:100vh;padding-bottom:var(--footer);position:relative}.studio-landing .page-main{padding:0}.studio-landing__footer{box-sizing:border-box;width:100%;position:absolute;bottom:0;left:0;height:var(--footer)}.studio-landing__footer h4{text-transform:uppercase;font-size:1.33em;margin:0;letter-spacing:0.21em;margin-bottom:0.4em;text-align:center;line-height:1.2}.studio-landing__footer-inner{overflow:hidden;padding:2.7em 7.3em 1.2em 6em !important}.studio-landing__footer-logo{float:left;text-align:left;white-space:nowrap}.studio-landing__footer-logo img{max-width:6em;position:relative;top:0.35em}.studio-landing__footer-logo p{font-size:1.1rem}.studio-landing__footer-contact{float:right;padding:0 2em}.studio-landing__footer-contact a{text-transform:uppercase;display:block;line-height:1.2;letter-spacing:3px}.studio-landing__footer-contact .socials{padding:.2em 0}.studio-landing__footer-contact .socials a{--size:1.7rem;display:inline-block;width:var(--size);height:var(--size);border-radius:50%;margin:.7em .1em;background-color:var(--text-color);color:white;transition:background .3s;font-size:13px;letter-spacing:normal}.studio-landing__footer-contact .socials a:hover{background-color:var(--primary-color)}.studio-landing__footer-contact .socials a::before{display:block;width:var(--size);height:var(--size);text-align:center;line-height:var(--size);font-size:1em;font-family:"FontAwesome"}.studio-landing__footer-contact .socials a.facebook::before{content:"\f09a"}.studio-landing__footer-contact .socials a.pinterest::before{content:"\f231"}.studio-landing__footer-contact .socials a.instagram::before{content:"\f16d"}.studio-landing__menu{font-family:TenorSans,sans;padding:1.6em 0 1.1em}.studio-landing__menu #studio-landing__menu-mobile-switch-input{display:none}.studio-landing__menu-inner>.studio-landing__menu-item:last-child:hover{color:var(--bg-color)}.studio-landing__menu .minicart-wrapper{line-height:5em;font-size:0.72rem;vertical-align:middle;margin:0}.studio-landing__menu .minicart-wrapper .action.showcart::before{line-height:inherit}.studio-landing__menu .minicart-wrapper .action.showcart.empty{display:none}.studio-landing__menu .minicart-wrapper .action.showcart .counter.qty{--counter-size:1.6em;background-color:var(--accent-color);border-radius:calc(var(--counter-size) / 2);height:var(--counter-size);line-height:1.7em;margin:0;border:none;padding:0;font-size:1.3em;font-weight:bold;position:relative;top:-0.4em;left:-0.6em}.studio-landing__menu .minicart-wrapper .action.showcart .counter.qty:hover{background-color:var(--accent-hover-color)}.studio-landing__menu .minicart-wrapper .action.showcart .counter.qty .counter-number{padding:0 .4em}.studio-landing__menu-mobile-switch{display:none}.studio-landing__menu-item{text-transform:uppercase;font-size:0.9rem;line-height:4em;letter-spacing:0.15em;display:inline-block;padding:0 1em;font-family:Belleza,sans-serif;position:relative}.studio-landing__menu-item.active{color:var(--primary-dark-color);text-decoration:underline;text-underline-offset:3px}.studio-landing__menu-item .inner{visibility:hidden;position:absolute;top:100%;left:0;opacity:0;transition:opacity .3s;z-index:1000}.studio-landing__menu-item .inner a{display:block;background-color:#fff;white-space:nowrap;text-align:left;background:var(--bg-accent-color)}.studio-landing__menu-item .inner a:hover{background-color:var(--primary-color);color:var(--bg-accent-color)}.studio-landing__menu-item:hover{text-decoration:underline;color:var(--primary-color)}.studio-landing__menu-item:hover .inner{visibility:visible;opacity:1}.studio-landing__menu-item--home{width:180px;max-height:4em;float:left}.studio-landing__menu-item--home img{max-height:4em}.studio-landing__menu-item--account{float:right}.studio-landing__menu .ammenu-items{list-style:none;margin-bottom:0}.studio-landing__menu .ammenu-items li{display:inline-block;margin:0}.studio-landing__header{position:relative;overflow:hidden}.studio-landing__header img{width:100%}.studio-landing__header-slider{position:relative;z-index:1}.studio-landing__header-slider>img{position:absolute}.studio-landing__header-slider>img:first-child{position:relative}.studio-landing__header-buttons{position:absolute;bottom:3rem;z-index:2;text-align:center;width:100%}.studio-landing__common-alert{font-size:0.9em;background:var(--bg-accent-color);overflow:hidden;display:block;margin:0;padding:.67em 0}.studio-landing__caption{width:100%;left:0;color:#000;top:28px;z-index:2}.studio-landing__caption h1{font-size:2em;letter-spacing:6px;margin-bottom:11px}.studio-landing__caption h3{font-size:17px;letter-spacing:3px}.studio-landing__caption-subtext{font-size:1.65em;padding-top:0.1em}.studio-landing .studio-memories-harvest{overflow:hidden;padding-bottom:3.1em;text-align:center}.studio-landing .studio-memories-harvest h1{margin:2em 0 .5em;font-size:2rem;letter-spacing:6px}.studio-landing .studio-memories-harvest p.caption{font-size:1.2em;display:inline-block;width:60%}.studio-landing .studio-memories-harvest p.subtitle{font-size:1.4em}.studio-landing__image-set{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, 213px);grid-gap:0.2em}.studio-landing__image-set-item{position:relative;overflow:hidden}.studio-landing__image-set-item img{width:105%;top:-2.5%;left:-2.5%;transform:none;max-width:inherit}.studio-landing .gridded__block{box-sizing:border-box;overflow:hidden}.studio-landing .gridded__block--img{padding:0;position:relative}.studio-landing .gridded__block--img img{min-height:100%;position:absolute;left:50%;transform:translateX(-50%) translateY(-50%);top:50%}.studio-landing .gridded__block:nth-child(1){grid-area:a}.studio-landing .gridded__block:nth-child(2){grid-area:b}.studio-landing .gridded__block:nth-child(3){grid-area:c}.studio-landing .gridded__block:nth-child(4){grid-area:d}.studio-landing .gridded__block:nth-child(5){grid-area:e}.studio-landing .gridded__block:nth-child(6){grid-area:f}.studio-landing .gridded__block:nth-child(7){grid-area:g}.studio-landing .gridded__block:nth-child(8){grid-area:h}.studio-landing .grid-3-2{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, 216px);grid-template-areas:'a b c' 'd e f'}.studio-landing .grid-4-2{display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(2, 216px);grid-template-areas:'a b c d' 'f e h g'}.studio-landing__common-info{margin-bottom:2.9em}.studio-landing__common-info-block{padding:.7em 0;display:grid;grid-template-rows:auto auto 1fr}.studio-landing__common-info-block h4{font-size:25px;margin:22px 0 14px;letter-spacing:4px}.studio-landing__common-info-block p{margin:0;line-height:1.2;padding:0 2em;font-size:1.3em;margin-bottom:16px}.studio-landing__common-info-block .filler::before{content:"";display:inline-block;width:1px;height:100%;background-color:black}.studio-landing__common-info-block--reverse{grid-template-rows:1fr auto auto}.studio-landing__common-info-block--reverse h4{margin:19px 0 16px;letter-spacing:4px}.studio-landing__stats{display:grid;overflow:hidden;grid-template-columns:repeat(3, 1fr)}.studio-landing__stats-item{padding-bottom:1rem}.studio-landing__stats-item h2{font-size:3.6em;margin:1.1rem 0 1rem}.studio-landing__stats-item p{text-transform:uppercase;margin-bottom:15px}.studio-landing__services{display:grid;grid-template-columns:repeat(2, 1fr);margin:0 calc(-1 * var(--block-side-offset))}.studio-landing__services .service{position:relative}.studio-landing__services .service__name{position:absolute;bottom:0;left:0;font-family:"Belleza";width:100%;background-color:rgba(255,255,255,0.86);padding:1em 1em;box-sizing:border-box;font-size:1.3em;text-transform:uppercase;color:var(--base-text-color);letter-spacing:0.1em}.studio-landing__process-title{margin:1.7em 0 2.3em}.studio-landing__studios-preview{display:grid;grid-template-columns:1fr 1fr;position:relative}.studio-landing__studios-preview-block{box-sizing:border-box;padding:11em 4em 3em 7em;text-align:left}.studio-landing__studios-preview-block p{line-height:1.2;font-size:1.4em;margin-bottom:2.2em}.studio-landing__studios-preview-block ol,.studio-landing__studios-preview-block ul{line-height:1.2;font-size:1.4em}.studio-landing__studios-preview-block ol li,.studio-landing__studios-preview-block ul li{margin-bottom:1.1em}.studio-landing__studios-preview .babysmile-appointment__block-title{left:15%;top:25px;letter-spacing:0.2em}.studio-landing__studios-preview-pic{background-position:top left;background-size:auto 100%}.studio-landing__reviews{position:relative}.studio-landing__reviews-header{position:absolute;z-index:2;width:100%;top:0;left:0}.studio-landing__reviews-header h1{letter-spacing:0.2em;margin:1.6em 0 .5em;font-size:2em}.studio-landing__reviews-header .subtitle{font-size:1.5em}.studio-landing__reviews-body{height:100%;width:100%}.studio-landing__review-img{position:relative;z-index:1;background-size:contain}.studio-landing__review-img img{width:100%}.studio-landing__review-overlay{position:absolute;z-index:2;width:70%;padding-top:120px}.studio-landing__review-overlay-content{padding:1.7em 2em 1.4em;background-color:#fff;text-align:center;border-radius:20px}.studio-landing__review-overlay-content>h4{font-size:1.8em;margin:0}.studio-landing__review-overlay-content>p{display:inline-block;width:92%;font-style:italic;font-size:1.3em;margin-top:1em;line-height:1.2}.studio-landing__review-overlay-stars{font-size:3rem;color:#fff;margin-top:1.2em}.studio-landing__place .babysmile-appointment__location-info-title{text-transform:uppercase;font-weight:bold}.studio-landing .babysmile-appointment__place-input-wrp{--font-size:14px;--offset-front:calc(var(--font-size) * 3);--offset-back:calc(var(--font-size) * 3);position:relative;font-size:var(--font-size)}.studio-landing .babysmile-appointment__place-input-wrp::before,.studio-landing .babysmile-appointment__place-input-wrp::after{position:absolute;top:0;font-family:"FontAwesome";display:block;line-height:calc(var(--font-size) * 3);text-align:center}.studio-landing .babysmile-appointment__place-input-wrp::before{content:"\f041";left:0;font-size:2em;width:var(--offset-front)}.studio-landing .babysmile-appointment__place-input-wrp::after{content:"\f002";right:0;width:var(--offset-back)}.studio-landing .babysmile-appointment__place-input[type="text"]{padding:0 var(--offset-back) 0 calc(var(--offset-front) + 0.3em);text-align:left;font-family:"Belleza";font-size:var(--font-size);border:none;margin-bottom:1.5em;height:3em}.studio-landing__appointment-bridge{padding:2em 0;margin-bottom:2.9em}.studio-landing__appointment-bridge h1{letter-spacing:0.27em}.studio-landing__appointment-bridge p{font-size:1.5em;letter-spacing:0.04em}.studio-landing [data-studio-action="slider-init"]>img{position:absolute}.studio-landing [data-studio-action="slider-init"]>img:first-child{position:relative}.studio-landing .ammenu-header-container{min-height:auto}.studio-landing .ammenu-header-container .header.content{margin-bottom:0}.studio-landing .ammenu-header-container .header.content{display:block}.owl-top .owl-nav{top:80px !important}.products-overview-wrapper .designlinien{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;padding:0px;width:inherit;margin-top:1em}.products-overview-wrapper .designlinien li{width:6em;margin-right:1em;cursor:pointer}.products-overview-wrapper .designlinien li img{box-shadow:rgba(14,30,37,0.12) 0px 2px 4px 0px,rgba(14,30,37,0.32) 0px 2px 16px 0px}.products-overview-wrapper .designlinien li.active{border-bottom:3px solid #a18372}.products-overview-wrapper .slider-container .designlinien li.active{border:none}.products-overview-wrapper .slider-container .designlinien li{margin:0 !important}.products-overview-wrapper .slider-container .designlinien .owl-dot{margin-bottom:0}.owl-top .owl-nav{top:80px !important}.stuio-landing-faq.studio-landing__block-inner{grid-column-gap:2em}.stuio-landing-faq__question{font-size:1.3em}.studio-memories-harvest{overflow:hidden;padding-bottom:3.1em;text-align:center}.studio-memories-harvest h1{margin:2em 0 .5em;font-size:2rem;letter-spacing:6px}.studio-memories-harvest p.caption{font-size:1.2em;display:inline-block;width:60%}.studio-memories-harvest p.subtitle{font-size:1.4em}.binary-bg{background:linear-gradient(90deg, var(--bg-accent-color) 50%, #fff 50% 100%);overflow:hidden}.shadowed{text-shadow:0 0 3.5rem #fff,0 0 3rem #fff,0 0 2.5rem #fff,0 0 1.5rem #fff,0 0 .5rem #fff}.c-1{background-color:var(--primary-color)}.c-2{background-color:var(--bg-accent-color)}.cb-1{height:29em;overflow:hidden;margin:0 0 3em;position:relative}.cb-1__img{background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.cb-1__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.cb-1__overlay h1{font-size:2em;margin:1.5em 0 .4em;letter-spacing:0.2em}.cb-1__overlay p{font-size:1.6em;margin-bottom:1.3em}.studio-landing__block-title{display:inline-block;font-size:1.4em;background-color:white;padding:1.4em 3.6em;letter-spacing:0.2em;margin-bottom:2.1em;z-index:2}.studio-landing__block{padding:1.5em var(--block-side-offset);overflow:hidden;text-align:center}.studio-landing__block-title{text-transform:uppercase;font-family:"Belleza"}.studio-landing__block-image{background-position:top center;background-size:auto 100%;background-repeat:no-repeat;padding:0;position:relative;min-width:0;min-height:31rem;overflow:hidden}.studio-landing__block-image .center{padding:none}.studio-landing__block-image .center img{max-width:100%;left:50%}.studio-landing__block-image img{max-width:150%;min-width:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.studio-landing__block-image--overflow img{width:105%;top:-2.5%;left:-2.5%;max-width:inherit;position:absolute}.studio-landing__block-inner{text-align:left}.studio-landing__block-inner ul>li,.studio-landing__block-inner ol>li{margin-bottom:1.1em}.studio-landing__block--image-left,.studio-landing__block--image-right{padding:0;position:relative}.studio-landing__block--image-left .studio-landing__block-title,.studio-landing__block--image-right .studio-landing__block-title{position:absolute;top:1.5rem}.studio-landing__block--image-left .studio-landing__block-inner,.studio-landing__block--image-right .studio-landing__block-inner{font-size:1.3em;line-height:1.2}.studio-landing__block--image-left .studio-landing__block-title{left:38%}.studio-landing__block--image-left .studio-landing__block-inner>div:not(.studio-landing__block-image){padding:9em 4em 3em 5em}.studio-landing__block--image-right .studio-landing__block-title{right:37%}.studio-landing__block--image-right .studio-landing__block-inner>div:not(.studio-landing__block-image){padding:9em 4em 3em 5em}.studio-landing__block--long-text .studio-landing__block-inner>div:not(.studio-landing__block-image){padding:8.5em 4em 3em 2.5em;font-size:0.9em}.studio-landing__block--long-text .studio-landing__block-inner>div:not(.studio-landing__block-image) p{margin-bottom:2em}.studio-landing__block--1-1 .studio-landing__block-inner{display:grid;grid-template-columns:1fr 1fr}.studio-landing__block--1-2{padding:0 2.4em 2em;position:relative}.studio-landing__block--1-2 .studio-landing__block-title{position:absolute;left:31%;top:1em}.studio-landing__block--1-2 .studio-landing__block-inner{display:grid;grid-template-columns:1fr 2fr;font-size:1.3em;line-height:1.2}.studio-landing__block--1-2 .studio-landing__block-inner div:nth-child(2){padding:9em 5em 3em 4em}.studio-landing__block--1-2 .studio-landing__block-inner div:nth-child(2) p{text-align:left}.studio-landing__block-text{font-size:1.3em;padding:0 3em;line-height:1.2}.studio-landing__block--3-2 .studio-landing__block-inner{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, 213px);grid-gap:0.2em}.studio-landing__block--3-2 .studio-landing__block-inner>div{position:relative;overflow:hidden}.studio-landing__block--3-2 .studio-landing__block-inner>div img{position:absolute}.studio-landing__block--opening{position:relative;padding:0;background-repeat:no-repeat}.studio-landing__block--opening-bg{background-image:linear-gradient(180deg, transparent 13%, var(--bg-accent-color) 78%);padding:1.5em var(--block-side-offset)}.studio-landing__block--opening::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.studio-landing__block--opening h1{font-size:3em;letter-spacing:0.2em;margin:2.1rem 0 .3rem}.studio-landing__block--opening strong{font-size:2.4em;letter-spacing:0.02em;font-weight:bold;-webkit-text-stroke:1px var(--base-text-color);color:var(--base-text-color);text-stroke:1px #000}.studio-landing__block--opening .studio-landing__block-header{margin-bottom:2.5em;user-select:none}.studio-landing__block--opening .studio-landing__block-inner{text-align:center}.studio-landing__block--opening .studio-landing__block-inner p{font-size:1.5em;line-height:1.2;margin-bottom:2em}.studio-landing__block--opening .studio-landing__block-inner p .code{font-family:Arial,Helvetica,sans-serif;font-weight:bolder}.studio-landing__block--galerie{padding:0}.studio-landing__block--galerie .galerie__image{display:inline-block;position:relative}.studio-landing__block--galerie .galerie__image-zoom{--zoom-icon-size:2.3em;opacity:0;width:0;height:0;position:absolute;top:0;right:0;color:var(--primary-color);z-index:12;cursor:pointer;display:block;transition:opacity .2s,color .2s;text-align:center}@media (hover){.studio-landing__block--galerie .galerie__image:hover .galerie__image-zoom{width:var(--zoom-icon-size);height:var(--zoom-icon-size);line-height:var(--zoom-icon-size);font-size:calc(0.75 * var(--zoom-icon-size));opacity:1}.studio-landing__block--galerie .galerie__image:hover .galerie__image-zoom:hover{color:var(--accent-hover-color)}}.studio-landing__block--galerie .galerie--scroll-appear .galerie__image{--macy-element-transition-duration:0.55s;opacity:0;transform:translateY(25px);transition:top var(--macy-element-transition-duration) ease-out,left var(--macy-element-transition-duration) ease-out,opacity var(--macy-element-transition-duration) ease-out,transform var(--macy-element-transition-duration) ease-out}.studio-landing__block--galerie .galerie--scroll-appear .galerie__image.loaded{opacity:1;transform:translateY(0)}@media only screen and (max-width: 767px){.studio-landing{--block-side-offset:2em}.studio-landing__block-title{text-transform:uppercase;font-family:"Belleza";padding:.8em 3em;width:100%}.studio-landing__block-inner{text-align:left}.studio-landing__block-image img{height:auto}.studio-landing__block-image:empty{min-height:20em;background-size:100% auto;background-repeat:no-repeat}.studio-landing__block--image-left,.studio-landing__block--image-right{padding:0;position:relative}.studio-landing__block--image-left .studio-landing__block-title,.studio-landing__block--image-right .studio-landing__block-title{position:absolute;top:0.8rem;left:0;background-color:rgba(255,255,255,0.6);top:0.8em}.studio-landing__block--image-left .studio-landing__block-inner,.studio-landing__block--image-right .studio-landing__block-inner{font-size:1.3em;line-height:1.2}.studio-landing__block--image-left .studio-landing__block-inner>div:not(.studio-landing__block-image){padding:1.4em 2em}.studio-landing__block--image-right .studio-landing__block-inner .studio-landing__block-image{order:-1}.studio-landing__block--image-right .studio-landing__block-inner>div:not(.studio-landing__block-image){padding:1.4em 2em}.studio-landing__block--long-text .studio-landing__block-inner>div:not(.studio-landing__block-image){font-size:1.2em}.studio-landing__block--1-1 .studio-landing__block-inner{grid-template-columns:1fr}.studio-landing__block--1-2{padding:0}.studio-landing__block--1-2 .studio-landing__block-title{left:0;width:100%;background-color:rgba(255,255,255,0.6)}.studio-landing__block--1-2 .studio-landing__block-inner{grid-template-columns:1fr}.studio-landing__block--1-2 .studio-landing__block-inner div:nth-child(2){padding:3em 2em}.studio-landing__block-text{font-size:1.3em;padding:0 3em;line-height:1.2}.studio-landing__block--3-2 .studio-landing__block-inner{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, 110px)}.studio-landing__block--opening h1{font-size:2.1em}.studio-landing__block--opening strong{font-size:1.8em}.studio-landing__block--galerie{padding:0 8px}.studio-landing__block--with-map .studio-landing__block-title{position:relative;background-color:#fff;margin-bottom:0.5em;overflow:hidden}.studio-landing__block--with-map .studio-landing__block-image{min-height:30em}}:root{--products-block-radius:1rem}.products-overview-wrapper .set-design>p{line-height:1.35;font-weight:350;padding:0 8rem 1.7rem;margin-bottom:0}.products-overview-wrapper .designlinien{list-style:none;display:grid;grid-template-columns:repeat(6, 1fr);grid-gap:1rem;width:65%;margin:0 auto;padding-left:0;margin-bottom:2.3rem}.products-overview-wrapper .designlinien li{display:inline-block;border-radius:var(--products-block-radius);margin:0 !important;overflow:hidden;cursor:pointer;border:3px solid var(--bg-color);transition:border .2s}.products-overview-wrapper .designlinien li.active{border-color:var(--primary-hover-color)}.products-overview-wrapper .products-overview .design-text{border-radius:var(--products-block-radius);overflow:hidden;margin-bottom:3.3rem}.products-overview-wrapper .products-overview .design-text h2{display:none}.products-overview-wrapper .products-overview ul{list-style:none;padding:0}.products-overview-wrapper .products-overview>h2{margin-bottom:3rem}.products-overview-wrapper .products-overview .product-overview__item{--slider-height:4rem;--offset:1.4rem;position:relative;display:grid;grid-gap:1.4rem;grid-template-columns:6fr 5fr;padding:var(--offset);background-color:var(--bg-color);border-radius:var(--products-block-radius);margin-bottom:2.5rem}.products-overview-wrapper .products-overview .product-overview__item:last-child{margin-bottom:0}.products-overview-wrapper .products-overview .product-overview__item .price-wrapper{display:grid;grid-template-columns:auto 1fr;gap:.5rem;font-size:1.4rem}.products-overview-wrapper .products-overview .product-overview__item .price-wrapper .price{display:inline-block;margin-bottom:1rem;font-weight:500}.products-overview-wrapper .products-overview .product-overview__item .price-wrapper .bsat-label{position:relative;top:0.3rem;vertical-align:top}.products-overview-wrapper .products-overview .product-overview__item .price-wrapper .bsat-label .bsat-tooltip--bottom .tooltip-content{left:-13.5rem}.products-overview-wrapper .products-overview .product-overview__item .price-wrapper .bsat-label .bsat-tooltip--bottom .tooltip-content:after{left:75%}.products-overview-wrapper .products-overview .product-overview__item .image{padding-bottom:calc(var(--slider-height) + var(--offset))}.products-overview-wrapper .products-overview .product-overview__item .image .image-wrapper,.products-overview-wrapper .products-overview .product-overview__item .image video{border-radius:var(--products-block-radius);overflow:hidden}.products-overview-wrapper .products-overview .product-overview__item .text h3{text-transform:none;font-weight:500}.products-overview-wrapper .products-overview .product-overview__item .text .moreImages{position:absolute;left:var(--offset);bottom:var(--offset);width:51.4%;height:var(--slider-height);display:grid;grid-template-columns:repeat(6, 1fr);gap:0 .5rem}.products-overview-wrapper .products-overview .product-overview__item .text .moreImages li{margin-bottom:0;cursor:pointer;border-radius:var(--products-block-radius);overflow:hidden;border:3px solid var(--bg-accent-color);transition:border .2s}.products-overview-wrapper .products-overview .product-overview__item .text .moreImages li.active{border-color:var(--primary-hover-color)}.products-overview-wrapper .products-overview .product-overview__item .text .moreImages li.active .svg-video{opacity:1}@media (hover:hover){.products-overview-wrapper .products-overview .product-overview__item .text .moreImages li:hover{border-color:var(--primary-hover-color)}.products-overview-wrapper .products-overview .product-overview__item .text .moreImages li:hover .svg-video{opacity:1}}.products-overview-wrapper .products-overview .product-overview__item .text .moreImages li .svg-video{background-color:rgba(255,255,255,0.7);position:absolute;opacity:0.75;width:100%;height:0;transition:opacity .2s;padding-bottom:100%;top:50%;left:0;transform:translateY(-50%)}.products-overview-wrapper .products-overview .product-overview__item .text .moreImages li img{height:100%;object-fit:cover}.products-overview-wrapper .products-overview .product-overview__item .text .only-text{text-align:left;padding-left:2.7rem;font-weight:350}.products-overview-wrapper .products-overview .product-overview__item .text .only-text h3{padding:1.6rem 0}.products-overview-wrapper .products-overview .product-overview__item .text .only-text p{font-size:1.3rem}.products-overview-wrapper .products-overview .product-overview__item .text .only-text p:first-of-type{order:1}@media only screen and (max-width:767px){.products-overview-wrapper .set-design>p{font-size:1.8em;line-height:1.35;font-weight:350;padding:0 1rem 1.7rem;margin-bottom:0}.products-overview-wrapper .products-overview .design-text h2{display:block}.products-overview-wrapper .products-overview .design-text img{display:none}.products-overview-wrapper .products-overview .product-overview__item{--slider-height:4rem;--offset:1.4rem;grid-template-columns:1fr;padding:var(--offset);background-color:var(--bg-color);border-radius:var(--products-block-radius);margin-bottom:2.5rem}.products-overview-wrapper .products-overview .product-overview__item .image{padding-bottom:1rem;display:block !important}.products-overview-wrapper .products-overview .product-overview__item .text{display:flex;flex-direction:column}.products-overview-wrapper .products-overview .product-overview__item .text .moreImages{position:static;width:100%;display:grid;grid-template-columns:repeat(6, 1fr)}.products-overview-wrapper .products-overview .product-overview__item .text .only-text{padding-left:0;display:grid;order:1}.products-overview-wrapper .products-overview .product-overview__item .text .only-text h3{font-size:3rem;padding:1.6rem 0;color:var(--primary-color)}.products-overview-wrapper .products-overview .product-overview__item .text .only-text p{font-size:1.3rem}.products-overview-wrapper .products-overview .product-overview__item .text .only-text p:first-of-type{order:1}}.studio-about-studio__info .studio-landing__block-part--left{padding:0 1em}.studio-about-studio__expectations .studio-landing__block-title{left:23%}.studio-about-studio__expectations p{font-size:1.3em;margin-bottom:1.4em}.studio-about-studio__expectations ul,.studio-about-studio__expectations ol{font-size:1.3em;margin-bottom:0.9em}.studio-products-and-prices .studio-landing__price{grid-template-columns:1fr 2fr}.studio-products-and-prices .studio-landing__price .studio-landing__block-title{left:19%}.studio-products-and-prices .studio-landing__block-title .title-number{--size:2em;font-size:1em;display:inline-block;height:var(--size);width:var(--size);line-height:1.9em;text-align:center;vertical-align:middle;border-radius:50%;border:1px solid var(--border-color);margin-right:0.7em;box-sizing:border-box;padding-left:0.2em;background-color:var(--primary-dark-color);color:#fff}.studio-products-and-prices__list .studio-landing__block-title{margin-bottom:5rem}.studio-products-and-prices__list-bgimage{position:absolute;background-size:contain}.studio-products-and-prices__list-content{position:relative}.studio-products-and-prices__features ul{margin-bottom:0.7em;display:inline-block}.studio-products-and-prices__features ul li{font-size:1.4em;text-align:left;margin-bottom:0}.studio-products-and-prices .studio-products{text-align:center;display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:3rem;margin:0 calc(-1 * var(--block-side-offset))}.studio-products-and-prices .studio-products__product{background-color:var(--bg-color);padding:2em 2.5em}.studio-products-and-prices .studio-products__product>div{font-family:'Belleza'}.studio-products-and-prices .studio-products__product-name{font-size:2.5em;padding-bottom:0.2em;line-height:1em;position:relative}.studio-products-and-prices .studio-products__product-name .bsat-tooltip{position:absolute;top:0.5rem;right:0.5rem;color:var(--bg-color)}.studio-products-and-prices .studio-products__product-name .bsat-tooltip i{text-shadow:0 0 3px var(--accent-color)}.studio-products-and-prices .studio-products__product-name .bsat-tooltip .tooltip-content{text-transform:none}.studio-products-and-prices .studio-products__product-caption{font-size:1.8rem;font-weight:bold;letter-spacing:0.1rem}.studio-products-and-prices .studio-products__product-divider{border-bottom:2px solid #000;margin:1.5rem 4.5rem 0 4.5rem}.studio-products-and-prices .studio-products__product-price{font-size:2.4em;padding:1rem 1.5rem 0 1.5rem}.studio-products-and-prices .studio-products__product-price-undiscounted{font-size:1.5em;text-decoration:line-through;color:var(--accent-color)}.studio-products-and-prices__list-description{font-size:1.3em;padding:1.2em 3em 0;line-height:1.2;margin-bottom:1.9em}.studio-products-and-prices__list--sets>p{margin-bottom:2.4em}.studio-products-and-prices .products-sets__set{display:grid;grid-template-columns:1fr 1fr;margin-left:calc(-1 * var(--block-side-offset));margin-right:calc(-1 * var(--block-side-offset))}.studio-products-and-prices .products-sets__set-image{overflow:hidden;position:relative;border-bottom:3px solid #fff}.studio-products-and-prices .products-sets__set-description{text-align:left;font-size:1.3em;line-height:1.2;padding:.4em 2.8em 1.7em}.studio-products-and-prices .products-sets__set-description>h4{letter-spacing:0.25em;margin-bottom:2em}.studio-products-and-prices .products-sets__set-description>ul{margin-bottom:0}.studio-products-and-prices .products-sets__set-description>ul li{margin-bottom:1.2em;margin-right:1em}.studio-products-and-prices .products-sets__set-description .notation small{float:left}.studio-products-and-prices .products-sets__set-price-wrp{text-align:right}.studio-products-and-prices .products-sets__set-price{font-size:1.6em}.studio-products-and-prices .single-products{margin-left:calc(-1 * var(--block-side-offset));margin-right:calc(-1 * var(--block-side-offset));display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, auto);grid-gap:0.5em}.studio-products-and-prices .single-product__descr{display:flex;justify-content:space-between;padding:.5em 1.4em;font-size:1.3em;background-color:rgba(255,255,255,0.5)}.studio-products-and-prices .mobile-only{display:none}@media only screen and (max-width: 1139px){.studio-products-and-prices .studio-products{grid-template-columns:repeat(3, 1fr)}}@media only screen and (max-width: 767px){.studio-products-and-prices__list-description{padding:1.5em 2em 0}.studio-products-and-prices .studio-products{grid-template-columns:repeat(1, 1fr)}.studio-products-and-prices .studio-products__product{width:100%}.studio-products-and-prices .products-sets__set{grid-template-columns:1fr;margin-bottom:2.5em}.studio-products-and-prices .products-sets__set-image{border-bottom:none}.studio-products-and-prices .products-sets__set-image img{position:static;width:100%}.studio-products-and-prices .products-sets__set-description{background-color:rgba(255,255,255,0.5)}.studio-products-and-prices .single-products{grid-template-columns:1fr;grid-template-rows:1fr;grid-gap:1.5em}.studio-products-and-prices .single-product-description{font-size:1.5em}.studio-products-and-prices .hidden-mobile{display:none}.studio-products-and-prices .mobile-only{display:inherit}}.studio-service--newborn .service-newborn__description h3.babysmile-appointment__block-title{left:19%}.studio-service--newborn .service-newborn__description p{font-size:1.3em}.babysmile-appointment__success-overview{--fz:1.6em;--offset:10em;text-align:left;padding:3.5em var(--offset)}.babysmile-appointment__success-overview table,.babysmile-appointment__success-overview p{font-size:var(--fz)}.babysmile-appointment__success-overview small{font-size:calc(var(--fz) * 0.8)}.babysmile-appointment__success-overview table{width:auto;line-height:1.4;text-align:left;margin:2.3em 0 2em}.babysmile-appointment__success-overview table tr th{min-width:7em}.babysmile-appointment__success-overview table tr th,.babysmile-appointment__success-overview table tr td{padding:0}@media only screen and (max-width: 767px){.babysmile-appointment__success .studio-memories-harvest{padding-left:4em;padding-right:4em}.babysmile-appointment__success-overview{--fz:1.4em;--offset:3em}}.studio-contact-us .studio-summary .studio-landing__block-title{left:23%;padding:1em 2.6em}@media only screen and (max-width: 767px){.studio-contact-us .studio-summary .studio-landing__block-title{left:0}}@media only screen and (max-width: 1139px){html,body{font-size:13px}}@media only screen and (max-width: 767px){html,body{font-size:11px}.page-header{position:sticky;top:0;z-index:100;background:var(--bg-color);margin-bottom:0}.page-header .logo{display:none}.page-header .header.content{padding:0}.page-layout-cituro-layout .studio-header-wrapper{background-color:var(--bg-color)}.page-layout-cituro-layout .studio-header-wrapper::before{display:none}.studio-landing{--footer:17.8rem}.studio-landing__block-text{font-size:1.4rem}.studio-landing .page-main{padding:0}.studio-landing__caption{top:0.5rem;position:static}.studio-landing__caption h1{font-size:1.7em}.studio-landing__header{height:auto}.studio-landing__header-buttons{bottom:1.2rem}.studio-landing__menu{--icon-size:3em;padding:0}.studio-landing__menu-item{text-align:left;background-color:var(--bg-accent-color);font-size:1.2rem}.studio-landing__menu-item--home{max-height:inherit;float:inherit;text-align:center !important;width:100%}.studio-landing__menu-item--home::before{top:-0.2em;margin-right:0.5em}.studio-landing__menu #studio-landing__menu-mobile-switch-input{opacity:0;width:0;height:0;display:block}.studio-landing__menu-item--account{float:none}.studio-landing__menu .ammenu-items li{display:block}.studio-landing__menu-mobile-switch{width:var(--icon-size);height:var(--icon-size);position:relative;display:block;font-size:1.5em;margin:0}.studio-landing__menu-mobile-switch::before{content:"\f0c9";font-family:"FontAwesome";position:absolute;top:0;left:0;display:block;opacity:1;width:var(--icon-size);text-align:center;line-height:var(--icon-size)}#studio-landing__menu-mobile-switch-input:checked+.studio-landing__menu-inner{left:0;opacity:1}.studio-landing__menu-item{display:block}.studio-landing__menu-item .inner{position:relative;visibility:visible;z-index:10;opacity:1;display:block;width:100%}.studio-landing__menu-item .inner a{font-weight:normal}.studio-landing__menu-inner{position:absolute;z-index:10;left:-100%;opacity:0;width:100%;transition:opacity .4s,left .4s;background-color:var(--bg-accent-color);min-height:calc(100vh - var(--icon-size));overflow-y:scroll;height:100%;padding-top:20px;padding-bottom:40px}.studio-landing__services{margin:0 -1em;grid-gap:1em;margin-bottom:1em}.studio-landing__services .service__name{position:static;background-color:white;padding:.4em 2.7em;font-size:1.1em;text-transform:uppercase;color:var(--base-text-color)}.studio-landing .studio-memories-harvest-main,.studio-landing .studio-memories-harvest{position:relative}.studio-landing .studio-memories-harvest-main p.caption,.studio-landing .studio-memories-harvest p.caption{width:80%}.studio-landing .studio-memories-harvest-main .babysmile-appointment__block-title,.studio-landing .studio-memories-harvest .babysmile-appointment__block-title{width:100%}.studio-landing__image-set{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, 100px)}.studio-landing .grid-3-2,.studio-landing .grid-4-2{display:block}.studio-landing .gridded__block{min-height:150px;display:block}.studio-landing__stats{display:block}.studio-landing__studios-preview{display:block;padding-top:1.5rem}.studio-landing__studios-preview-block{box-sizing:border-box;padding:2em 2.4em;text-align:left}.studio-landing__studios-preview-block p{line-height:1.2}.studio-landing__footer-inner{display:flex;flex-direction:column-reverse;padding:2.7em 1.4em 1.2em !important}.studio-landing__footer-logo{text-align:center}.studio-landing__footer-contact>a{margin:0 1em;display:inline-block}.studio-landing__footer-contact .socials a{--size:3.5rem;font-size:1.4rem}.studio-landing__reviews{background-color:var(--secondary-color);min-height:80vh}.studio-landing__reviews-header h1{margin:1em 0 .5em;font-size:1.5em}.studio-landing__reviews-header .subtitle{font-size:1.2em}.studio-landing__reviews-body{height:100%;width:100%}.studio-landing__review{min-height:75vh}.studio-landing__review-img{width:100%;min-height:80vh;object-fit:fill}.studio-landing__review-img img{width:100%;min-height:80vh}.studio-landing__review-overlay-content{position:relative;padding:1.7em 2em 1.4em}.studio-landing__review-overlay-content>p{display:inline-block;font-style:italic;margin-bottom:1em;line-height:1.2;text-shadow:none}.studio-landing__review-overlay-content>h4{font-size:1.4em;margin:0}.studio-landing .studio-landing__menu .minicart-wrapper{position:absolute;top:2em;right:var(--block-side-offset)}}.cms-studio-home.page-layout-fullpage .bs-container{background:no-repeat url("../images/login/background.jpg");background-size:cover;background-position:center center;background-attachment:fixed;display:-webkit-box;display:-ms-flexbox;display:flex !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;max-width:unset;align-items:center;min-height:100vh;margin:0}@media (orientation:portrait){.cms-studio-home.page-layout-fullpage .bs-container{background:no-repeat url("../images/login/background_portrait.jpg");background-size:cover;background-position:center center}}.cms-studio-home.page-layout-fullpage .bs-container .studio-home__title{text-align:center;font-size:1.6rem;margin:0;font-family:'Belleza';letter-spacing:0.2em;padding-top:15rem;padding-bottom:2rem;padding-left:2rem;padding-right:2rem}@media only screen and (max-height:450px){.cms-studio-home.page-layout-fullpage .bs-container .studio-home__title{padding-top:0}}.cms-studio-home.page-layout-fullpage .bs-container .studio-home__title h1{margin:0;font-size:4rem}@media only screen and (max-width:767px){.cms-studio-home.page-layout-fullpage .bs-container .studio-home__title h2{font-size:1.5rem}}.cms-studio-home.page-layout-fullpage .bs-container .studio-home__studios{padding:2.5rem 5rem;text-align:center;max-width:500px;font-size:2em;margin:0 auto;position:relative}@media only screen and (max-width:767px){.cms-studio-home.page-layout-fullpage .bs-container .studio-home__studios{max-width:450px}}.cms-studio-home.page-layout-fullpage .bs-container .studio-home__studios>span{margin-bottom:0.5em;display:inline-block;font-family:'Times New Roman',Times,serif;font-weight:100}.cms-studio-home.page-layout-fullpage .bs-container .studio-home__studios button{border:3px solid var(--primary-dark-color);padding:0.1rem;margin:0.75rem;font-size:1.5rem;background-color:transparent;text-transform:uppercase}@media only screen and (max-width:767px){.cms-studio-home.page-layout-fullpage .bs-container .studio-home__studios button{font-size:2rem;padding:0.3rem}}.cms-studio-home.page-layout-fullpage .bs-container .studio-home__studios button:hover{background-color:var(--primary-dark-color);color:var(--bg-color)}.swiper{border-radius:var(--block-radius)}.swiper-wrapper{align-items:center}.swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center;border-radius:var(--block-radius);overflow:hidden}.swiper-slide img,.swiper-slide video{display:block;width:100%;height:100%;object-fit:cover;user-select:none;align-self:center}.swiper-slide .swiper-zoom-container{width:auto;height:auto;display:block}.swiper-button{--size:4rem;--swiper-navigation-size:1.5rem;background-image:url('../images/circle.svg');background-repeat:no-repeat;background-position:center center;width:var(--size);height:var(--size);text-align:center;line-height:var(--size);opacity:1;color:var(--bg-color);transition:opacity .2s}.swiper-button:hover{opacity:0.9}.swiper-button::after{font-weight:bold}.swiper-lazy-preloader{animation:none !important;background-image:url(../images/preloader.svg);background-size:cover;width:100%;height:100%;margin-left:0;margin-top:0;border:none;background-position:center;background-repeat:no-repeat;background-size:20%;border-radius:0;background-color:rgba(255,255,255,0.8);top:0;left:0}.swiper-thumbs{border-radius:calc(0.5 * var(--block-radius))}.swiper-thumbs .swiper-slide{cursor:pointer;border:3px solid transparent;border-radius:calc(0.5 * var(--block-radius));transition:border .2s}.swiper-thumbs .swiper-slide-thumb-active,.swiper-thumbs .swiper-slide:hover{border-color:var(--primary-hover-color)}.swiper-thumbs .swiper-button-next,.swiper-thumbs .swiper-button-prev{height:100%;background:var(--primary-disabled-color);top:0;line-height:100%;display:flex;width:2rem;text-align:center;margin-top:0}.swiper-thumbs .swiper-button-next.swiper-button-lock,.swiper-thumbs .swiper-button-prev.swiper-button-lock{display:none}.swiper-thumbs .swiper-button-next{right:0}.swiper-thumbs .swiper-button-prev{left:0}@media (hover:hover){.swiper-thumbs .swiper-button-next,.swiper-thumbs .swiper-button-prev{opacity:0;transition:opacity .3s}.swiper-thumbs:hover .swiper-button-next,.swiper-thumbs:hover .swiper-button-prev{opacity:1}}:root{--swiper-pagination-bullet-inactive-color:var(--primary-color);--swiper-pagination-color:var(--primary-color);--swiper-navigation-color:var(--bg-color);--swiper-navigation-size:1.7em;--swiper-pagination-bullet-inactive-opacity:0.35}